@orq-ai/node 4.2.0-rc.54 → 4.2.0-rc.56
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.56",
|
|
52908
52908
|
genVersion: "2.797.1",
|
|
52909
|
-
userAgent: "speakeasy-sdk/typescript 4.2.0-rc.
|
|
52909
|
+
userAgent: "speakeasy-sdk/typescript 4.2.0-rc.56 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_01kfgavgemyse953rqh456ekz6"),
|
|
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_01kfgavgemyse953rqh456ekz6"),
|
|
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_01kfgavges5pbnpnvcaqr2rcr1"),
|
|
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_01kfgavges5pbnpnvcaqr2rcr1"),
|
|
56103
56103
|
kind: ConversationWithMessagesResponseKind$outboundSchema,
|
|
56104
56104
|
displayName: stringType(),
|
|
56105
56105
|
createdAt: numberType(),
|
|
@@ -57635,7 +57635,7 @@ var init_reasoningpart = __esm(() => {
|
|
|
57635
57635
|
init_esm();
|
|
57636
57636
|
init_primitives();
|
|
57637
57637
|
ReasoningPart$inboundSchema = objectType({
|
|
57638
|
-
_id: stringType().default("
|
|
57638
|
+
_id: stringType().default("reasoning_01kfgavg405n8xj8ypejrbme1v"),
|
|
57639
57639
|
metadata: recordType(anyType()).optional(),
|
|
57640
57640
|
kind: literalType("reasoning"),
|
|
57641
57641
|
reasoning: stringType(),
|
|
@@ -57646,7 +57646,7 @@ var init_reasoningpart = __esm(() => {
|
|
|
57646
57646
|
});
|
|
57647
57647
|
});
|
|
57648
57648
|
ReasoningPart$outboundSchema = objectType({
|
|
57649
|
-
id: stringType().default("
|
|
57649
|
+
id: stringType().default("reasoning_01kfgavg405n8xj8ypejrbme1v"),
|
|
57650
57650
|
metadata: recordType(anyType()).optional(),
|
|
57651
57651
|
kind: literalType("reasoning"),
|
|
57652
57652
|
reasoning: stringType(),
|
|
@@ -57716,7 +57716,7 @@ var init_partdoneevent = __esm(() => {
|
|
|
57716
57716
|
PartKind$inboundSchema = nativeEnumType(PartKind);
|
|
57717
57717
|
PartKind$outboundSchema = PartKind$inboundSchema;
|
|
57718
57718
|
PartReasoningPart$inboundSchema = objectType({
|
|
57719
|
-
_id: stringType().default("
|
|
57719
|
+
_id: stringType().default("reasoning_01kfgavg47rg5srq6be8z7wqyj"),
|
|
57720
57720
|
metadata: recordType(anyType()).optional(),
|
|
57721
57721
|
kind: PartKind$inboundSchema,
|
|
57722
57722
|
reasoning: stringType(),
|
|
@@ -57727,7 +57727,7 @@ var init_partdoneevent = __esm(() => {
|
|
|
57727
57727
|
});
|
|
57728
57728
|
});
|
|
57729
57729
|
PartReasoningPart$outboundSchema = objectType({
|
|
57730
|
-
id: stringType().default("
|
|
57730
|
+
id: stringType().default("reasoning_01kfgavg47rg5srq6be8z7wqyj"),
|
|
57731
57731
|
metadata: recordType(anyType()).optional(),
|
|
57732
57732
|
kind: PartKind$outboundSchema,
|
|
57733
57733
|
reasoning: stringType(),
|
|
@@ -63294,7 +63294,7 @@ var init_createcontact = __esm(() => {
|
|
|
63294
63294
|
tags: arrayType(stringType()).optional(),
|
|
63295
63295
|
metadata: recordType(anyType()).optional(),
|
|
63296
63296
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63297
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
63297
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-21T13:10:29.486Z").transform((v2) => new Date(v2))
|
|
63298
63298
|
}).transform((v2) => {
|
|
63299
63299
|
return remap(v2, {
|
|
63300
63300
|
_id: "id",
|
|
@@ -63314,7 +63314,7 @@ var init_createcontact = __esm(() => {
|
|
|
63314
63314
|
tags: arrayType(stringType()).optional(),
|
|
63315
63315
|
metadata: recordType(anyType()).optional(),
|
|
63316
63316
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63317
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
63317
|
+
updated: dateType().default(() => new Date("2026-01-21T13:10:29.486Z")).transform((v2) => v2.toISOString())
|
|
63318
63318
|
}).transform((v2) => {
|
|
63319
63319
|
return remap(v2, {
|
|
63320
63320
|
id: "_id",
|
|
@@ -63367,7 +63367,7 @@ var init_createconversation = __esm(() => {
|
|
|
63367
63367
|
model: nullableType(stringType()).optional()
|
|
63368
63368
|
});
|
|
63369
63369
|
CreateConversationResponseBody$inboundSchema = objectType({
|
|
63370
|
-
_id: stringType().default("
|
|
63370
|
+
_id: stringType().default("conv_01kfgavgepcdrac4gerrprp1ds"),
|
|
63371
63371
|
kind: CreateConversationKind$inboundSchema,
|
|
63372
63372
|
displayName: stringType(),
|
|
63373
63373
|
createdAt: numberType(),
|
|
@@ -63381,7 +63381,7 @@ var init_createconversation = __esm(() => {
|
|
|
63381
63381
|
});
|
|
63382
63382
|
});
|
|
63383
63383
|
CreateConversationResponseBody$outboundSchema = objectType({
|
|
63384
|
-
id: stringType().default("
|
|
63384
|
+
id: stringType().default("conv_01kfgavgepcdrac4gerrprp1ds"),
|
|
63385
63385
|
kind: CreateConversationKind$outboundSchema,
|
|
63386
63386
|
displayName: stringType(),
|
|
63387
63387
|
createdAt: numberType(),
|
|
@@ -63457,7 +63457,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63457
63457
|
PartKind$inboundSchema2 = nativeEnumType(PartKind2);
|
|
63458
63458
|
PartKind$outboundSchema2 = PartKind$inboundSchema2;
|
|
63459
63459
|
PartReasoningPart$inboundSchema2 = objectType({
|
|
63460
|
-
_id: stringType().default("
|
|
63460
|
+
_id: stringType().default("reasoning_01kfgavgfsdm9p5t47vj59r151"),
|
|
63461
63461
|
metadata: recordType(anyType()).optional(),
|
|
63462
63462
|
kind: PartKind$inboundSchema2,
|
|
63463
63463
|
reasoning: stringType(),
|
|
@@ -63468,7 +63468,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63468
63468
|
});
|
|
63469
63469
|
});
|
|
63470
63470
|
PartReasoningPart$outboundSchema2 = objectType({
|
|
63471
|
-
id: stringType().default("
|
|
63471
|
+
id: stringType().default("reasoning_01kfgavgfsdm9p5t47vj59r151"),
|
|
63472
63472
|
metadata: recordType(anyType()).optional(),
|
|
63473
63473
|
kind: PartKind$outboundSchema2,
|
|
63474
63474
|
reasoning: stringType(),
|
|
@@ -63501,7 +63501,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63501
63501
|
DeltaKind$inboundSchema = nativeEnumType(DeltaKind);
|
|
63502
63502
|
DeltaKind$outboundSchema = DeltaKind$inboundSchema;
|
|
63503
63503
|
ReasoningPart$inboundSchema2 = objectType({
|
|
63504
|
-
_id: stringType().default("
|
|
63504
|
+
_id: stringType().default("reasoning_01kfgavgfafphmmm8kvrhrp11y"),
|
|
63505
63505
|
metadata: recordType(anyType()).optional(),
|
|
63506
63506
|
kind: DeltaKind$inboundSchema,
|
|
63507
63507
|
reasoning: stringType(),
|
|
@@ -63512,7 +63512,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63512
63512
|
});
|
|
63513
63513
|
});
|
|
63514
63514
|
ReasoningPart$outboundSchema2 = objectType({
|
|
63515
|
-
id: stringType().default("
|
|
63515
|
+
id: stringType().default("reasoning_01kfgavgfafphmmm8kvrhrp11y"),
|
|
63516
63516
|
metadata: recordType(anyType()).optional(),
|
|
63517
63517
|
kind: DeltaKind$outboundSchema,
|
|
63518
63518
|
reasoning: stringType(),
|
|
@@ -63651,7 +63651,7 @@ var init_createdataset = __esm(() => {
|
|
|
63651
63651
|
created_by_id: stringType().optional(),
|
|
63652
63652
|
updated_by_id: stringType().optional(),
|
|
63653
63653
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63654
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
63654
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-21T13:10:29.486Z").transform((v2) => new Date(v2))
|
|
63655
63655
|
}).transform((v2) => {
|
|
63656
63656
|
return remap(v2, {
|
|
63657
63657
|
_id: "id",
|
|
@@ -63671,7 +63671,7 @@ var init_createdataset = __esm(() => {
|
|
|
63671
63671
|
createdById: stringType().optional(),
|
|
63672
63672
|
updatedById: stringType().optional(),
|
|
63673
63673
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63674
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
63674
|
+
updated: dateType().default(() => new Date("2026-01-21T13:10:29.486Z")).transform((v2) => v2.toISOString())
|
|
63675
63675
|
}).transform((v2) => {
|
|
63676
63676
|
return remap(v2, {
|
|
63677
63677
|
id: "_id",
|
|
@@ -64407,7 +64407,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64407
64407
|
human_review_id: stringType(),
|
|
64408
64408
|
source: CreateDatasetItemEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
64409
64409
|
reviewed_by_id: stringType(),
|
|
64410
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
64410
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-21T13:10:43.078Z").transform((v2) => new Date(v2)),
|
|
64411
64411
|
type: literalType("string_array"),
|
|
64412
64412
|
values: arrayType(stringType())
|
|
64413
64413
|
}).transform((v2) => {
|
|
@@ -64424,7 +64424,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64424
64424
|
humanReviewId: stringType(),
|
|
64425
64425
|
source: CreateDatasetItemEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
64426
64426
|
reviewedById: stringType(),
|
|
64427
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
64427
|
+
reviewedAt: dateType().default(() => new Date("2026-01-21T13:10:43.078Z")).transform((v2) => v2.toISOString()),
|
|
64428
64428
|
type: literalType("string_array"),
|
|
64429
64429
|
values: arrayType(stringType())
|
|
64430
64430
|
}).transform((v2) => {
|
|
@@ -64445,7 +64445,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64445
64445
|
human_review_id: stringType(),
|
|
64446
64446
|
source: CreateDatasetItemEvaluationsSource$inboundSchema.default("orq"),
|
|
64447
64447
|
reviewed_by_id: stringType(),
|
|
64448
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
64448
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-21T13:10:43.078Z").transform((v2) => new Date(v2)),
|
|
64449
64449
|
type: literalType("number"),
|
|
64450
64450
|
value: numberType()
|
|
64451
64451
|
}).transform((v2) => {
|
|
@@ -64462,7 +64462,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64462
64462
|
humanReviewId: stringType(),
|
|
64463
64463
|
source: CreateDatasetItemEvaluationsSource$outboundSchema.default("orq"),
|
|
64464
64464
|
reviewedById: stringType(),
|
|
64465
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
64465
|
+
reviewedAt: dateType().default(() => new Date("2026-01-21T13:10:43.078Z")).transform((v2) => v2.toISOString()),
|
|
64466
64466
|
type: literalType("number"),
|
|
64467
64467
|
value: numberType()
|
|
64468
64468
|
}).transform((v2) => {
|
|
@@ -64483,7 +64483,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64483
64483
|
human_review_id: stringType(),
|
|
64484
64484
|
source: EvaluationsSource$inboundSchema.default("orq"),
|
|
64485
64485
|
reviewed_by_id: stringType(),
|
|
64486
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
64486
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-21T13:10:43.077Z").transform((v2) => new Date(v2)),
|
|
64487
64487
|
type: literalType("string"),
|
|
64488
64488
|
value: stringType()
|
|
64489
64489
|
}).transform((v2) => {
|
|
@@ -64500,7 +64500,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64500
64500
|
humanReviewId: stringType(),
|
|
64501
64501
|
source: EvaluationsSource$outboundSchema.default("orq"),
|
|
64502
64502
|
reviewedById: stringType(),
|
|
64503
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
64503
|
+
reviewedAt: dateType().default(() => new Date("2026-01-21T13:10:43.077Z")).transform((v2) => v2.toISOString()),
|
|
64504
64504
|
type: literalType("string"),
|
|
64505
64505
|
value: stringType()
|
|
64506
64506
|
}).transform((v2) => {
|
|
@@ -64543,7 +64543,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64543
64543
|
created_by_id: stringType().optional(),
|
|
64544
64544
|
updated_by_id: stringType().optional(),
|
|
64545
64545
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
64546
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
64546
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-21T13:10:29.486Z").transform((v2) => new Date(v2))
|
|
64547
64547
|
}).transform((v2) => {
|
|
64548
64548
|
return remap(v2, {
|
|
64549
64549
|
_id: "id",
|
|
@@ -64577,7 +64577,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64577
64577
|
createdById: stringType().optional(),
|
|
64578
64578
|
updatedById: stringType().optional(),
|
|
64579
64579
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
64580
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
64580
|
+
updated: dateType().default(() => new Date("2026-01-21T13:10:29.486Z")).transform((v2) => v2.toISOString())
|
|
64581
64581
|
}).transform((v2) => {
|
|
64582
64582
|
return remap(v2, {
|
|
64583
64583
|
id: "_id",
|
|
@@ -64746,7 +64746,7 @@ var init_createdatasource = __esm(() => {
|
|
|
64746
64746
|
CreateDatasourceStatus$inboundSchema = nativeEnumType(CreateDatasourceStatus);
|
|
64747
64747
|
CreateDatasourceStatus$outboundSchema = CreateDatasourceStatus$inboundSchema;
|
|
64748
64748
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
64749
|
-
_id: stringType().default("
|
|
64749
|
+
_id: stringType().default("01KFGAVH0X9JQZ02VWPHMXTX1J"),
|
|
64750
64750
|
display_name: stringType(),
|
|
64751
64751
|
description: stringType().optional(),
|
|
64752
64752
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -64769,7 +64769,7 @@ var init_createdatasource = __esm(() => {
|
|
|
64769
64769
|
});
|
|
64770
64770
|
});
|
|
64771
64771
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
64772
|
-
id: stringType().default("
|
|
64772
|
+
id: stringType().default("01KFGAVH0X9JQZ02VWPHMXTX1J"),
|
|
64773
64773
|
displayName: stringType(),
|
|
64774
64774
|
description: stringType().optional(),
|
|
64775
64775
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -65356,8 +65356,8 @@ var init_createeval = __esm(() => {
|
|
|
65356
65356
|
Typescript$inboundSchema = objectType({
|
|
65357
65357
|
_id: stringType(),
|
|
65358
65358
|
description: stringType(),
|
|
65359
|
-
created: stringType().default("2026-01-
|
|
65360
|
-
updated: stringType().default("2026-01-
|
|
65359
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
65360
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
65361
65361
|
guardrail_config: unionType([
|
|
65362
65362
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
65363
65363
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -65374,8 +65374,8 @@ var init_createeval = __esm(() => {
|
|
|
65374
65374
|
Typescript$outboundSchema = objectType({
|
|
65375
65375
|
id: stringType(),
|
|
65376
65376
|
description: stringType(),
|
|
65377
|
-
created: stringType().default("2026-01-
|
|
65378
|
-
updated: stringType().default("2026-01-
|
|
65377
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
65378
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
65379
65379
|
guardrailConfig: unionType([
|
|
65380
65380
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
65381
65381
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -65446,8 +65446,8 @@ var init_createeval = __esm(() => {
|
|
|
65446
65446
|
Ragas$inboundSchema = objectType({
|
|
65447
65447
|
_id: stringType(),
|
|
65448
65448
|
description: stringType(),
|
|
65449
|
-
created: stringType().default("2026-01-
|
|
65450
|
-
updated: stringType().default("2026-01-
|
|
65449
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
65450
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
65451
65451
|
guardrail_config: unionType([
|
|
65452
65452
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
65453
65453
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -65466,8 +65466,8 @@ var init_createeval = __esm(() => {
|
|
|
65466
65466
|
Ragas$outboundSchema = objectType({
|
|
65467
65467
|
id: stringType(),
|
|
65468
65468
|
description: stringType(),
|
|
65469
|
-
created: stringType().default("2026-01-
|
|
65470
|
-
updated: stringType().default("2026-01-
|
|
65469
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
65470
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
65471
65471
|
guardrailConfig: unionType([
|
|
65472
65472
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
65473
65473
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -65822,8 +65822,8 @@ var init_createeval = __esm(() => {
|
|
|
65822
65822
|
CreateEvalResponseBodyFunction$inboundSchema = objectType({
|
|
65823
65823
|
_id: stringType(),
|
|
65824
65824
|
description: stringType(),
|
|
65825
|
-
created: stringType().default("2026-01-
|
|
65826
|
-
updated: stringType().default("2026-01-
|
|
65825
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
65826
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
65827
65827
|
guardrail_config: unionType([
|
|
65828
65828
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
65829
65829
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -65874,8 +65874,8 @@ var init_createeval = __esm(() => {
|
|
|
65874
65874
|
CreateEvalResponseBodyFunction$outboundSchema = objectType({
|
|
65875
65875
|
id: stringType(),
|
|
65876
65876
|
description: stringType(),
|
|
65877
|
-
created: stringType().default("2026-01-
|
|
65878
|
-
updated: stringType().default("2026-01-
|
|
65877
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
65878
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
65879
65879
|
guardrailConfig: unionType([
|
|
65880
65880
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
65881
65881
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -65978,8 +65978,8 @@ var init_createeval = __esm(() => {
|
|
|
65978
65978
|
ResponseBodyPython$inboundSchema = objectType({
|
|
65979
65979
|
_id: stringType(),
|
|
65980
65980
|
description: stringType(),
|
|
65981
|
-
created: stringType().default("2026-01-
|
|
65982
|
-
updated: stringType().default("2026-01-
|
|
65981
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
65982
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
65983
65983
|
guardrail_config: unionType([
|
|
65984
65984
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
65985
65985
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -65996,8 +65996,8 @@ var init_createeval = __esm(() => {
|
|
|
65996
65996
|
ResponseBodyPython$outboundSchema = objectType({
|
|
65997
65997
|
id: stringType(),
|
|
65998
65998
|
description: stringType(),
|
|
65999
|
-
created: stringType().default("2026-01-
|
|
66000
|
-
updated: stringType().default("2026-01-
|
|
65999
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
66000
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
66001
66001
|
guardrailConfig: unionType([
|
|
66002
66002
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
66003
66003
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -66068,8 +66068,8 @@ var init_createeval = __esm(() => {
|
|
|
66068
66068
|
ResponseBodyHTTP$inboundSchema = objectType({
|
|
66069
66069
|
_id: stringType(),
|
|
66070
66070
|
description: stringType(),
|
|
66071
|
-
created: stringType().default("2026-01-
|
|
66072
|
-
updated: stringType().default("2026-01-
|
|
66071
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
66072
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
66073
66073
|
guardrail_config: unionType([
|
|
66074
66074
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
66075
66075
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -66089,8 +66089,8 @@ var init_createeval = __esm(() => {
|
|
|
66089
66089
|
ResponseBodyHTTP$outboundSchema = objectType({
|
|
66090
66090
|
id: stringType(),
|
|
66091
66091
|
description: stringType(),
|
|
66092
|
-
created: stringType().default("2026-01-
|
|
66093
|
-
updated: stringType().default("2026-01-
|
|
66092
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
66093
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
66094
66094
|
guardrailConfig: unionType([
|
|
66095
66095
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
66096
66096
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -66162,8 +66162,8 @@ var init_createeval = __esm(() => {
|
|
|
66162
66162
|
ResponseBodyJSON$inboundSchema = objectType({
|
|
66163
66163
|
_id: stringType(),
|
|
66164
66164
|
description: stringType(),
|
|
66165
|
-
created: stringType().default("2026-01-
|
|
66166
|
-
updated: stringType().default("2026-01-
|
|
66165
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
66166
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
66167
66167
|
guardrail_config: unionType([
|
|
66168
66168
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
66169
66169
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -66180,8 +66180,8 @@ var init_createeval = __esm(() => {
|
|
|
66180
66180
|
ResponseBodyJSON$outboundSchema = objectType({
|
|
66181
66181
|
id: stringType(),
|
|
66182
66182
|
description: stringType(),
|
|
66183
|
-
created: stringType().default("2026-01-
|
|
66184
|
-
updated: stringType().default("2026-01-
|
|
66183
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
66184
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
66185
66185
|
guardrailConfig: unionType([
|
|
66186
66186
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
66187
66187
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -66250,8 +66250,8 @@ var init_createeval = __esm(() => {
|
|
|
66250
66250
|
ResponseBodyLLM$inboundSchema = objectType({
|
|
66251
66251
|
_id: stringType(),
|
|
66252
66252
|
description: stringType(),
|
|
66253
|
-
created: stringType().default("2026-01-
|
|
66254
|
-
updated: stringType().default("2026-01-
|
|
66253
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
66254
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
66255
66255
|
guardrail_config: unionType([
|
|
66256
66256
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
66257
66257
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -66269,8 +66269,8 @@ var init_createeval = __esm(() => {
|
|
|
66269
66269
|
ResponseBodyLLM$outboundSchema = objectType({
|
|
66270
66270
|
id: stringType(),
|
|
66271
66271
|
description: stringType(),
|
|
66272
|
-
created: stringType().default("2026-01-
|
|
66273
|
-
updated: stringType().default("2026-01-
|
|
66272
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
66273
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
66274
66274
|
guardrailConfig: unionType([
|
|
66275
66275
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
66276
66276
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -66399,7 +66399,7 @@ var init_createidentity = __esm(() => {
|
|
|
66399
66399
|
tags: arrayType(stringType()).optional(),
|
|
66400
66400
|
metadata: recordType(anyType()).optional(),
|
|
66401
66401
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
66402
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
66402
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-21T13:10:29.486Z").transform((v2) => new Date(v2))
|
|
66403
66403
|
}).transform((v2) => {
|
|
66404
66404
|
return remap(v2, {
|
|
66405
66405
|
_id: "id",
|
|
@@ -66419,7 +66419,7 @@ var init_createidentity = __esm(() => {
|
|
|
66419
66419
|
tags: arrayType(stringType()).optional(),
|
|
66420
66420
|
metadata: recordType(anyType()).optional(),
|
|
66421
66421
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
66422
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
66422
|
+
updated: dateType().default(() => new Date("2026-01-21T13:10:29.486Z")).transform((v2) => v2.toISOString())
|
|
66423
66423
|
}).transform((v2) => {
|
|
66424
66424
|
return remap(v2, {
|
|
66425
66425
|
id: "_id",
|
|
@@ -69645,7 +69645,7 @@ var init_createtool = __esm(() => {
|
|
|
69645
69645
|
code: stringType()
|
|
69646
69646
|
});
|
|
69647
69647
|
ResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
69648
|
-
_id: stringType().default("
|
|
69648
|
+
_id: stringType().default("tool_01KFGAVGSW3SJ54TZNPQ3MVQB8"),
|
|
69649
69649
|
path: stringType(),
|
|
69650
69650
|
key: stringType(),
|
|
69651
69651
|
display_name: stringType().optional(),
|
|
@@ -69673,7 +69673,7 @@ var init_createtool = __esm(() => {
|
|
|
69673
69673
|
});
|
|
69674
69674
|
});
|
|
69675
69675
|
ResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
69676
|
-
id: stringType().default("
|
|
69676
|
+
id: stringType().default("tool_01KFGAVGSW3SJ54TZNPQ3MVQB8"),
|
|
69677
69677
|
path: stringType(),
|
|
69678
69678
|
key: stringType(),
|
|
69679
69679
|
displayName: stringType().optional(),
|
|
@@ -69723,13 +69723,13 @@ var init_createtool = __esm(() => {
|
|
|
69723
69723
|
required: arrayType(stringType()).optional()
|
|
69724
69724
|
});
|
|
69725
69725
|
ResponseBodyTools$inboundSchema = objectType({
|
|
69726
|
-
id: stringType().default("
|
|
69726
|
+
id: stringType().default("01KFGAVGSV0G9EQ4FR84XEKJ3V"),
|
|
69727
69727
|
name: stringType(),
|
|
69728
69728
|
description: stringType().optional(),
|
|
69729
69729
|
schema: lazyType(() => CreateToolResponseBodySchema$inboundSchema)
|
|
69730
69730
|
});
|
|
69731
69731
|
ResponseBodyTools$outboundSchema = objectType({
|
|
69732
|
-
id: stringType().default("
|
|
69732
|
+
id: stringType().default("01KFGAVGSV0G9EQ4FR84XEKJ3V"),
|
|
69733
69733
|
name: stringType(),
|
|
69734
69734
|
description: stringType().optional(),
|
|
69735
69735
|
schema: lazyType(() => CreateToolResponseBodySchema$outboundSchema)
|
|
@@ -69759,7 +69759,7 @@ var init_createtool = __esm(() => {
|
|
|
69759
69759
|
});
|
|
69760
69760
|
});
|
|
69761
69761
|
ResponseBodyMCPTool$inboundSchema = objectType({
|
|
69762
|
-
_id: stringType().default("
|
|
69762
|
+
_id: stringType().default("tool_01KFGAVGSSDZAE06699HNH9NXC"),
|
|
69763
69763
|
path: stringType(),
|
|
69764
69764
|
key: stringType(),
|
|
69765
69765
|
display_name: stringType().optional(),
|
|
@@ -69786,7 +69786,7 @@ var init_createtool = __esm(() => {
|
|
|
69786
69786
|
});
|
|
69787
69787
|
});
|
|
69788
69788
|
ResponseBodyMCPTool$outboundSchema = objectType({
|
|
69789
|
-
id: stringType().default("
|
|
69789
|
+
id: stringType().default("tool_01KFGAVGSSDZAE06699HNH9NXC"),
|
|
69790
69790
|
path: stringType(),
|
|
69791
69791
|
key: stringType(),
|
|
69792
69792
|
displayName: stringType().optional(),
|
|
@@ -69873,7 +69873,7 @@ var init_createtool = __esm(() => {
|
|
|
69873
69873
|
arguments: recordType(lazyType(() => ResponseBodyArguments$outboundSchema)).optional()
|
|
69874
69874
|
});
|
|
69875
69875
|
ResponseBodyHTTPTool$inboundSchema = objectType({
|
|
69876
|
-
_id: stringType().default("
|
|
69876
|
+
_id: stringType().default("tool_01KFGAVGSQSRCBTZ4S9CVE3C7T"),
|
|
69877
69877
|
path: stringType(),
|
|
69878
69878
|
key: stringType(),
|
|
69879
69879
|
display_name: stringType().optional(),
|
|
@@ -69900,7 +69900,7 @@ var init_createtool = __esm(() => {
|
|
|
69900
69900
|
});
|
|
69901
69901
|
});
|
|
69902
69902
|
ResponseBodyHTTPTool$outboundSchema = objectType({
|
|
69903
|
-
id: stringType().default("
|
|
69903
|
+
id: stringType().default("tool_01KFGAVGSQSRCBTZ4S9CVE3C7T"),
|
|
69904
69904
|
path: stringType(),
|
|
69905
69905
|
key: stringType(),
|
|
69906
69906
|
displayName: stringType().optional(),
|
|
@@ -69959,7 +69959,7 @@ var init_createtool = __esm(() => {
|
|
|
69959
69959
|
strict: booleanType().optional()
|
|
69960
69960
|
});
|
|
69961
69961
|
ResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
69962
|
-
_id: stringType().default("
|
|
69962
|
+
_id: stringType().default("tool_01KFGAVGSPRBDKCQCM2SBBJ4QM"),
|
|
69963
69963
|
path: stringType(),
|
|
69964
69964
|
key: stringType(),
|
|
69965
69965
|
display_name: stringType().optional(),
|
|
@@ -69987,7 +69987,7 @@ var init_createtool = __esm(() => {
|
|
|
69987
69987
|
});
|
|
69988
69988
|
});
|
|
69989
69989
|
ResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
69990
|
-
id: stringType().default("
|
|
69990
|
+
id: stringType().default("tool_01KFGAVGSPRBDKCQCM2SBBJ4QM"),
|
|
69991
69991
|
path: stringType(),
|
|
69992
69992
|
key: stringType(),
|
|
69993
69993
|
displayName: stringType().optional(),
|
|
@@ -70049,7 +70049,7 @@ var init_createtool = __esm(() => {
|
|
|
70049
70049
|
parameters: lazyType(() => ResponseBodyParameters$outboundSchema).optional()
|
|
70050
70050
|
});
|
|
70051
70051
|
ResponseBodyFunctionTool$inboundSchema = objectType({
|
|
70052
|
-
_id: stringType().default("
|
|
70052
|
+
_id: stringType().default("tool_01KFGAVGSN6JEZQ03A8NJXAERC"),
|
|
70053
70053
|
path: stringType(),
|
|
70054
70054
|
key: stringType(),
|
|
70055
70055
|
display_name: stringType().optional(),
|
|
@@ -70076,7 +70076,7 @@ var init_createtool = __esm(() => {
|
|
|
70076
70076
|
});
|
|
70077
70077
|
});
|
|
70078
70078
|
ResponseBodyFunctionTool$outboundSchema = objectType({
|
|
70079
|
-
id: stringType().default("
|
|
70079
|
+
id: stringType().default("tool_01KFGAVGSN6JEZQ03A8NJXAERC"),
|
|
70080
70080
|
path: stringType(),
|
|
70081
70081
|
key: stringType(),
|
|
70082
70082
|
displayName: stringType().optional(),
|
|
@@ -75273,7 +75273,7 @@ var init_fileget = __esm(() => {
|
|
|
75273
75273
|
bytes: numberType(),
|
|
75274
75274
|
file_name: stringType(),
|
|
75275
75275
|
workspace_id: stringType(),
|
|
75276
|
-
created: stringType().datetime({ offset: true }).default("2026-01-
|
|
75276
|
+
created: stringType().datetime({ offset: true }).default("2026-01-21T13:10:32.953Z").transform((v2) => new Date(v2))
|
|
75277
75277
|
}).transform((v2) => {
|
|
75278
75278
|
return remap(v2, {
|
|
75279
75279
|
_id: "id",
|
|
@@ -75289,7 +75289,7 @@ var init_fileget = __esm(() => {
|
|
|
75289
75289
|
bytes: numberType(),
|
|
75290
75290
|
fileName: stringType(),
|
|
75291
75291
|
workspaceId: stringType(),
|
|
75292
|
-
created: dateType().default(() => new Date("2026-01-
|
|
75292
|
+
created: dateType().default(() => new Date("2026-01-21T13:10:32.953Z")).transform((v2) => v2.toISOString())
|
|
75293
75293
|
}).transform((v2) => {
|
|
75294
75294
|
return remap(v2, {
|
|
75295
75295
|
id: "_id",
|
|
@@ -75344,7 +75344,7 @@ var init_filelist = __esm(() => {
|
|
|
75344
75344
|
bytes: numberType(),
|
|
75345
75345
|
file_name: stringType(),
|
|
75346
75346
|
workspace_id: stringType(),
|
|
75347
|
-
created: stringType().datetime({ offset: true }).default("2026-01-
|
|
75347
|
+
created: stringType().datetime({ offset: true }).default("2026-01-21T13:10:32.953Z").transform((v2) => new Date(v2))
|
|
75348
75348
|
}).transform((v2) => {
|
|
75349
75349
|
return remap(v2, {
|
|
75350
75350
|
_id: "id",
|
|
@@ -75360,7 +75360,7 @@ var init_filelist = __esm(() => {
|
|
|
75360
75360
|
bytes: numberType(),
|
|
75361
75361
|
fileName: stringType(),
|
|
75362
75362
|
workspaceId: stringType(),
|
|
75363
|
-
created: dateType().default(() => new Date("2026-01-
|
|
75363
|
+
created: dateType().default(() => new Date("2026-01-21T13:10:32.953Z")).transform((v2) => v2.toISOString())
|
|
75364
75364
|
}).transform((v2) => {
|
|
75365
75365
|
return remap(v2, {
|
|
75366
75366
|
id: "_id",
|
|
@@ -75468,7 +75468,7 @@ var init_fileupload = __esm(() => {
|
|
|
75468
75468
|
bytes: numberType(),
|
|
75469
75469
|
file_name: stringType(),
|
|
75470
75470
|
workspace_id: stringType(),
|
|
75471
|
-
created: stringType().datetime({ offset: true }).default("2026-01-
|
|
75471
|
+
created: stringType().datetime({ offset: true }).default("2026-01-21T13:10:32.953Z").transform((v2) => new Date(v2))
|
|
75472
75472
|
}).transform((v2) => {
|
|
75473
75473
|
return remap(v2, {
|
|
75474
75474
|
_id: "id",
|
|
@@ -75484,7 +75484,7 @@ var init_fileupload = __esm(() => {
|
|
|
75484
75484
|
bytes: numberType(),
|
|
75485
75485
|
fileName: stringType(),
|
|
75486
75486
|
workspaceId: stringType(),
|
|
75487
|
-
created: dateType().default(() => new Date("2026-01-
|
|
75487
|
+
created: dateType().default(() => new Date("2026-01-21T13:10:32.953Z")).transform((v2) => v2.toISOString())
|
|
75488
75488
|
}).transform((v2) => {
|
|
75489
75489
|
return remap(v2, {
|
|
75490
75490
|
id: "_id",
|
|
@@ -75540,7 +75540,7 @@ var init_generateconversationname = __esm(() => {
|
|
|
75540
75540
|
model: nullableType(stringType()).optional()
|
|
75541
75541
|
});
|
|
75542
75542
|
GenerateConversationNameResponseBody$inboundSchema = objectType({
|
|
75543
|
-
_id: stringType().default("
|
|
75543
|
+
_id: stringType().default("conv_01kfgavgeqtvwe0d80c5xrmjmy"),
|
|
75544
75544
|
kind: GenerateConversationNameKind$inboundSchema,
|
|
75545
75545
|
displayName: stringType(),
|
|
75546
75546
|
createdAt: numberType(),
|
|
@@ -75554,7 +75554,7 @@ var init_generateconversationname = __esm(() => {
|
|
|
75554
75554
|
});
|
|
75555
75555
|
});
|
|
75556
75556
|
GenerateConversationNameResponseBody$outboundSchema = objectType({
|
|
75557
|
-
id: stringType().default("
|
|
75557
|
+
id: stringType().default("conv_01kfgavgeqtvwe0d80c5xrmjmy"),
|
|
75558
75558
|
kind: GenerateConversationNameKind$outboundSchema,
|
|
75559
75559
|
displayName: stringType(),
|
|
75560
75560
|
createdAt: numberType(),
|
|
@@ -77181,7 +77181,7 @@ var init_getalltools = __esm(() => {
|
|
|
77181
77181
|
code: stringType()
|
|
77182
77182
|
});
|
|
77183
77183
|
DataCodeExecutionTool$inboundSchema = objectType({
|
|
77184
|
-
_id: stringType().default("
|
|
77184
|
+
_id: stringType().default("tool_01KFGAVGS5PV8ZC60M6X7S7DNZ"),
|
|
77185
77185
|
path: stringType(),
|
|
77186
77186
|
key: stringType(),
|
|
77187
77187
|
display_name: stringType().optional(),
|
|
@@ -77209,7 +77209,7 @@ var init_getalltools = __esm(() => {
|
|
|
77209
77209
|
});
|
|
77210
77210
|
});
|
|
77211
77211
|
DataCodeExecutionTool$outboundSchema = objectType({
|
|
77212
|
-
id: stringType().default("
|
|
77212
|
+
id: stringType().default("tool_01KFGAVGS5PV8ZC60M6X7S7DNZ"),
|
|
77213
77213
|
path: stringType(),
|
|
77214
77214
|
key: stringType(),
|
|
77215
77215
|
displayName: stringType().optional(),
|
|
@@ -77259,13 +77259,13 @@ var init_getalltools = __esm(() => {
|
|
|
77259
77259
|
required: arrayType(stringType()).optional()
|
|
77260
77260
|
});
|
|
77261
77261
|
DataTools$inboundSchema = objectType({
|
|
77262
|
-
id: stringType().default("
|
|
77262
|
+
id: stringType().default("01KFGAVGS46GACBZ5N11B8HZ35"),
|
|
77263
77263
|
name: stringType(),
|
|
77264
77264
|
description: stringType().optional(),
|
|
77265
77265
|
schema: lazyType(() => GetAllToolsDataSchema$inboundSchema)
|
|
77266
77266
|
});
|
|
77267
77267
|
DataTools$outboundSchema = objectType({
|
|
77268
|
-
id: stringType().default("
|
|
77268
|
+
id: stringType().default("01KFGAVGS46GACBZ5N11B8HZ35"),
|
|
77269
77269
|
name: stringType(),
|
|
77270
77270
|
description: stringType().optional(),
|
|
77271
77271
|
schema: lazyType(() => GetAllToolsDataSchema$outboundSchema)
|
|
@@ -77295,7 +77295,7 @@ var init_getalltools = __esm(() => {
|
|
|
77295
77295
|
});
|
|
77296
77296
|
});
|
|
77297
77297
|
DataMCPTool$inboundSchema = objectType({
|
|
77298
|
-
_id: stringType().default("
|
|
77298
|
+
_id: stringType().default("tool_01KFGAVGS3VEEYZX7XY46YSF35"),
|
|
77299
77299
|
path: stringType(),
|
|
77300
77300
|
key: stringType(),
|
|
77301
77301
|
display_name: stringType().optional(),
|
|
@@ -77322,7 +77322,7 @@ var init_getalltools = __esm(() => {
|
|
|
77322
77322
|
});
|
|
77323
77323
|
});
|
|
77324
77324
|
DataMCPTool$outboundSchema = objectType({
|
|
77325
|
-
id: stringType().default("
|
|
77325
|
+
id: stringType().default("tool_01KFGAVGS3VEEYZX7XY46YSF35"),
|
|
77326
77326
|
path: stringType(),
|
|
77327
77327
|
key: stringType(),
|
|
77328
77328
|
displayName: stringType().optional(),
|
|
@@ -77409,7 +77409,7 @@ var init_getalltools = __esm(() => {
|
|
|
77409
77409
|
arguments: recordType(lazyType(() => DataArguments$outboundSchema)).optional()
|
|
77410
77410
|
});
|
|
77411
77411
|
DataHTTPTool$inboundSchema = objectType({
|
|
77412
|
-
_id: stringType().default("
|
|
77412
|
+
_id: stringType().default("tool_01KFGAVGS1DAPJNPZTY79KESX4"),
|
|
77413
77413
|
path: stringType(),
|
|
77414
77414
|
key: stringType(),
|
|
77415
77415
|
display_name: stringType().optional(),
|
|
@@ -77436,7 +77436,7 @@ var init_getalltools = __esm(() => {
|
|
|
77436
77436
|
});
|
|
77437
77437
|
});
|
|
77438
77438
|
DataHTTPTool$outboundSchema = objectType({
|
|
77439
|
-
id: stringType().default("
|
|
77439
|
+
id: stringType().default("tool_01KFGAVGS1DAPJNPZTY79KESX4"),
|
|
77440
77440
|
path: stringType(),
|
|
77441
77441
|
key: stringType(),
|
|
77442
77442
|
displayName: stringType().optional(),
|
|
@@ -77495,7 +77495,7 @@ var init_getalltools = __esm(() => {
|
|
|
77495
77495
|
strict: booleanType().optional()
|
|
77496
77496
|
});
|
|
77497
77497
|
DataJSONSchemaTool$inboundSchema = objectType({
|
|
77498
|
-
_id: stringType().default("
|
|
77498
|
+
_id: stringType().default("tool_01KFGAVGRZ6SS1FQ2QHTZWAA6N"),
|
|
77499
77499
|
path: stringType(),
|
|
77500
77500
|
key: stringType(),
|
|
77501
77501
|
display_name: stringType().optional(),
|
|
@@ -77523,7 +77523,7 @@ var init_getalltools = __esm(() => {
|
|
|
77523
77523
|
});
|
|
77524
77524
|
});
|
|
77525
77525
|
DataJSONSchemaTool$outboundSchema = objectType({
|
|
77526
|
-
id: stringType().default("
|
|
77526
|
+
id: stringType().default("tool_01KFGAVGRZ6SS1FQ2QHTZWAA6N"),
|
|
77527
77527
|
path: stringType(),
|
|
77528
77528
|
key: stringType(),
|
|
77529
77529
|
displayName: stringType().optional(),
|
|
@@ -77585,7 +77585,7 @@ var init_getalltools = __esm(() => {
|
|
|
77585
77585
|
parameters: lazyType(() => DataParameters$outboundSchema).optional()
|
|
77586
77586
|
});
|
|
77587
77587
|
DataFunctionTool$inboundSchema = objectType({
|
|
77588
|
-
_id: stringType().default("
|
|
77588
|
+
_id: stringType().default("tool_01KFGAVGRYN76T2WNE9ANRTWJ8"),
|
|
77589
77589
|
path: stringType(),
|
|
77590
77590
|
key: stringType(),
|
|
77591
77591
|
display_name: stringType().optional(),
|
|
@@ -77612,7 +77612,7 @@ var init_getalltools = __esm(() => {
|
|
|
77612
77612
|
});
|
|
77613
77613
|
});
|
|
77614
77614
|
DataFunctionTool$outboundSchema = objectType({
|
|
77615
|
-
id: stringType().default("
|
|
77615
|
+
id: stringType().default("tool_01KFGAVGRYN76T2WNE9ANRTWJ8"),
|
|
77616
77616
|
path: stringType(),
|
|
77617
77617
|
key: stringType(),
|
|
77618
77618
|
displayName: stringType().optional(),
|
|
@@ -77888,8 +77888,8 @@ var init_getevals = __esm(() => {
|
|
|
77888
77888
|
DataTypescript$inboundSchema = objectType({
|
|
77889
77889
|
_id: stringType(),
|
|
77890
77890
|
description: stringType(),
|
|
77891
|
-
created: stringType().default("2026-01-
|
|
77892
|
-
updated: stringType().default("2026-01-
|
|
77891
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
77892
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
77893
77893
|
guardrail_config: unionType([
|
|
77894
77894
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
77895
77895
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -77906,8 +77906,8 @@ var init_getevals = __esm(() => {
|
|
|
77906
77906
|
DataTypescript$outboundSchema = objectType({
|
|
77907
77907
|
id: stringType(),
|
|
77908
77908
|
description: stringType(),
|
|
77909
|
-
created: stringType().default("2026-01-
|
|
77910
|
-
updated: stringType().default("2026-01-
|
|
77909
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
77910
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
77911
77911
|
guardrailConfig: unionType([
|
|
77912
77912
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
77913
77913
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -77978,8 +77978,8 @@ var init_getevals = __esm(() => {
|
|
|
77978
77978
|
DataRagas$inboundSchema = objectType({
|
|
77979
77979
|
_id: stringType(),
|
|
77980
77980
|
description: stringType(),
|
|
77981
|
-
created: stringType().default("2026-01-
|
|
77982
|
-
updated: stringType().default("2026-01-
|
|
77981
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
77982
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
77983
77983
|
guardrail_config: unionType([
|
|
77984
77984
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
77985
77985
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -77998,8 +77998,8 @@ var init_getevals = __esm(() => {
|
|
|
77998
77998
|
DataRagas$outboundSchema = objectType({
|
|
77999
77999
|
id: stringType(),
|
|
78000
78000
|
description: stringType(),
|
|
78001
|
-
created: stringType().default("2026-01-
|
|
78002
|
-
updated: stringType().default("2026-01-
|
|
78001
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78002
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78003
78003
|
guardrailConfig: unionType([
|
|
78004
78004
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
78005
78005
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -78354,8 +78354,8 @@ var init_getevals = __esm(() => {
|
|
|
78354
78354
|
DataFunction$inboundSchema = objectType({
|
|
78355
78355
|
_id: stringType(),
|
|
78356
78356
|
description: stringType(),
|
|
78357
|
-
created: stringType().default("2026-01-
|
|
78358
|
-
updated: stringType().default("2026-01-
|
|
78357
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78358
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78359
78359
|
guardrail_config: unionType([
|
|
78360
78360
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
78361
78361
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -78406,8 +78406,8 @@ var init_getevals = __esm(() => {
|
|
|
78406
78406
|
DataFunction$outboundSchema = objectType({
|
|
78407
78407
|
id: stringType(),
|
|
78408
78408
|
description: stringType(),
|
|
78409
|
-
created: stringType().default("2026-01-
|
|
78410
|
-
updated: stringType().default("2026-01-
|
|
78409
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78410
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78411
78411
|
guardrailConfig: unionType([
|
|
78412
78412
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
78413
78413
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -78510,8 +78510,8 @@ var init_getevals = __esm(() => {
|
|
|
78510
78510
|
DataPython$inboundSchema = objectType({
|
|
78511
78511
|
_id: stringType(),
|
|
78512
78512
|
description: stringType(),
|
|
78513
|
-
created: stringType().default("2026-01-
|
|
78514
|
-
updated: stringType().default("2026-01-
|
|
78513
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78514
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78515
78515
|
guardrail_config: unionType([
|
|
78516
78516
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
78517
78517
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema)
|
|
@@ -78528,8 +78528,8 @@ var init_getevals = __esm(() => {
|
|
|
78528
78528
|
DataPython$outboundSchema = objectType({
|
|
78529
78529
|
id: stringType(),
|
|
78530
78530
|
description: stringType(),
|
|
78531
|
-
created: stringType().default("2026-01-
|
|
78532
|
-
updated: stringType().default("2026-01-
|
|
78531
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78532
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78533
78533
|
guardrailConfig: unionType([
|
|
78534
78534
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
78535
78535
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema)
|
|
@@ -78600,8 +78600,8 @@ var init_getevals = __esm(() => {
|
|
|
78600
78600
|
DataHTTP$inboundSchema = objectType({
|
|
78601
78601
|
_id: stringType(),
|
|
78602
78602
|
description: stringType(),
|
|
78603
|
-
created: stringType().default("2026-01-
|
|
78604
|
-
updated: stringType().default("2026-01-
|
|
78603
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78604
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78605
78605
|
guardrail_config: unionType([
|
|
78606
78606
|
lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
78607
78607
|
lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema)
|
|
@@ -78621,8 +78621,8 @@ var init_getevals = __esm(() => {
|
|
|
78621
78621
|
DataHTTP$outboundSchema = objectType({
|
|
78622
78622
|
id: stringType(),
|
|
78623
78623
|
description: stringType(),
|
|
78624
|
-
created: stringType().default("2026-01-
|
|
78625
|
-
updated: stringType().default("2026-01-
|
|
78624
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78625
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78626
78626
|
guardrailConfig: unionType([
|
|
78627
78627
|
lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
78628
78628
|
lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema)
|
|
@@ -78694,8 +78694,8 @@ var init_getevals = __esm(() => {
|
|
|
78694
78694
|
DataJSON$inboundSchema = objectType({
|
|
78695
78695
|
_id: stringType(),
|
|
78696
78696
|
description: stringType(),
|
|
78697
|
-
created: stringType().default("2026-01-
|
|
78698
|
-
updated: stringType().default("2026-01-
|
|
78697
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78698
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78699
78699
|
guardrail_config: unionType([
|
|
78700
78700
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema),
|
|
78701
78701
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema)
|
|
@@ -78712,8 +78712,8 @@ var init_getevals = __esm(() => {
|
|
|
78712
78712
|
DataJSON$outboundSchema = objectType({
|
|
78713
78713
|
id: stringType(),
|
|
78714
78714
|
description: stringType(),
|
|
78715
|
-
created: stringType().default("2026-01-
|
|
78716
|
-
updated: stringType().default("2026-01-
|
|
78715
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78716
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78717
78717
|
guardrailConfig: unionType([
|
|
78718
78718
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema),
|
|
78719
78719
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema)
|
|
@@ -78782,8 +78782,8 @@ var init_getevals = __esm(() => {
|
|
|
78782
78782
|
DataLLM$inboundSchema = objectType({
|
|
78783
78783
|
_id: stringType(),
|
|
78784
78784
|
description: stringType(),
|
|
78785
|
-
created: stringType().default("2026-01-
|
|
78786
|
-
updated: stringType().default("2026-01-
|
|
78785
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78786
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78787
78787
|
guardrail_config: unionType([
|
|
78788
78788
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
78789
78789
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -78801,8 +78801,8 @@ var init_getevals = __esm(() => {
|
|
|
78801
78801
|
DataLLM$outboundSchema = objectType({
|
|
78802
78802
|
id: stringType(),
|
|
78803
78803
|
description: stringType(),
|
|
78804
|
-
created: stringType().default("2026-01-
|
|
78805
|
-
updated: stringType().default("2026-01-
|
|
78804
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78805
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
78806
78806
|
guardrailConfig: unionType([
|
|
78807
78807
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
78808
78808
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -83755,7 +83755,7 @@ var init_listcontacts = __esm(() => {
|
|
|
83755
83755
|
tags: arrayType(stringType()).optional(),
|
|
83756
83756
|
metadata: recordType(anyType()).optional(),
|
|
83757
83757
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
83758
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
83758
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-21T13:10:29.486Z").transform((v2) => new Date(v2)),
|
|
83759
83759
|
metrics: lazyType(() => ListContactsMetrics$inboundSchema)
|
|
83760
83760
|
}).transform((v2) => {
|
|
83761
83761
|
return remap(v2, {
|
|
@@ -83774,7 +83774,7 @@ var init_listcontacts = __esm(() => {
|
|
|
83774
83774
|
tags: arrayType(stringType()).optional(),
|
|
83775
83775
|
metadata: recordType(anyType()).optional(),
|
|
83776
83776
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
83777
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
83777
|
+
updated: dateType().default(() => new Date("2026-01-21T13:10:29.486Z")).transform((v2) => v2.toISOString()),
|
|
83778
83778
|
metrics: lazyType(() => ListContactsMetrics$outboundSchema)
|
|
83779
83779
|
}).transform((v2) => {
|
|
83780
83780
|
return remap(v2, {
|
|
@@ -84232,7 +84232,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84232
84232
|
human_review_id: stringType(),
|
|
84233
84233
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
84234
84234
|
reviewed_by_id: stringType(),
|
|
84235
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
84235
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-21T13:10:43.042Z").transform((v2) => new Date(v2)),
|
|
84236
84236
|
type: literalType("string_array"),
|
|
84237
84237
|
values: arrayType(stringType())
|
|
84238
84238
|
}).transform((v2) => {
|
|
@@ -84249,7 +84249,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84249
84249
|
humanReviewId: stringType(),
|
|
84250
84250
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
84251
84251
|
reviewedById: stringType(),
|
|
84252
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
84252
|
+
reviewedAt: dateType().default(() => new Date("2026-01-21T13:10:43.042Z")).transform((v2) => v2.toISOString()),
|
|
84253
84253
|
type: literalType("string_array"),
|
|
84254
84254
|
values: arrayType(stringType())
|
|
84255
84255
|
}).transform((v2) => {
|
|
@@ -84270,7 +84270,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84270
84270
|
human_review_id: stringType(),
|
|
84271
84271
|
source: ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
|
|
84272
84272
|
reviewed_by_id: stringType(),
|
|
84273
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
84273
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-21T13:10:43.042Z").transform((v2) => new Date(v2)),
|
|
84274
84274
|
type: literalType("number"),
|
|
84275
84275
|
value: numberType()
|
|
84276
84276
|
}).transform((v2) => {
|
|
@@ -84287,7 +84287,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84287
84287
|
humanReviewId: stringType(),
|
|
84288
84288
|
source: ListDatasetDatapointsEvaluationsSource$outboundSchema.default("orq"),
|
|
84289
84289
|
reviewedById: stringType(),
|
|
84290
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
84290
|
+
reviewedAt: dateType().default(() => new Date("2026-01-21T13:10:43.042Z")).transform((v2) => v2.toISOString()),
|
|
84291
84291
|
type: literalType("number"),
|
|
84292
84292
|
value: numberType()
|
|
84293
84293
|
}).transform((v2) => {
|
|
@@ -84308,7 +84308,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84308
84308
|
human_review_id: stringType(),
|
|
84309
84309
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
84310
84310
|
reviewed_by_id: stringType(),
|
|
84311
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
84311
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-21T13:10:43.041Z").transform((v2) => new Date(v2)),
|
|
84312
84312
|
type: literalType("string"),
|
|
84313
84313
|
value: stringType()
|
|
84314
84314
|
}).transform((v2) => {
|
|
@@ -84325,7 +84325,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84325
84325
|
humanReviewId: stringType(),
|
|
84326
84326
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
84327
84327
|
reviewedById: stringType(),
|
|
84328
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
84328
|
+
reviewedAt: dateType().default(() => new Date("2026-01-21T13:10:43.041Z")).transform((v2) => v2.toISOString()),
|
|
84329
84329
|
type: literalType("string"),
|
|
84330
84330
|
value: stringType()
|
|
84331
84331
|
}).transform((v2) => {
|
|
@@ -84368,7 +84368,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84368
84368
|
created_by_id: stringType().optional(),
|
|
84369
84369
|
updated_by_id: stringType().optional(),
|
|
84370
84370
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
84371
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
84371
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-21T13:10:29.486Z").transform((v2) => new Date(v2))
|
|
84372
84372
|
}).transform((v2) => {
|
|
84373
84373
|
return remap(v2, {
|
|
84374
84374
|
_id: "id",
|
|
@@ -84402,7 +84402,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84402
84402
|
createdById: stringType().optional(),
|
|
84403
84403
|
updatedById: stringType().optional(),
|
|
84404
84404
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
84405
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
84405
|
+
updated: dateType().default(() => new Date("2026-01-21T13:10:29.486Z")).transform((v2) => v2.toISOString())
|
|
84406
84406
|
}).transform((v2) => {
|
|
84407
84407
|
return remap(v2, {
|
|
84408
84408
|
id: "_id",
|
|
@@ -84491,7 +84491,7 @@ var init_listdatasets = __esm(() => {
|
|
|
84491
84491
|
created_by_id: stringType().optional(),
|
|
84492
84492
|
updated_by_id: stringType().optional(),
|
|
84493
84493
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
84494
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
84494
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-21T13:10:29.486Z").transform((v2) => new Date(v2))
|
|
84495
84495
|
}).transform((v2) => {
|
|
84496
84496
|
return remap(v2, {
|
|
84497
84497
|
_id: "id",
|
|
@@ -84511,7 +84511,7 @@ var init_listdatasets = __esm(() => {
|
|
|
84511
84511
|
createdById: stringType().optional(),
|
|
84512
84512
|
updatedById: stringType().optional(),
|
|
84513
84513
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
84514
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
84514
|
+
updated: dateType().default(() => new Date("2026-01-21T13:10:29.486Z")).transform((v2) => v2.toISOString())
|
|
84515
84515
|
}).transform((v2) => {
|
|
84516
84516
|
return remap(v2, {
|
|
84517
84517
|
id: "_id",
|
|
@@ -84592,7 +84592,7 @@ var init_listdatasources = __esm(() => {
|
|
|
84592
84592
|
ListDatasourcesStatus$inboundSchema = nativeEnumType(ListDatasourcesStatus);
|
|
84593
84593
|
ListDatasourcesStatus$outboundSchema = ListDatasourcesStatus$inboundSchema;
|
|
84594
84594
|
ListDatasourcesData$inboundSchema = objectType({
|
|
84595
|
-
_id: stringType().default("
|
|
84595
|
+
_id: stringType().default("01KFGAVH0JF8KNBGGEV9RAN3EB"),
|
|
84596
84596
|
display_name: stringType(),
|
|
84597
84597
|
description: stringType().optional(),
|
|
84598
84598
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -84615,7 +84615,7 @@ var init_listdatasources = __esm(() => {
|
|
|
84615
84615
|
});
|
|
84616
84616
|
});
|
|
84617
84617
|
ListDatasourcesData$outboundSchema = objectType({
|
|
84618
|
-
id: stringType().default("
|
|
84618
|
+
id: stringType().default("01KFGAVH0JF8KNBGGEV9RAN3EB"),
|
|
84619
84619
|
displayName: stringType(),
|
|
84620
84620
|
description: stringType().optional(),
|
|
84621
84621
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -84738,7 +84738,7 @@ var init_listidentities = __esm(() => {
|
|
|
84738
84738
|
tags: arrayType(stringType()).optional(),
|
|
84739
84739
|
metadata: recordType(anyType()).optional(),
|
|
84740
84740
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
84741
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
84741
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-21T13:10:29.486Z").transform((v2) => new Date(v2)),
|
|
84742
84742
|
metrics: lazyType(() => ListIdentitiesMetrics$inboundSchema)
|
|
84743
84743
|
}).transform((v2) => {
|
|
84744
84744
|
return remap(v2, {
|
|
@@ -84757,7 +84757,7 @@ var init_listidentities = __esm(() => {
|
|
|
84757
84757
|
tags: arrayType(stringType()).optional(),
|
|
84758
84758
|
metadata: recordType(anyType()).optional(),
|
|
84759
84759
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
84760
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
84760
|
+
updated: dateType().default(() => new Date("2026-01-21T13:10:29.486Z")).transform((v2) => v2.toISOString()),
|
|
84761
84761
|
metrics: lazyType(() => ListIdentitiesMetrics$outboundSchema)
|
|
84762
84762
|
}).transform((v2) => {
|
|
84763
84763
|
return remap(v2, {
|
|
@@ -87622,7 +87622,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
87622
87622
|
tags: arrayType(stringType()).optional(),
|
|
87623
87623
|
metadata: recordType(anyType()).optional(),
|
|
87624
87624
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
87625
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
87625
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-21T13:10:29.486Z").transform((v2) => new Date(v2))
|
|
87626
87626
|
}).transform((v2) => {
|
|
87627
87627
|
return remap(v2, {
|
|
87628
87628
|
_id: "id",
|
|
@@ -87640,7 +87640,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
87640
87640
|
tags: arrayType(stringType()).optional(),
|
|
87641
87641
|
metadata: recordType(anyType()).optional(),
|
|
87642
87642
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
87643
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
87643
|
+
updated: dateType().default(() => new Date("2026-01-21T13:10:29.486Z")).transform((v2) => v2.toISOString())
|
|
87644
87644
|
}).transform((v2) => {
|
|
87645
87645
|
return remap(v2, {
|
|
87646
87646
|
id: "_id",
|
|
@@ -88046,7 +88046,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88046
88046
|
human_review_id: stringType(),
|
|
88047
88047
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
88048
88048
|
reviewed_by_id: stringType(),
|
|
88049
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
88049
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-21T13:10:43.055Z").transform((v2) => new Date(v2)),
|
|
88050
88050
|
type: literalType("string_array"),
|
|
88051
88051
|
values: arrayType(stringType())
|
|
88052
88052
|
}).transform((v2) => {
|
|
@@ -88063,7 +88063,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88063
88063
|
humanReviewId: stringType(),
|
|
88064
88064
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
88065
88065
|
reviewedById: stringType(),
|
|
88066
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
88066
|
+
reviewedAt: dateType().default(() => new Date("2026-01-21T13:10:43.055Z")).transform((v2) => v2.toISOString()),
|
|
88067
88067
|
type: literalType("string_array"),
|
|
88068
88068
|
values: arrayType(stringType())
|
|
88069
88069
|
}).transform((v2) => {
|
|
@@ -88084,7 +88084,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88084
88084
|
human_review_id: stringType(),
|
|
88085
88085
|
source: RetrieveDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
88086
88086
|
reviewed_by_id: stringType(),
|
|
88087
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
88087
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-21T13:10:43.054Z").transform((v2) => new Date(v2)),
|
|
88088
88088
|
type: literalType("number"),
|
|
88089
88089
|
value: numberType()
|
|
88090
88090
|
}).transform((v2) => {
|
|
@@ -88101,7 +88101,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88101
88101
|
humanReviewId: stringType(),
|
|
88102
88102
|
source: RetrieveDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
88103
88103
|
reviewedById: stringType(),
|
|
88104
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
88104
|
+
reviewedAt: dateType().default(() => new Date("2026-01-21T13:10:43.054Z")).transform((v2) => v2.toISOString()),
|
|
88105
88105
|
type: literalType("number"),
|
|
88106
88106
|
value: numberType()
|
|
88107
88107
|
}).transform((v2) => {
|
|
@@ -88122,7 +88122,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88122
88122
|
human_review_id: stringType(),
|
|
88123
88123
|
source: RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
88124
88124
|
reviewed_by_id: stringType(),
|
|
88125
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
88125
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-21T13:10:43.054Z").transform((v2) => new Date(v2)),
|
|
88126
88126
|
type: literalType("string"),
|
|
88127
88127
|
value: stringType()
|
|
88128
88128
|
}).transform((v2) => {
|
|
@@ -88139,7 +88139,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88139
88139
|
humanReviewId: stringType(),
|
|
88140
88140
|
source: RetrieveDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
88141
88141
|
reviewedById: stringType(),
|
|
88142
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
88142
|
+
reviewedAt: dateType().default(() => new Date("2026-01-21T13:10:43.054Z")).transform((v2) => v2.toISOString()),
|
|
88143
88143
|
type: literalType("string"),
|
|
88144
88144
|
value: stringType()
|
|
88145
88145
|
}).transform((v2) => {
|
|
@@ -88182,7 +88182,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88182
88182
|
created_by_id: stringType().optional(),
|
|
88183
88183
|
updated_by_id: stringType().optional(),
|
|
88184
88184
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
88185
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
88185
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-21T13:10:29.486Z").transform((v2) => new Date(v2))
|
|
88186
88186
|
}).transform((v2) => {
|
|
88187
88187
|
return remap(v2, {
|
|
88188
88188
|
_id: "id",
|
|
@@ -88216,7 +88216,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88216
88216
|
createdById: stringType().optional(),
|
|
88217
88217
|
updatedById: stringType().optional(),
|
|
88218
88218
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
88219
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
88219
|
+
updated: dateType().default(() => new Date("2026-01-21T13:10:29.486Z")).transform((v2) => v2.toISOString())
|
|
88220
88220
|
}).transform((v2) => {
|
|
88221
88221
|
return remap(v2, {
|
|
88222
88222
|
id: "_id",
|
|
@@ -88276,7 +88276,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
88276
88276
|
created_by_id: stringType().optional(),
|
|
88277
88277
|
updated_by_id: stringType().optional(),
|
|
88278
88278
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
88279
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
88279
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-21T13:10:29.486Z").transform((v2) => new Date(v2))
|
|
88280
88280
|
}).transform((v2) => {
|
|
88281
88281
|
return remap(v2, {
|
|
88282
88282
|
_id: "id",
|
|
@@ -88296,7 +88296,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
88296
88296
|
createdById: stringType().optional(),
|
|
88297
88297
|
updatedById: stringType().optional(),
|
|
88298
88298
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
88299
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
88299
|
+
updated: dateType().default(() => new Date("2026-01-21T13:10:29.486Z")).transform((v2) => v2.toISOString())
|
|
88300
88300
|
}).transform((v2) => {
|
|
88301
88301
|
return remap(v2, {
|
|
88302
88302
|
id: "_id",
|
|
@@ -88342,7 +88342,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
88342
88342
|
RetrieveDatasourceStatus$inboundSchema = nativeEnumType(RetrieveDatasourceStatus);
|
|
88343
88343
|
RetrieveDatasourceStatus$outboundSchema = RetrieveDatasourceStatus$inboundSchema;
|
|
88344
88344
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
88345
|
-
_id: stringType().default("
|
|
88345
|
+
_id: stringType().default("01KFGAVH0VPGWN6ADCBVGDYX7S"),
|
|
88346
88346
|
display_name: stringType(),
|
|
88347
88347
|
description: stringType().optional(),
|
|
88348
88348
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -88365,7 +88365,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
88365
88365
|
});
|
|
88366
88366
|
});
|
|
88367
88367
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
88368
|
-
id: stringType().default("
|
|
88368
|
+
id: stringType().default("01KFGAVH0VPGWN6ADCBVGDYX7S"),
|
|
88369
88369
|
displayName: stringType(),
|
|
88370
88370
|
description: stringType().optional(),
|
|
88371
88371
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -88409,7 +88409,7 @@ var init_retrieveidentity = __esm(() => {
|
|
|
88409
88409
|
tags: arrayType(stringType()).optional(),
|
|
88410
88410
|
metadata: recordType(anyType()).optional(),
|
|
88411
88411
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
88412
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
88412
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-21T13:10:29.486Z").transform((v2) => new Date(v2))
|
|
88413
88413
|
}).transform((v2) => {
|
|
88414
88414
|
return remap(v2, {
|
|
88415
88415
|
_id: "id",
|
|
@@ -88427,7 +88427,7 @@ var init_retrieveidentity = __esm(() => {
|
|
|
88427
88427
|
tags: arrayType(stringType()).optional(),
|
|
88428
88428
|
metadata: recordType(anyType()).optional(),
|
|
88429
88429
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
88430
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
88430
|
+
updated: dateType().default(() => new Date("2026-01-21T13:10:29.486Z")).transform((v2) => v2.toISOString())
|
|
88431
88431
|
}).transform((v2) => {
|
|
88432
88432
|
return remap(v2, {
|
|
88433
88433
|
id: "_id",
|
|
@@ -88751,7 +88751,7 @@ var init_retrievetool = __esm(() => {
|
|
|
88751
88751
|
code: stringType()
|
|
88752
88752
|
});
|
|
88753
88753
|
RetrieveToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
88754
|
-
_id: stringType().default("
|
|
88754
|
+
_id: stringType().default("tool_01KFGAVGVRK1YJ835D036RF8HQ"),
|
|
88755
88755
|
path: stringType(),
|
|
88756
88756
|
key: stringType(),
|
|
88757
88757
|
display_name: stringType().optional(),
|
|
@@ -88779,7 +88779,7 @@ var init_retrievetool = __esm(() => {
|
|
|
88779
88779
|
});
|
|
88780
88780
|
});
|
|
88781
88781
|
RetrieveToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
88782
|
-
id: stringType().default("
|
|
88782
|
+
id: stringType().default("tool_01KFGAVGVRK1YJ835D036RF8HQ"),
|
|
88783
88783
|
path: stringType(),
|
|
88784
88784
|
key: stringType(),
|
|
88785
88785
|
displayName: stringType().optional(),
|
|
@@ -88829,13 +88829,13 @@ var init_retrievetool = __esm(() => {
|
|
|
88829
88829
|
required: arrayType(stringType()).optional()
|
|
88830
88830
|
});
|
|
88831
88831
|
RetrieveToolResponseBodyTools$inboundSchema = objectType({
|
|
88832
|
-
id: stringType().default("
|
|
88832
|
+
id: stringType().default("01KFGAVGVRCXAQV5VCE1680MTS"),
|
|
88833
88833
|
name: stringType(),
|
|
88834
88834
|
description: stringType().optional(),
|
|
88835
88835
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$inboundSchema)
|
|
88836
88836
|
});
|
|
88837
88837
|
RetrieveToolResponseBodyTools$outboundSchema = objectType({
|
|
88838
|
-
id: stringType().default("
|
|
88838
|
+
id: stringType().default("01KFGAVGVRCXAQV5VCE1680MTS"),
|
|
88839
88839
|
name: stringType(),
|
|
88840
88840
|
description: stringType().optional(),
|
|
88841
88841
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -88865,7 +88865,7 @@ var init_retrievetool = __esm(() => {
|
|
|
88865
88865
|
});
|
|
88866
88866
|
});
|
|
88867
88867
|
RetrieveToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
88868
|
-
_id: stringType().default("
|
|
88868
|
+
_id: stringType().default("tool_01KFGAVGVQRB6ZW5S6C0FAMGSK"),
|
|
88869
88869
|
path: stringType(),
|
|
88870
88870
|
key: stringType(),
|
|
88871
88871
|
display_name: stringType().optional(),
|
|
@@ -88892,7 +88892,7 @@ var init_retrievetool = __esm(() => {
|
|
|
88892
88892
|
});
|
|
88893
88893
|
});
|
|
88894
88894
|
RetrieveToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
88895
|
-
id: stringType().default("
|
|
88895
|
+
id: stringType().default("tool_01KFGAVGVQRB6ZW5S6C0FAMGSK"),
|
|
88896
88896
|
path: stringType(),
|
|
88897
88897
|
key: stringType(),
|
|
88898
88898
|
displayName: stringType().optional(),
|
|
@@ -88979,7 +88979,7 @@ var init_retrievetool = __esm(() => {
|
|
|
88979
88979
|
arguments: recordType(lazyType(() => RetrieveToolResponseBodyArguments$outboundSchema)).optional()
|
|
88980
88980
|
});
|
|
88981
88981
|
RetrieveToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
88982
|
-
_id: stringType().default("
|
|
88982
|
+
_id: stringType().default("tool_01KFGAVGVNZJQWTBA0A5R9WN7T"),
|
|
88983
88983
|
path: stringType(),
|
|
88984
88984
|
key: stringType(),
|
|
88985
88985
|
display_name: stringType().optional(),
|
|
@@ -89006,7 +89006,7 @@ var init_retrievetool = __esm(() => {
|
|
|
89006
89006
|
});
|
|
89007
89007
|
});
|
|
89008
89008
|
RetrieveToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
89009
|
-
id: stringType().default("
|
|
89009
|
+
id: stringType().default("tool_01KFGAVGVNZJQWTBA0A5R9WN7T"),
|
|
89010
89010
|
path: stringType(),
|
|
89011
89011
|
key: stringType(),
|
|
89012
89012
|
displayName: stringType().optional(),
|
|
@@ -89065,7 +89065,7 @@ var init_retrievetool = __esm(() => {
|
|
|
89065
89065
|
strict: booleanType().optional()
|
|
89066
89066
|
});
|
|
89067
89067
|
RetrieveToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
89068
|
-
_id: stringType().default("
|
|
89068
|
+
_id: stringType().default("tool_01KFGAVGVKR58XGK021E3W50A3"),
|
|
89069
89069
|
path: stringType(),
|
|
89070
89070
|
key: stringType(),
|
|
89071
89071
|
display_name: stringType().optional(),
|
|
@@ -89093,7 +89093,7 @@ var init_retrievetool = __esm(() => {
|
|
|
89093
89093
|
});
|
|
89094
89094
|
});
|
|
89095
89095
|
RetrieveToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
89096
|
-
id: stringType().default("
|
|
89096
|
+
id: stringType().default("tool_01KFGAVGVKR58XGK021E3W50A3"),
|
|
89097
89097
|
path: stringType(),
|
|
89098
89098
|
key: stringType(),
|
|
89099
89099
|
displayName: stringType().optional(),
|
|
@@ -89155,7 +89155,7 @@ var init_retrievetool = __esm(() => {
|
|
|
89155
89155
|
parameters: lazyType(() => RetrieveToolResponseBodyParameters$outboundSchema).optional()
|
|
89156
89156
|
});
|
|
89157
89157
|
RetrieveToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
89158
|
-
_id: stringType().default("
|
|
89158
|
+
_id: stringType().default("tool_01KFGAVGVJDS402KCAGY43AP94"),
|
|
89159
89159
|
path: stringType(),
|
|
89160
89160
|
key: stringType(),
|
|
89161
89161
|
display_name: stringType().optional(),
|
|
@@ -89182,7 +89182,7 @@ var init_retrievetool = __esm(() => {
|
|
|
89182
89182
|
});
|
|
89183
89183
|
});
|
|
89184
89184
|
RetrieveToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
89185
|
-
id: stringType().default("
|
|
89185
|
+
id: stringType().default("tool_01KFGAVGVJDS402KCAGY43AP94"),
|
|
89186
89186
|
path: stringType(),
|
|
89187
89187
|
key: stringType(),
|
|
89188
89188
|
displayName: stringType().optional(),
|
|
@@ -90094,13 +90094,13 @@ var init_runagent = __esm(() => {
|
|
|
90094
90094
|
required: arrayType(stringType()).optional()
|
|
90095
90095
|
});
|
|
90096
90096
|
Tools$inboundSchema2 = objectType({
|
|
90097
|
-
id: stringType().default("
|
|
90097
|
+
id: stringType().default("01KFGAVG9E0XW0CT46NBGT2VXX"),
|
|
90098
90098
|
name: stringType(),
|
|
90099
90099
|
description: stringType().optional(),
|
|
90100
90100
|
schema: lazyType(() => AgentToolInputRunSchema$inboundSchema)
|
|
90101
90101
|
});
|
|
90102
90102
|
Tools$outboundSchema2 = objectType({
|
|
90103
|
-
id: stringType().default("
|
|
90103
|
+
id: stringType().default("01KFGAVG9E0XW0CT46NBGT2VXX"),
|
|
90104
90104
|
name: stringType(),
|
|
90105
90105
|
description: stringType().optional(),
|
|
90106
90106
|
schema: lazyType(() => AgentToolInputRunSchema$outboundSchema)
|
|
@@ -92542,13 +92542,13 @@ var init_streamrunagent = __esm(() => {
|
|
|
92542
92542
|
required: arrayType(stringType()).optional()
|
|
92543
92543
|
});
|
|
92544
92544
|
AgentToolInputRunTools$inboundSchema = objectType({
|
|
92545
|
-
id: stringType().default("
|
|
92545
|
+
id: stringType().default("01KFGAVGCCMF4Z7DN1Z9JJ0382"),
|
|
92546
92546
|
name: stringType(),
|
|
92547
92547
|
description: stringType().optional(),
|
|
92548
92548
|
schema: lazyType(() => StreamRunAgentAgentToolInputRunAgentsSchema$inboundSchema)
|
|
92549
92549
|
});
|
|
92550
92550
|
AgentToolInputRunTools$outboundSchema = objectType({
|
|
92551
|
-
id: stringType().default("
|
|
92551
|
+
id: stringType().default("01KFGAVGCCMF4Z7DN1Z9JJ0382"),
|
|
92552
92552
|
name: stringType(),
|
|
92553
92553
|
description: stringType().optional(),
|
|
92554
92554
|
schema: lazyType(() => StreamRunAgentAgentToolInputRunAgentsSchema$outboundSchema)
|
|
@@ -95677,7 +95677,7 @@ var init_updatecontact = __esm(() => {
|
|
|
95677
95677
|
tags: arrayType(stringType()).optional(),
|
|
95678
95678
|
metadata: recordType(anyType()).optional(),
|
|
95679
95679
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
95680
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
95680
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-21T13:10:29.486Z").transform((v2) => new Date(v2))
|
|
95681
95681
|
}).transform((v2) => {
|
|
95682
95682
|
return remap(v2, {
|
|
95683
95683
|
_id: "id",
|
|
@@ -95695,7 +95695,7 @@ var init_updatecontact = __esm(() => {
|
|
|
95695
95695
|
tags: arrayType(stringType()).optional(),
|
|
95696
95696
|
metadata: recordType(anyType()).optional(),
|
|
95697
95697
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
95698
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
95698
|
+
updated: dateType().default(() => new Date("2026-01-21T13:10:29.486Z")).transform((v2) => v2.toISOString())
|
|
95699
95699
|
}).transform((v2) => {
|
|
95700
95700
|
return remap(v2, {
|
|
95701
95701
|
id: "_id",
|
|
@@ -95761,7 +95761,7 @@ var init_updateconversation = __esm(() => {
|
|
|
95761
95761
|
model: nullableType(stringType()).optional()
|
|
95762
95762
|
});
|
|
95763
95763
|
UpdateConversationResponseBody$inboundSchema = objectType({
|
|
95764
|
-
_id: stringType().default("
|
|
95764
|
+
_id: stringType().default("conv_01kfgavgf03avj165001d15ckm"),
|
|
95765
95765
|
kind: UpdateConversationKind$inboundSchema,
|
|
95766
95766
|
displayName: stringType(),
|
|
95767
95767
|
createdAt: numberType(),
|
|
@@ -95775,7 +95775,7 @@ var init_updateconversation = __esm(() => {
|
|
|
95775
95775
|
});
|
|
95776
95776
|
});
|
|
95777
95777
|
UpdateConversationResponseBody$outboundSchema = objectType({
|
|
95778
|
-
id: stringType().default("
|
|
95778
|
+
id: stringType().default("conv_01kfgavgf03avj165001d15ckm"),
|
|
95779
95779
|
kind: UpdateConversationKind$outboundSchema,
|
|
95780
95780
|
displayName: stringType(),
|
|
95781
95781
|
createdAt: numberType(),
|
|
@@ -96517,7 +96517,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96517
96517
|
human_review_id: stringType(),
|
|
96518
96518
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
96519
96519
|
reviewed_by_id: stringType(),
|
|
96520
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
96520
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-21T13:10:43.120Z").transform((v2) => new Date(v2)),
|
|
96521
96521
|
type: literalType("string_array"),
|
|
96522
96522
|
values: arrayType(stringType())
|
|
96523
96523
|
}).transform((v2) => {
|
|
@@ -96534,7 +96534,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96534
96534
|
humanReviewId: stringType(),
|
|
96535
96535
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
96536
96536
|
reviewedById: stringType(),
|
|
96537
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
96537
|
+
reviewedAt: dateType().default(() => new Date("2026-01-21T13:10:43.120Z")).transform((v2) => v2.toISOString()),
|
|
96538
96538
|
type: literalType("string_array"),
|
|
96539
96539
|
values: arrayType(stringType())
|
|
96540
96540
|
}).transform((v2) => {
|
|
@@ -96555,7 +96555,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96555
96555
|
human_review_id: stringType(),
|
|
96556
96556
|
source: UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
96557
96557
|
reviewed_by_id: stringType(),
|
|
96558
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
96558
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-21T13:10:43.119Z").transform((v2) => new Date(v2)),
|
|
96559
96559
|
type: literalType("number"),
|
|
96560
96560
|
value: numberType()
|
|
96561
96561
|
}).transform((v2) => {
|
|
@@ -96572,7 +96572,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96572
96572
|
humanReviewId: stringType(),
|
|
96573
96573
|
source: UpdateDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
96574
96574
|
reviewedById: stringType(),
|
|
96575
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
96575
|
+
reviewedAt: dateType().default(() => new Date("2026-01-21T13:10:43.119Z")).transform((v2) => v2.toISOString()),
|
|
96576
96576
|
type: literalType("number"),
|
|
96577
96577
|
value: numberType()
|
|
96578
96578
|
}).transform((v2) => {
|
|
@@ -96593,7 +96593,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96593
96593
|
human_review_id: stringType(),
|
|
96594
96594
|
source: UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
96595
96595
|
reviewed_by_id: stringType(),
|
|
96596
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
96596
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-21T13:10:43.118Z").transform((v2) => new Date(v2)),
|
|
96597
96597
|
type: literalType("string"),
|
|
96598
96598
|
value: stringType()
|
|
96599
96599
|
}).transform((v2) => {
|
|
@@ -96610,7 +96610,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96610
96610
|
humanReviewId: stringType(),
|
|
96611
96611
|
source: UpdateDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
96612
96612
|
reviewedById: stringType(),
|
|
96613
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
96613
|
+
reviewedAt: dateType().default(() => new Date("2026-01-21T13:10:43.118Z")).transform((v2) => v2.toISOString()),
|
|
96614
96614
|
type: literalType("string"),
|
|
96615
96615
|
value: stringType()
|
|
96616
96616
|
}).transform((v2) => {
|
|
@@ -96653,7 +96653,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96653
96653
|
created_by_id: stringType().optional(),
|
|
96654
96654
|
updated_by_id: stringType().optional(),
|
|
96655
96655
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
96656
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
96656
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-21T13:10:29.486Z").transform((v2) => new Date(v2))
|
|
96657
96657
|
}).transform((v2) => {
|
|
96658
96658
|
return remap(v2, {
|
|
96659
96659
|
_id: "id",
|
|
@@ -96687,7 +96687,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96687
96687
|
createdById: stringType().optional(),
|
|
96688
96688
|
updatedById: stringType().optional(),
|
|
96689
96689
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
96690
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
96690
|
+
updated: dateType().default(() => new Date("2026-01-21T13:10:29.486Z")).transform((v2) => v2.toISOString())
|
|
96691
96691
|
}).transform((v2) => {
|
|
96692
96692
|
return remap(v2, {
|
|
96693
96693
|
id: "_id",
|
|
@@ -96771,7 +96771,7 @@ var init_updatedataset = __esm(() => {
|
|
|
96771
96771
|
created_by_id: stringType().optional(),
|
|
96772
96772
|
updated_by_id: stringType().optional(),
|
|
96773
96773
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
96774
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
96774
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-21T13:10:29.486Z").transform((v2) => new Date(v2))
|
|
96775
96775
|
}).transform((v2) => {
|
|
96776
96776
|
return remap(v2, {
|
|
96777
96777
|
_id: "id",
|
|
@@ -96791,7 +96791,7 @@ var init_updatedataset = __esm(() => {
|
|
|
96791
96791
|
createdById: stringType().optional(),
|
|
96792
96792
|
updatedById: stringType().optional(),
|
|
96793
96793
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
96794
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
96794
|
+
updated: dateType().default(() => new Date("2026-01-21T13:10:29.486Z")).transform((v2) => v2.toISOString())
|
|
96795
96795
|
}).transform((v2) => {
|
|
96796
96796
|
return remap(v2, {
|
|
96797
96797
|
id: "_id",
|
|
@@ -96855,7 +96855,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
96855
96855
|
UpdateDatasourceStatus$inboundSchema = nativeEnumType(UpdateDatasourceStatus);
|
|
96856
96856
|
UpdateDatasourceStatus$outboundSchema = UpdateDatasourceStatus$inboundSchema;
|
|
96857
96857
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
96858
|
-
_id: stringType().default("
|
|
96858
|
+
_id: stringType().default("01KFGAVH0ZB398YZTDYPDWFY11"),
|
|
96859
96859
|
display_name: stringType(),
|
|
96860
96860
|
description: stringType().optional(),
|
|
96861
96861
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -96878,7 +96878,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
96878
96878
|
});
|
|
96879
96879
|
});
|
|
96880
96880
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
96881
|
-
id: stringType().default("
|
|
96881
|
+
id: stringType().default("01KFGAVH0ZB398YZTDYPDWFY11"),
|
|
96882
96882
|
displayName: stringType(),
|
|
96883
96883
|
description: stringType().optional(),
|
|
96884
96884
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -97491,8 +97491,8 @@ var init_updateeval = __esm(() => {
|
|
|
97491
97491
|
ResponseBodyTypescript$inboundSchema = objectType({
|
|
97492
97492
|
_id: stringType(),
|
|
97493
97493
|
description: stringType(),
|
|
97494
|
-
created: stringType().default("2026-01-
|
|
97495
|
-
updated: stringType().default("2026-01-
|
|
97494
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
97495
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
97496
97496
|
guardrail_config: unionType([
|
|
97497
97497
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
97498
97498
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -97509,8 +97509,8 @@ var init_updateeval = __esm(() => {
|
|
|
97509
97509
|
ResponseBodyTypescript$outboundSchema = objectType({
|
|
97510
97510
|
id: stringType(),
|
|
97511
97511
|
description: stringType(),
|
|
97512
|
-
created: stringType().default("2026-01-
|
|
97513
|
-
updated: stringType().default("2026-01-
|
|
97512
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
97513
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
97514
97514
|
guardrailConfig: unionType([
|
|
97515
97515
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
97516
97516
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -97581,8 +97581,8 @@ var init_updateeval = __esm(() => {
|
|
|
97581
97581
|
ResponseBodyRagas$inboundSchema = objectType({
|
|
97582
97582
|
_id: stringType(),
|
|
97583
97583
|
description: stringType(),
|
|
97584
|
-
created: stringType().default("2026-01-
|
|
97585
|
-
updated: stringType().default("2026-01-
|
|
97584
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
97585
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
97586
97586
|
guardrail_config: unionType([
|
|
97587
97587
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
97588
97588
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -97601,8 +97601,8 @@ var init_updateeval = __esm(() => {
|
|
|
97601
97601
|
ResponseBodyRagas$outboundSchema = objectType({
|
|
97602
97602
|
id: stringType(),
|
|
97603
97603
|
description: stringType(),
|
|
97604
|
-
created: stringType().default("2026-01-
|
|
97605
|
-
updated: stringType().default("2026-01-
|
|
97604
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
97605
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
97606
97606
|
guardrailConfig: unionType([
|
|
97607
97607
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
97608
97608
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -97957,8 +97957,8 @@ var init_updateeval = __esm(() => {
|
|
|
97957
97957
|
ResponseBodyFunction$inboundSchema = objectType({
|
|
97958
97958
|
_id: stringType(),
|
|
97959
97959
|
description: stringType(),
|
|
97960
|
-
created: stringType().default("2026-01-
|
|
97961
|
-
updated: stringType().default("2026-01-
|
|
97960
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
97961
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
97962
97962
|
guardrail_config: unionType([
|
|
97963
97963
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
97964
97964
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -98009,8 +98009,8 @@ var init_updateeval = __esm(() => {
|
|
|
98009
98009
|
ResponseBodyFunction$outboundSchema = objectType({
|
|
98010
98010
|
id: stringType(),
|
|
98011
98011
|
description: stringType(),
|
|
98012
|
-
created: stringType().default("2026-01-
|
|
98013
|
-
updated: stringType().default("2026-01-
|
|
98012
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
98013
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
98014
98014
|
guardrailConfig: unionType([
|
|
98015
98015
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
98016
98016
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -98113,8 +98113,8 @@ var init_updateeval = __esm(() => {
|
|
|
98113
98113
|
UpdateEvalResponseBodyPython$inboundSchema = objectType({
|
|
98114
98114
|
_id: stringType(),
|
|
98115
98115
|
description: stringType(),
|
|
98116
|
-
created: stringType().default("2026-01-
|
|
98117
|
-
updated: stringType().default("2026-01-
|
|
98116
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
98117
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
98118
98118
|
guardrail_config: unionType([
|
|
98119
98119
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
98120
98120
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -98131,8 +98131,8 @@ var init_updateeval = __esm(() => {
|
|
|
98131
98131
|
UpdateEvalResponseBodyPython$outboundSchema = objectType({
|
|
98132
98132
|
id: stringType(),
|
|
98133
98133
|
description: stringType(),
|
|
98134
|
-
created: stringType().default("2026-01-
|
|
98135
|
-
updated: stringType().default("2026-01-
|
|
98134
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
98135
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
98136
98136
|
guardrailConfig: unionType([
|
|
98137
98137
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
98138
98138
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -98203,8 +98203,8 @@ var init_updateeval = __esm(() => {
|
|
|
98203
98203
|
UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
|
|
98204
98204
|
_id: stringType(),
|
|
98205
98205
|
description: stringType(),
|
|
98206
|
-
created: stringType().default("2026-01-
|
|
98207
|
-
updated: stringType().default("2026-01-
|
|
98206
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
98207
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
98208
98208
|
guardrail_config: unionType([
|
|
98209
98209
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
98210
98210
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -98224,8 +98224,8 @@ var init_updateeval = __esm(() => {
|
|
|
98224
98224
|
UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
|
|
98225
98225
|
id: stringType(),
|
|
98226
98226
|
description: stringType(),
|
|
98227
|
-
created: stringType().default("2026-01-
|
|
98228
|
-
updated: stringType().default("2026-01-
|
|
98227
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
98228
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
98229
98229
|
guardrailConfig: unionType([
|
|
98230
98230
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
98231
98231
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -98297,8 +98297,8 @@ var init_updateeval = __esm(() => {
|
|
|
98297
98297
|
UpdateEvalResponseBodyJSON$inboundSchema = objectType({
|
|
98298
98298
|
_id: stringType(),
|
|
98299
98299
|
description: stringType(),
|
|
98300
|
-
created: stringType().default("2026-01-
|
|
98301
|
-
updated: stringType().default("2026-01-
|
|
98300
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
98301
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
98302
98302
|
guardrail_config: unionType([
|
|
98303
98303
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
98304
98304
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -98315,8 +98315,8 @@ var init_updateeval = __esm(() => {
|
|
|
98315
98315
|
UpdateEvalResponseBodyJSON$outboundSchema = objectType({
|
|
98316
98316
|
id: stringType(),
|
|
98317
98317
|
description: stringType(),
|
|
98318
|
-
created: stringType().default("2026-01-
|
|
98319
|
-
updated: stringType().default("2026-01-
|
|
98318
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
98319
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
98320
98320
|
guardrailConfig: unionType([
|
|
98321
98321
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
98322
98322
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -98385,8 +98385,8 @@ var init_updateeval = __esm(() => {
|
|
|
98385
98385
|
UpdateEvalResponseBodyLLM$inboundSchema = objectType({
|
|
98386
98386
|
_id: stringType(),
|
|
98387
98387
|
description: stringType(),
|
|
98388
|
-
created: stringType().default("2026-01-
|
|
98389
|
-
updated: stringType().default("2026-01-
|
|
98388
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
98389
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
98390
98390
|
guardrail_config: unionType([
|
|
98391
98391
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
98392
98392
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -98404,8 +98404,8 @@ var init_updateeval = __esm(() => {
|
|
|
98404
98404
|
UpdateEvalResponseBodyLLM$outboundSchema = objectType({
|
|
98405
98405
|
id: stringType(),
|
|
98406
98406
|
description: stringType(),
|
|
98407
|
-
created: stringType().default("2026-01-
|
|
98408
|
-
updated: stringType().default("2026-01-
|
|
98407
|
+
created: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
98408
|
+
updated: stringType().default("2026-01-21T13:10:31.868Z"),
|
|
98409
98409
|
guardrailConfig: unionType([
|
|
98410
98410
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
98411
98411
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -98494,7 +98494,7 @@ var init_updateidentity = __esm(() => {
|
|
|
98494
98494
|
tags: arrayType(stringType()).optional(),
|
|
98495
98495
|
metadata: recordType(anyType()).optional(),
|
|
98496
98496
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
98497
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
98497
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-21T13:10:29.486Z").transform((v2) => new Date(v2))
|
|
98498
98498
|
}).transform((v2) => {
|
|
98499
98499
|
return remap(v2, {
|
|
98500
98500
|
_id: "id",
|
|
@@ -98512,7 +98512,7 @@ var init_updateidentity = __esm(() => {
|
|
|
98512
98512
|
tags: arrayType(stringType()).optional(),
|
|
98513
98513
|
metadata: recordType(anyType()).optional(),
|
|
98514
98514
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
98515
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
98515
|
+
updated: dateType().default(() => new Date("2026-01-21T13:10:29.486Z")).transform((v2) => v2.toISOString())
|
|
98516
98516
|
}).transform((v2) => {
|
|
98517
98517
|
return remap(v2, {
|
|
98518
98518
|
id: "_id",
|
|
@@ -101330,13 +101330,13 @@ var init_updatetool = __esm(() => {
|
|
|
101330
101330
|
required: arrayType(stringType()).optional()
|
|
101331
101331
|
});
|
|
101332
101332
|
RequestBodyTools$inboundSchema = objectType({
|
|
101333
|
-
id: stringType().default("
|
|
101333
|
+
id: stringType().default("01KFGAVGV2KQVTDXJ5HFYY6474"),
|
|
101334
101334
|
name: stringType(),
|
|
101335
101335
|
description: stringType().optional(),
|
|
101336
101336
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$inboundSchema)
|
|
101337
101337
|
});
|
|
101338
101338
|
RequestBodyTools$outboundSchema = objectType({
|
|
101339
|
-
id: stringType().default("
|
|
101339
|
+
id: stringType().default("01KFGAVGV2KQVTDXJ5HFYY6474"),
|
|
101340
101340
|
name: stringType(),
|
|
101341
101341
|
description: stringType().optional(),
|
|
101342
101342
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$outboundSchema)
|
|
@@ -101676,7 +101676,7 @@ var init_updatetool = __esm(() => {
|
|
|
101676
101676
|
code: stringType()
|
|
101677
101677
|
});
|
|
101678
101678
|
UpdateToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
101679
|
-
_id: stringType().default("
|
|
101679
|
+
_id: stringType().default("tool_01KFGAVGTS45E32BDRFP0QMP21"),
|
|
101680
101680
|
path: stringType(),
|
|
101681
101681
|
key: stringType(),
|
|
101682
101682
|
display_name: stringType().optional(),
|
|
@@ -101704,7 +101704,7 @@ var init_updatetool = __esm(() => {
|
|
|
101704
101704
|
});
|
|
101705
101705
|
});
|
|
101706
101706
|
UpdateToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
101707
|
-
id: stringType().default("
|
|
101707
|
+
id: stringType().default("tool_01KFGAVGTS45E32BDRFP0QMP21"),
|
|
101708
101708
|
path: stringType(),
|
|
101709
101709
|
key: stringType(),
|
|
101710
101710
|
displayName: stringType().optional(),
|
|
@@ -101754,13 +101754,13 @@ var init_updatetool = __esm(() => {
|
|
|
101754
101754
|
required: arrayType(stringType()).optional()
|
|
101755
101755
|
});
|
|
101756
101756
|
UpdateToolResponseBodyTools$inboundSchema = objectType({
|
|
101757
|
-
id: stringType().default("
|
|
101757
|
+
id: stringType().default("01KFGAVGTRXQY62WAPT0FEG44Z"),
|
|
101758
101758
|
name: stringType(),
|
|
101759
101759
|
description: stringType().optional(),
|
|
101760
101760
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$inboundSchema)
|
|
101761
101761
|
});
|
|
101762
101762
|
UpdateToolResponseBodyTools$outboundSchema = objectType({
|
|
101763
|
-
id: stringType().default("
|
|
101763
|
+
id: stringType().default("01KFGAVGTRXQY62WAPT0FEG44Z"),
|
|
101764
101764
|
name: stringType(),
|
|
101765
101765
|
description: stringType().optional(),
|
|
101766
101766
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -101790,7 +101790,7 @@ var init_updatetool = __esm(() => {
|
|
|
101790
101790
|
});
|
|
101791
101791
|
});
|
|
101792
101792
|
UpdateToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
101793
|
-
_id: stringType().default("
|
|
101793
|
+
_id: stringType().default("tool_01KFGAVGTP7V8J7M9W0A34AQXH"),
|
|
101794
101794
|
path: stringType(),
|
|
101795
101795
|
key: stringType(),
|
|
101796
101796
|
display_name: stringType().optional(),
|
|
@@ -101817,7 +101817,7 @@ var init_updatetool = __esm(() => {
|
|
|
101817
101817
|
});
|
|
101818
101818
|
});
|
|
101819
101819
|
UpdateToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
101820
|
-
id: stringType().default("
|
|
101820
|
+
id: stringType().default("tool_01KFGAVGTP7V8J7M9W0A34AQXH"),
|
|
101821
101821
|
path: stringType(),
|
|
101822
101822
|
key: stringType(),
|
|
101823
101823
|
displayName: stringType().optional(),
|
|
@@ -101904,7 +101904,7 @@ var init_updatetool = __esm(() => {
|
|
|
101904
101904
|
arguments: recordType(lazyType(() => UpdateToolResponseBodyArguments$outboundSchema)).optional()
|
|
101905
101905
|
});
|
|
101906
101906
|
UpdateToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
101907
|
-
_id: stringType().default("
|
|
101907
|
+
_id: stringType().default("tool_01KFGAVGTKT64N0NXAZWRX2N2R"),
|
|
101908
101908
|
path: stringType(),
|
|
101909
101909
|
key: stringType(),
|
|
101910
101910
|
display_name: stringType().optional(),
|
|
@@ -101931,7 +101931,7 @@ var init_updatetool = __esm(() => {
|
|
|
101931
101931
|
});
|
|
101932
101932
|
});
|
|
101933
101933
|
UpdateToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
101934
|
-
id: stringType().default("
|
|
101934
|
+
id: stringType().default("tool_01KFGAVGTKT64N0NXAZWRX2N2R"),
|
|
101935
101935
|
path: stringType(),
|
|
101936
101936
|
key: stringType(),
|
|
101937
101937
|
displayName: stringType().optional(),
|
|
@@ -101990,7 +101990,7 @@ var init_updatetool = __esm(() => {
|
|
|
101990
101990
|
strict: booleanType().optional()
|
|
101991
101991
|
});
|
|
101992
101992
|
UpdateToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
101993
|
-
_id: stringType().default("
|
|
101993
|
+
_id: stringType().default("tool_01KFGAVGTHRVHTN6PF37601BJR"),
|
|
101994
101994
|
path: stringType(),
|
|
101995
101995
|
key: stringType(),
|
|
101996
101996
|
display_name: stringType().optional(),
|
|
@@ -102018,7 +102018,7 @@ var init_updatetool = __esm(() => {
|
|
|
102018
102018
|
});
|
|
102019
102019
|
});
|
|
102020
102020
|
UpdateToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
102021
|
-
id: stringType().default("
|
|
102021
|
+
id: stringType().default("tool_01KFGAVGTHRVHTN6PF37601BJR"),
|
|
102022
102022
|
path: stringType(),
|
|
102023
102023
|
key: stringType(),
|
|
102024
102024
|
displayName: stringType().optional(),
|
|
@@ -102080,7 +102080,7 @@ var init_updatetool = __esm(() => {
|
|
|
102080
102080
|
parameters: lazyType(() => UpdateToolResponseBodyParameters$outboundSchema).optional()
|
|
102081
102081
|
});
|
|
102082
102082
|
UpdateToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
102083
|
-
_id: stringType().default("
|
|
102083
|
+
_id: stringType().default("tool_01KFGAVGTFS7HY22MPCBTSR8RF"),
|
|
102084
102084
|
path: stringType(),
|
|
102085
102085
|
key: stringType(),
|
|
102086
102086
|
display_name: stringType().optional(),
|
|
@@ -102107,7 +102107,7 @@ var init_updatetool = __esm(() => {
|
|
|
102107
102107
|
});
|
|
102108
102108
|
});
|
|
102109
102109
|
UpdateToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
102110
|
-
id: stringType().default("
|
|
102110
|
+
id: stringType().default("tool_01KFGAVGTFS7HY22MPCBTSR8RF"),
|
|
102111
102111
|
path: stringType(),
|
|
102112
102112
|
key: stringType(),
|
|
102113
102113
|
displayName: stringType().optional(),
|
|
@@ -114720,7 +114720,7 @@ Updates a tool in the workspace.`,
|
|
|
114720
114720
|
function createMCPServer(deps) {
|
|
114721
114721
|
const server = new McpServer({
|
|
114722
114722
|
name: "Orq",
|
|
114723
|
-
version: "4.2.0-rc.
|
|
114723
|
+
version: "4.2.0-rc.56"
|
|
114724
114724
|
});
|
|
114725
114725
|
const client = new OrqCore({
|
|
114726
114726
|
apiKey: deps.apiKey,
|
|
@@ -116154,7 +116154,7 @@ var routes = rn({
|
|
|
116154
116154
|
var app = Ve(routes, {
|
|
116155
116155
|
name: "mcp",
|
|
116156
116156
|
versionInfo: {
|
|
116157
|
-
currentVersion: "4.2.0-rc.
|
|
116157
|
+
currentVersion: "4.2.0-rc.56"
|
|
116158
116158
|
}
|
|
116159
116159
|
});
|
|
116160
116160
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -116162,5 +116162,5 @@ export {
|
|
|
116162
116162
|
app
|
|
116163
116163
|
};
|
|
116164
116164
|
|
|
116165
|
-
//# debugId=
|
|
116165
|
+
//# debugId=9ADAC586B8EA10E864756E2164756E21
|
|
116166
116166
|
//# sourceMappingURL=mcp-server.js.map
|