@orq-ai/node 4.2.0-rc.48 → 4.2.0-rc.49
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.49",
|
|
52908
52908
|
genVersion: "2.797.1",
|
|
52909
|
-
userAgent: "speakeasy-sdk/typescript 4.2.0-rc.
|
|
52909
|
+
userAgent: "speakeasy-sdk/typescript 4.2.0-rc.49 2.797.1 2.0 @orq-ai/node"
|
|
52910
52910
|
};
|
|
52911
52911
|
});
|
|
52912
52912
|
|
|
@@ -55970,7 +55970,7 @@ var init_conversationresponse = __esm(() => {
|
|
|
55970
55970
|
model: nullableType(stringType()).optional()
|
|
55971
55971
|
});
|
|
55972
55972
|
ConversationResponse$inboundSchema = objectType({
|
|
55973
|
-
_id: stringType().default("
|
|
55973
|
+
_id: stringType().default("conv_01kfds3b6y8pzxkv8gp1dnvwjj"),
|
|
55974
55974
|
kind: ConversationResponseKind$inboundSchema,
|
|
55975
55975
|
displayName: stringType(),
|
|
55976
55976
|
createdAt: numberType(),
|
|
@@ -55984,7 +55984,7 @@ var init_conversationresponse = __esm(() => {
|
|
|
55984
55984
|
});
|
|
55985
55985
|
});
|
|
55986
55986
|
ConversationResponse$outboundSchema = objectType({
|
|
55987
|
-
id: stringType().default("
|
|
55987
|
+
id: stringType().default("conv_01kfds3b6y8pzxkv8gp1dnvwjj"),
|
|
55988
55988
|
kind: ConversationResponseKind$outboundSchema,
|
|
55989
55989
|
displayName: stringType(),
|
|
55990
55990
|
createdAt: numberType(),
|
|
@@ -56084,7 +56084,7 @@ var init_conversationwithmessagesresponse = __esm(() => {
|
|
|
56084
56084
|
model: nullableType(stringType()).optional()
|
|
56085
56085
|
});
|
|
56086
56086
|
ConversationWithMessagesResponse$inboundSchema = objectType({
|
|
56087
|
-
_id: stringType().default("
|
|
56087
|
+
_id: stringType().default("conv_01kfds3b743v1nrcmv12xfx06h"),
|
|
56088
56088
|
kind: ConversationWithMessagesResponseKind$inboundSchema,
|
|
56089
56089
|
displayName: stringType(),
|
|
56090
56090
|
createdAt: numberType(),
|
|
@@ -56099,7 +56099,7 @@ var init_conversationwithmessagesresponse = __esm(() => {
|
|
|
56099
56099
|
});
|
|
56100
56100
|
});
|
|
56101
56101
|
ConversationWithMessagesResponse$outboundSchema = objectType({
|
|
56102
|
-
id: stringType().default("
|
|
56102
|
+
id: stringType().default("conv_01kfds3b743v1nrcmv12xfx06h"),
|
|
56103
56103
|
kind: ConversationWithMessagesResponseKind$outboundSchema,
|
|
56104
56104
|
displayName: stringType(),
|
|
56105
56105
|
createdAt: numberType(),
|
|
@@ -57593,7 +57593,7 @@ var init_reasoningpart = __esm(() => {
|
|
|
57593
57593
|
init_esm();
|
|
57594
57594
|
init_primitives();
|
|
57595
57595
|
ReasoningPart$inboundSchema = objectType({
|
|
57596
|
-
_id: stringType().default("
|
|
57596
|
+
_id: stringType().default("reasoning_01kfds3avk2eyg3jz9fghcmt6b"),
|
|
57597
57597
|
metadata: recordType(anyType()).optional(),
|
|
57598
57598
|
kind: literalType("reasoning"),
|
|
57599
57599
|
reasoning: stringType(),
|
|
@@ -57604,7 +57604,7 @@ var init_reasoningpart = __esm(() => {
|
|
|
57604
57604
|
});
|
|
57605
57605
|
});
|
|
57606
57606
|
ReasoningPart$outboundSchema = objectType({
|
|
57607
|
-
id: stringType().default("
|
|
57607
|
+
id: stringType().default("reasoning_01kfds3avk2eyg3jz9fghcmt6b"),
|
|
57608
57608
|
metadata: recordType(anyType()).optional(),
|
|
57609
57609
|
kind: literalType("reasoning"),
|
|
57610
57610
|
reasoning: stringType(),
|
|
@@ -57674,7 +57674,7 @@ var init_partdoneevent = __esm(() => {
|
|
|
57674
57674
|
PartKind$inboundSchema = nativeEnumType(PartKind);
|
|
57675
57675
|
PartKind$outboundSchema = PartKind$inboundSchema;
|
|
57676
57676
|
PartReasoningPart$inboundSchema = objectType({
|
|
57677
|
-
_id: stringType().default("
|
|
57677
|
+
_id: stringType().default("reasoning_01kfds3avvptfe7wsz639qyhmq"),
|
|
57678
57678
|
metadata: recordType(anyType()).optional(),
|
|
57679
57679
|
kind: PartKind$inboundSchema,
|
|
57680
57680
|
reasoning: stringType(),
|
|
@@ -57685,7 +57685,7 @@ var init_partdoneevent = __esm(() => {
|
|
|
57685
57685
|
});
|
|
57686
57686
|
});
|
|
57687
57687
|
PartReasoningPart$outboundSchema = objectType({
|
|
57688
|
-
id: stringType().default("
|
|
57688
|
+
id: stringType().default("reasoning_01kfds3avvptfe7wsz639qyhmq"),
|
|
57689
57689
|
metadata: recordType(anyType()).optional(),
|
|
57690
57690
|
kind: PartKind$outboundSchema,
|
|
57691
57691
|
reasoning: stringType(),
|
|
@@ -63252,7 +63252,7 @@ var init_createcontact = __esm(() => {
|
|
|
63252
63252
|
tags: arrayType(stringType()).optional(),
|
|
63253
63253
|
metadata: recordType(anyType()).optional(),
|
|
63254
63254
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63255
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
63255
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:21:43.266Z").transform((v2) => new Date(v2))
|
|
63256
63256
|
}).transform((v2) => {
|
|
63257
63257
|
return remap(v2, {
|
|
63258
63258
|
_id: "id",
|
|
@@ -63272,7 +63272,7 @@ var init_createcontact = __esm(() => {
|
|
|
63272
63272
|
tags: arrayType(stringType()).optional(),
|
|
63273
63273
|
metadata: recordType(anyType()).optional(),
|
|
63274
63274
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63275
|
-
updated: dateType().default(() => new Date("2026-01-20T13:
|
|
63275
|
+
updated: dateType().default(() => new Date("2026-01-20T13:21:43.266Z")).transform((v2) => v2.toISOString())
|
|
63276
63276
|
}).transform((v2) => {
|
|
63277
63277
|
return remap(v2, {
|
|
63278
63278
|
id: "_id",
|
|
@@ -63325,7 +63325,7 @@ var init_createconversation = __esm(() => {
|
|
|
63325
63325
|
model: nullableType(stringType()).optional()
|
|
63326
63326
|
});
|
|
63327
63327
|
CreateConversationResponseBody$inboundSchema = objectType({
|
|
63328
|
-
_id: stringType().default("
|
|
63328
|
+
_id: stringType().default("conv_01kfds3b71y8et6eec2jceancw"),
|
|
63329
63329
|
kind: CreateConversationKind$inboundSchema,
|
|
63330
63330
|
displayName: stringType(),
|
|
63331
63331
|
createdAt: numberType(),
|
|
@@ -63339,7 +63339,7 @@ var init_createconversation = __esm(() => {
|
|
|
63339
63339
|
});
|
|
63340
63340
|
});
|
|
63341
63341
|
CreateConversationResponseBody$outboundSchema = objectType({
|
|
63342
|
-
id: stringType().default("
|
|
63342
|
+
id: stringType().default("conv_01kfds3b71y8et6eec2jceancw"),
|
|
63343
63343
|
kind: CreateConversationKind$outboundSchema,
|
|
63344
63344
|
displayName: stringType(),
|
|
63345
63345
|
createdAt: numberType(),
|
|
@@ -63415,7 +63415,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63415
63415
|
PartKind$inboundSchema2 = nativeEnumType(PartKind2);
|
|
63416
63416
|
PartKind$outboundSchema2 = PartKind$inboundSchema2;
|
|
63417
63417
|
PartReasoningPart$inboundSchema2 = objectType({
|
|
63418
|
-
_id: stringType().default("
|
|
63418
|
+
_id: stringType().default("reasoning_01kfds3b8c7k2drbppappbr3c6"),
|
|
63419
63419
|
metadata: recordType(anyType()).optional(),
|
|
63420
63420
|
kind: PartKind$inboundSchema2,
|
|
63421
63421
|
reasoning: stringType(),
|
|
@@ -63426,7 +63426,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63426
63426
|
});
|
|
63427
63427
|
});
|
|
63428
63428
|
PartReasoningPart$outboundSchema2 = objectType({
|
|
63429
|
-
id: stringType().default("
|
|
63429
|
+
id: stringType().default("reasoning_01kfds3b8c7k2drbppappbr3c6"),
|
|
63430
63430
|
metadata: recordType(anyType()).optional(),
|
|
63431
63431
|
kind: PartKind$outboundSchema2,
|
|
63432
63432
|
reasoning: stringType(),
|
|
@@ -63459,7 +63459,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63459
63459
|
DeltaKind$inboundSchema = nativeEnumType(DeltaKind);
|
|
63460
63460
|
DeltaKind$outboundSchema = DeltaKind$inboundSchema;
|
|
63461
63461
|
ReasoningPart$inboundSchema2 = objectType({
|
|
63462
|
-
_id: stringType().default("
|
|
63462
|
+
_id: stringType().default("reasoning_01kfds3b7zgmmkay4em87ssjtm"),
|
|
63463
63463
|
metadata: recordType(anyType()).optional(),
|
|
63464
63464
|
kind: DeltaKind$inboundSchema,
|
|
63465
63465
|
reasoning: stringType(),
|
|
@@ -63470,7 +63470,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63470
63470
|
});
|
|
63471
63471
|
});
|
|
63472
63472
|
ReasoningPart$outboundSchema2 = objectType({
|
|
63473
|
-
id: stringType().default("
|
|
63473
|
+
id: stringType().default("reasoning_01kfds3b7zgmmkay4em87ssjtm"),
|
|
63474
63474
|
metadata: recordType(anyType()).optional(),
|
|
63475
63475
|
kind: DeltaKind$outboundSchema,
|
|
63476
63476
|
reasoning: stringType(),
|
|
@@ -63609,7 +63609,7 @@ var init_createdataset = __esm(() => {
|
|
|
63609
63609
|
created_by_id: stringType().optional(),
|
|
63610
63610
|
updated_by_id: stringType().optional(),
|
|
63611
63611
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63612
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
63612
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:21:43.266Z").transform((v2) => new Date(v2))
|
|
63613
63613
|
}).transform((v2) => {
|
|
63614
63614
|
return remap(v2, {
|
|
63615
63615
|
_id: "id",
|
|
@@ -63629,7 +63629,7 @@ var init_createdataset = __esm(() => {
|
|
|
63629
63629
|
createdById: stringType().optional(),
|
|
63630
63630
|
updatedById: stringType().optional(),
|
|
63631
63631
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63632
|
-
updated: dateType().default(() => new Date("2026-01-20T13:
|
|
63632
|
+
updated: dateType().default(() => new Date("2026-01-20T13:21:43.266Z")).transform((v2) => v2.toISOString())
|
|
63633
63633
|
}).transform((v2) => {
|
|
63634
63634
|
return remap(v2, {
|
|
63635
63635
|
id: "_id",
|
|
@@ -64365,7 +64365,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64365
64365
|
human_review_id: stringType(),
|
|
64366
64366
|
source: CreateDatasetItemEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
64367
64367
|
reviewed_by_id: stringType(),
|
|
64368
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
64368
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:21:57.025Z").transform((v2) => new Date(v2)),
|
|
64369
64369
|
type: literalType("string_array"),
|
|
64370
64370
|
values: arrayType(stringType())
|
|
64371
64371
|
}).transform((v2) => {
|
|
@@ -64382,7 +64382,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64382
64382
|
humanReviewId: stringType(),
|
|
64383
64383
|
source: CreateDatasetItemEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
64384
64384
|
reviewedById: stringType(),
|
|
64385
|
-
reviewedAt: dateType().default(() => new Date("2026-01-20T13:
|
|
64385
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T13:21:57.025Z")).transform((v2) => v2.toISOString()),
|
|
64386
64386
|
type: literalType("string_array"),
|
|
64387
64387
|
values: arrayType(stringType())
|
|
64388
64388
|
}).transform((v2) => {
|
|
@@ -64403,7 +64403,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64403
64403
|
human_review_id: stringType(),
|
|
64404
64404
|
source: CreateDatasetItemEvaluationsSource$inboundSchema.default("orq"),
|
|
64405
64405
|
reviewed_by_id: stringType(),
|
|
64406
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
64406
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:21:57.025Z").transform((v2) => new Date(v2)),
|
|
64407
64407
|
type: literalType("number"),
|
|
64408
64408
|
value: numberType()
|
|
64409
64409
|
}).transform((v2) => {
|
|
@@ -64420,7 +64420,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64420
64420
|
humanReviewId: stringType(),
|
|
64421
64421
|
source: CreateDatasetItemEvaluationsSource$outboundSchema.default("orq"),
|
|
64422
64422
|
reviewedById: stringType(),
|
|
64423
|
-
reviewedAt: dateType().default(() => new Date("2026-01-20T13:
|
|
64423
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T13:21:57.025Z")).transform((v2) => v2.toISOString()),
|
|
64424
64424
|
type: literalType("number"),
|
|
64425
64425
|
value: numberType()
|
|
64426
64426
|
}).transform((v2) => {
|
|
@@ -64441,7 +64441,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64441
64441
|
human_review_id: stringType(),
|
|
64442
64442
|
source: EvaluationsSource$inboundSchema.default("orq"),
|
|
64443
64443
|
reviewed_by_id: stringType(),
|
|
64444
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
64444
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:21:57.025Z").transform((v2) => new Date(v2)),
|
|
64445
64445
|
type: literalType("string"),
|
|
64446
64446
|
value: stringType()
|
|
64447
64447
|
}).transform((v2) => {
|
|
@@ -64458,7 +64458,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64458
64458
|
humanReviewId: stringType(),
|
|
64459
64459
|
source: EvaluationsSource$outboundSchema.default("orq"),
|
|
64460
64460
|
reviewedById: stringType(),
|
|
64461
|
-
reviewedAt: dateType().default(() => new Date("2026-01-20T13:
|
|
64461
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T13:21:57.025Z")).transform((v2) => v2.toISOString()),
|
|
64462
64462
|
type: literalType("string"),
|
|
64463
64463
|
value: stringType()
|
|
64464
64464
|
}).transform((v2) => {
|
|
@@ -64501,7 +64501,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64501
64501
|
created_by_id: stringType().optional(),
|
|
64502
64502
|
updated_by_id: stringType().optional(),
|
|
64503
64503
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
64504
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
64504
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:21:43.266Z").transform((v2) => new Date(v2))
|
|
64505
64505
|
}).transform((v2) => {
|
|
64506
64506
|
return remap(v2, {
|
|
64507
64507
|
_id: "id",
|
|
@@ -64535,7 +64535,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64535
64535
|
createdById: stringType().optional(),
|
|
64536
64536
|
updatedById: stringType().optional(),
|
|
64537
64537
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
64538
|
-
updated: dateType().default(() => new Date("2026-01-20T13:
|
|
64538
|
+
updated: dateType().default(() => new Date("2026-01-20T13:21:43.266Z")).transform((v2) => v2.toISOString())
|
|
64539
64539
|
}).transform((v2) => {
|
|
64540
64540
|
return remap(v2, {
|
|
64541
64541
|
id: "_id",
|
|
@@ -64704,7 +64704,7 @@ var init_createdatasource = __esm(() => {
|
|
|
64704
64704
|
CreateDatasourceStatus$inboundSchema = nativeEnumType(CreateDatasourceStatus);
|
|
64705
64705
|
CreateDatasourceStatus$outboundSchema = CreateDatasourceStatus$inboundSchema;
|
|
64706
64706
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
64707
|
-
_id: stringType().default("
|
|
64707
|
+
_id: stringType().default("01KFDS3C5ECWK83B8P8WCKP1W5"),
|
|
64708
64708
|
display_name: stringType(),
|
|
64709
64709
|
description: stringType().optional(),
|
|
64710
64710
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -64727,7 +64727,7 @@ var init_createdatasource = __esm(() => {
|
|
|
64727
64727
|
});
|
|
64728
64728
|
});
|
|
64729
64729
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
64730
|
-
id: stringType().default("
|
|
64730
|
+
id: stringType().default("01KFDS3C5ECWK83B8P8WCKP1W5"),
|
|
64731
64731
|
displayName: stringType(),
|
|
64732
64732
|
description: stringType().optional(),
|
|
64733
64733
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -65314,8 +65314,8 @@ var init_createeval = __esm(() => {
|
|
|
65314
65314
|
Typescript$inboundSchema = objectType({
|
|
65315
65315
|
_id: stringType(),
|
|
65316
65316
|
description: stringType(),
|
|
65317
|
-
created: stringType().default("2026-01-20T13:
|
|
65318
|
-
updated: stringType().default("2026-01-20T13:
|
|
65317
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
65318
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
65319
65319
|
guardrail_config: unionType([
|
|
65320
65320
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
65321
65321
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -65332,8 +65332,8 @@ var init_createeval = __esm(() => {
|
|
|
65332
65332
|
Typescript$outboundSchema = objectType({
|
|
65333
65333
|
id: stringType(),
|
|
65334
65334
|
description: stringType(),
|
|
65335
|
-
created: stringType().default("2026-01-20T13:
|
|
65336
|
-
updated: stringType().default("2026-01-20T13:
|
|
65335
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
65336
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
65337
65337
|
guardrailConfig: unionType([
|
|
65338
65338
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
65339
65339
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -65404,8 +65404,8 @@ var init_createeval = __esm(() => {
|
|
|
65404
65404
|
Ragas$inboundSchema = objectType({
|
|
65405
65405
|
_id: stringType(),
|
|
65406
65406
|
description: stringType(),
|
|
65407
|
-
created: stringType().default("2026-01-20T13:
|
|
65408
|
-
updated: stringType().default("2026-01-20T13:
|
|
65407
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
65408
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
65409
65409
|
guardrail_config: unionType([
|
|
65410
65410
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
65411
65411
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -65424,8 +65424,8 @@ var init_createeval = __esm(() => {
|
|
|
65424
65424
|
Ragas$outboundSchema = objectType({
|
|
65425
65425
|
id: stringType(),
|
|
65426
65426
|
description: stringType(),
|
|
65427
|
-
created: stringType().default("2026-01-20T13:
|
|
65428
|
-
updated: stringType().default("2026-01-20T13:
|
|
65427
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
65428
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
65429
65429
|
guardrailConfig: unionType([
|
|
65430
65430
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
65431
65431
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -65780,8 +65780,8 @@ var init_createeval = __esm(() => {
|
|
|
65780
65780
|
CreateEvalResponseBodyFunction$inboundSchema = objectType({
|
|
65781
65781
|
_id: stringType(),
|
|
65782
65782
|
description: stringType(),
|
|
65783
|
-
created: stringType().default("2026-01-20T13:
|
|
65784
|
-
updated: stringType().default("2026-01-20T13:
|
|
65783
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
65784
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
65785
65785
|
guardrail_config: unionType([
|
|
65786
65786
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
65787
65787
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -65832,8 +65832,8 @@ var init_createeval = __esm(() => {
|
|
|
65832
65832
|
CreateEvalResponseBodyFunction$outboundSchema = objectType({
|
|
65833
65833
|
id: stringType(),
|
|
65834
65834
|
description: stringType(),
|
|
65835
|
-
created: stringType().default("2026-01-20T13:
|
|
65836
|
-
updated: stringType().default("2026-01-20T13:
|
|
65835
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
65836
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
65837
65837
|
guardrailConfig: unionType([
|
|
65838
65838
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
65839
65839
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -65936,8 +65936,8 @@ var init_createeval = __esm(() => {
|
|
|
65936
65936
|
ResponseBodyPython$inboundSchema = objectType({
|
|
65937
65937
|
_id: stringType(),
|
|
65938
65938
|
description: stringType(),
|
|
65939
|
-
created: stringType().default("2026-01-20T13:
|
|
65940
|
-
updated: stringType().default("2026-01-20T13:
|
|
65939
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
65940
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
65941
65941
|
guardrail_config: unionType([
|
|
65942
65942
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
65943
65943
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -65954,8 +65954,8 @@ var init_createeval = __esm(() => {
|
|
|
65954
65954
|
ResponseBodyPython$outboundSchema = objectType({
|
|
65955
65955
|
id: stringType(),
|
|
65956
65956
|
description: stringType(),
|
|
65957
|
-
created: stringType().default("2026-01-20T13:
|
|
65958
|
-
updated: stringType().default("2026-01-20T13:
|
|
65957
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
65958
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
65959
65959
|
guardrailConfig: unionType([
|
|
65960
65960
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
65961
65961
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -66026,8 +66026,8 @@ var init_createeval = __esm(() => {
|
|
|
66026
66026
|
ResponseBodyHTTP$inboundSchema = objectType({
|
|
66027
66027
|
_id: stringType(),
|
|
66028
66028
|
description: stringType(),
|
|
66029
|
-
created: stringType().default("2026-01-20T13:
|
|
66030
|
-
updated: stringType().default("2026-01-20T13:
|
|
66029
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
66030
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
66031
66031
|
guardrail_config: unionType([
|
|
66032
66032
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
66033
66033
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -66047,8 +66047,8 @@ var init_createeval = __esm(() => {
|
|
|
66047
66047
|
ResponseBodyHTTP$outboundSchema = objectType({
|
|
66048
66048
|
id: stringType(),
|
|
66049
66049
|
description: stringType(),
|
|
66050
|
-
created: stringType().default("2026-01-20T13:
|
|
66051
|
-
updated: stringType().default("2026-01-20T13:
|
|
66050
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
66051
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
66052
66052
|
guardrailConfig: unionType([
|
|
66053
66053
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
66054
66054
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -66120,8 +66120,8 @@ var init_createeval = __esm(() => {
|
|
|
66120
66120
|
ResponseBodyJSON$inboundSchema = objectType({
|
|
66121
66121
|
_id: stringType(),
|
|
66122
66122
|
description: stringType(),
|
|
66123
|
-
created: stringType().default("2026-01-20T13:
|
|
66124
|
-
updated: stringType().default("2026-01-20T13:
|
|
66123
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
66124
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
66125
66125
|
guardrail_config: unionType([
|
|
66126
66126
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
66127
66127
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -66138,8 +66138,8 @@ var init_createeval = __esm(() => {
|
|
|
66138
66138
|
ResponseBodyJSON$outboundSchema = objectType({
|
|
66139
66139
|
id: stringType(),
|
|
66140
66140
|
description: stringType(),
|
|
66141
|
-
created: stringType().default("2026-01-20T13:
|
|
66142
|
-
updated: stringType().default("2026-01-20T13:
|
|
66141
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
66142
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
66143
66143
|
guardrailConfig: unionType([
|
|
66144
66144
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
66145
66145
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -66208,8 +66208,8 @@ var init_createeval = __esm(() => {
|
|
|
66208
66208
|
ResponseBodyLLM$inboundSchema = objectType({
|
|
66209
66209
|
_id: stringType(),
|
|
66210
66210
|
description: stringType(),
|
|
66211
|
-
created: stringType().default("2026-01-20T13:
|
|
66212
|
-
updated: stringType().default("2026-01-20T13:
|
|
66211
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
66212
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
66213
66213
|
guardrail_config: unionType([
|
|
66214
66214
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
66215
66215
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -66227,8 +66227,8 @@ var init_createeval = __esm(() => {
|
|
|
66227
66227
|
ResponseBodyLLM$outboundSchema = objectType({
|
|
66228
66228
|
id: stringType(),
|
|
66229
66229
|
description: stringType(),
|
|
66230
|
-
created: stringType().default("2026-01-20T13:
|
|
66231
|
-
updated: stringType().default("2026-01-20T13:
|
|
66230
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
66231
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
66232
66232
|
guardrailConfig: unionType([
|
|
66233
66233
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
66234
66234
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -66357,7 +66357,7 @@ var init_createidentity = __esm(() => {
|
|
|
66357
66357
|
tags: arrayType(stringType()).optional(),
|
|
66358
66358
|
metadata: recordType(anyType()).optional(),
|
|
66359
66359
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
66360
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
66360
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:21:43.266Z").transform((v2) => new Date(v2))
|
|
66361
66361
|
}).transform((v2) => {
|
|
66362
66362
|
return remap(v2, {
|
|
66363
66363
|
_id: "id",
|
|
@@ -66377,7 +66377,7 @@ var init_createidentity = __esm(() => {
|
|
|
66377
66377
|
tags: arrayType(stringType()).optional(),
|
|
66378
66378
|
metadata: recordType(anyType()).optional(),
|
|
66379
66379
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
66380
|
-
updated: dateType().default(() => new Date("2026-01-20T13:
|
|
66380
|
+
updated: dateType().default(() => new Date("2026-01-20T13:21:43.266Z")).transform((v2) => v2.toISOString())
|
|
66381
66381
|
}).transform((v2) => {
|
|
66382
66382
|
return remap(v2, {
|
|
66383
66383
|
id: "_id",
|
|
@@ -69603,7 +69603,7 @@ var init_createtool = __esm(() => {
|
|
|
69603
69603
|
code: stringType()
|
|
69604
69604
|
});
|
|
69605
69605
|
ResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
69606
|
-
_id: stringType().default("
|
|
69606
|
+
_id: stringType().default("tool_01KFDS3BN1DTNXD48NX3R1XKC9"),
|
|
69607
69607
|
path: stringType(),
|
|
69608
69608
|
key: stringType(),
|
|
69609
69609
|
display_name: stringType().optional(),
|
|
@@ -69631,7 +69631,7 @@ var init_createtool = __esm(() => {
|
|
|
69631
69631
|
});
|
|
69632
69632
|
});
|
|
69633
69633
|
ResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
69634
|
-
id: stringType().default("
|
|
69634
|
+
id: stringType().default("tool_01KFDS3BN1DTNXD48NX3R1XKC9"),
|
|
69635
69635
|
path: stringType(),
|
|
69636
69636
|
key: stringType(),
|
|
69637
69637
|
displayName: stringType().optional(),
|
|
@@ -69681,13 +69681,13 @@ var init_createtool = __esm(() => {
|
|
|
69681
69681
|
required: arrayType(stringType()).optional()
|
|
69682
69682
|
});
|
|
69683
69683
|
ResponseBodyTools$inboundSchema = objectType({
|
|
69684
|
-
id: stringType().default("
|
|
69684
|
+
id: stringType().default("01KFDS3BMTK3E0W2S7ECFPYXA5"),
|
|
69685
69685
|
name: stringType(),
|
|
69686
69686
|
description: stringType().optional(),
|
|
69687
69687
|
schema: lazyType(() => CreateToolResponseBodySchema$inboundSchema)
|
|
69688
69688
|
});
|
|
69689
69689
|
ResponseBodyTools$outboundSchema = objectType({
|
|
69690
|
-
id: stringType().default("
|
|
69690
|
+
id: stringType().default("01KFDS3BMTK3E0W2S7ECFPYXA5"),
|
|
69691
69691
|
name: stringType(),
|
|
69692
69692
|
description: stringType().optional(),
|
|
69693
69693
|
schema: lazyType(() => CreateToolResponseBodySchema$outboundSchema)
|
|
@@ -69717,7 +69717,7 @@ var init_createtool = __esm(() => {
|
|
|
69717
69717
|
});
|
|
69718
69718
|
});
|
|
69719
69719
|
ResponseBodyMCPTool$inboundSchema = objectType({
|
|
69720
|
-
_id: stringType().default("
|
|
69720
|
+
_id: stringType().default("tool_01KFDS3BMK3ABEBGFRPV2FXG27"),
|
|
69721
69721
|
path: stringType(),
|
|
69722
69722
|
key: stringType(),
|
|
69723
69723
|
display_name: stringType().optional(),
|
|
@@ -69744,7 +69744,7 @@ var init_createtool = __esm(() => {
|
|
|
69744
69744
|
});
|
|
69745
69745
|
});
|
|
69746
69746
|
ResponseBodyMCPTool$outboundSchema = objectType({
|
|
69747
|
-
id: stringType().default("
|
|
69747
|
+
id: stringType().default("tool_01KFDS3BMK3ABEBGFRPV2FXG27"),
|
|
69748
69748
|
path: stringType(),
|
|
69749
69749
|
key: stringType(),
|
|
69750
69750
|
displayName: stringType().optional(),
|
|
@@ -69831,7 +69831,7 @@ var init_createtool = __esm(() => {
|
|
|
69831
69831
|
arguments: recordType(lazyType(() => ResponseBodyArguments$outboundSchema)).optional()
|
|
69832
69832
|
});
|
|
69833
69833
|
ResponseBodyHTTPTool$inboundSchema = objectType({
|
|
69834
|
-
_id: stringType().default("
|
|
69834
|
+
_id: stringType().default("tool_01KFDS3BM50D39Z78C0GJVHDJ3"),
|
|
69835
69835
|
path: stringType(),
|
|
69836
69836
|
key: stringType(),
|
|
69837
69837
|
display_name: stringType().optional(),
|
|
@@ -69858,7 +69858,7 @@ var init_createtool = __esm(() => {
|
|
|
69858
69858
|
});
|
|
69859
69859
|
});
|
|
69860
69860
|
ResponseBodyHTTPTool$outboundSchema = objectType({
|
|
69861
|
-
id: stringType().default("
|
|
69861
|
+
id: stringType().default("tool_01KFDS3BM50D39Z78C0GJVHDJ3"),
|
|
69862
69862
|
path: stringType(),
|
|
69863
69863
|
key: stringType(),
|
|
69864
69864
|
displayName: stringType().optional(),
|
|
@@ -69917,7 +69917,7 @@ var init_createtool = __esm(() => {
|
|
|
69917
69917
|
strict: booleanType().optional()
|
|
69918
69918
|
});
|
|
69919
69919
|
ResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
69920
|
-
_id: stringType().default("
|
|
69920
|
+
_id: stringType().default("tool_01KFDS3BM4NK4DJFF9FKA0QGCB"),
|
|
69921
69921
|
path: stringType(),
|
|
69922
69922
|
key: stringType(),
|
|
69923
69923
|
display_name: stringType().optional(),
|
|
@@ -69945,7 +69945,7 @@ var init_createtool = __esm(() => {
|
|
|
69945
69945
|
});
|
|
69946
69946
|
});
|
|
69947
69947
|
ResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
69948
|
-
id: stringType().default("
|
|
69948
|
+
id: stringType().default("tool_01KFDS3BM4NK4DJFF9FKA0QGCB"),
|
|
69949
69949
|
path: stringType(),
|
|
69950
69950
|
key: stringType(),
|
|
69951
69951
|
displayName: stringType().optional(),
|
|
@@ -70007,7 +70007,7 @@ var init_createtool = __esm(() => {
|
|
|
70007
70007
|
parameters: lazyType(() => ResponseBodyParameters$outboundSchema).optional()
|
|
70008
70008
|
});
|
|
70009
70009
|
ResponseBodyFunctionTool$inboundSchema = objectType({
|
|
70010
|
-
_id: stringType().default("
|
|
70010
|
+
_id: stringType().default("tool_01KFDS3BM34PNK0WP8F2WQD41T"),
|
|
70011
70011
|
path: stringType(),
|
|
70012
70012
|
key: stringType(),
|
|
70013
70013
|
display_name: stringType().optional(),
|
|
@@ -70034,7 +70034,7 @@ var init_createtool = __esm(() => {
|
|
|
70034
70034
|
});
|
|
70035
70035
|
});
|
|
70036
70036
|
ResponseBodyFunctionTool$outboundSchema = objectType({
|
|
70037
|
-
id: stringType().default("
|
|
70037
|
+
id: stringType().default("tool_01KFDS3BM34PNK0WP8F2WQD41T"),
|
|
70038
70038
|
path: stringType(),
|
|
70039
70039
|
key: stringType(),
|
|
70040
70040
|
displayName: stringType().optional(),
|
|
@@ -75231,7 +75231,7 @@ var init_fileget = __esm(() => {
|
|
|
75231
75231
|
bytes: numberType(),
|
|
75232
75232
|
file_name: stringType(),
|
|
75233
75233
|
workspace_id: stringType(),
|
|
75234
|
-
created: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
75234
|
+
created: stringType().datetime({ offset: true }).default("2026-01-20T13:21:46.673Z").transform((v2) => new Date(v2))
|
|
75235
75235
|
}).transform((v2) => {
|
|
75236
75236
|
return remap(v2, {
|
|
75237
75237
|
_id: "id",
|
|
@@ -75247,7 +75247,7 @@ var init_fileget = __esm(() => {
|
|
|
75247
75247
|
bytes: numberType(),
|
|
75248
75248
|
fileName: stringType(),
|
|
75249
75249
|
workspaceId: stringType(),
|
|
75250
|
-
created: dateType().default(() => new Date("2026-01-20T13:
|
|
75250
|
+
created: dateType().default(() => new Date("2026-01-20T13:21:46.673Z")).transform((v2) => v2.toISOString())
|
|
75251
75251
|
}).transform((v2) => {
|
|
75252
75252
|
return remap(v2, {
|
|
75253
75253
|
id: "_id",
|
|
@@ -75302,7 +75302,7 @@ var init_filelist = __esm(() => {
|
|
|
75302
75302
|
bytes: numberType(),
|
|
75303
75303
|
file_name: stringType(),
|
|
75304
75304
|
workspace_id: stringType(),
|
|
75305
|
-
created: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
75305
|
+
created: stringType().datetime({ offset: true }).default("2026-01-20T13:21:46.673Z").transform((v2) => new Date(v2))
|
|
75306
75306
|
}).transform((v2) => {
|
|
75307
75307
|
return remap(v2, {
|
|
75308
75308
|
_id: "id",
|
|
@@ -75318,7 +75318,7 @@ var init_filelist = __esm(() => {
|
|
|
75318
75318
|
bytes: numberType(),
|
|
75319
75319
|
fileName: stringType(),
|
|
75320
75320
|
workspaceId: stringType(),
|
|
75321
|
-
created: dateType().default(() => new Date("2026-01-20T13:
|
|
75321
|
+
created: dateType().default(() => new Date("2026-01-20T13:21:46.673Z")).transform((v2) => v2.toISOString())
|
|
75322
75322
|
}).transform((v2) => {
|
|
75323
75323
|
return remap(v2, {
|
|
75324
75324
|
id: "_id",
|
|
@@ -75426,7 +75426,7 @@ var init_fileupload = __esm(() => {
|
|
|
75426
75426
|
bytes: numberType(),
|
|
75427
75427
|
file_name: stringType(),
|
|
75428
75428
|
workspace_id: stringType(),
|
|
75429
|
-
created: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
75429
|
+
created: stringType().datetime({ offset: true }).default("2026-01-20T13:21:46.673Z").transform((v2) => new Date(v2))
|
|
75430
75430
|
}).transform((v2) => {
|
|
75431
75431
|
return remap(v2, {
|
|
75432
75432
|
_id: "id",
|
|
@@ -75442,7 +75442,7 @@ var init_fileupload = __esm(() => {
|
|
|
75442
75442
|
bytes: numberType(),
|
|
75443
75443
|
fileName: stringType(),
|
|
75444
75444
|
workspaceId: stringType(),
|
|
75445
|
-
created: dateType().default(() => new Date("2026-01-20T13:
|
|
75445
|
+
created: dateType().default(() => new Date("2026-01-20T13:21:46.673Z")).transform((v2) => v2.toISOString())
|
|
75446
75446
|
}).transform((v2) => {
|
|
75447
75447
|
return remap(v2, {
|
|
75448
75448
|
id: "_id",
|
|
@@ -75498,7 +75498,7 @@ var init_generateconversationname = __esm(() => {
|
|
|
75498
75498
|
model: nullableType(stringType()).optional()
|
|
75499
75499
|
});
|
|
75500
75500
|
GenerateConversationNameResponseBody$inboundSchema = objectType({
|
|
75501
|
-
_id: stringType().default("
|
|
75501
|
+
_id: stringType().default("conv_01kfds3b727431kpey1xf54ssy"),
|
|
75502
75502
|
kind: GenerateConversationNameKind$inboundSchema,
|
|
75503
75503
|
displayName: stringType(),
|
|
75504
75504
|
createdAt: numberType(),
|
|
@@ -75512,7 +75512,7 @@ var init_generateconversationname = __esm(() => {
|
|
|
75512
75512
|
});
|
|
75513
75513
|
});
|
|
75514
75514
|
GenerateConversationNameResponseBody$outboundSchema = objectType({
|
|
75515
|
-
id: stringType().default("
|
|
75515
|
+
id: stringType().default("conv_01kfds3b727431kpey1xf54ssy"),
|
|
75516
75516
|
kind: GenerateConversationNameKind$outboundSchema,
|
|
75517
75517
|
displayName: stringType(),
|
|
75518
75518
|
createdAt: numberType(),
|
|
@@ -77139,7 +77139,7 @@ var init_getalltools = __esm(() => {
|
|
|
77139
77139
|
code: stringType()
|
|
77140
77140
|
});
|
|
77141
77141
|
DataCodeExecutionTool$inboundSchema = objectType({
|
|
77142
|
-
_id: stringType().default("
|
|
77142
|
+
_id: stringType().default("tool_01KFDS3BKK9TV35QD36BBGQEG4"),
|
|
77143
77143
|
path: stringType(),
|
|
77144
77144
|
key: stringType(),
|
|
77145
77145
|
display_name: stringType().optional(),
|
|
@@ -77167,7 +77167,7 @@ var init_getalltools = __esm(() => {
|
|
|
77167
77167
|
});
|
|
77168
77168
|
});
|
|
77169
77169
|
DataCodeExecutionTool$outboundSchema = objectType({
|
|
77170
|
-
id: stringType().default("
|
|
77170
|
+
id: stringType().default("tool_01KFDS3BKK9TV35QD36BBGQEG4"),
|
|
77171
77171
|
path: stringType(),
|
|
77172
77172
|
key: stringType(),
|
|
77173
77173
|
displayName: stringType().optional(),
|
|
@@ -77217,13 +77217,13 @@ var init_getalltools = __esm(() => {
|
|
|
77217
77217
|
required: arrayType(stringType()).optional()
|
|
77218
77218
|
});
|
|
77219
77219
|
DataTools$inboundSchema = objectType({
|
|
77220
|
-
id: stringType().default("
|
|
77220
|
+
id: stringType().default("01KFDS3BKGWQ0SW4N775GN0V2X"),
|
|
77221
77221
|
name: stringType(),
|
|
77222
77222
|
description: stringType().optional(),
|
|
77223
77223
|
schema: lazyType(() => GetAllToolsDataSchema$inboundSchema)
|
|
77224
77224
|
});
|
|
77225
77225
|
DataTools$outboundSchema = objectType({
|
|
77226
|
-
id: stringType().default("
|
|
77226
|
+
id: stringType().default("01KFDS3BKGWQ0SW4N775GN0V2X"),
|
|
77227
77227
|
name: stringType(),
|
|
77228
77228
|
description: stringType().optional(),
|
|
77229
77229
|
schema: lazyType(() => GetAllToolsDataSchema$outboundSchema)
|
|
@@ -77253,7 +77253,7 @@ var init_getalltools = __esm(() => {
|
|
|
77253
77253
|
});
|
|
77254
77254
|
});
|
|
77255
77255
|
DataMCPTool$inboundSchema = objectType({
|
|
77256
|
-
_id: stringType().default("
|
|
77256
|
+
_id: stringType().default("tool_01KFDS3BKE8DR92JA73CQHYW6T"),
|
|
77257
77257
|
path: stringType(),
|
|
77258
77258
|
key: stringType(),
|
|
77259
77259
|
display_name: stringType().optional(),
|
|
@@ -77280,7 +77280,7 @@ var init_getalltools = __esm(() => {
|
|
|
77280
77280
|
});
|
|
77281
77281
|
});
|
|
77282
77282
|
DataMCPTool$outboundSchema = objectType({
|
|
77283
|
-
id: stringType().default("
|
|
77283
|
+
id: stringType().default("tool_01KFDS3BKE8DR92JA73CQHYW6T"),
|
|
77284
77284
|
path: stringType(),
|
|
77285
77285
|
key: stringType(),
|
|
77286
77286
|
displayName: stringType().optional(),
|
|
@@ -77367,7 +77367,7 @@ var init_getalltools = __esm(() => {
|
|
|
77367
77367
|
arguments: recordType(lazyType(() => DataArguments$outboundSchema)).optional()
|
|
77368
77368
|
});
|
|
77369
77369
|
DataHTTPTool$inboundSchema = objectType({
|
|
77370
|
-
_id: stringType().default("
|
|
77370
|
+
_id: stringType().default("tool_01KFDS3BKBE1ZC5G43ASGF63HT"),
|
|
77371
77371
|
path: stringType(),
|
|
77372
77372
|
key: stringType(),
|
|
77373
77373
|
display_name: stringType().optional(),
|
|
@@ -77394,7 +77394,7 @@ var init_getalltools = __esm(() => {
|
|
|
77394
77394
|
});
|
|
77395
77395
|
});
|
|
77396
77396
|
DataHTTPTool$outboundSchema = objectType({
|
|
77397
|
-
id: stringType().default("
|
|
77397
|
+
id: stringType().default("tool_01KFDS3BKBE1ZC5G43ASGF63HT"),
|
|
77398
77398
|
path: stringType(),
|
|
77399
77399
|
key: stringType(),
|
|
77400
77400
|
displayName: stringType().optional(),
|
|
@@ -77453,7 +77453,7 @@ var init_getalltools = __esm(() => {
|
|
|
77453
77453
|
strict: booleanType().optional()
|
|
77454
77454
|
});
|
|
77455
77455
|
DataJSONSchemaTool$inboundSchema = objectType({
|
|
77456
|
-
_id: stringType().default("
|
|
77456
|
+
_id: stringType().default("tool_01KFDS3BK80BZMKGW7DWC4Y7DT"),
|
|
77457
77457
|
path: stringType(),
|
|
77458
77458
|
key: stringType(),
|
|
77459
77459
|
display_name: stringType().optional(),
|
|
@@ -77481,7 +77481,7 @@ var init_getalltools = __esm(() => {
|
|
|
77481
77481
|
});
|
|
77482
77482
|
});
|
|
77483
77483
|
DataJSONSchemaTool$outboundSchema = objectType({
|
|
77484
|
-
id: stringType().default("
|
|
77484
|
+
id: stringType().default("tool_01KFDS3BK80BZMKGW7DWC4Y7DT"),
|
|
77485
77485
|
path: stringType(),
|
|
77486
77486
|
key: stringType(),
|
|
77487
77487
|
displayName: stringType().optional(),
|
|
@@ -77543,7 +77543,7 @@ var init_getalltools = __esm(() => {
|
|
|
77543
77543
|
parameters: lazyType(() => DataParameters$outboundSchema).optional()
|
|
77544
77544
|
});
|
|
77545
77545
|
DataFunctionTool$inboundSchema = objectType({
|
|
77546
|
-
_id: stringType().default("
|
|
77546
|
+
_id: stringType().default("tool_01KFDS3BK7C9GKNXVPH8K8Z8EG"),
|
|
77547
77547
|
path: stringType(),
|
|
77548
77548
|
key: stringType(),
|
|
77549
77549
|
display_name: stringType().optional(),
|
|
@@ -77570,7 +77570,7 @@ var init_getalltools = __esm(() => {
|
|
|
77570
77570
|
});
|
|
77571
77571
|
});
|
|
77572
77572
|
DataFunctionTool$outboundSchema = objectType({
|
|
77573
|
-
id: stringType().default("
|
|
77573
|
+
id: stringType().default("tool_01KFDS3BK7C9GKNXVPH8K8Z8EG"),
|
|
77574
77574
|
path: stringType(),
|
|
77575
77575
|
key: stringType(),
|
|
77576
77576
|
displayName: stringType().optional(),
|
|
@@ -77846,8 +77846,8 @@ var init_getevals = __esm(() => {
|
|
|
77846
77846
|
DataTypescript$inboundSchema = objectType({
|
|
77847
77847
|
_id: stringType(),
|
|
77848
77848
|
description: stringType(),
|
|
77849
|
-
created: stringType().default("2026-01-20T13:
|
|
77850
|
-
updated: stringType().default("2026-01-20T13:
|
|
77849
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
77850
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
77851
77851
|
guardrail_config: unionType([
|
|
77852
77852
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
77853
77853
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -77864,8 +77864,8 @@ var init_getevals = __esm(() => {
|
|
|
77864
77864
|
DataTypescript$outboundSchema = objectType({
|
|
77865
77865
|
id: stringType(),
|
|
77866
77866
|
description: stringType(),
|
|
77867
|
-
created: stringType().default("2026-01-20T13:
|
|
77868
|
-
updated: stringType().default("2026-01-20T13:
|
|
77867
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
77868
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
77869
77869
|
guardrailConfig: unionType([
|
|
77870
77870
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
77871
77871
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -77936,8 +77936,8 @@ var init_getevals = __esm(() => {
|
|
|
77936
77936
|
DataRagas$inboundSchema = objectType({
|
|
77937
77937
|
_id: stringType(),
|
|
77938
77938
|
description: stringType(),
|
|
77939
|
-
created: stringType().default("2026-01-20T13:
|
|
77940
|
-
updated: stringType().default("2026-01-20T13:
|
|
77939
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
77940
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
77941
77941
|
guardrail_config: unionType([
|
|
77942
77942
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
77943
77943
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -77956,8 +77956,8 @@ var init_getevals = __esm(() => {
|
|
|
77956
77956
|
DataRagas$outboundSchema = objectType({
|
|
77957
77957
|
id: stringType(),
|
|
77958
77958
|
description: stringType(),
|
|
77959
|
-
created: stringType().default("2026-01-20T13:
|
|
77960
|
-
updated: stringType().default("2026-01-20T13:
|
|
77959
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
77960
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
77961
77961
|
guardrailConfig: unionType([
|
|
77962
77962
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
77963
77963
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -78312,8 +78312,8 @@ var init_getevals = __esm(() => {
|
|
|
78312
78312
|
DataFunction$inboundSchema = objectType({
|
|
78313
78313
|
_id: stringType(),
|
|
78314
78314
|
description: stringType(),
|
|
78315
|
-
created: stringType().default("2026-01-20T13:
|
|
78316
|
-
updated: stringType().default("2026-01-20T13:
|
|
78315
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
78316
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
78317
78317
|
guardrail_config: unionType([
|
|
78318
78318
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
78319
78319
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -78364,8 +78364,8 @@ var init_getevals = __esm(() => {
|
|
|
78364
78364
|
DataFunction$outboundSchema = objectType({
|
|
78365
78365
|
id: stringType(),
|
|
78366
78366
|
description: stringType(),
|
|
78367
|
-
created: stringType().default("2026-01-20T13:
|
|
78368
|
-
updated: stringType().default("2026-01-20T13:
|
|
78367
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
78368
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
78369
78369
|
guardrailConfig: unionType([
|
|
78370
78370
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
78371
78371
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -78468,8 +78468,8 @@ var init_getevals = __esm(() => {
|
|
|
78468
78468
|
DataPython$inboundSchema = objectType({
|
|
78469
78469
|
_id: stringType(),
|
|
78470
78470
|
description: stringType(),
|
|
78471
|
-
created: stringType().default("2026-01-20T13:
|
|
78472
|
-
updated: stringType().default("2026-01-20T13:
|
|
78471
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
78472
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
78473
78473
|
guardrail_config: unionType([
|
|
78474
78474
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
78475
78475
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema)
|
|
@@ -78486,8 +78486,8 @@ var init_getevals = __esm(() => {
|
|
|
78486
78486
|
DataPython$outboundSchema = objectType({
|
|
78487
78487
|
id: stringType(),
|
|
78488
78488
|
description: stringType(),
|
|
78489
|
-
created: stringType().default("2026-01-20T13:
|
|
78490
|
-
updated: stringType().default("2026-01-20T13:
|
|
78489
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
78490
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
78491
78491
|
guardrailConfig: unionType([
|
|
78492
78492
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
78493
78493
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema)
|
|
@@ -78558,8 +78558,8 @@ var init_getevals = __esm(() => {
|
|
|
78558
78558
|
DataHTTP$inboundSchema = objectType({
|
|
78559
78559
|
_id: stringType(),
|
|
78560
78560
|
description: stringType(),
|
|
78561
|
-
created: stringType().default("2026-01-20T13:
|
|
78562
|
-
updated: stringType().default("2026-01-20T13:
|
|
78561
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
78562
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
78563
78563
|
guardrail_config: unionType([
|
|
78564
78564
|
lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
78565
78565
|
lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema)
|
|
@@ -78579,8 +78579,8 @@ var init_getevals = __esm(() => {
|
|
|
78579
78579
|
DataHTTP$outboundSchema = objectType({
|
|
78580
78580
|
id: stringType(),
|
|
78581
78581
|
description: stringType(),
|
|
78582
|
-
created: stringType().default("2026-01-20T13:
|
|
78583
|
-
updated: stringType().default("2026-01-20T13:
|
|
78582
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
78583
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
78584
78584
|
guardrailConfig: unionType([
|
|
78585
78585
|
lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
78586
78586
|
lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema)
|
|
@@ -78652,8 +78652,8 @@ var init_getevals = __esm(() => {
|
|
|
78652
78652
|
DataJSON$inboundSchema = objectType({
|
|
78653
78653
|
_id: stringType(),
|
|
78654
78654
|
description: stringType(),
|
|
78655
|
-
created: stringType().default("2026-01-20T13:
|
|
78656
|
-
updated: stringType().default("2026-01-20T13:
|
|
78655
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
78656
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
78657
78657
|
guardrail_config: unionType([
|
|
78658
78658
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema),
|
|
78659
78659
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema)
|
|
@@ -78670,8 +78670,8 @@ var init_getevals = __esm(() => {
|
|
|
78670
78670
|
DataJSON$outboundSchema = objectType({
|
|
78671
78671
|
id: stringType(),
|
|
78672
78672
|
description: stringType(),
|
|
78673
|
-
created: stringType().default("2026-01-20T13:
|
|
78674
|
-
updated: stringType().default("2026-01-20T13:
|
|
78673
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
78674
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
78675
78675
|
guardrailConfig: unionType([
|
|
78676
78676
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema),
|
|
78677
78677
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema)
|
|
@@ -78740,8 +78740,8 @@ var init_getevals = __esm(() => {
|
|
|
78740
78740
|
DataLLM$inboundSchema = objectType({
|
|
78741
78741
|
_id: stringType(),
|
|
78742
78742
|
description: stringType(),
|
|
78743
|
-
created: stringType().default("2026-01-20T13:
|
|
78744
|
-
updated: stringType().default("2026-01-20T13:
|
|
78743
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
78744
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
78745
78745
|
guardrail_config: unionType([
|
|
78746
78746
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
78747
78747
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -78759,8 +78759,8 @@ var init_getevals = __esm(() => {
|
|
|
78759
78759
|
DataLLM$outboundSchema = objectType({
|
|
78760
78760
|
id: stringType(),
|
|
78761
78761
|
description: stringType(),
|
|
78762
|
-
created: stringType().default("2026-01-20T13:
|
|
78763
|
-
updated: stringType().default("2026-01-20T13:
|
|
78762
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
78763
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
78764
78764
|
guardrailConfig: unionType([
|
|
78765
78765
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
78766
78766
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -83713,7 +83713,7 @@ var init_listcontacts = __esm(() => {
|
|
|
83713
83713
|
tags: arrayType(stringType()).optional(),
|
|
83714
83714
|
metadata: recordType(anyType()).optional(),
|
|
83715
83715
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
83716
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
83716
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:21:43.266Z").transform((v2) => new Date(v2)),
|
|
83717
83717
|
metrics: lazyType(() => ListContactsMetrics$inboundSchema)
|
|
83718
83718
|
}).transform((v2) => {
|
|
83719
83719
|
return remap(v2, {
|
|
@@ -83732,7 +83732,7 @@ var init_listcontacts = __esm(() => {
|
|
|
83732
83732
|
tags: arrayType(stringType()).optional(),
|
|
83733
83733
|
metadata: recordType(anyType()).optional(),
|
|
83734
83734
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
83735
|
-
updated: dateType().default(() => new Date("2026-01-20T13:
|
|
83735
|
+
updated: dateType().default(() => new Date("2026-01-20T13:21:43.266Z")).transform((v2) => v2.toISOString()),
|
|
83736
83736
|
metrics: lazyType(() => ListContactsMetrics$outboundSchema)
|
|
83737
83737
|
}).transform((v2) => {
|
|
83738
83738
|
return remap(v2, {
|
|
@@ -84190,7 +84190,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84190
84190
|
human_review_id: stringType(),
|
|
84191
84191
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
84192
84192
|
reviewed_by_id: stringType(),
|
|
84193
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
84193
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:21:57.006Z").transform((v2) => new Date(v2)),
|
|
84194
84194
|
type: literalType("string_array"),
|
|
84195
84195
|
values: arrayType(stringType())
|
|
84196
84196
|
}).transform((v2) => {
|
|
@@ -84207,7 +84207,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84207
84207
|
humanReviewId: stringType(),
|
|
84208
84208
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
84209
84209
|
reviewedById: stringType(),
|
|
84210
|
-
reviewedAt: dateType().default(() => new Date("2026-01-20T13:
|
|
84210
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T13:21:57.006Z")).transform((v2) => v2.toISOString()),
|
|
84211
84211
|
type: literalType("string_array"),
|
|
84212
84212
|
values: arrayType(stringType())
|
|
84213
84213
|
}).transform((v2) => {
|
|
@@ -84228,7 +84228,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84228
84228
|
human_review_id: stringType(),
|
|
84229
84229
|
source: ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
|
|
84230
84230
|
reviewed_by_id: stringType(),
|
|
84231
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
84231
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:21:57.005Z").transform((v2) => new Date(v2)),
|
|
84232
84232
|
type: literalType("number"),
|
|
84233
84233
|
value: numberType()
|
|
84234
84234
|
}).transform((v2) => {
|
|
@@ -84245,7 +84245,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84245
84245
|
humanReviewId: stringType(),
|
|
84246
84246
|
source: ListDatasetDatapointsEvaluationsSource$outboundSchema.default("orq"),
|
|
84247
84247
|
reviewedById: stringType(),
|
|
84248
|
-
reviewedAt: dateType().default(() => new Date("2026-01-20T13:
|
|
84248
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T13:21:57.005Z")).transform((v2) => v2.toISOString()),
|
|
84249
84249
|
type: literalType("number"),
|
|
84250
84250
|
value: numberType()
|
|
84251
84251
|
}).transform((v2) => {
|
|
@@ -84266,7 +84266,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84266
84266
|
human_review_id: stringType(),
|
|
84267
84267
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
84268
84268
|
reviewed_by_id: stringType(),
|
|
84269
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
84269
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:21:57.005Z").transform((v2) => new Date(v2)),
|
|
84270
84270
|
type: literalType("string"),
|
|
84271
84271
|
value: stringType()
|
|
84272
84272
|
}).transform((v2) => {
|
|
@@ -84283,7 +84283,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84283
84283
|
humanReviewId: stringType(),
|
|
84284
84284
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
84285
84285
|
reviewedById: stringType(),
|
|
84286
|
-
reviewedAt: dateType().default(() => new Date("2026-01-20T13:
|
|
84286
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T13:21:57.005Z")).transform((v2) => v2.toISOString()),
|
|
84287
84287
|
type: literalType("string"),
|
|
84288
84288
|
value: stringType()
|
|
84289
84289
|
}).transform((v2) => {
|
|
@@ -84326,7 +84326,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84326
84326
|
created_by_id: stringType().optional(),
|
|
84327
84327
|
updated_by_id: stringType().optional(),
|
|
84328
84328
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
84329
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
84329
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:21:43.266Z").transform((v2) => new Date(v2))
|
|
84330
84330
|
}).transform((v2) => {
|
|
84331
84331
|
return remap(v2, {
|
|
84332
84332
|
_id: "id",
|
|
@@ -84360,7 +84360,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84360
84360
|
createdById: stringType().optional(),
|
|
84361
84361
|
updatedById: stringType().optional(),
|
|
84362
84362
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
84363
|
-
updated: dateType().default(() => new Date("2026-01-20T13:
|
|
84363
|
+
updated: dateType().default(() => new Date("2026-01-20T13:21:43.266Z")).transform((v2) => v2.toISOString())
|
|
84364
84364
|
}).transform((v2) => {
|
|
84365
84365
|
return remap(v2, {
|
|
84366
84366
|
id: "_id",
|
|
@@ -84449,7 +84449,7 @@ var init_listdatasets = __esm(() => {
|
|
|
84449
84449
|
created_by_id: stringType().optional(),
|
|
84450
84450
|
updated_by_id: stringType().optional(),
|
|
84451
84451
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
84452
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
84452
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:21:43.266Z").transform((v2) => new Date(v2))
|
|
84453
84453
|
}).transform((v2) => {
|
|
84454
84454
|
return remap(v2, {
|
|
84455
84455
|
_id: "id",
|
|
@@ -84469,7 +84469,7 @@ var init_listdatasets = __esm(() => {
|
|
|
84469
84469
|
createdById: stringType().optional(),
|
|
84470
84470
|
updatedById: stringType().optional(),
|
|
84471
84471
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
84472
|
-
updated: dateType().default(() => new Date("2026-01-20T13:
|
|
84472
|
+
updated: dateType().default(() => new Date("2026-01-20T13:21:43.266Z")).transform((v2) => v2.toISOString())
|
|
84473
84473
|
}).transform((v2) => {
|
|
84474
84474
|
return remap(v2, {
|
|
84475
84475
|
id: "_id",
|
|
@@ -84550,7 +84550,7 @@ var init_listdatasources = __esm(() => {
|
|
|
84550
84550
|
ListDatasourcesStatus$inboundSchema = nativeEnumType(ListDatasourcesStatus);
|
|
84551
84551
|
ListDatasourcesStatus$outboundSchema = ListDatasourcesStatus$inboundSchema;
|
|
84552
84552
|
ListDatasourcesData$inboundSchema = objectType({
|
|
84553
|
-
_id: stringType().default("
|
|
84553
|
+
_id: stringType().default("01KFDS3C5812XXS4REXFC920S9"),
|
|
84554
84554
|
display_name: stringType(),
|
|
84555
84555
|
description: stringType().optional(),
|
|
84556
84556
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -84573,7 +84573,7 @@ var init_listdatasources = __esm(() => {
|
|
|
84573
84573
|
});
|
|
84574
84574
|
});
|
|
84575
84575
|
ListDatasourcesData$outboundSchema = objectType({
|
|
84576
|
-
id: stringType().default("
|
|
84576
|
+
id: stringType().default("01KFDS3C5812XXS4REXFC920S9"),
|
|
84577
84577
|
displayName: stringType(),
|
|
84578
84578
|
description: stringType().optional(),
|
|
84579
84579
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -84696,7 +84696,7 @@ var init_listidentities = __esm(() => {
|
|
|
84696
84696
|
tags: arrayType(stringType()).optional(),
|
|
84697
84697
|
metadata: recordType(anyType()).optional(),
|
|
84698
84698
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
84699
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
84699
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:21:43.266Z").transform((v2) => new Date(v2)),
|
|
84700
84700
|
metrics: lazyType(() => ListIdentitiesMetrics$inboundSchema)
|
|
84701
84701
|
}).transform((v2) => {
|
|
84702
84702
|
return remap(v2, {
|
|
@@ -84715,7 +84715,7 @@ var init_listidentities = __esm(() => {
|
|
|
84715
84715
|
tags: arrayType(stringType()).optional(),
|
|
84716
84716
|
metadata: recordType(anyType()).optional(),
|
|
84717
84717
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
84718
|
-
updated: dateType().default(() => new Date("2026-01-20T13:
|
|
84718
|
+
updated: dateType().default(() => new Date("2026-01-20T13:21:43.266Z")).transform((v2) => v2.toISOString()),
|
|
84719
84719
|
metrics: lazyType(() => ListIdentitiesMetrics$outboundSchema)
|
|
84720
84720
|
}).transform((v2) => {
|
|
84721
84721
|
return remap(v2, {
|
|
@@ -87580,7 +87580,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
87580
87580
|
tags: arrayType(stringType()).optional(),
|
|
87581
87581
|
metadata: recordType(anyType()).optional(),
|
|
87582
87582
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
87583
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
87583
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:21:43.266Z").transform((v2) => new Date(v2))
|
|
87584
87584
|
}).transform((v2) => {
|
|
87585
87585
|
return remap(v2, {
|
|
87586
87586
|
_id: "id",
|
|
@@ -87598,7 +87598,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
87598
87598
|
tags: arrayType(stringType()).optional(),
|
|
87599
87599
|
metadata: recordType(anyType()).optional(),
|
|
87600
87600
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
87601
|
-
updated: dateType().default(() => new Date("2026-01-20T13:
|
|
87601
|
+
updated: dateType().default(() => new Date("2026-01-20T13:21:43.266Z")).transform((v2) => v2.toISOString())
|
|
87602
87602
|
}).transform((v2) => {
|
|
87603
87603
|
return remap(v2, {
|
|
87604
87604
|
id: "_id",
|
|
@@ -88004,7 +88004,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88004
88004
|
human_review_id: stringType(),
|
|
88005
88005
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
88006
88006
|
reviewed_by_id: stringType(),
|
|
88007
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
88007
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:21:57.016Z").transform((v2) => new Date(v2)),
|
|
88008
88008
|
type: literalType("string_array"),
|
|
88009
88009
|
values: arrayType(stringType())
|
|
88010
88010
|
}).transform((v2) => {
|
|
@@ -88021,7 +88021,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88021
88021
|
humanReviewId: stringType(),
|
|
88022
88022
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
88023
88023
|
reviewedById: stringType(),
|
|
88024
|
-
reviewedAt: dateType().default(() => new Date("2026-01-20T13:
|
|
88024
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T13:21:57.016Z")).transform((v2) => v2.toISOString()),
|
|
88025
88025
|
type: literalType("string_array"),
|
|
88026
88026
|
values: arrayType(stringType())
|
|
88027
88027
|
}).transform((v2) => {
|
|
@@ -88042,7 +88042,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88042
88042
|
human_review_id: stringType(),
|
|
88043
88043
|
source: RetrieveDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
88044
88044
|
reviewed_by_id: stringType(),
|
|
88045
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
88045
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:21:57.015Z").transform((v2) => new Date(v2)),
|
|
88046
88046
|
type: literalType("number"),
|
|
88047
88047
|
value: numberType()
|
|
88048
88048
|
}).transform((v2) => {
|
|
@@ -88059,7 +88059,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88059
88059
|
humanReviewId: stringType(),
|
|
88060
88060
|
source: RetrieveDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
88061
88061
|
reviewedById: stringType(),
|
|
88062
|
-
reviewedAt: dateType().default(() => new Date("2026-01-20T13:
|
|
88062
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T13:21:57.015Z")).transform((v2) => v2.toISOString()),
|
|
88063
88063
|
type: literalType("number"),
|
|
88064
88064
|
value: numberType()
|
|
88065
88065
|
}).transform((v2) => {
|
|
@@ -88080,7 +88080,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88080
88080
|
human_review_id: stringType(),
|
|
88081
88081
|
source: RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
88082
88082
|
reviewed_by_id: stringType(),
|
|
88083
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
88083
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:21:57.014Z").transform((v2) => new Date(v2)),
|
|
88084
88084
|
type: literalType("string"),
|
|
88085
88085
|
value: stringType()
|
|
88086
88086
|
}).transform((v2) => {
|
|
@@ -88097,7 +88097,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88097
88097
|
humanReviewId: stringType(),
|
|
88098
88098
|
source: RetrieveDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
88099
88099
|
reviewedById: stringType(),
|
|
88100
|
-
reviewedAt: dateType().default(() => new Date("2026-01-20T13:
|
|
88100
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T13:21:57.014Z")).transform((v2) => v2.toISOString()),
|
|
88101
88101
|
type: literalType("string"),
|
|
88102
88102
|
value: stringType()
|
|
88103
88103
|
}).transform((v2) => {
|
|
@@ -88140,7 +88140,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88140
88140
|
created_by_id: stringType().optional(),
|
|
88141
88141
|
updated_by_id: stringType().optional(),
|
|
88142
88142
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
88143
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
88143
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:21:43.266Z").transform((v2) => new Date(v2))
|
|
88144
88144
|
}).transform((v2) => {
|
|
88145
88145
|
return remap(v2, {
|
|
88146
88146
|
_id: "id",
|
|
@@ -88174,7 +88174,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88174
88174
|
createdById: stringType().optional(),
|
|
88175
88175
|
updatedById: stringType().optional(),
|
|
88176
88176
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
88177
|
-
updated: dateType().default(() => new Date("2026-01-20T13:
|
|
88177
|
+
updated: dateType().default(() => new Date("2026-01-20T13:21:43.266Z")).transform((v2) => v2.toISOString())
|
|
88178
88178
|
}).transform((v2) => {
|
|
88179
88179
|
return remap(v2, {
|
|
88180
88180
|
id: "_id",
|
|
@@ -88234,7 +88234,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
88234
88234
|
created_by_id: stringType().optional(),
|
|
88235
88235
|
updated_by_id: stringType().optional(),
|
|
88236
88236
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
88237
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
88237
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:21:43.266Z").transform((v2) => new Date(v2))
|
|
88238
88238
|
}).transform((v2) => {
|
|
88239
88239
|
return remap(v2, {
|
|
88240
88240
|
_id: "id",
|
|
@@ -88254,7 +88254,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
88254
88254
|
createdById: stringType().optional(),
|
|
88255
88255
|
updatedById: stringType().optional(),
|
|
88256
88256
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
88257
|
-
updated: dateType().default(() => new Date("2026-01-20T13:
|
|
88257
|
+
updated: dateType().default(() => new Date("2026-01-20T13:21:43.266Z")).transform((v2) => v2.toISOString())
|
|
88258
88258
|
}).transform((v2) => {
|
|
88259
88259
|
return remap(v2, {
|
|
88260
88260
|
id: "_id",
|
|
@@ -88300,7 +88300,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
88300
88300
|
RetrieveDatasourceStatus$inboundSchema = nativeEnumType(RetrieveDatasourceStatus);
|
|
88301
88301
|
RetrieveDatasourceStatus$outboundSchema = RetrieveDatasourceStatus$inboundSchema;
|
|
88302
88302
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
88303
|
-
_id: stringType().default("
|
|
88303
|
+
_id: stringType().default("01KFDS3C5D02EHZCXMRZY2J56T"),
|
|
88304
88304
|
display_name: stringType(),
|
|
88305
88305
|
description: stringType().optional(),
|
|
88306
88306
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -88323,7 +88323,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
88323
88323
|
});
|
|
88324
88324
|
});
|
|
88325
88325
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
88326
|
-
id: stringType().default("
|
|
88326
|
+
id: stringType().default("01KFDS3C5D02EHZCXMRZY2J56T"),
|
|
88327
88327
|
displayName: stringType(),
|
|
88328
88328
|
description: stringType().optional(),
|
|
88329
88329
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -88367,7 +88367,7 @@ var init_retrieveidentity = __esm(() => {
|
|
|
88367
88367
|
tags: arrayType(stringType()).optional(),
|
|
88368
88368
|
metadata: recordType(anyType()).optional(),
|
|
88369
88369
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
88370
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
88370
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:21:43.266Z").transform((v2) => new Date(v2))
|
|
88371
88371
|
}).transform((v2) => {
|
|
88372
88372
|
return remap(v2, {
|
|
88373
88373
|
_id: "id",
|
|
@@ -88385,7 +88385,7 @@ var init_retrieveidentity = __esm(() => {
|
|
|
88385
88385
|
tags: arrayType(stringType()).optional(),
|
|
88386
88386
|
metadata: recordType(anyType()).optional(),
|
|
88387
88387
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
88388
|
-
updated: dateType().default(() => new Date("2026-01-20T13:
|
|
88388
|
+
updated: dateType().default(() => new Date("2026-01-20T13:21:43.266Z")).transform((v2) => v2.toISOString())
|
|
88389
88389
|
}).transform((v2) => {
|
|
88390
88390
|
return remap(v2, {
|
|
88391
88391
|
id: "_id",
|
|
@@ -88709,7 +88709,7 @@ var init_retrievetool = __esm(() => {
|
|
|
88709
88709
|
code: stringType()
|
|
88710
88710
|
});
|
|
88711
88711
|
RetrieveToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
88712
|
-
_id: stringType().default("
|
|
88712
|
+
_id: stringType().default("tool_01KFDS3BVFTJQ5YQX2AFAK5DXK"),
|
|
88713
88713
|
path: stringType(),
|
|
88714
88714
|
key: stringType(),
|
|
88715
88715
|
display_name: stringType().optional(),
|
|
@@ -88737,7 +88737,7 @@ var init_retrievetool = __esm(() => {
|
|
|
88737
88737
|
});
|
|
88738
88738
|
});
|
|
88739
88739
|
RetrieveToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
88740
|
-
id: stringType().default("
|
|
88740
|
+
id: stringType().default("tool_01KFDS3BVFTJQ5YQX2AFAK5DXK"),
|
|
88741
88741
|
path: stringType(),
|
|
88742
88742
|
key: stringType(),
|
|
88743
88743
|
displayName: stringType().optional(),
|
|
@@ -88787,13 +88787,13 @@ var init_retrievetool = __esm(() => {
|
|
|
88787
88787
|
required: arrayType(stringType()).optional()
|
|
88788
88788
|
});
|
|
88789
88789
|
RetrieveToolResponseBodyTools$inboundSchema = objectType({
|
|
88790
|
-
id: stringType().default("
|
|
88790
|
+
id: stringType().default("01KFDS3BVBT90YQ54CN8MR79S6"),
|
|
88791
88791
|
name: stringType(),
|
|
88792
88792
|
description: stringType().optional(),
|
|
88793
88793
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$inboundSchema)
|
|
88794
88794
|
});
|
|
88795
88795
|
RetrieveToolResponseBodyTools$outboundSchema = objectType({
|
|
88796
|
-
id: stringType().default("
|
|
88796
|
+
id: stringType().default("01KFDS3BVBT90YQ54CN8MR79S6"),
|
|
88797
88797
|
name: stringType(),
|
|
88798
88798
|
description: stringType().optional(),
|
|
88799
88799
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -88823,7 +88823,7 @@ var init_retrievetool = __esm(() => {
|
|
|
88823
88823
|
});
|
|
88824
88824
|
});
|
|
88825
88825
|
RetrieveToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
88826
|
-
_id: stringType().default("
|
|
88826
|
+
_id: stringType().default("tool_01KFDS3BV6AX383KBMZZW9666W"),
|
|
88827
88827
|
path: stringType(),
|
|
88828
88828
|
key: stringType(),
|
|
88829
88829
|
display_name: stringType().optional(),
|
|
@@ -88850,7 +88850,7 @@ var init_retrievetool = __esm(() => {
|
|
|
88850
88850
|
});
|
|
88851
88851
|
});
|
|
88852
88852
|
RetrieveToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
88853
|
-
id: stringType().default("
|
|
88853
|
+
id: stringType().default("tool_01KFDS3BV6AX383KBMZZW9666W"),
|
|
88854
88854
|
path: stringType(),
|
|
88855
88855
|
key: stringType(),
|
|
88856
88856
|
displayName: stringType().optional(),
|
|
@@ -88937,7 +88937,7 @@ var init_retrievetool = __esm(() => {
|
|
|
88937
88937
|
arguments: recordType(lazyType(() => RetrieveToolResponseBodyArguments$outboundSchema)).optional()
|
|
88938
88938
|
});
|
|
88939
88939
|
RetrieveToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
88940
|
-
_id: stringType().default("
|
|
88940
|
+
_id: stringType().default("tool_01KFDS3BTFWW2ZET8Z0SEREKZ0"),
|
|
88941
88941
|
path: stringType(),
|
|
88942
88942
|
key: stringType(),
|
|
88943
88943
|
display_name: stringType().optional(),
|
|
@@ -88964,7 +88964,7 @@ var init_retrievetool = __esm(() => {
|
|
|
88964
88964
|
});
|
|
88965
88965
|
});
|
|
88966
88966
|
RetrieveToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
88967
|
-
id: stringType().default("
|
|
88967
|
+
id: stringType().default("tool_01KFDS3BTFWW2ZET8Z0SEREKZ0"),
|
|
88968
88968
|
path: stringType(),
|
|
88969
88969
|
key: stringType(),
|
|
88970
88970
|
displayName: stringType().optional(),
|
|
@@ -89023,7 +89023,7 @@ var init_retrievetool = __esm(() => {
|
|
|
89023
89023
|
strict: booleanType().optional()
|
|
89024
89024
|
});
|
|
89025
89025
|
RetrieveToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
89026
|
-
_id: stringType().default("
|
|
89026
|
+
_id: stringType().default("tool_01KFDS3BT67VZ8YX6FJ25T3N2N"),
|
|
89027
89027
|
path: stringType(),
|
|
89028
89028
|
key: stringType(),
|
|
89029
89029
|
display_name: stringType().optional(),
|
|
@@ -89051,7 +89051,7 @@ var init_retrievetool = __esm(() => {
|
|
|
89051
89051
|
});
|
|
89052
89052
|
});
|
|
89053
89053
|
RetrieveToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
89054
|
-
id: stringType().default("
|
|
89054
|
+
id: stringType().default("tool_01KFDS3BT67VZ8YX6FJ25T3N2N"),
|
|
89055
89055
|
path: stringType(),
|
|
89056
89056
|
key: stringType(),
|
|
89057
89057
|
displayName: stringType().optional(),
|
|
@@ -89113,7 +89113,7 @@ var init_retrievetool = __esm(() => {
|
|
|
89113
89113
|
parameters: lazyType(() => RetrieveToolResponseBodyParameters$outboundSchema).optional()
|
|
89114
89114
|
});
|
|
89115
89115
|
RetrieveToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
89116
|
-
_id: stringType().default("
|
|
89116
|
+
_id: stringType().default("tool_01KFDS3BSWQCBHS0PR1TRFKVD5"),
|
|
89117
89117
|
path: stringType(),
|
|
89118
89118
|
key: stringType(),
|
|
89119
89119
|
display_name: stringType().optional(),
|
|
@@ -89140,7 +89140,7 @@ var init_retrievetool = __esm(() => {
|
|
|
89140
89140
|
});
|
|
89141
89141
|
});
|
|
89142
89142
|
RetrieveToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
89143
|
-
id: stringType().default("
|
|
89143
|
+
id: stringType().default("tool_01KFDS3BSWQCBHS0PR1TRFKVD5"),
|
|
89144
89144
|
path: stringType(),
|
|
89145
89145
|
key: stringType(),
|
|
89146
89146
|
displayName: stringType().optional(),
|
|
@@ -90052,13 +90052,13 @@ var init_runagent = __esm(() => {
|
|
|
90052
90052
|
required: arrayType(stringType()).optional()
|
|
90053
90053
|
});
|
|
90054
90054
|
Tools$inboundSchema2 = objectType({
|
|
90055
|
-
id: stringType().default("
|
|
90055
|
+
id: stringType().default("01KFDS3B1SVFCQ976C53EKTH47"),
|
|
90056
90056
|
name: stringType(),
|
|
90057
90057
|
description: stringType().optional(),
|
|
90058
90058
|
schema: lazyType(() => AgentToolInputRunSchema$inboundSchema)
|
|
90059
90059
|
});
|
|
90060
90060
|
Tools$outboundSchema2 = objectType({
|
|
90061
|
-
id: stringType().default("
|
|
90061
|
+
id: stringType().default("01KFDS3B1SVFCQ976C53EKTH47"),
|
|
90062
90062
|
name: stringType(),
|
|
90063
90063
|
description: stringType().optional(),
|
|
90064
90064
|
schema: lazyType(() => AgentToolInputRunSchema$outboundSchema)
|
|
@@ -92500,13 +92500,13 @@ var init_streamrunagent = __esm(() => {
|
|
|
92500
92500
|
required: arrayType(stringType()).optional()
|
|
92501
92501
|
});
|
|
92502
92502
|
AgentToolInputRunTools$inboundSchema = objectType({
|
|
92503
|
-
id: stringType().default("
|
|
92503
|
+
id: stringType().default("01KFDS3B4M4G6T640KKK1HCZ86"),
|
|
92504
92504
|
name: stringType(),
|
|
92505
92505
|
description: stringType().optional(),
|
|
92506
92506
|
schema: lazyType(() => StreamRunAgentAgentToolInputRunAgentsSchema$inboundSchema)
|
|
92507
92507
|
});
|
|
92508
92508
|
AgentToolInputRunTools$outboundSchema = objectType({
|
|
92509
|
-
id: stringType().default("
|
|
92509
|
+
id: stringType().default("01KFDS3B4M4G6T640KKK1HCZ86"),
|
|
92510
92510
|
name: stringType(),
|
|
92511
92511
|
description: stringType().optional(),
|
|
92512
92512
|
schema: lazyType(() => StreamRunAgentAgentToolInputRunAgentsSchema$outboundSchema)
|
|
@@ -95635,7 +95635,7 @@ var init_updatecontact = __esm(() => {
|
|
|
95635
95635
|
tags: arrayType(stringType()).optional(),
|
|
95636
95636
|
metadata: recordType(anyType()).optional(),
|
|
95637
95637
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
95638
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
95638
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:21:43.266Z").transform((v2) => new Date(v2))
|
|
95639
95639
|
}).transform((v2) => {
|
|
95640
95640
|
return remap(v2, {
|
|
95641
95641
|
_id: "id",
|
|
@@ -95653,7 +95653,7 @@ var init_updatecontact = __esm(() => {
|
|
|
95653
95653
|
tags: arrayType(stringType()).optional(),
|
|
95654
95654
|
metadata: recordType(anyType()).optional(),
|
|
95655
95655
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
95656
|
-
updated: dateType().default(() => new Date("2026-01-20T13:
|
|
95656
|
+
updated: dateType().default(() => new Date("2026-01-20T13:21:43.266Z")).transform((v2) => v2.toISOString())
|
|
95657
95657
|
}).transform((v2) => {
|
|
95658
95658
|
return remap(v2, {
|
|
95659
95659
|
id: "_id",
|
|
@@ -95719,7 +95719,7 @@ var init_updateconversation = __esm(() => {
|
|
|
95719
95719
|
model: nullableType(stringType()).optional()
|
|
95720
95720
|
});
|
|
95721
95721
|
UpdateConversationResponseBody$inboundSchema = objectType({
|
|
95722
|
-
_id: stringType().default("
|
|
95722
|
+
_id: stringType().default("conv_01kfds3b792yeeb38f945nkaxb"),
|
|
95723
95723
|
kind: UpdateConversationKind$inboundSchema,
|
|
95724
95724
|
displayName: stringType(),
|
|
95725
95725
|
createdAt: numberType(),
|
|
@@ -95733,7 +95733,7 @@ var init_updateconversation = __esm(() => {
|
|
|
95733
95733
|
});
|
|
95734
95734
|
});
|
|
95735
95735
|
UpdateConversationResponseBody$outboundSchema = objectType({
|
|
95736
|
-
id: stringType().default("
|
|
95736
|
+
id: stringType().default("conv_01kfds3b792yeeb38f945nkaxb"),
|
|
95737
95737
|
kind: UpdateConversationKind$outboundSchema,
|
|
95738
95738
|
displayName: stringType(),
|
|
95739
95739
|
createdAt: numberType(),
|
|
@@ -96475,7 +96475,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96475
96475
|
human_review_id: stringType(),
|
|
96476
96476
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
96477
96477
|
reviewed_by_id: stringType(),
|
|
96478
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
96478
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:21:57.068Z").transform((v2) => new Date(v2)),
|
|
96479
96479
|
type: literalType("string_array"),
|
|
96480
96480
|
values: arrayType(stringType())
|
|
96481
96481
|
}).transform((v2) => {
|
|
@@ -96492,7 +96492,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96492
96492
|
humanReviewId: stringType(),
|
|
96493
96493
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
96494
96494
|
reviewedById: stringType(),
|
|
96495
|
-
reviewedAt: dateType().default(() => new Date("2026-01-20T13:
|
|
96495
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T13:21:57.068Z")).transform((v2) => v2.toISOString()),
|
|
96496
96496
|
type: literalType("string_array"),
|
|
96497
96497
|
values: arrayType(stringType())
|
|
96498
96498
|
}).transform((v2) => {
|
|
@@ -96513,7 +96513,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96513
96513
|
human_review_id: stringType(),
|
|
96514
96514
|
source: UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
96515
96515
|
reviewed_by_id: stringType(),
|
|
96516
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
96516
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:21:57.067Z").transform((v2) => new Date(v2)),
|
|
96517
96517
|
type: literalType("number"),
|
|
96518
96518
|
value: numberType()
|
|
96519
96519
|
}).transform((v2) => {
|
|
@@ -96530,7 +96530,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96530
96530
|
humanReviewId: stringType(),
|
|
96531
96531
|
source: UpdateDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
96532
96532
|
reviewedById: stringType(),
|
|
96533
|
-
reviewedAt: dateType().default(() => new Date("2026-01-20T13:
|
|
96533
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T13:21:57.067Z")).transform((v2) => v2.toISOString()),
|
|
96534
96534
|
type: literalType("number"),
|
|
96535
96535
|
value: numberType()
|
|
96536
96536
|
}).transform((v2) => {
|
|
@@ -96551,7 +96551,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96551
96551
|
human_review_id: stringType(),
|
|
96552
96552
|
source: UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
96553
96553
|
reviewed_by_id: stringType(),
|
|
96554
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
96554
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T13:21:57.066Z").transform((v2) => new Date(v2)),
|
|
96555
96555
|
type: literalType("string"),
|
|
96556
96556
|
value: stringType()
|
|
96557
96557
|
}).transform((v2) => {
|
|
@@ -96568,7 +96568,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96568
96568
|
humanReviewId: stringType(),
|
|
96569
96569
|
source: UpdateDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
96570
96570
|
reviewedById: stringType(),
|
|
96571
|
-
reviewedAt: dateType().default(() => new Date("2026-01-20T13:
|
|
96571
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T13:21:57.066Z")).transform((v2) => v2.toISOString()),
|
|
96572
96572
|
type: literalType("string"),
|
|
96573
96573
|
value: stringType()
|
|
96574
96574
|
}).transform((v2) => {
|
|
@@ -96611,7 +96611,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96611
96611
|
created_by_id: stringType().optional(),
|
|
96612
96612
|
updated_by_id: stringType().optional(),
|
|
96613
96613
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
96614
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
96614
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:21:43.266Z").transform((v2) => new Date(v2))
|
|
96615
96615
|
}).transform((v2) => {
|
|
96616
96616
|
return remap(v2, {
|
|
96617
96617
|
_id: "id",
|
|
@@ -96645,7 +96645,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96645
96645
|
createdById: stringType().optional(),
|
|
96646
96646
|
updatedById: stringType().optional(),
|
|
96647
96647
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
96648
|
-
updated: dateType().default(() => new Date("2026-01-20T13:
|
|
96648
|
+
updated: dateType().default(() => new Date("2026-01-20T13:21:43.266Z")).transform((v2) => v2.toISOString())
|
|
96649
96649
|
}).transform((v2) => {
|
|
96650
96650
|
return remap(v2, {
|
|
96651
96651
|
id: "_id",
|
|
@@ -96729,7 +96729,7 @@ var init_updatedataset = __esm(() => {
|
|
|
96729
96729
|
created_by_id: stringType().optional(),
|
|
96730
96730
|
updated_by_id: stringType().optional(),
|
|
96731
96731
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
96732
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
96732
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:21:43.266Z").transform((v2) => new Date(v2))
|
|
96733
96733
|
}).transform((v2) => {
|
|
96734
96734
|
return remap(v2, {
|
|
96735
96735
|
_id: "id",
|
|
@@ -96749,7 +96749,7 @@ var init_updatedataset = __esm(() => {
|
|
|
96749
96749
|
createdById: stringType().optional(),
|
|
96750
96750
|
updatedById: stringType().optional(),
|
|
96751
96751
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
96752
|
-
updated: dateType().default(() => new Date("2026-01-20T13:
|
|
96752
|
+
updated: dateType().default(() => new Date("2026-01-20T13:21:43.266Z")).transform((v2) => v2.toISOString())
|
|
96753
96753
|
}).transform((v2) => {
|
|
96754
96754
|
return remap(v2, {
|
|
96755
96755
|
id: "_id",
|
|
@@ -96813,7 +96813,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
96813
96813
|
UpdateDatasourceStatus$inboundSchema = nativeEnumType(UpdateDatasourceStatus);
|
|
96814
96814
|
UpdateDatasourceStatus$outboundSchema = UpdateDatasourceStatus$inboundSchema;
|
|
96815
96815
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
96816
|
-
_id: stringType().default("
|
|
96816
|
+
_id: stringType().default("01KFDS3C5T31C42K20AKF16S9S"),
|
|
96817
96817
|
display_name: stringType(),
|
|
96818
96818
|
description: stringType().optional(),
|
|
96819
96819
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -96836,7 +96836,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
96836
96836
|
});
|
|
96837
96837
|
});
|
|
96838
96838
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
96839
|
-
id: stringType().default("
|
|
96839
|
+
id: stringType().default("01KFDS3C5T31C42K20AKF16S9S"),
|
|
96840
96840
|
displayName: stringType(),
|
|
96841
96841
|
description: stringType().optional(),
|
|
96842
96842
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -97449,8 +97449,8 @@ var init_updateeval = __esm(() => {
|
|
|
97449
97449
|
ResponseBodyTypescript$inboundSchema = objectType({
|
|
97450
97450
|
_id: stringType(),
|
|
97451
97451
|
description: stringType(),
|
|
97452
|
-
created: stringType().default("2026-01-20T13:
|
|
97453
|
-
updated: stringType().default("2026-01-20T13:
|
|
97452
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
97453
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
97454
97454
|
guardrail_config: unionType([
|
|
97455
97455
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
97456
97456
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -97467,8 +97467,8 @@ var init_updateeval = __esm(() => {
|
|
|
97467
97467
|
ResponseBodyTypescript$outboundSchema = objectType({
|
|
97468
97468
|
id: stringType(),
|
|
97469
97469
|
description: stringType(),
|
|
97470
|
-
created: stringType().default("2026-01-20T13:
|
|
97471
|
-
updated: stringType().default("2026-01-20T13:
|
|
97470
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
97471
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
97472
97472
|
guardrailConfig: unionType([
|
|
97473
97473
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
97474
97474
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -97539,8 +97539,8 @@ var init_updateeval = __esm(() => {
|
|
|
97539
97539
|
ResponseBodyRagas$inboundSchema = objectType({
|
|
97540
97540
|
_id: stringType(),
|
|
97541
97541
|
description: stringType(),
|
|
97542
|
-
created: stringType().default("2026-01-20T13:
|
|
97543
|
-
updated: stringType().default("2026-01-20T13:
|
|
97542
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
97543
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
97544
97544
|
guardrail_config: unionType([
|
|
97545
97545
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
97546
97546
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -97559,8 +97559,8 @@ var init_updateeval = __esm(() => {
|
|
|
97559
97559
|
ResponseBodyRagas$outboundSchema = objectType({
|
|
97560
97560
|
id: stringType(),
|
|
97561
97561
|
description: stringType(),
|
|
97562
|
-
created: stringType().default("2026-01-20T13:
|
|
97563
|
-
updated: stringType().default("2026-01-20T13:
|
|
97562
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
97563
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
97564
97564
|
guardrailConfig: unionType([
|
|
97565
97565
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
97566
97566
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -97915,8 +97915,8 @@ var init_updateeval = __esm(() => {
|
|
|
97915
97915
|
ResponseBodyFunction$inboundSchema = objectType({
|
|
97916
97916
|
_id: stringType(),
|
|
97917
97917
|
description: stringType(),
|
|
97918
|
-
created: stringType().default("2026-01-20T13:
|
|
97919
|
-
updated: stringType().default("2026-01-20T13:
|
|
97918
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
97919
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
97920
97920
|
guardrail_config: unionType([
|
|
97921
97921
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
97922
97922
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -97967,8 +97967,8 @@ var init_updateeval = __esm(() => {
|
|
|
97967
97967
|
ResponseBodyFunction$outboundSchema = objectType({
|
|
97968
97968
|
id: stringType(),
|
|
97969
97969
|
description: stringType(),
|
|
97970
|
-
created: stringType().default("2026-01-20T13:
|
|
97971
|
-
updated: stringType().default("2026-01-20T13:
|
|
97970
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
97971
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
97972
97972
|
guardrailConfig: unionType([
|
|
97973
97973
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
97974
97974
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -98071,8 +98071,8 @@ var init_updateeval = __esm(() => {
|
|
|
98071
98071
|
UpdateEvalResponseBodyPython$inboundSchema = objectType({
|
|
98072
98072
|
_id: stringType(),
|
|
98073
98073
|
description: stringType(),
|
|
98074
|
-
created: stringType().default("2026-01-20T13:
|
|
98075
|
-
updated: stringType().default("2026-01-20T13:
|
|
98074
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
98075
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
98076
98076
|
guardrail_config: unionType([
|
|
98077
98077
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
98078
98078
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -98089,8 +98089,8 @@ var init_updateeval = __esm(() => {
|
|
|
98089
98089
|
UpdateEvalResponseBodyPython$outboundSchema = objectType({
|
|
98090
98090
|
id: stringType(),
|
|
98091
98091
|
description: stringType(),
|
|
98092
|
-
created: stringType().default("2026-01-20T13:
|
|
98093
|
-
updated: stringType().default("2026-01-20T13:
|
|
98092
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
98093
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
98094
98094
|
guardrailConfig: unionType([
|
|
98095
98095
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
98096
98096
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -98161,8 +98161,8 @@ var init_updateeval = __esm(() => {
|
|
|
98161
98161
|
UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
|
|
98162
98162
|
_id: stringType(),
|
|
98163
98163
|
description: stringType(),
|
|
98164
|
-
created: stringType().default("2026-01-20T13:
|
|
98165
|
-
updated: stringType().default("2026-01-20T13:
|
|
98164
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
98165
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
98166
98166
|
guardrail_config: unionType([
|
|
98167
98167
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
98168
98168
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -98182,8 +98182,8 @@ var init_updateeval = __esm(() => {
|
|
|
98182
98182
|
UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
|
|
98183
98183
|
id: stringType(),
|
|
98184
98184
|
description: stringType(),
|
|
98185
|
-
created: stringType().default("2026-01-20T13:
|
|
98186
|
-
updated: stringType().default("2026-01-20T13:
|
|
98185
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
98186
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
98187
98187
|
guardrailConfig: unionType([
|
|
98188
98188
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
98189
98189
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -98255,8 +98255,8 @@ var init_updateeval = __esm(() => {
|
|
|
98255
98255
|
UpdateEvalResponseBodyJSON$inboundSchema = objectType({
|
|
98256
98256
|
_id: stringType(),
|
|
98257
98257
|
description: stringType(),
|
|
98258
|
-
created: stringType().default("2026-01-20T13:
|
|
98259
|
-
updated: stringType().default("2026-01-20T13:
|
|
98258
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
98259
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
98260
98260
|
guardrail_config: unionType([
|
|
98261
98261
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
98262
98262
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -98273,8 +98273,8 @@ var init_updateeval = __esm(() => {
|
|
|
98273
98273
|
UpdateEvalResponseBodyJSON$outboundSchema = objectType({
|
|
98274
98274
|
id: stringType(),
|
|
98275
98275
|
description: stringType(),
|
|
98276
|
-
created: stringType().default("2026-01-20T13:
|
|
98277
|
-
updated: stringType().default("2026-01-20T13:
|
|
98276
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
98277
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
98278
98278
|
guardrailConfig: unionType([
|
|
98279
98279
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
98280
98280
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -98343,8 +98343,8 @@ var init_updateeval = __esm(() => {
|
|
|
98343
98343
|
UpdateEvalResponseBodyLLM$inboundSchema = objectType({
|
|
98344
98344
|
_id: stringType(),
|
|
98345
98345
|
description: stringType(),
|
|
98346
|
-
created: stringType().default("2026-01-20T13:
|
|
98347
|
-
updated: stringType().default("2026-01-20T13:
|
|
98346
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
98347
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
98348
98348
|
guardrail_config: unionType([
|
|
98349
98349
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
98350
98350
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -98362,8 +98362,8 @@ var init_updateeval = __esm(() => {
|
|
|
98362
98362
|
UpdateEvalResponseBodyLLM$outboundSchema = objectType({
|
|
98363
98363
|
id: stringType(),
|
|
98364
98364
|
description: stringType(),
|
|
98365
|
-
created: stringType().default("2026-01-20T13:
|
|
98366
|
-
updated: stringType().default("2026-01-20T13:
|
|
98365
|
+
created: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
98366
|
+
updated: stringType().default("2026-01-20T13:21:45.610Z"),
|
|
98367
98367
|
guardrailConfig: unionType([
|
|
98368
98368
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
98369
98369
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -98452,7 +98452,7 @@ var init_updateidentity = __esm(() => {
|
|
|
98452
98452
|
tags: arrayType(stringType()).optional(),
|
|
98453
98453
|
metadata: recordType(anyType()).optional(),
|
|
98454
98454
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
98455
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:
|
|
98455
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T13:21:43.266Z").transform((v2) => new Date(v2))
|
|
98456
98456
|
}).transform((v2) => {
|
|
98457
98457
|
return remap(v2, {
|
|
98458
98458
|
_id: "id",
|
|
@@ -98470,7 +98470,7 @@ var init_updateidentity = __esm(() => {
|
|
|
98470
98470
|
tags: arrayType(stringType()).optional(),
|
|
98471
98471
|
metadata: recordType(anyType()).optional(),
|
|
98472
98472
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
98473
|
-
updated: dateType().default(() => new Date("2026-01-20T13:
|
|
98473
|
+
updated: dateType().default(() => new Date("2026-01-20T13:21:43.266Z")).transform((v2) => v2.toISOString())
|
|
98474
98474
|
}).transform((v2) => {
|
|
98475
98475
|
return remap(v2, {
|
|
98476
98476
|
id: "_id",
|
|
@@ -101288,13 +101288,13 @@ var init_updatetool = __esm(() => {
|
|
|
101288
101288
|
required: arrayType(stringType()).optional()
|
|
101289
101289
|
});
|
|
101290
101290
|
RequestBodyTools$inboundSchema = objectType({
|
|
101291
|
-
id: stringType().default("
|
|
101291
|
+
id: stringType().default("01KFDS3BQN44Z6570MCK3FWKDY"),
|
|
101292
101292
|
name: stringType(),
|
|
101293
101293
|
description: stringType().optional(),
|
|
101294
101294
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$inboundSchema)
|
|
101295
101295
|
});
|
|
101296
101296
|
RequestBodyTools$outboundSchema = objectType({
|
|
101297
|
-
id: stringType().default("
|
|
101297
|
+
id: stringType().default("01KFDS3BQN44Z6570MCK3FWKDY"),
|
|
101298
101298
|
name: stringType(),
|
|
101299
101299
|
description: stringType().optional(),
|
|
101300
101300
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$outboundSchema)
|
|
@@ -101634,7 +101634,7 @@ var init_updatetool = __esm(() => {
|
|
|
101634
101634
|
code: stringType()
|
|
101635
101635
|
});
|
|
101636
101636
|
UpdateToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
101637
|
-
_id: stringType().default("
|
|
101637
|
+
_id: stringType().default("tool_01KFDS3BPTR32X9Z64YG2KDHB2"),
|
|
101638
101638
|
path: stringType(),
|
|
101639
101639
|
key: stringType(),
|
|
101640
101640
|
display_name: stringType().optional(),
|
|
@@ -101662,7 +101662,7 @@ var init_updatetool = __esm(() => {
|
|
|
101662
101662
|
});
|
|
101663
101663
|
});
|
|
101664
101664
|
UpdateToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
101665
|
-
id: stringType().default("
|
|
101665
|
+
id: stringType().default("tool_01KFDS3BPTR32X9Z64YG2KDHB2"),
|
|
101666
101666
|
path: stringType(),
|
|
101667
101667
|
key: stringType(),
|
|
101668
101668
|
displayName: stringType().optional(),
|
|
@@ -101712,13 +101712,13 @@ var init_updatetool = __esm(() => {
|
|
|
101712
101712
|
required: arrayType(stringType()).optional()
|
|
101713
101713
|
});
|
|
101714
101714
|
UpdateToolResponseBodyTools$inboundSchema = objectType({
|
|
101715
|
-
id: stringType().default("
|
|
101715
|
+
id: stringType().default("01KFDS3BPQ8DPSB6G586JMCKAG"),
|
|
101716
101716
|
name: stringType(),
|
|
101717
101717
|
description: stringType().optional(),
|
|
101718
101718
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$inboundSchema)
|
|
101719
101719
|
});
|
|
101720
101720
|
UpdateToolResponseBodyTools$outboundSchema = objectType({
|
|
101721
|
-
id: stringType().default("
|
|
101721
|
+
id: stringType().default("01KFDS3BPQ8DPSB6G586JMCKAG"),
|
|
101722
101722
|
name: stringType(),
|
|
101723
101723
|
description: stringType().optional(),
|
|
101724
101724
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -101748,7 +101748,7 @@ var init_updatetool = __esm(() => {
|
|
|
101748
101748
|
});
|
|
101749
101749
|
});
|
|
101750
101750
|
UpdateToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
101751
|
-
_id: stringType().default("
|
|
101751
|
+
_id: stringType().default("tool_01KFDS3BPJN44V5ZHVYRSKW0JA"),
|
|
101752
101752
|
path: stringType(),
|
|
101753
101753
|
key: stringType(),
|
|
101754
101754
|
display_name: stringType().optional(),
|
|
@@ -101775,7 +101775,7 @@ var init_updatetool = __esm(() => {
|
|
|
101775
101775
|
});
|
|
101776
101776
|
});
|
|
101777
101777
|
UpdateToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
101778
|
-
id: stringType().default("
|
|
101778
|
+
id: stringType().default("tool_01KFDS3BPJN44V5ZHVYRSKW0JA"),
|
|
101779
101779
|
path: stringType(),
|
|
101780
101780
|
key: stringType(),
|
|
101781
101781
|
displayName: stringType().optional(),
|
|
@@ -101862,7 +101862,7 @@ var init_updatetool = __esm(() => {
|
|
|
101862
101862
|
arguments: recordType(lazyType(() => UpdateToolResponseBodyArguments$outboundSchema)).optional()
|
|
101863
101863
|
});
|
|
101864
101864
|
UpdateToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
101865
|
-
_id: stringType().default("
|
|
101865
|
+
_id: stringType().default("tool_01KFDS3BPA4HPP11QXTKSGZXT1"),
|
|
101866
101866
|
path: stringType(),
|
|
101867
101867
|
key: stringType(),
|
|
101868
101868
|
display_name: stringType().optional(),
|
|
@@ -101889,7 +101889,7 @@ var init_updatetool = __esm(() => {
|
|
|
101889
101889
|
});
|
|
101890
101890
|
});
|
|
101891
101891
|
UpdateToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
101892
|
-
id: stringType().default("
|
|
101892
|
+
id: stringType().default("tool_01KFDS3BPA4HPP11QXTKSGZXT1"),
|
|
101893
101893
|
path: stringType(),
|
|
101894
101894
|
key: stringType(),
|
|
101895
101895
|
displayName: stringType().optional(),
|
|
@@ -101948,7 +101948,7 @@ var init_updatetool = __esm(() => {
|
|
|
101948
101948
|
strict: booleanType().optional()
|
|
101949
101949
|
});
|
|
101950
101950
|
UpdateToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
101951
|
-
_id: stringType().default("
|
|
101951
|
+
_id: stringType().default("tool_01KFDS3BP36SV0D44PRQ2V0D2J"),
|
|
101952
101952
|
path: stringType(),
|
|
101953
101953
|
key: stringType(),
|
|
101954
101954
|
display_name: stringType().optional(),
|
|
@@ -101976,7 +101976,7 @@ var init_updatetool = __esm(() => {
|
|
|
101976
101976
|
});
|
|
101977
101977
|
});
|
|
101978
101978
|
UpdateToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
101979
|
-
id: stringType().default("
|
|
101979
|
+
id: stringType().default("tool_01KFDS3BP36SV0D44PRQ2V0D2J"),
|
|
101980
101980
|
path: stringType(),
|
|
101981
101981
|
key: stringType(),
|
|
101982
101982
|
displayName: stringType().optional(),
|
|
@@ -102038,7 +102038,7 @@ var init_updatetool = __esm(() => {
|
|
|
102038
102038
|
parameters: lazyType(() => UpdateToolResponseBodyParameters$outboundSchema).optional()
|
|
102039
102039
|
});
|
|
102040
102040
|
UpdateToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
102041
|
-
_id: stringType().default("
|
|
102041
|
+
_id: stringType().default("tool_01KFDS3BNXQ1SFWH1EGMFR9T2S"),
|
|
102042
102042
|
path: stringType(),
|
|
102043
102043
|
key: stringType(),
|
|
102044
102044
|
display_name: stringType().optional(),
|
|
@@ -102065,7 +102065,7 @@ var init_updatetool = __esm(() => {
|
|
|
102065
102065
|
});
|
|
102066
102066
|
});
|
|
102067
102067
|
UpdateToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
102068
|
-
id: stringType().default("
|
|
102068
|
+
id: stringType().default("tool_01KFDS3BNXQ1SFWH1EGMFR9T2S"),
|
|
102069
102069
|
path: stringType(),
|
|
102070
102070
|
key: stringType(),
|
|
102071
102071
|
displayName: stringType().optional(),
|
|
@@ -114678,7 +114678,7 @@ Updates a tool in the workspace.`,
|
|
|
114678
114678
|
function createMCPServer(deps) {
|
|
114679
114679
|
const server = new McpServer({
|
|
114680
114680
|
name: "Orq",
|
|
114681
|
-
version: "4.2.0-rc.
|
|
114681
|
+
version: "4.2.0-rc.49"
|
|
114682
114682
|
});
|
|
114683
114683
|
const client = new OrqCore({
|
|
114684
114684
|
apiKey: deps.apiKey,
|
|
@@ -116112,7 +116112,7 @@ var routes = rn({
|
|
|
116112
116112
|
var app = Ve(routes, {
|
|
116113
116113
|
name: "mcp",
|
|
116114
116114
|
versionInfo: {
|
|
116115
|
-
currentVersion: "4.2.0-rc.
|
|
116115
|
+
currentVersion: "4.2.0-rc.49"
|
|
116116
116116
|
}
|
|
116117
116117
|
});
|
|
116118
116118
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -116120,5 +116120,5 @@ export {
|
|
|
116120
116120
|
app
|
|
116121
116121
|
};
|
|
116122
116122
|
|
|
116123
|
-
//# debugId=
|
|
116123
|
+
//# debugId=B4B9846E7D4A887064756E2164756E21
|
|
116124
116124
|
//# sourceMappingURL=mcp-server.js.map
|