@orq-ai/node 4.2.0-rc.43 → 4.2.0-rc.44
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 +231 -231
- 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 +2 -2
- package/lib/config.js +2 -2
- 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 +2 -2
- 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.
|
|
52907
|
+
sdkVersion: "4.2.0-rc.44",
|
|
52908
52908
|
genVersion: "2.796.4",
|
|
52909
|
-
userAgent: "speakeasy-sdk/typescript 4.2.0-rc.
|
|
52909
|
+
userAgent: "speakeasy-sdk/typescript 4.2.0-rc.44 2.796.4 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_01kfbeeg115zpsbsdrbaebs4zz"),
|
|
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_01kfbeeg115zpsbsdrbaebs4zz"),
|
|
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_01kfbeeg1cpyjjqs6a1retdv0z"),
|
|
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_01kfbeeg1cpyjjqs6a1retdv0z"),
|
|
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_01kfbeefprc2424hxshspnnwfp"),
|
|
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_01kfbeefprc2424hxshspnnwfp"),
|
|
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_01kfbeefpz0fca4v74kp2vrs5b"),
|
|
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_01kfbeefpz0fca4v74kp2vrs5b"),
|
|
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-19T15:
|
|
63225
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:37:05.357Z").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-19T15:
|
|
63245
|
+
updated: dateType().default(() => new Date("2026-01-19T15:37:05.357Z")).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_01kfbeeg14c24c80mb2qh63jyc"),
|
|
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_01kfbeeg14c24c80mb2qh63jyc"),
|
|
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_01kfbeeg2bx56dbw3fcq6s0v3y"),
|
|
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_01kfbeeg2bx56dbw3fcq6s0v3y"),
|
|
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_01kfbeeg27y3r7snhr09fzhv8k"),
|
|
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_01kfbeeg27y3r7snhr09fzhv8k"),
|
|
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-19T15:
|
|
63582
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:37:05.357Z").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-19T15:
|
|
63602
|
+
updated: dateType().default(() => new Date("2026-01-19T15:37:05.357Z")).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-19T15:
|
|
64338
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:37:18.754Z").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-19T15:
|
|
64355
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:37:18.754Z")).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-19T15:
|
|
64376
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:37:18.753Z").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-19T15:
|
|
64393
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:37:18.753Z")).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-19T15:
|
|
64414
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:37:18.752Z").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-19T15:
|
|
64431
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:37:18.752Z")).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-19T15:
|
|
64474
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:37:05.357Z").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-19T15:
|
|
64508
|
+
updated: dateType().default(() => new Date("2026-01-19T15:37:05.357Z")).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("01KFBEEGHDBSZHVMPDW803T18D"),
|
|
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("01KFBEEGHDBSZHVMPDW803T18D"),
|
|
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-19T15:
|
|
65288
|
-
updated: stringType().default("2026-01-19T15:
|
|
65287
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
65288
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
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-19T15:
|
|
65306
|
-
updated: stringType().default("2026-01-19T15:
|
|
65305
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
65306
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
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-19T15:
|
|
65378
|
-
updated: stringType().default("2026-01-19T15:
|
|
65377
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
65378
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
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-19T15:
|
|
65398
|
-
updated: stringType().default("2026-01-19T15:
|
|
65397
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
65398
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
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-19T15:
|
|
65754
|
-
updated: stringType().default("2026-01-19T15:
|
|
65753
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
65754
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
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-19T15:
|
|
65806
|
-
updated: stringType().default("2026-01-19T15:
|
|
65805
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
65806
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
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-19T15:
|
|
65910
|
-
updated: stringType().default("2026-01-19T15:
|
|
65909
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
65910
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
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-19T15:
|
|
65928
|
-
updated: stringType().default("2026-01-19T15:
|
|
65927
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
65928
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
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-19T15:
|
|
66000
|
-
updated: stringType().default("2026-01-19T15:
|
|
65999
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
66000
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
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-19T15:
|
|
66021
|
-
updated: stringType().default("2026-01-19T15:
|
|
66020
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
66021
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
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-19T15:
|
|
66094
|
-
updated: stringType().default("2026-01-19T15:
|
|
66093
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
66094
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
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-19T15:
|
|
66112
|
-
updated: stringType().default("2026-01-19T15:
|
|
66111
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
66112
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
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-19T15:
|
|
66182
|
-
updated: stringType().default("2026-01-19T15:
|
|
66181
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
66182
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
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-19T15:
|
|
66201
|
-
updated: stringType().default("2026-01-19T15:
|
|
66200
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
66201
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
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-19T15:
|
|
66330
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:37:05.357Z").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-19T15:
|
|
66350
|
+
updated: dateType().default(() => new Date("2026-01-19T15:37:05.357Z")).transform((v2) => v2.toISOString())
|
|
66351
66351
|
}).transform((v2) => {
|
|
66352
66352
|
return remap(v2, {
|
|
66353
66353
|
id: "_id",
|
|
@@ -69168,7 +69168,7 @@ var init_createtool = __esm(() => {
|
|
|
69168
69168
|
code: stringType()
|
|
69169
69169
|
});
|
|
69170
69170
|
ResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
69171
|
-
_id: stringType().default("
|
|
69171
|
+
_id: stringType().default("tool_01KFBEEGBJSYGS78VR7H8SNPNV"),
|
|
69172
69172
|
path: stringType(),
|
|
69173
69173
|
key: stringType(),
|
|
69174
69174
|
display_name: stringType().optional(),
|
|
@@ -69196,7 +69196,7 @@ var init_createtool = __esm(() => {
|
|
|
69196
69196
|
});
|
|
69197
69197
|
});
|
|
69198
69198
|
ResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
69199
|
-
id: stringType().default("
|
|
69199
|
+
id: stringType().default("tool_01KFBEEGBJSYGS78VR7H8SNPNV"),
|
|
69200
69200
|
path: stringType(),
|
|
69201
69201
|
key: stringType(),
|
|
69202
69202
|
displayName: stringType().optional(),
|
|
@@ -69246,13 +69246,13 @@ var init_createtool = __esm(() => {
|
|
|
69246
69246
|
required: arrayType(stringType()).optional()
|
|
69247
69247
|
});
|
|
69248
69248
|
ResponseBodyTools$inboundSchema = objectType({
|
|
69249
|
-
id: stringType().default("
|
|
69249
|
+
id: stringType().default("01KFBEEGBF0VV7HJQNRGCZDVS1"),
|
|
69250
69250
|
name: stringType(),
|
|
69251
69251
|
description: stringType().optional(),
|
|
69252
69252
|
schema: lazyType(() => CreateToolResponseBodySchema$inboundSchema)
|
|
69253
69253
|
});
|
|
69254
69254
|
ResponseBodyTools$outboundSchema = objectType({
|
|
69255
|
-
id: stringType().default("
|
|
69255
|
+
id: stringType().default("01KFBEEGBF0VV7HJQNRGCZDVS1"),
|
|
69256
69256
|
name: stringType(),
|
|
69257
69257
|
description: stringType().optional(),
|
|
69258
69258
|
schema: lazyType(() => CreateToolResponseBodySchema$outboundSchema)
|
|
@@ -69282,7 +69282,7 @@ var init_createtool = __esm(() => {
|
|
|
69282
69282
|
});
|
|
69283
69283
|
});
|
|
69284
69284
|
ResponseBodyMCPTool$inboundSchema = objectType({
|
|
69285
|
-
_id: stringType().default("
|
|
69285
|
+
_id: stringType().default("tool_01KFBEEGBBSNJZVRS57EAYM8DR"),
|
|
69286
69286
|
path: stringType(),
|
|
69287
69287
|
key: stringType(),
|
|
69288
69288
|
display_name: stringType().optional(),
|
|
@@ -69309,7 +69309,7 @@ var init_createtool = __esm(() => {
|
|
|
69309
69309
|
});
|
|
69310
69310
|
});
|
|
69311
69311
|
ResponseBodyMCPTool$outboundSchema = objectType({
|
|
69312
|
-
id: stringType().default("
|
|
69312
|
+
id: stringType().default("tool_01KFBEEGBBSNJZVRS57EAYM8DR"),
|
|
69313
69313
|
path: stringType(),
|
|
69314
69314
|
key: stringType(),
|
|
69315
69315
|
displayName: stringType().optional(),
|
|
@@ -69396,7 +69396,7 @@ var init_createtool = __esm(() => {
|
|
|
69396
69396
|
arguments: recordType(lazyType(() => ResponseBodyArguments$outboundSchema)).optional()
|
|
69397
69397
|
});
|
|
69398
69398
|
ResponseBodyHTTPTool$inboundSchema = objectType({
|
|
69399
|
-
_id: stringType().default("
|
|
69399
|
+
_id: stringType().default("tool_01KFBEEGB899D9SMT5R3E1HGMP"),
|
|
69400
69400
|
path: stringType(),
|
|
69401
69401
|
key: stringType(),
|
|
69402
69402
|
display_name: stringType().optional(),
|
|
@@ -69423,7 +69423,7 @@ var init_createtool = __esm(() => {
|
|
|
69423
69423
|
});
|
|
69424
69424
|
});
|
|
69425
69425
|
ResponseBodyHTTPTool$outboundSchema = objectType({
|
|
69426
|
-
id: stringType().default("
|
|
69426
|
+
id: stringType().default("tool_01KFBEEGB899D9SMT5R3E1HGMP"),
|
|
69427
69427
|
path: stringType(),
|
|
69428
69428
|
key: stringType(),
|
|
69429
69429
|
displayName: stringType().optional(),
|
|
@@ -69482,7 +69482,7 @@ var init_createtool = __esm(() => {
|
|
|
69482
69482
|
strict: booleanType().optional()
|
|
69483
69483
|
});
|
|
69484
69484
|
ResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
69485
|
-
_id: stringType().default("
|
|
69485
|
+
_id: stringType().default("tool_01KFBEEGB686AC6CP3XRGDV8SM"),
|
|
69486
69486
|
path: stringType(),
|
|
69487
69487
|
key: stringType(),
|
|
69488
69488
|
display_name: stringType().optional(),
|
|
@@ -69510,7 +69510,7 @@ var init_createtool = __esm(() => {
|
|
|
69510
69510
|
});
|
|
69511
69511
|
});
|
|
69512
69512
|
ResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
69513
|
-
id: stringType().default("
|
|
69513
|
+
id: stringType().default("tool_01KFBEEGB686AC6CP3XRGDV8SM"),
|
|
69514
69514
|
path: stringType(),
|
|
69515
69515
|
key: stringType(),
|
|
69516
69516
|
displayName: stringType().optional(),
|
|
@@ -69572,7 +69572,7 @@ var init_createtool = __esm(() => {
|
|
|
69572
69572
|
parameters: lazyType(() => ResponseBodyParameters$outboundSchema).optional()
|
|
69573
69573
|
});
|
|
69574
69574
|
ResponseBodyFunctionTool$inboundSchema = objectType({
|
|
69575
|
-
_id: stringType().default("
|
|
69575
|
+
_id: stringType().default("tool_01KFBEEGB5Z139AD2BDKVBW8D1"),
|
|
69576
69576
|
path: stringType(),
|
|
69577
69577
|
key: stringType(),
|
|
69578
69578
|
display_name: stringType().optional(),
|
|
@@ -69599,7 +69599,7 @@ var init_createtool = __esm(() => {
|
|
|
69599
69599
|
});
|
|
69600
69600
|
});
|
|
69601
69601
|
ResponseBodyFunctionTool$outboundSchema = objectType({
|
|
69602
|
-
id: stringType().default("
|
|
69602
|
+
id: stringType().default("tool_01KFBEEGB5Z139AD2BDKVBW8D1"),
|
|
69603
69603
|
path: stringType(),
|
|
69604
69604
|
key: stringType(),
|
|
69605
69605
|
displayName: stringType().optional(),
|
|
@@ -74796,7 +74796,7 @@ var init_fileget = __esm(() => {
|
|
|
74796
74796
|
bytes: numberType(),
|
|
74797
74797
|
file_name: stringType(),
|
|
74798
74798
|
workspace_id: stringType(),
|
|
74799
|
-
created: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
74799
|
+
created: stringType().datetime({ offset: true }).default("2026-01-19T15:37:08.729Z").transform((v2) => new Date(v2))
|
|
74800
74800
|
}).transform((v2) => {
|
|
74801
74801
|
return remap(v2, {
|
|
74802
74802
|
_id: "id",
|
|
@@ -74812,7 +74812,7 @@ var init_fileget = __esm(() => {
|
|
|
74812
74812
|
bytes: numberType(),
|
|
74813
74813
|
fileName: stringType(),
|
|
74814
74814
|
workspaceId: stringType(),
|
|
74815
|
-
created: dateType().default(() => new Date("2026-01-19T15:
|
|
74815
|
+
created: dateType().default(() => new Date("2026-01-19T15:37:08.729Z")).transform((v2) => v2.toISOString())
|
|
74816
74816
|
}).transform((v2) => {
|
|
74817
74817
|
return remap(v2, {
|
|
74818
74818
|
id: "_id",
|
|
@@ -74867,7 +74867,7 @@ var init_filelist = __esm(() => {
|
|
|
74867
74867
|
bytes: numberType(),
|
|
74868
74868
|
file_name: stringType(),
|
|
74869
74869
|
workspace_id: stringType(),
|
|
74870
|
-
created: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
74870
|
+
created: stringType().datetime({ offset: true }).default("2026-01-19T15:37:08.729Z").transform((v2) => new Date(v2))
|
|
74871
74871
|
}).transform((v2) => {
|
|
74872
74872
|
return remap(v2, {
|
|
74873
74873
|
_id: "id",
|
|
@@ -74883,7 +74883,7 @@ var init_filelist = __esm(() => {
|
|
|
74883
74883
|
bytes: numberType(),
|
|
74884
74884
|
fileName: stringType(),
|
|
74885
74885
|
workspaceId: stringType(),
|
|
74886
|
-
created: dateType().default(() => new Date("2026-01-19T15:
|
|
74886
|
+
created: dateType().default(() => new Date("2026-01-19T15:37:08.729Z")).transform((v2) => v2.toISOString())
|
|
74887
74887
|
}).transform((v2) => {
|
|
74888
74888
|
return remap(v2, {
|
|
74889
74889
|
id: "_id",
|
|
@@ -74991,7 +74991,7 @@ var init_fileupload = __esm(() => {
|
|
|
74991
74991
|
bytes: numberType(),
|
|
74992
74992
|
file_name: stringType(),
|
|
74993
74993
|
workspace_id: stringType(),
|
|
74994
|
-
created: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
74994
|
+
created: stringType().datetime({ offset: true }).default("2026-01-19T15:37:08.729Z").transform((v2) => new Date(v2))
|
|
74995
74995
|
}).transform((v2) => {
|
|
74996
74996
|
return remap(v2, {
|
|
74997
74997
|
_id: "id",
|
|
@@ -75007,7 +75007,7 @@ var init_fileupload = __esm(() => {
|
|
|
75007
75007
|
bytes: numberType(),
|
|
75008
75008
|
fileName: stringType(),
|
|
75009
75009
|
workspaceId: stringType(),
|
|
75010
|
-
created: dateType().default(() => new Date("2026-01-19T15:
|
|
75010
|
+
created: dateType().default(() => new Date("2026-01-19T15:37:08.729Z")).transform((v2) => v2.toISOString())
|
|
75011
75011
|
}).transform((v2) => {
|
|
75012
75012
|
return remap(v2, {
|
|
75013
75013
|
id: "_id",
|
|
@@ -75063,7 +75063,7 @@ var init_generateconversationname = __esm(() => {
|
|
|
75063
75063
|
model: nullableType(stringType()).optional()
|
|
75064
75064
|
});
|
|
75065
75065
|
GenerateConversationNameResponseBody$inboundSchema = objectType({
|
|
75066
|
-
_id: stringType().default("
|
|
75066
|
+
_id: stringType().default("conv_01kfbeeg16yqa9k4fkt1d8g8yx"),
|
|
75067
75067
|
kind: GenerateConversationNameKind$inboundSchema,
|
|
75068
75068
|
displayName: stringType(),
|
|
75069
75069
|
createdAt: numberType(),
|
|
@@ -75077,7 +75077,7 @@ var init_generateconversationname = __esm(() => {
|
|
|
75077
75077
|
});
|
|
75078
75078
|
});
|
|
75079
75079
|
GenerateConversationNameResponseBody$outboundSchema = objectType({
|
|
75080
|
-
id: stringType().default("
|
|
75080
|
+
id: stringType().default("conv_01kfbeeg16yqa9k4fkt1d8g8yx"),
|
|
75081
75081
|
kind: GenerateConversationNameKind$outboundSchema,
|
|
75082
75082
|
displayName: stringType(),
|
|
75083
75083
|
createdAt: numberType(),
|
|
@@ -76112,7 +76112,7 @@ var init_getalltools = __esm(() => {
|
|
|
76112
76112
|
code: stringType()
|
|
76113
76113
|
});
|
|
76114
76114
|
DataCodeExecutionTool$inboundSchema = objectType({
|
|
76115
|
-
_id: stringType().default("
|
|
76115
|
+
_id: stringType().default("tool_01KFBEEGAV6RX2ZK2YM8KAX9KD"),
|
|
76116
76116
|
path: stringType(),
|
|
76117
76117
|
key: stringType(),
|
|
76118
76118
|
display_name: stringType().optional(),
|
|
@@ -76140,7 +76140,7 @@ var init_getalltools = __esm(() => {
|
|
|
76140
76140
|
});
|
|
76141
76141
|
});
|
|
76142
76142
|
DataCodeExecutionTool$outboundSchema = objectType({
|
|
76143
|
-
id: stringType().default("
|
|
76143
|
+
id: stringType().default("tool_01KFBEEGAV6RX2ZK2YM8KAX9KD"),
|
|
76144
76144
|
path: stringType(),
|
|
76145
76145
|
key: stringType(),
|
|
76146
76146
|
displayName: stringType().optional(),
|
|
@@ -76190,13 +76190,13 @@ var init_getalltools = __esm(() => {
|
|
|
76190
76190
|
required: arrayType(stringType()).optional()
|
|
76191
76191
|
});
|
|
76192
76192
|
DataTools$inboundSchema = objectType({
|
|
76193
|
-
id: stringType().default("
|
|
76193
|
+
id: stringType().default("01KFBEEGATA4QRCHFFKX1TWJF5"),
|
|
76194
76194
|
name: stringType(),
|
|
76195
76195
|
description: stringType().optional(),
|
|
76196
76196
|
schema: lazyType(() => GetAllToolsDataSchema$inboundSchema)
|
|
76197
76197
|
});
|
|
76198
76198
|
DataTools$outboundSchema = objectType({
|
|
76199
|
-
id: stringType().default("
|
|
76199
|
+
id: stringType().default("01KFBEEGATA4QRCHFFKX1TWJF5"),
|
|
76200
76200
|
name: stringType(),
|
|
76201
76201
|
description: stringType().optional(),
|
|
76202
76202
|
schema: lazyType(() => GetAllToolsDataSchema$outboundSchema)
|
|
@@ -76226,7 +76226,7 @@ var init_getalltools = __esm(() => {
|
|
|
76226
76226
|
});
|
|
76227
76227
|
});
|
|
76228
76228
|
DataMCPTool$inboundSchema = objectType({
|
|
76229
|
-
_id: stringType().default("
|
|
76229
|
+
_id: stringType().default("tool_01KFBEEGASC3G297N6MTHM4Z8M"),
|
|
76230
76230
|
path: stringType(),
|
|
76231
76231
|
key: stringType(),
|
|
76232
76232
|
display_name: stringType().optional(),
|
|
@@ -76253,7 +76253,7 @@ var init_getalltools = __esm(() => {
|
|
|
76253
76253
|
});
|
|
76254
76254
|
});
|
|
76255
76255
|
DataMCPTool$outboundSchema = objectType({
|
|
76256
|
-
id: stringType().default("
|
|
76256
|
+
id: stringType().default("tool_01KFBEEGASC3G297N6MTHM4Z8M"),
|
|
76257
76257
|
path: stringType(),
|
|
76258
76258
|
key: stringType(),
|
|
76259
76259
|
displayName: stringType().optional(),
|
|
@@ -76340,7 +76340,7 @@ var init_getalltools = __esm(() => {
|
|
|
76340
76340
|
arguments: recordType(lazyType(() => DataArguments$outboundSchema)).optional()
|
|
76341
76341
|
});
|
|
76342
76342
|
DataHTTPTool$inboundSchema = objectType({
|
|
76343
|
-
_id: stringType().default("
|
|
76343
|
+
_id: stringType().default("tool_01KFBEEGAQQJ445VJNBCMY4NKX"),
|
|
76344
76344
|
path: stringType(),
|
|
76345
76345
|
key: stringType(),
|
|
76346
76346
|
display_name: stringType().optional(),
|
|
@@ -76367,7 +76367,7 @@ var init_getalltools = __esm(() => {
|
|
|
76367
76367
|
});
|
|
76368
76368
|
});
|
|
76369
76369
|
DataHTTPTool$outboundSchema = objectType({
|
|
76370
|
-
id: stringType().default("
|
|
76370
|
+
id: stringType().default("tool_01KFBEEGAQQJ445VJNBCMY4NKX"),
|
|
76371
76371
|
path: stringType(),
|
|
76372
76372
|
key: stringType(),
|
|
76373
76373
|
displayName: stringType().optional(),
|
|
@@ -76426,7 +76426,7 @@ var init_getalltools = __esm(() => {
|
|
|
76426
76426
|
strict: booleanType().optional()
|
|
76427
76427
|
});
|
|
76428
76428
|
DataJSONSchemaTool$inboundSchema = objectType({
|
|
76429
|
-
_id: stringType().default("
|
|
76429
|
+
_id: stringType().default("tool_01KFBEEGANV449MVBWZ5FZHWE4"),
|
|
76430
76430
|
path: stringType(),
|
|
76431
76431
|
key: stringType(),
|
|
76432
76432
|
display_name: stringType().optional(),
|
|
@@ -76454,7 +76454,7 @@ var init_getalltools = __esm(() => {
|
|
|
76454
76454
|
});
|
|
76455
76455
|
});
|
|
76456
76456
|
DataJSONSchemaTool$outboundSchema = objectType({
|
|
76457
|
-
id: stringType().default("
|
|
76457
|
+
id: stringType().default("tool_01KFBEEGANV449MVBWZ5FZHWE4"),
|
|
76458
76458
|
path: stringType(),
|
|
76459
76459
|
key: stringType(),
|
|
76460
76460
|
displayName: stringType().optional(),
|
|
@@ -76516,7 +76516,7 @@ var init_getalltools = __esm(() => {
|
|
|
76516
76516
|
parameters: lazyType(() => DataParameters$outboundSchema).optional()
|
|
76517
76517
|
});
|
|
76518
76518
|
DataFunctionTool$inboundSchema = objectType({
|
|
76519
|
-
_id: stringType().default("
|
|
76519
|
+
_id: stringType().default("tool_01KFBEEGAM52AQ96C9R4C762XR"),
|
|
76520
76520
|
path: stringType(),
|
|
76521
76521
|
key: stringType(),
|
|
76522
76522
|
display_name: stringType().optional(),
|
|
@@ -76543,7 +76543,7 @@ var init_getalltools = __esm(() => {
|
|
|
76543
76543
|
});
|
|
76544
76544
|
});
|
|
76545
76545
|
DataFunctionTool$outboundSchema = objectType({
|
|
76546
|
-
id: stringType().default("
|
|
76546
|
+
id: stringType().default("tool_01KFBEEGAM52AQ96C9R4C762XR"),
|
|
76547
76547
|
path: stringType(),
|
|
76548
76548
|
key: stringType(),
|
|
76549
76549
|
displayName: stringType().optional(),
|
|
@@ -76819,8 +76819,8 @@ var init_getevals = __esm(() => {
|
|
|
76819
76819
|
DataTypescript$inboundSchema = objectType({
|
|
76820
76820
|
_id: stringType(),
|
|
76821
76821
|
description: stringType(),
|
|
76822
|
-
created: stringType().default("2026-01-19T15:
|
|
76823
|
-
updated: stringType().default("2026-01-19T15:
|
|
76822
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
76823
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
76824
76824
|
guardrail_config: unionType([
|
|
76825
76825
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
76826
76826
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -76837,8 +76837,8 @@ var init_getevals = __esm(() => {
|
|
|
76837
76837
|
DataTypescript$outboundSchema = objectType({
|
|
76838
76838
|
id: stringType(),
|
|
76839
76839
|
description: stringType(),
|
|
76840
|
-
created: stringType().default("2026-01-19T15:
|
|
76841
|
-
updated: stringType().default("2026-01-19T15:
|
|
76840
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
76841
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
76842
76842
|
guardrailConfig: unionType([
|
|
76843
76843
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
76844
76844
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -76909,8 +76909,8 @@ var init_getevals = __esm(() => {
|
|
|
76909
76909
|
DataRagas$inboundSchema = objectType({
|
|
76910
76910
|
_id: stringType(),
|
|
76911
76911
|
description: stringType(),
|
|
76912
|
-
created: stringType().default("2026-01-19T15:
|
|
76913
|
-
updated: stringType().default("2026-01-19T15:
|
|
76912
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
76913
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
76914
76914
|
guardrail_config: unionType([
|
|
76915
76915
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
76916
76916
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -76929,8 +76929,8 @@ var init_getevals = __esm(() => {
|
|
|
76929
76929
|
DataRagas$outboundSchema = objectType({
|
|
76930
76930
|
id: stringType(),
|
|
76931
76931
|
description: stringType(),
|
|
76932
|
-
created: stringType().default("2026-01-19T15:
|
|
76933
|
-
updated: stringType().default("2026-01-19T15:
|
|
76932
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
76933
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
76934
76934
|
guardrailConfig: unionType([
|
|
76935
76935
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
76936
76936
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -77285,8 +77285,8 @@ var init_getevals = __esm(() => {
|
|
|
77285
77285
|
DataFunction$inboundSchema = objectType({
|
|
77286
77286
|
_id: stringType(),
|
|
77287
77287
|
description: stringType(),
|
|
77288
|
-
created: stringType().default("2026-01-19T15:
|
|
77289
|
-
updated: stringType().default("2026-01-19T15:
|
|
77288
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
77289
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
77290
77290
|
guardrail_config: unionType([
|
|
77291
77291
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
77292
77292
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -77337,8 +77337,8 @@ var init_getevals = __esm(() => {
|
|
|
77337
77337
|
DataFunction$outboundSchema = objectType({
|
|
77338
77338
|
id: stringType(),
|
|
77339
77339
|
description: stringType(),
|
|
77340
|
-
created: stringType().default("2026-01-19T15:
|
|
77341
|
-
updated: stringType().default("2026-01-19T15:
|
|
77340
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
77341
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
77342
77342
|
guardrailConfig: unionType([
|
|
77343
77343
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
77344
77344
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -77441,8 +77441,8 @@ var init_getevals = __esm(() => {
|
|
|
77441
77441
|
DataPython$inboundSchema = objectType({
|
|
77442
77442
|
_id: stringType(),
|
|
77443
77443
|
description: stringType(),
|
|
77444
|
-
created: stringType().default("2026-01-19T15:
|
|
77445
|
-
updated: stringType().default("2026-01-19T15:
|
|
77444
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
77445
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
77446
77446
|
guardrail_config: unionType([
|
|
77447
77447
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
77448
77448
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema)
|
|
@@ -77459,8 +77459,8 @@ var init_getevals = __esm(() => {
|
|
|
77459
77459
|
DataPython$outboundSchema = objectType({
|
|
77460
77460
|
id: stringType(),
|
|
77461
77461
|
description: stringType(),
|
|
77462
|
-
created: stringType().default("2026-01-19T15:
|
|
77463
|
-
updated: stringType().default("2026-01-19T15:
|
|
77462
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
77463
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
77464
77464
|
guardrailConfig: unionType([
|
|
77465
77465
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
77466
77466
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema)
|
|
@@ -77531,8 +77531,8 @@ var init_getevals = __esm(() => {
|
|
|
77531
77531
|
DataHTTP$inboundSchema = objectType({
|
|
77532
77532
|
_id: stringType(),
|
|
77533
77533
|
description: stringType(),
|
|
77534
|
-
created: stringType().default("2026-01-19T15:
|
|
77535
|
-
updated: stringType().default("2026-01-19T15:
|
|
77534
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
77535
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
77536
77536
|
guardrail_config: unionType([
|
|
77537
77537
|
lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
77538
77538
|
lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema)
|
|
@@ -77552,8 +77552,8 @@ var init_getevals = __esm(() => {
|
|
|
77552
77552
|
DataHTTP$outboundSchema = objectType({
|
|
77553
77553
|
id: stringType(),
|
|
77554
77554
|
description: stringType(),
|
|
77555
|
-
created: stringType().default("2026-01-19T15:
|
|
77556
|
-
updated: stringType().default("2026-01-19T15:
|
|
77555
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
77556
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
77557
77557
|
guardrailConfig: unionType([
|
|
77558
77558
|
lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
77559
77559
|
lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema)
|
|
@@ -77625,8 +77625,8 @@ var init_getevals = __esm(() => {
|
|
|
77625
77625
|
DataJSON$inboundSchema = objectType({
|
|
77626
77626
|
_id: stringType(),
|
|
77627
77627
|
description: stringType(),
|
|
77628
|
-
created: stringType().default("2026-01-19T15:
|
|
77629
|
-
updated: stringType().default("2026-01-19T15:
|
|
77628
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
77629
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
77630
77630
|
guardrail_config: unionType([
|
|
77631
77631
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema),
|
|
77632
77632
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema)
|
|
@@ -77643,8 +77643,8 @@ var init_getevals = __esm(() => {
|
|
|
77643
77643
|
DataJSON$outboundSchema = objectType({
|
|
77644
77644
|
id: stringType(),
|
|
77645
77645
|
description: stringType(),
|
|
77646
|
-
created: stringType().default("2026-01-19T15:
|
|
77647
|
-
updated: stringType().default("2026-01-19T15:
|
|
77646
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
77647
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
77648
77648
|
guardrailConfig: unionType([
|
|
77649
77649
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema),
|
|
77650
77650
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema)
|
|
@@ -77713,8 +77713,8 @@ var init_getevals = __esm(() => {
|
|
|
77713
77713
|
DataLLM$inboundSchema = objectType({
|
|
77714
77714
|
_id: stringType(),
|
|
77715
77715
|
description: stringType(),
|
|
77716
|
-
created: stringType().default("2026-01-19T15:
|
|
77717
|
-
updated: stringType().default("2026-01-19T15:
|
|
77716
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
77717
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
77718
77718
|
guardrail_config: unionType([
|
|
77719
77719
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
77720
77720
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -77732,8 +77732,8 @@ var init_getevals = __esm(() => {
|
|
|
77732
77732
|
DataLLM$outboundSchema = objectType({
|
|
77733
77733
|
id: stringType(),
|
|
77734
77734
|
description: stringType(),
|
|
77735
|
-
created: stringType().default("2026-01-19T15:
|
|
77736
|
-
updated: stringType().default("2026-01-19T15:
|
|
77735
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
77736
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
77737
77737
|
guardrailConfig: unionType([
|
|
77738
77738
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
77739
77739
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -81502,7 +81502,7 @@ var init_listcontacts = __esm(() => {
|
|
|
81502
81502
|
tags: arrayType(stringType()).optional(),
|
|
81503
81503
|
metadata: recordType(anyType()).optional(),
|
|
81504
81504
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
81505
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
81505
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:37:05.357Z").transform((v2) => new Date(v2)),
|
|
81506
81506
|
metrics: lazyType(() => ListContactsMetrics$inboundSchema)
|
|
81507
81507
|
}).transform((v2) => {
|
|
81508
81508
|
return remap(v2, {
|
|
@@ -81521,7 +81521,7 @@ var init_listcontacts = __esm(() => {
|
|
|
81521
81521
|
tags: arrayType(stringType()).optional(),
|
|
81522
81522
|
metadata: recordType(anyType()).optional(),
|
|
81523
81523
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
81524
|
-
updated: dateType().default(() => new Date("2026-01-19T15:
|
|
81524
|
+
updated: dateType().default(() => new Date("2026-01-19T15:37:05.357Z")).transform((v2) => v2.toISOString()),
|
|
81525
81525
|
metrics: lazyType(() => ListContactsMetrics$outboundSchema)
|
|
81526
81526
|
}).transform((v2) => {
|
|
81527
81527
|
return remap(v2, {
|
|
@@ -81979,7 +81979,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
81979
81979
|
human_review_id: stringType(),
|
|
81980
81980
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
81981
81981
|
reviewed_by_id: stringType(),
|
|
81982
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
81982
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:37:18.723Z").transform((v2) => new Date(v2)),
|
|
81983
81983
|
type: literalType("string_array"),
|
|
81984
81984
|
values: arrayType(stringType())
|
|
81985
81985
|
}).transform((v2) => {
|
|
@@ -81996,7 +81996,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
81996
81996
|
humanReviewId: stringType(),
|
|
81997
81997
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
81998
81998
|
reviewedById: stringType(),
|
|
81999
|
-
reviewedAt: dateType().default(() => new Date("2026-01-19T15:
|
|
81999
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:37:18.723Z")).transform((v2) => v2.toISOString()),
|
|
82000
82000
|
type: literalType("string_array"),
|
|
82001
82001
|
values: arrayType(stringType())
|
|
82002
82002
|
}).transform((v2) => {
|
|
@@ -82017,7 +82017,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82017
82017
|
human_review_id: stringType(),
|
|
82018
82018
|
source: ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
|
|
82019
82019
|
reviewed_by_id: stringType(),
|
|
82020
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
82020
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:37:18.722Z").transform((v2) => new Date(v2)),
|
|
82021
82021
|
type: literalType("number"),
|
|
82022
82022
|
value: numberType()
|
|
82023
82023
|
}).transform((v2) => {
|
|
@@ -82034,7 +82034,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82034
82034
|
humanReviewId: stringType(),
|
|
82035
82035
|
source: ListDatasetDatapointsEvaluationsSource$outboundSchema.default("orq"),
|
|
82036
82036
|
reviewedById: stringType(),
|
|
82037
|
-
reviewedAt: dateType().default(() => new Date("2026-01-19T15:
|
|
82037
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:37:18.722Z")).transform((v2) => v2.toISOString()),
|
|
82038
82038
|
type: literalType("number"),
|
|
82039
82039
|
value: numberType()
|
|
82040
82040
|
}).transform((v2) => {
|
|
@@ -82055,7 +82055,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82055
82055
|
human_review_id: stringType(),
|
|
82056
82056
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
82057
82057
|
reviewed_by_id: stringType(),
|
|
82058
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
82058
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:37:18.721Z").transform((v2) => new Date(v2)),
|
|
82059
82059
|
type: literalType("string"),
|
|
82060
82060
|
value: stringType()
|
|
82061
82061
|
}).transform((v2) => {
|
|
@@ -82072,7 +82072,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82072
82072
|
humanReviewId: stringType(),
|
|
82073
82073
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
82074
82074
|
reviewedById: stringType(),
|
|
82075
|
-
reviewedAt: dateType().default(() => new Date("2026-01-19T15:
|
|
82075
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:37:18.721Z")).transform((v2) => v2.toISOString()),
|
|
82076
82076
|
type: literalType("string"),
|
|
82077
82077
|
value: stringType()
|
|
82078
82078
|
}).transform((v2) => {
|
|
@@ -82115,7 +82115,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82115
82115
|
created_by_id: stringType().optional(),
|
|
82116
82116
|
updated_by_id: stringType().optional(),
|
|
82117
82117
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
82118
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
82118
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:37:05.357Z").transform((v2) => new Date(v2))
|
|
82119
82119
|
}).transform((v2) => {
|
|
82120
82120
|
return remap(v2, {
|
|
82121
82121
|
_id: "id",
|
|
@@ -82149,7 +82149,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82149
82149
|
createdById: stringType().optional(),
|
|
82150
82150
|
updatedById: stringType().optional(),
|
|
82151
82151
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
82152
|
-
updated: dateType().default(() => new Date("2026-01-19T15:
|
|
82152
|
+
updated: dateType().default(() => new Date("2026-01-19T15:37:05.357Z")).transform((v2) => v2.toISOString())
|
|
82153
82153
|
}).transform((v2) => {
|
|
82154
82154
|
return remap(v2, {
|
|
82155
82155
|
id: "_id",
|
|
@@ -82238,7 +82238,7 @@ var init_listdatasets = __esm(() => {
|
|
|
82238
82238
|
created_by_id: stringType().optional(),
|
|
82239
82239
|
updated_by_id: stringType().optional(),
|
|
82240
82240
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
82241
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
82241
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:37:05.357Z").transform((v2) => new Date(v2))
|
|
82242
82242
|
}).transform((v2) => {
|
|
82243
82243
|
return remap(v2, {
|
|
82244
82244
|
_id: "id",
|
|
@@ -82258,7 +82258,7 @@ var init_listdatasets = __esm(() => {
|
|
|
82258
82258
|
createdById: stringType().optional(),
|
|
82259
82259
|
updatedById: stringType().optional(),
|
|
82260
82260
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
82261
|
-
updated: dateType().default(() => new Date("2026-01-19T15:
|
|
82261
|
+
updated: dateType().default(() => new Date("2026-01-19T15:37:05.357Z")).transform((v2) => v2.toISOString())
|
|
82262
82262
|
}).transform((v2) => {
|
|
82263
82263
|
return remap(v2, {
|
|
82264
82264
|
id: "_id",
|
|
@@ -82339,7 +82339,7 @@ var init_listdatasources = __esm(() => {
|
|
|
82339
82339
|
ListDatasourcesStatus$inboundSchema = nativeEnumType(ListDatasourcesStatus);
|
|
82340
82340
|
ListDatasourcesStatus$outboundSchema = ListDatasourcesStatus$inboundSchema;
|
|
82341
82341
|
ListDatasourcesData$inboundSchema = objectType({
|
|
82342
|
-
_id: stringType().default("
|
|
82342
|
+
_id: stringType().default("01KFBEEGH0QBJK93GAGZPEJ2XY"),
|
|
82343
82343
|
display_name: stringType(),
|
|
82344
82344
|
description: stringType().optional(),
|
|
82345
82345
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -82362,7 +82362,7 @@ var init_listdatasources = __esm(() => {
|
|
|
82362
82362
|
});
|
|
82363
82363
|
});
|
|
82364
82364
|
ListDatasourcesData$outboundSchema = objectType({
|
|
82365
|
-
id: stringType().default("
|
|
82365
|
+
id: stringType().default("01KFBEEGH0QBJK93GAGZPEJ2XY"),
|
|
82366
82366
|
displayName: stringType(),
|
|
82367
82367
|
description: stringType().optional(),
|
|
82368
82368
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -82485,7 +82485,7 @@ var init_listidentities = __esm(() => {
|
|
|
82485
82485
|
tags: arrayType(stringType()).optional(),
|
|
82486
82486
|
metadata: recordType(anyType()).optional(),
|
|
82487
82487
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
82488
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
82488
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:37:05.357Z").transform((v2) => new Date(v2)),
|
|
82489
82489
|
metrics: lazyType(() => ListIdentitiesMetrics$inboundSchema)
|
|
82490
82490
|
}).transform((v2) => {
|
|
82491
82491
|
return remap(v2, {
|
|
@@ -82504,7 +82504,7 @@ var init_listidentities = __esm(() => {
|
|
|
82504
82504
|
tags: arrayType(stringType()).optional(),
|
|
82505
82505
|
metadata: recordType(anyType()).optional(),
|
|
82506
82506
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
82507
|
-
updated: dateType().default(() => new Date("2026-01-19T15:
|
|
82507
|
+
updated: dateType().default(() => new Date("2026-01-19T15:37:05.357Z")).transform((v2) => v2.toISOString()),
|
|
82508
82508
|
metrics: lazyType(() => ListIdentitiesMetrics$outboundSchema)
|
|
82509
82509
|
}).transform((v2) => {
|
|
82510
82510
|
return remap(v2, {
|
|
@@ -84777,7 +84777,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
84777
84777
|
tags: arrayType(stringType()).optional(),
|
|
84778
84778
|
metadata: recordType(anyType()).optional(),
|
|
84779
84779
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
84780
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
84780
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:37:05.357Z").transform((v2) => new Date(v2))
|
|
84781
84781
|
}).transform((v2) => {
|
|
84782
84782
|
return remap(v2, {
|
|
84783
84783
|
_id: "id",
|
|
@@ -84795,7 +84795,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
84795
84795
|
tags: arrayType(stringType()).optional(),
|
|
84796
84796
|
metadata: recordType(anyType()).optional(),
|
|
84797
84797
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
84798
|
-
updated: dateType().default(() => new Date("2026-01-19T15:
|
|
84798
|
+
updated: dateType().default(() => new Date("2026-01-19T15:37:05.357Z")).transform((v2) => v2.toISOString())
|
|
84799
84799
|
}).transform((v2) => {
|
|
84800
84800
|
return remap(v2, {
|
|
84801
84801
|
id: "_id",
|
|
@@ -85201,7 +85201,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85201
85201
|
human_review_id: stringType(),
|
|
85202
85202
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
85203
85203
|
reviewed_by_id: stringType(),
|
|
85204
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
85204
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:37:18.734Z").transform((v2) => new Date(v2)),
|
|
85205
85205
|
type: literalType("string_array"),
|
|
85206
85206
|
values: arrayType(stringType())
|
|
85207
85207
|
}).transform((v2) => {
|
|
@@ -85218,7 +85218,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85218
85218
|
humanReviewId: stringType(),
|
|
85219
85219
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
85220
85220
|
reviewedById: stringType(),
|
|
85221
|
-
reviewedAt: dateType().default(() => new Date("2026-01-19T15:
|
|
85221
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:37:18.734Z")).transform((v2) => v2.toISOString()),
|
|
85222
85222
|
type: literalType("string_array"),
|
|
85223
85223
|
values: arrayType(stringType())
|
|
85224
85224
|
}).transform((v2) => {
|
|
@@ -85239,7 +85239,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85239
85239
|
human_review_id: stringType(),
|
|
85240
85240
|
source: RetrieveDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
85241
85241
|
reviewed_by_id: stringType(),
|
|
85242
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
85242
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:37:18.734Z").transform((v2) => new Date(v2)),
|
|
85243
85243
|
type: literalType("number"),
|
|
85244
85244
|
value: numberType()
|
|
85245
85245
|
}).transform((v2) => {
|
|
@@ -85256,7 +85256,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85256
85256
|
humanReviewId: stringType(),
|
|
85257
85257
|
source: RetrieveDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
85258
85258
|
reviewedById: stringType(),
|
|
85259
|
-
reviewedAt: dateType().default(() => new Date("2026-01-19T15:
|
|
85259
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:37:18.734Z")).transform((v2) => v2.toISOString()),
|
|
85260
85260
|
type: literalType("number"),
|
|
85261
85261
|
value: numberType()
|
|
85262
85262
|
}).transform((v2) => {
|
|
@@ -85277,7 +85277,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85277
85277
|
human_review_id: stringType(),
|
|
85278
85278
|
source: RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
85279
85279
|
reviewed_by_id: stringType(),
|
|
85280
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
85280
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:37:18.733Z").transform((v2) => new Date(v2)),
|
|
85281
85281
|
type: literalType("string"),
|
|
85282
85282
|
value: stringType()
|
|
85283
85283
|
}).transform((v2) => {
|
|
@@ -85294,7 +85294,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85294
85294
|
humanReviewId: stringType(),
|
|
85295
85295
|
source: RetrieveDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
85296
85296
|
reviewedById: stringType(),
|
|
85297
|
-
reviewedAt: dateType().default(() => new Date("2026-01-19T15:
|
|
85297
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:37:18.733Z")).transform((v2) => v2.toISOString()),
|
|
85298
85298
|
type: literalType("string"),
|
|
85299
85299
|
value: stringType()
|
|
85300
85300
|
}).transform((v2) => {
|
|
@@ -85337,7 +85337,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85337
85337
|
created_by_id: stringType().optional(),
|
|
85338
85338
|
updated_by_id: stringType().optional(),
|
|
85339
85339
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
85340
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
85340
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:37:05.357Z").transform((v2) => new Date(v2))
|
|
85341
85341
|
}).transform((v2) => {
|
|
85342
85342
|
return remap(v2, {
|
|
85343
85343
|
_id: "id",
|
|
@@ -85371,7 +85371,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85371
85371
|
createdById: stringType().optional(),
|
|
85372
85372
|
updatedById: stringType().optional(),
|
|
85373
85373
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
85374
|
-
updated: dateType().default(() => new Date("2026-01-19T15:
|
|
85374
|
+
updated: dateType().default(() => new Date("2026-01-19T15:37:05.357Z")).transform((v2) => v2.toISOString())
|
|
85375
85375
|
}).transform((v2) => {
|
|
85376
85376
|
return remap(v2, {
|
|
85377
85377
|
id: "_id",
|
|
@@ -85431,7 +85431,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
85431
85431
|
created_by_id: stringType().optional(),
|
|
85432
85432
|
updated_by_id: stringType().optional(),
|
|
85433
85433
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
85434
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
85434
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:37:05.357Z").transform((v2) => new Date(v2))
|
|
85435
85435
|
}).transform((v2) => {
|
|
85436
85436
|
return remap(v2, {
|
|
85437
85437
|
_id: "id",
|
|
@@ -85451,7 +85451,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
85451
85451
|
createdById: stringType().optional(),
|
|
85452
85452
|
updatedById: stringType().optional(),
|
|
85453
85453
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
85454
|
-
updated: dateType().default(() => new Date("2026-01-19T15:
|
|
85454
|
+
updated: dateType().default(() => new Date("2026-01-19T15:37:05.357Z")).transform((v2) => v2.toISOString())
|
|
85455
85455
|
}).transform((v2) => {
|
|
85456
85456
|
return remap(v2, {
|
|
85457
85457
|
id: "_id",
|
|
@@ -85497,7 +85497,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
85497
85497
|
RetrieveDatasourceStatus$inboundSchema = nativeEnumType(RetrieveDatasourceStatus);
|
|
85498
85498
|
RetrieveDatasourceStatus$outboundSchema = RetrieveDatasourceStatus$inboundSchema;
|
|
85499
85499
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
85500
|
-
_id: stringType().default("
|
|
85500
|
+
_id: stringType().default("01KFBEEGHB5ENPXC8C06WFW00V"),
|
|
85501
85501
|
display_name: stringType(),
|
|
85502
85502
|
description: stringType().optional(),
|
|
85503
85503
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -85520,7 +85520,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
85520
85520
|
});
|
|
85521
85521
|
});
|
|
85522
85522
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
85523
|
-
id: stringType().default("
|
|
85523
|
+
id: stringType().default("01KFBEEGHB5ENPXC8C06WFW00V"),
|
|
85524
85524
|
displayName: stringType(),
|
|
85525
85525
|
description: stringType().optional(),
|
|
85526
85526
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -85564,7 +85564,7 @@ var init_retrieveidentity = __esm(() => {
|
|
|
85564
85564
|
tags: arrayType(stringType()).optional(),
|
|
85565
85565
|
metadata: recordType(anyType()).optional(),
|
|
85566
85566
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
85567
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
85567
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:37:05.357Z").transform((v2) => new Date(v2))
|
|
85568
85568
|
}).transform((v2) => {
|
|
85569
85569
|
return remap(v2, {
|
|
85570
85570
|
_id: "id",
|
|
@@ -85582,7 +85582,7 @@ var init_retrieveidentity = __esm(() => {
|
|
|
85582
85582
|
tags: arrayType(stringType()).optional(),
|
|
85583
85583
|
metadata: recordType(anyType()).optional(),
|
|
85584
85584
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
85585
|
-
updated: dateType().default(() => new Date("2026-01-19T15:
|
|
85585
|
+
updated: dateType().default(() => new Date("2026-01-19T15:37:05.357Z")).transform((v2) => v2.toISOString())
|
|
85586
85586
|
}).transform((v2) => {
|
|
85587
85587
|
return remap(v2, {
|
|
85588
85588
|
id: "_id",
|
|
@@ -85906,7 +85906,7 @@ var init_retrievetool = __esm(() => {
|
|
|
85906
85906
|
code: stringType()
|
|
85907
85907
|
});
|
|
85908
85908
|
RetrieveToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
85909
|
-
_id: stringType().default("
|
|
85909
|
+
_id: stringType().default("tool_01KFBEEGDAQ2ANFE3G081WEYDC"),
|
|
85910
85910
|
path: stringType(),
|
|
85911
85911
|
key: stringType(),
|
|
85912
85912
|
display_name: stringType().optional(),
|
|
@@ -85934,7 +85934,7 @@ var init_retrievetool = __esm(() => {
|
|
|
85934
85934
|
});
|
|
85935
85935
|
});
|
|
85936
85936
|
RetrieveToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
85937
|
-
id: stringType().default("
|
|
85937
|
+
id: stringType().default("tool_01KFBEEGDAQ2ANFE3G081WEYDC"),
|
|
85938
85938
|
path: stringType(),
|
|
85939
85939
|
key: stringType(),
|
|
85940
85940
|
displayName: stringType().optional(),
|
|
@@ -85984,13 +85984,13 @@ var init_retrievetool = __esm(() => {
|
|
|
85984
85984
|
required: arrayType(stringType()).optional()
|
|
85985
85985
|
});
|
|
85986
85986
|
RetrieveToolResponseBodyTools$inboundSchema = objectType({
|
|
85987
|
-
id: stringType().default("
|
|
85987
|
+
id: stringType().default("01KFBEEGD98K1Q0W7F76T4RK9H"),
|
|
85988
85988
|
name: stringType(),
|
|
85989
85989
|
description: stringType().optional(),
|
|
85990
85990
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$inboundSchema)
|
|
85991
85991
|
});
|
|
85992
85992
|
RetrieveToolResponseBodyTools$outboundSchema = objectType({
|
|
85993
|
-
id: stringType().default("
|
|
85993
|
+
id: stringType().default("01KFBEEGD98K1Q0W7F76T4RK9H"),
|
|
85994
85994
|
name: stringType(),
|
|
85995
85995
|
description: stringType().optional(),
|
|
85996
85996
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -86020,7 +86020,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86020
86020
|
});
|
|
86021
86021
|
});
|
|
86022
86022
|
RetrieveToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
86023
|
-
_id: stringType().default("
|
|
86023
|
+
_id: stringType().default("tool_01KFBEEGD82Q9YJMZ1EYT2QBQ5"),
|
|
86024
86024
|
path: stringType(),
|
|
86025
86025
|
key: stringType(),
|
|
86026
86026
|
display_name: stringType().optional(),
|
|
@@ -86047,7 +86047,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86047
86047
|
});
|
|
86048
86048
|
});
|
|
86049
86049
|
RetrieveToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
86050
|
-
id: stringType().default("
|
|
86050
|
+
id: stringType().default("tool_01KFBEEGD82Q9YJMZ1EYT2QBQ5"),
|
|
86051
86051
|
path: stringType(),
|
|
86052
86052
|
key: stringType(),
|
|
86053
86053
|
displayName: stringType().optional(),
|
|
@@ -86134,7 +86134,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86134
86134
|
arguments: recordType(lazyType(() => RetrieveToolResponseBodyArguments$outboundSchema)).optional()
|
|
86135
86135
|
});
|
|
86136
86136
|
RetrieveToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
86137
|
-
_id: stringType().default("
|
|
86137
|
+
_id: stringType().default("tool_01KFBEEGD4FEX0X3DQ040P3DD6"),
|
|
86138
86138
|
path: stringType(),
|
|
86139
86139
|
key: stringType(),
|
|
86140
86140
|
display_name: stringType().optional(),
|
|
@@ -86161,7 +86161,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86161
86161
|
});
|
|
86162
86162
|
});
|
|
86163
86163
|
RetrieveToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
86164
|
-
id: stringType().default("
|
|
86164
|
+
id: stringType().default("tool_01KFBEEGD4FEX0X3DQ040P3DD6"),
|
|
86165
86165
|
path: stringType(),
|
|
86166
86166
|
key: stringType(),
|
|
86167
86167
|
displayName: stringType().optional(),
|
|
@@ -86220,7 +86220,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86220
86220
|
strict: booleanType().optional()
|
|
86221
86221
|
});
|
|
86222
86222
|
RetrieveToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
86223
|
-
_id: stringType().default("
|
|
86223
|
+
_id: stringType().default("tool_01KFBEEGD3DP36EY475G9KN4Z5"),
|
|
86224
86224
|
path: stringType(),
|
|
86225
86225
|
key: stringType(),
|
|
86226
86226
|
display_name: stringType().optional(),
|
|
@@ -86248,7 +86248,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86248
86248
|
});
|
|
86249
86249
|
});
|
|
86250
86250
|
RetrieveToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
86251
|
-
id: stringType().default("
|
|
86251
|
+
id: stringType().default("tool_01KFBEEGD3DP36EY475G9KN4Z5"),
|
|
86252
86252
|
path: stringType(),
|
|
86253
86253
|
key: stringType(),
|
|
86254
86254
|
displayName: stringType().optional(),
|
|
@@ -86310,7 +86310,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86310
86310
|
parameters: lazyType(() => RetrieveToolResponseBodyParameters$outboundSchema).optional()
|
|
86311
86311
|
});
|
|
86312
86312
|
RetrieveToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
86313
|
-
_id: stringType().default("
|
|
86313
|
+
_id: stringType().default("tool_01KFBEEGD2TBPD3P9P0J24RYYE"),
|
|
86314
86314
|
path: stringType(),
|
|
86315
86315
|
key: stringType(),
|
|
86316
86316
|
display_name: stringType().optional(),
|
|
@@ -86337,7 +86337,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86337
86337
|
});
|
|
86338
86338
|
});
|
|
86339
86339
|
RetrieveToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
86340
|
-
id: stringType().default("
|
|
86340
|
+
id: stringType().default("tool_01KFBEEGD2TBPD3P9P0J24RYYE"),
|
|
86341
86341
|
path: stringType(),
|
|
86342
86342
|
key: stringType(),
|
|
86343
86343
|
displayName: stringType().optional(),
|
|
@@ -87249,13 +87249,13 @@ var init_runagent = __esm(() => {
|
|
|
87249
87249
|
required: arrayType(stringType()).optional()
|
|
87250
87250
|
});
|
|
87251
87251
|
Tools$inboundSchema2 = objectType({
|
|
87252
|
-
id: stringType().default("
|
|
87252
|
+
id: stringType().default("01KFBEEFWAD3RY77WNJGR7Y7J3"),
|
|
87253
87253
|
name: stringType(),
|
|
87254
87254
|
description: stringType().optional(),
|
|
87255
87255
|
schema: lazyType(() => AgentToolInputRunSchema$inboundSchema)
|
|
87256
87256
|
});
|
|
87257
87257
|
Tools$outboundSchema2 = objectType({
|
|
87258
|
-
id: stringType().default("
|
|
87258
|
+
id: stringType().default("01KFBEEFWAD3RY77WNJGR7Y7J3"),
|
|
87259
87259
|
name: stringType(),
|
|
87260
87260
|
description: stringType().optional(),
|
|
87261
87261
|
schema: lazyType(() => AgentToolInputRunSchema$outboundSchema)
|
|
@@ -89697,13 +89697,13 @@ var init_streamrunagent = __esm(() => {
|
|
|
89697
89697
|
required: arrayType(stringType()).optional()
|
|
89698
89698
|
});
|
|
89699
89699
|
AgentToolInputRunTools$inboundSchema = objectType({
|
|
89700
|
-
id: stringType().default("
|
|
89700
|
+
id: stringType().default("01KFBEEFYW896MCJR87A7RMNRP"),
|
|
89701
89701
|
name: stringType(),
|
|
89702
89702
|
description: stringType().optional(),
|
|
89703
89703
|
schema: lazyType(() => StreamRunAgentAgentToolInputRunAgentsSchema$inboundSchema)
|
|
89704
89704
|
});
|
|
89705
89705
|
AgentToolInputRunTools$outboundSchema = objectType({
|
|
89706
|
-
id: stringType().default("
|
|
89706
|
+
id: stringType().default("01KFBEEFYW896MCJR87A7RMNRP"),
|
|
89707
89707
|
name: stringType(),
|
|
89708
89708
|
description: stringType().optional(),
|
|
89709
89709
|
schema: lazyType(() => StreamRunAgentAgentToolInputRunAgentsSchema$outboundSchema)
|
|
@@ -92832,7 +92832,7 @@ var init_updatecontact = __esm(() => {
|
|
|
92832
92832
|
tags: arrayType(stringType()).optional(),
|
|
92833
92833
|
metadata: recordType(anyType()).optional(),
|
|
92834
92834
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
92835
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
92835
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:37:05.357Z").transform((v2) => new Date(v2))
|
|
92836
92836
|
}).transform((v2) => {
|
|
92837
92837
|
return remap(v2, {
|
|
92838
92838
|
_id: "id",
|
|
@@ -92850,7 +92850,7 @@ var init_updatecontact = __esm(() => {
|
|
|
92850
92850
|
tags: arrayType(stringType()).optional(),
|
|
92851
92851
|
metadata: recordType(anyType()).optional(),
|
|
92852
92852
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
92853
|
-
updated: dateType().default(() => new Date("2026-01-19T15:
|
|
92853
|
+
updated: dateType().default(() => new Date("2026-01-19T15:37:05.357Z")).transform((v2) => v2.toISOString())
|
|
92854
92854
|
}).transform((v2) => {
|
|
92855
92855
|
return remap(v2, {
|
|
92856
92856
|
id: "_id",
|
|
@@ -92916,7 +92916,7 @@ var init_updateconversation = __esm(() => {
|
|
|
92916
92916
|
model: nullableType(stringType()).optional()
|
|
92917
92917
|
});
|
|
92918
92918
|
UpdateConversationResponseBody$inboundSchema = objectType({
|
|
92919
|
-
_id: stringType().default("
|
|
92919
|
+
_id: stringType().default("conv_01kfbeeg1z6wjekfhgtn9yfkw8"),
|
|
92920
92920
|
kind: UpdateConversationKind$inboundSchema,
|
|
92921
92921
|
displayName: stringType(),
|
|
92922
92922
|
createdAt: numberType(),
|
|
@@ -92930,7 +92930,7 @@ var init_updateconversation = __esm(() => {
|
|
|
92930
92930
|
});
|
|
92931
92931
|
});
|
|
92932
92932
|
UpdateConversationResponseBody$outboundSchema = objectType({
|
|
92933
|
-
id: stringType().default("
|
|
92933
|
+
id: stringType().default("conv_01kfbeeg1z6wjekfhgtn9yfkw8"),
|
|
92934
92934
|
kind: UpdateConversationKind$outboundSchema,
|
|
92935
92935
|
displayName: stringType(),
|
|
92936
92936
|
createdAt: numberType(),
|
|
@@ -93672,7 +93672,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93672
93672
|
human_review_id: stringType(),
|
|
93673
93673
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
93674
93674
|
reviewed_by_id: stringType(),
|
|
93675
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
93675
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:37:18.800Z").transform((v2) => new Date(v2)),
|
|
93676
93676
|
type: literalType("string_array"),
|
|
93677
93677
|
values: arrayType(stringType())
|
|
93678
93678
|
}).transform((v2) => {
|
|
@@ -93689,7 +93689,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93689
93689
|
humanReviewId: stringType(),
|
|
93690
93690
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
93691
93691
|
reviewedById: stringType(),
|
|
93692
|
-
reviewedAt: dateType().default(() => new Date("2026-01-19T15:
|
|
93692
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:37:18.800Z")).transform((v2) => v2.toISOString()),
|
|
93693
93693
|
type: literalType("string_array"),
|
|
93694
93694
|
values: arrayType(stringType())
|
|
93695
93695
|
}).transform((v2) => {
|
|
@@ -93710,7 +93710,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93710
93710
|
human_review_id: stringType(),
|
|
93711
93711
|
source: UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
93712
93712
|
reviewed_by_id: stringType(),
|
|
93713
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
93713
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:37:18.800Z").transform((v2) => new Date(v2)),
|
|
93714
93714
|
type: literalType("number"),
|
|
93715
93715
|
value: numberType()
|
|
93716
93716
|
}).transform((v2) => {
|
|
@@ -93727,7 +93727,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93727
93727
|
humanReviewId: stringType(),
|
|
93728
93728
|
source: UpdateDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
93729
93729
|
reviewedById: stringType(),
|
|
93730
|
-
reviewedAt: dateType().default(() => new Date("2026-01-19T15:
|
|
93730
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:37:18.800Z")).transform((v2) => v2.toISOString()),
|
|
93731
93731
|
type: literalType("number"),
|
|
93732
93732
|
value: numberType()
|
|
93733
93733
|
}).transform((v2) => {
|
|
@@ -93748,7 +93748,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93748
93748
|
human_review_id: stringType(),
|
|
93749
93749
|
source: UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
93750
93750
|
reviewed_by_id: stringType(),
|
|
93751
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
93751
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:37:18.799Z").transform((v2) => new Date(v2)),
|
|
93752
93752
|
type: literalType("string"),
|
|
93753
93753
|
value: stringType()
|
|
93754
93754
|
}).transform((v2) => {
|
|
@@ -93765,7 +93765,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93765
93765
|
humanReviewId: stringType(),
|
|
93766
93766
|
source: UpdateDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
93767
93767
|
reviewedById: stringType(),
|
|
93768
|
-
reviewedAt: dateType().default(() => new Date("2026-01-19T15:
|
|
93768
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:37:18.799Z")).transform((v2) => v2.toISOString()),
|
|
93769
93769
|
type: literalType("string"),
|
|
93770
93770
|
value: stringType()
|
|
93771
93771
|
}).transform((v2) => {
|
|
@@ -93808,7 +93808,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93808
93808
|
created_by_id: stringType().optional(),
|
|
93809
93809
|
updated_by_id: stringType().optional(),
|
|
93810
93810
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
93811
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
93811
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:37:05.357Z").transform((v2) => new Date(v2))
|
|
93812
93812
|
}).transform((v2) => {
|
|
93813
93813
|
return remap(v2, {
|
|
93814
93814
|
_id: "id",
|
|
@@ -93842,7 +93842,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93842
93842
|
createdById: stringType().optional(),
|
|
93843
93843
|
updatedById: stringType().optional(),
|
|
93844
93844
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
93845
|
-
updated: dateType().default(() => new Date("2026-01-19T15:
|
|
93845
|
+
updated: dateType().default(() => new Date("2026-01-19T15:37:05.357Z")).transform((v2) => v2.toISOString())
|
|
93846
93846
|
}).transform((v2) => {
|
|
93847
93847
|
return remap(v2, {
|
|
93848
93848
|
id: "_id",
|
|
@@ -93926,7 +93926,7 @@ var init_updatedataset = __esm(() => {
|
|
|
93926
93926
|
created_by_id: stringType().optional(),
|
|
93927
93927
|
updated_by_id: stringType().optional(),
|
|
93928
93928
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
93929
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
93929
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:37:05.357Z").transform((v2) => new Date(v2))
|
|
93930
93930
|
}).transform((v2) => {
|
|
93931
93931
|
return remap(v2, {
|
|
93932
93932
|
_id: "id",
|
|
@@ -93946,7 +93946,7 @@ var init_updatedataset = __esm(() => {
|
|
|
93946
93946
|
createdById: stringType().optional(),
|
|
93947
93947
|
updatedById: stringType().optional(),
|
|
93948
93948
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
93949
|
-
updated: dateType().default(() => new Date("2026-01-19T15:
|
|
93949
|
+
updated: dateType().default(() => new Date("2026-01-19T15:37:05.357Z")).transform((v2) => v2.toISOString())
|
|
93950
93950
|
}).transform((v2) => {
|
|
93951
93951
|
return remap(v2, {
|
|
93952
93952
|
id: "_id",
|
|
@@ -94010,7 +94010,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
94010
94010
|
UpdateDatasourceStatus$inboundSchema = nativeEnumType(UpdateDatasourceStatus);
|
|
94011
94011
|
UpdateDatasourceStatus$outboundSchema = UpdateDatasourceStatus$inboundSchema;
|
|
94012
94012
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
94013
|
-
_id: stringType().default("
|
|
94013
|
+
_id: stringType().default("01KFBEEGHFZ524K02NFT6CX35R"),
|
|
94014
94014
|
display_name: stringType(),
|
|
94015
94015
|
description: stringType().optional(),
|
|
94016
94016
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -94033,7 +94033,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
94033
94033
|
});
|
|
94034
94034
|
});
|
|
94035
94035
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
94036
|
-
id: stringType().default("
|
|
94036
|
+
id: stringType().default("01KFBEEGHFZ524K02NFT6CX35R"),
|
|
94037
94037
|
displayName: stringType(),
|
|
94038
94038
|
description: stringType().optional(),
|
|
94039
94039
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -94646,8 +94646,8 @@ var init_updateeval = __esm(() => {
|
|
|
94646
94646
|
ResponseBodyTypescript$inboundSchema = objectType({
|
|
94647
94647
|
_id: stringType(),
|
|
94648
94648
|
description: stringType(),
|
|
94649
|
-
created: stringType().default("2026-01-19T15:
|
|
94650
|
-
updated: stringType().default("2026-01-19T15:
|
|
94649
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
94650
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
94651
94651
|
guardrail_config: unionType([
|
|
94652
94652
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
94653
94653
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -94664,8 +94664,8 @@ var init_updateeval = __esm(() => {
|
|
|
94664
94664
|
ResponseBodyTypescript$outboundSchema = objectType({
|
|
94665
94665
|
id: stringType(),
|
|
94666
94666
|
description: stringType(),
|
|
94667
|
-
created: stringType().default("2026-01-19T15:
|
|
94668
|
-
updated: stringType().default("2026-01-19T15:
|
|
94667
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
94668
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
94669
94669
|
guardrailConfig: unionType([
|
|
94670
94670
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
94671
94671
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -94736,8 +94736,8 @@ var init_updateeval = __esm(() => {
|
|
|
94736
94736
|
ResponseBodyRagas$inboundSchema = objectType({
|
|
94737
94737
|
_id: stringType(),
|
|
94738
94738
|
description: stringType(),
|
|
94739
|
-
created: stringType().default("2026-01-19T15:
|
|
94740
|
-
updated: stringType().default("2026-01-19T15:
|
|
94739
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
94740
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
94741
94741
|
guardrail_config: unionType([
|
|
94742
94742
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
94743
94743
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -94756,8 +94756,8 @@ var init_updateeval = __esm(() => {
|
|
|
94756
94756
|
ResponseBodyRagas$outboundSchema = objectType({
|
|
94757
94757
|
id: stringType(),
|
|
94758
94758
|
description: stringType(),
|
|
94759
|
-
created: stringType().default("2026-01-19T15:
|
|
94760
|
-
updated: stringType().default("2026-01-19T15:
|
|
94759
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
94760
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
94761
94761
|
guardrailConfig: unionType([
|
|
94762
94762
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
94763
94763
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -95112,8 +95112,8 @@ var init_updateeval = __esm(() => {
|
|
|
95112
95112
|
ResponseBodyFunction$inboundSchema = objectType({
|
|
95113
95113
|
_id: stringType(),
|
|
95114
95114
|
description: stringType(),
|
|
95115
|
-
created: stringType().default("2026-01-19T15:
|
|
95116
|
-
updated: stringType().default("2026-01-19T15:
|
|
95115
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
95116
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
95117
95117
|
guardrail_config: unionType([
|
|
95118
95118
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
95119
95119
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -95164,8 +95164,8 @@ var init_updateeval = __esm(() => {
|
|
|
95164
95164
|
ResponseBodyFunction$outboundSchema = objectType({
|
|
95165
95165
|
id: stringType(),
|
|
95166
95166
|
description: stringType(),
|
|
95167
|
-
created: stringType().default("2026-01-19T15:
|
|
95168
|
-
updated: stringType().default("2026-01-19T15:
|
|
95167
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
95168
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
95169
95169
|
guardrailConfig: unionType([
|
|
95170
95170
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
95171
95171
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -95268,8 +95268,8 @@ var init_updateeval = __esm(() => {
|
|
|
95268
95268
|
UpdateEvalResponseBodyPython$inboundSchema = objectType({
|
|
95269
95269
|
_id: stringType(),
|
|
95270
95270
|
description: stringType(),
|
|
95271
|
-
created: stringType().default("2026-01-19T15:
|
|
95272
|
-
updated: stringType().default("2026-01-19T15:
|
|
95271
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
95272
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
95273
95273
|
guardrail_config: unionType([
|
|
95274
95274
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
95275
95275
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -95286,8 +95286,8 @@ var init_updateeval = __esm(() => {
|
|
|
95286
95286
|
UpdateEvalResponseBodyPython$outboundSchema = objectType({
|
|
95287
95287
|
id: stringType(),
|
|
95288
95288
|
description: stringType(),
|
|
95289
|
-
created: stringType().default("2026-01-19T15:
|
|
95290
|
-
updated: stringType().default("2026-01-19T15:
|
|
95289
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
95290
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
95291
95291
|
guardrailConfig: unionType([
|
|
95292
95292
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
95293
95293
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -95358,8 +95358,8 @@ var init_updateeval = __esm(() => {
|
|
|
95358
95358
|
UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
|
|
95359
95359
|
_id: stringType(),
|
|
95360
95360
|
description: stringType(),
|
|
95361
|
-
created: stringType().default("2026-01-19T15:
|
|
95362
|
-
updated: stringType().default("2026-01-19T15:
|
|
95361
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
95362
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
95363
95363
|
guardrail_config: unionType([
|
|
95364
95364
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
95365
95365
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -95379,8 +95379,8 @@ var init_updateeval = __esm(() => {
|
|
|
95379
95379
|
UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
|
|
95380
95380
|
id: stringType(),
|
|
95381
95381
|
description: stringType(),
|
|
95382
|
-
created: stringType().default("2026-01-19T15:
|
|
95383
|
-
updated: stringType().default("2026-01-19T15:
|
|
95382
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
95383
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
95384
95384
|
guardrailConfig: unionType([
|
|
95385
95385
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
95386
95386
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -95452,8 +95452,8 @@ var init_updateeval = __esm(() => {
|
|
|
95452
95452
|
UpdateEvalResponseBodyJSON$inboundSchema = objectType({
|
|
95453
95453
|
_id: stringType(),
|
|
95454
95454
|
description: stringType(),
|
|
95455
|
-
created: stringType().default("2026-01-19T15:
|
|
95456
|
-
updated: stringType().default("2026-01-19T15:
|
|
95455
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
95456
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
95457
95457
|
guardrail_config: unionType([
|
|
95458
95458
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
95459
95459
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -95470,8 +95470,8 @@ var init_updateeval = __esm(() => {
|
|
|
95470
95470
|
UpdateEvalResponseBodyJSON$outboundSchema = objectType({
|
|
95471
95471
|
id: stringType(),
|
|
95472
95472
|
description: stringType(),
|
|
95473
|
-
created: stringType().default("2026-01-19T15:
|
|
95474
|
-
updated: stringType().default("2026-01-19T15:
|
|
95473
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
95474
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
95475
95475
|
guardrailConfig: unionType([
|
|
95476
95476
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
95477
95477
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -95540,8 +95540,8 @@ var init_updateeval = __esm(() => {
|
|
|
95540
95540
|
UpdateEvalResponseBodyLLM$inboundSchema = objectType({
|
|
95541
95541
|
_id: stringType(),
|
|
95542
95542
|
description: stringType(),
|
|
95543
|
-
created: stringType().default("2026-01-19T15:
|
|
95544
|
-
updated: stringType().default("2026-01-19T15:
|
|
95543
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
95544
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
95545
95545
|
guardrail_config: unionType([
|
|
95546
95546
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
95547
95547
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -95559,8 +95559,8 @@ var init_updateeval = __esm(() => {
|
|
|
95559
95559
|
UpdateEvalResponseBodyLLM$outboundSchema = objectType({
|
|
95560
95560
|
id: stringType(),
|
|
95561
95561
|
description: stringType(),
|
|
95562
|
-
created: stringType().default("2026-01-19T15:
|
|
95563
|
-
updated: stringType().default("2026-01-19T15:
|
|
95562
|
+
created: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
95563
|
+
updated: stringType().default("2026-01-19T15:37:07.712Z"),
|
|
95564
95564
|
guardrailConfig: unionType([
|
|
95565
95565
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
95566
95566
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -95649,7 +95649,7 @@ var init_updateidentity = __esm(() => {
|
|
|
95649
95649
|
tags: arrayType(stringType()).optional(),
|
|
95650
95650
|
metadata: recordType(anyType()).optional(),
|
|
95651
95651
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
95652
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:
|
|
95652
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:37:05.357Z").transform((v2) => new Date(v2))
|
|
95653
95653
|
}).transform((v2) => {
|
|
95654
95654
|
return remap(v2, {
|
|
95655
95655
|
_id: "id",
|
|
@@ -95667,7 +95667,7 @@ var init_updateidentity = __esm(() => {
|
|
|
95667
95667
|
tags: arrayType(stringType()).optional(),
|
|
95668
95668
|
metadata: recordType(anyType()).optional(),
|
|
95669
95669
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
95670
|
-
updated: dateType().default(() => new Date("2026-01-19T15:
|
|
95670
|
+
updated: dateType().default(() => new Date("2026-01-19T15:37:05.357Z")).transform((v2) => v2.toISOString())
|
|
95671
95671
|
}).transform((v2) => {
|
|
95672
95672
|
return remap(v2, {
|
|
95673
95673
|
id: "_id",
|
|
@@ -98149,13 +98149,13 @@ var init_updatetool = __esm(() => {
|
|
|
98149
98149
|
required: arrayType(stringType()).optional()
|
|
98150
98150
|
});
|
|
98151
98151
|
RequestBodyTools$inboundSchema = objectType({
|
|
98152
|
-
id: stringType().default("
|
|
98152
|
+
id: stringType().default("01KFBEEGCRZC66SKADVYFHJZ4R"),
|
|
98153
98153
|
name: stringType(),
|
|
98154
98154
|
description: stringType().optional(),
|
|
98155
98155
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$inboundSchema)
|
|
98156
98156
|
});
|
|
98157
98157
|
RequestBodyTools$outboundSchema = objectType({
|
|
98158
|
-
id: stringType().default("
|
|
98158
|
+
id: stringType().default("01KFBEEGCRZC66SKADVYFHJZ4R"),
|
|
98159
98159
|
name: stringType(),
|
|
98160
98160
|
description: stringType().optional(),
|
|
98161
98161
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$outboundSchema)
|
|
@@ -98495,7 +98495,7 @@ var init_updatetool = __esm(() => {
|
|
|
98495
98495
|
code: stringType()
|
|
98496
98496
|
});
|
|
98497
98497
|
UpdateToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
98498
|
-
_id: stringType().default("
|
|
98498
|
+
_id: stringType().default("tool_01KFBEEGCJN9T2K46YT1SQ2JRP"),
|
|
98499
98499
|
path: stringType(),
|
|
98500
98500
|
key: stringType(),
|
|
98501
98501
|
display_name: stringType().optional(),
|
|
@@ -98523,7 +98523,7 @@ var init_updatetool = __esm(() => {
|
|
|
98523
98523
|
});
|
|
98524
98524
|
});
|
|
98525
98525
|
UpdateToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
98526
|
-
id: stringType().default("
|
|
98526
|
+
id: stringType().default("tool_01KFBEEGCJN9T2K46YT1SQ2JRP"),
|
|
98527
98527
|
path: stringType(),
|
|
98528
98528
|
key: stringType(),
|
|
98529
98529
|
displayName: stringType().optional(),
|
|
@@ -98573,13 +98573,13 @@ var init_updatetool = __esm(() => {
|
|
|
98573
98573
|
required: arrayType(stringType()).optional()
|
|
98574
98574
|
});
|
|
98575
98575
|
UpdateToolResponseBodyTools$inboundSchema = objectType({
|
|
98576
|
-
id: stringType().default("
|
|
98576
|
+
id: stringType().default("01KFBEEGCHW3SMJSNV8NSAZ0BA"),
|
|
98577
98577
|
name: stringType(),
|
|
98578
98578
|
description: stringType().optional(),
|
|
98579
98579
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$inboundSchema)
|
|
98580
98580
|
});
|
|
98581
98581
|
UpdateToolResponseBodyTools$outboundSchema = objectType({
|
|
98582
|
-
id: stringType().default("
|
|
98582
|
+
id: stringType().default("01KFBEEGCHW3SMJSNV8NSAZ0BA"),
|
|
98583
98583
|
name: stringType(),
|
|
98584
98584
|
description: stringType().optional(),
|
|
98585
98585
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -98609,7 +98609,7 @@ var init_updatetool = __esm(() => {
|
|
|
98609
98609
|
});
|
|
98610
98610
|
});
|
|
98611
98611
|
UpdateToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
98612
|
-
_id: stringType().default("
|
|
98612
|
+
_id: stringType().default("tool_01KFBEEGCGD76M76SSD9DA2F76"),
|
|
98613
98613
|
path: stringType(),
|
|
98614
98614
|
key: stringType(),
|
|
98615
98615
|
display_name: stringType().optional(),
|
|
@@ -98636,7 +98636,7 @@ var init_updatetool = __esm(() => {
|
|
|
98636
98636
|
});
|
|
98637
98637
|
});
|
|
98638
98638
|
UpdateToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
98639
|
-
id: stringType().default("
|
|
98639
|
+
id: stringType().default("tool_01KFBEEGCGD76M76SSD9DA2F76"),
|
|
98640
98640
|
path: stringType(),
|
|
98641
98641
|
key: stringType(),
|
|
98642
98642
|
displayName: stringType().optional(),
|
|
@@ -98723,7 +98723,7 @@ var init_updatetool = __esm(() => {
|
|
|
98723
98723
|
arguments: recordType(lazyType(() => UpdateToolResponseBodyArguments$outboundSchema)).optional()
|
|
98724
98724
|
});
|
|
98725
98725
|
UpdateToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
98726
|
-
_id: stringType().default("
|
|
98726
|
+
_id: stringType().default("tool_01KFBEEGCEX43HGCT8JX9ZMNTE"),
|
|
98727
98727
|
path: stringType(),
|
|
98728
98728
|
key: stringType(),
|
|
98729
98729
|
display_name: stringType().optional(),
|
|
@@ -98750,7 +98750,7 @@ var init_updatetool = __esm(() => {
|
|
|
98750
98750
|
});
|
|
98751
98751
|
});
|
|
98752
98752
|
UpdateToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
98753
|
-
id: stringType().default("
|
|
98753
|
+
id: stringType().default("tool_01KFBEEGCEX43HGCT8JX9ZMNTE"),
|
|
98754
98754
|
path: stringType(),
|
|
98755
98755
|
key: stringType(),
|
|
98756
98756
|
displayName: stringType().optional(),
|
|
@@ -98809,7 +98809,7 @@ var init_updatetool = __esm(() => {
|
|
|
98809
98809
|
strict: booleanType().optional()
|
|
98810
98810
|
});
|
|
98811
98811
|
UpdateToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
98812
|
-
_id: stringType().default("
|
|
98812
|
+
_id: stringType().default("tool_01KFBEEGCDZ9CB12WH4TQJ5GF3"),
|
|
98813
98813
|
path: stringType(),
|
|
98814
98814
|
key: stringType(),
|
|
98815
98815
|
display_name: stringType().optional(),
|
|
@@ -98837,7 +98837,7 @@ var init_updatetool = __esm(() => {
|
|
|
98837
98837
|
});
|
|
98838
98838
|
});
|
|
98839
98839
|
UpdateToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
98840
|
-
id: stringType().default("
|
|
98840
|
+
id: stringType().default("tool_01KFBEEGCDZ9CB12WH4TQJ5GF3"),
|
|
98841
98841
|
path: stringType(),
|
|
98842
98842
|
key: stringType(),
|
|
98843
98843
|
displayName: stringType().optional(),
|
|
@@ -98899,7 +98899,7 @@ var init_updatetool = __esm(() => {
|
|
|
98899
98899
|
parameters: lazyType(() => UpdateToolResponseBodyParameters$outboundSchema).optional()
|
|
98900
98900
|
});
|
|
98901
98901
|
UpdateToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
98902
|
-
_id: stringType().default("
|
|
98902
|
+
_id: stringType().default("tool_01KFBEEGC4CJM9M7P4CPEPVZNQ"),
|
|
98903
98903
|
path: stringType(),
|
|
98904
98904
|
key: stringType(),
|
|
98905
98905
|
display_name: stringType().optional(),
|
|
@@ -98926,7 +98926,7 @@ var init_updatetool = __esm(() => {
|
|
|
98926
98926
|
});
|
|
98927
98927
|
});
|
|
98928
98928
|
UpdateToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
98929
|
-
id: stringType().default("
|
|
98929
|
+
id: stringType().default("tool_01KFBEEGC4CJM9M7P4CPEPVZNQ"),
|
|
98930
98930
|
path: stringType(),
|
|
98931
98931
|
key: stringType(),
|
|
98932
98932
|
displayName: stringType().optional(),
|
|
@@ -111503,7 +111503,7 @@ Updates a tool in the workspace.`,
|
|
|
111503
111503
|
function createMCPServer(deps) {
|
|
111504
111504
|
const server = new McpServer({
|
|
111505
111505
|
name: "Orq",
|
|
111506
|
-
version: "4.2.0-rc.
|
|
111506
|
+
version: "4.2.0-rc.44"
|
|
111507
111507
|
});
|
|
111508
111508
|
const client = new OrqCore({
|
|
111509
111509
|
apiKey: deps.apiKey,
|
|
@@ -112937,7 +112937,7 @@ var routes = rn({
|
|
|
112937
112937
|
var app = Ve(routes, {
|
|
112938
112938
|
name: "mcp",
|
|
112939
112939
|
versionInfo: {
|
|
112940
|
-
currentVersion: "4.2.0-rc.
|
|
112940
|
+
currentVersion: "4.2.0-rc.44"
|
|
112941
112941
|
}
|
|
112942
112942
|
});
|
|
112943
112943
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -112945,5 +112945,5 @@ export {
|
|
|
112945
112945
|
app
|
|
112946
112946
|
};
|
|
112947
112947
|
|
|
112948
|
-
//# debugId=
|
|
112948
|
+
//# debugId=6473670DEB9D4AF364756E2164756E21
|
|
112949
112949
|
//# sourceMappingURL=mcp-server.js.map
|