@orq-ai/node 4.2.0-rc.38 → 4.2.0-rc.39
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.39",
|
|
52908
52908
|
genVersion: "2.796.4",
|
|
52909
|
-
userAgent: "speakeasy-sdk/typescript 4.2.0-rc.
|
|
52909
|
+
userAgent: "speakeasy-sdk/typescript 4.2.0-rc.39 2.796.4 2.0 @orq-ai/node"
|
|
52910
52910
|
};
|
|
52911
52911
|
});
|
|
52912
52912
|
|
|
@@ -55936,7 +55936,7 @@ var init_conversationresponse = __esm(() => {
|
|
|
55936
55936
|
model: nullableType(stringType()).optional()
|
|
55937
55937
|
});
|
|
55938
55938
|
ConversationResponse$inboundSchema = objectType({
|
|
55939
|
-
_id: stringType().default("
|
|
55939
|
+
_id: stringType().default("conv_01kfaqp7vwkx0rt3ft5tbwrwcg"),
|
|
55940
55940
|
kind: ConversationResponseKind$inboundSchema,
|
|
55941
55941
|
displayName: stringType(),
|
|
55942
55942
|
createdAt: numberType(),
|
|
@@ -55950,7 +55950,7 @@ var init_conversationresponse = __esm(() => {
|
|
|
55950
55950
|
});
|
|
55951
55951
|
});
|
|
55952
55952
|
ConversationResponse$outboundSchema = objectType({
|
|
55953
|
-
id: stringType().default("
|
|
55953
|
+
id: stringType().default("conv_01kfaqp7vwkx0rt3ft5tbwrwcg"),
|
|
55954
55954
|
kind: ConversationResponseKind$outboundSchema,
|
|
55955
55955
|
displayName: stringType(),
|
|
55956
55956
|
createdAt: numberType(),
|
|
@@ -56050,7 +56050,7 @@ var init_conversationwithmessagesresponse = __esm(() => {
|
|
|
56050
56050
|
model: nullableType(stringType()).optional()
|
|
56051
56051
|
});
|
|
56052
56052
|
ConversationWithMessagesResponse$inboundSchema = objectType({
|
|
56053
|
-
_id: stringType().default("
|
|
56053
|
+
_id: stringType().default("conv_01kfaqp7w2d98gp2tvpnc9qjrv"),
|
|
56054
56054
|
kind: ConversationWithMessagesResponseKind$inboundSchema,
|
|
56055
56055
|
displayName: stringType(),
|
|
56056
56056
|
createdAt: numberType(),
|
|
@@ -56065,7 +56065,7 @@ var init_conversationwithmessagesresponse = __esm(() => {
|
|
|
56065
56065
|
});
|
|
56066
56066
|
});
|
|
56067
56067
|
ConversationWithMessagesResponse$outboundSchema = objectType({
|
|
56068
|
-
id: stringType().default("
|
|
56068
|
+
id: stringType().default("conv_01kfaqp7w2d98gp2tvpnc9qjrv"),
|
|
56069
56069
|
kind: ConversationWithMessagesResponseKind$outboundSchema,
|
|
56070
56070
|
displayName: stringType(),
|
|
56071
56071
|
createdAt: numberType(),
|
|
@@ -57559,7 +57559,7 @@ var init_reasoningpart = __esm(() => {
|
|
|
57559
57559
|
init_esm();
|
|
57560
57560
|
init_primitives();
|
|
57561
57561
|
ReasoningPart$inboundSchema = objectType({
|
|
57562
|
-
_id: stringType().default("
|
|
57562
|
+
_id: stringType().default("reasoning_01kfaqp7j2z5t10mk82qh1tf04"),
|
|
57563
57563
|
metadata: recordType(anyType()).optional(),
|
|
57564
57564
|
kind: literalType("reasoning"),
|
|
57565
57565
|
reasoning: stringType(),
|
|
@@ -57570,7 +57570,7 @@ var init_reasoningpart = __esm(() => {
|
|
|
57570
57570
|
});
|
|
57571
57571
|
});
|
|
57572
57572
|
ReasoningPart$outboundSchema = objectType({
|
|
57573
|
-
id: stringType().default("
|
|
57573
|
+
id: stringType().default("reasoning_01kfaqp7j2z5t10mk82qh1tf04"),
|
|
57574
57574
|
metadata: recordType(anyType()).optional(),
|
|
57575
57575
|
kind: literalType("reasoning"),
|
|
57576
57576
|
reasoning: stringType(),
|
|
@@ -57640,7 +57640,7 @@ var init_partdoneevent = __esm(() => {
|
|
|
57640
57640
|
PartKind$inboundSchema = nativeEnumType(PartKind);
|
|
57641
57641
|
PartKind$outboundSchema = PartKind$inboundSchema;
|
|
57642
57642
|
PartReasoningPart$inboundSchema = objectType({
|
|
57643
|
-
_id: stringType().default("
|
|
57643
|
+
_id: stringType().default("reasoning_01kfaqp7jb4kmn5qqmx5bhy6h1"),
|
|
57644
57644
|
metadata: recordType(anyType()).optional(),
|
|
57645
57645
|
kind: PartKind$inboundSchema,
|
|
57646
57646
|
reasoning: stringType(),
|
|
@@ -57651,7 +57651,7 @@ var init_partdoneevent = __esm(() => {
|
|
|
57651
57651
|
});
|
|
57652
57652
|
});
|
|
57653
57653
|
PartReasoningPart$outboundSchema = objectType({
|
|
57654
|
-
id: stringType().default("
|
|
57654
|
+
id: stringType().default("reasoning_01kfaqp7jb4kmn5qqmx5bhy6h1"),
|
|
57655
57655
|
metadata: recordType(anyType()).optional(),
|
|
57656
57656
|
kind: PartKind$outboundSchema,
|
|
57657
57657
|
reasoning: stringType(),
|
|
@@ -63218,7 +63218,7 @@ var init_createcontact = __esm(() => {
|
|
|
63218
63218
|
tags: arrayType(stringType()).optional(),
|
|
63219
63219
|
metadata: recordType(anyType()).optional(),
|
|
63220
63220
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63221
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
63221
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T08:59:21.884Z").transform((v2) => new Date(v2))
|
|
63222
63222
|
}).transform((v2) => {
|
|
63223
63223
|
return remap(v2, {
|
|
63224
63224
|
_id: "id",
|
|
@@ -63238,7 +63238,7 @@ var init_createcontact = __esm(() => {
|
|
|
63238
63238
|
tags: arrayType(stringType()).optional(),
|
|
63239
63239
|
metadata: recordType(anyType()).optional(),
|
|
63240
63240
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63241
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
63241
|
+
updated: dateType().default(() => new Date("2026-01-19T08:59:21.884Z")).transform((v2) => v2.toISOString())
|
|
63242
63242
|
}).transform((v2) => {
|
|
63243
63243
|
return remap(v2, {
|
|
63244
63244
|
id: "_id",
|
|
@@ -63291,7 +63291,7 @@ var init_createconversation = __esm(() => {
|
|
|
63291
63291
|
model: nullableType(stringType()).optional()
|
|
63292
63292
|
});
|
|
63293
63293
|
CreateConversationResponseBody$inboundSchema = objectType({
|
|
63294
|
-
_id: stringType().default("
|
|
63294
|
+
_id: stringType().default("conv_01kfaqp7vzpftnnpqqnga26ttc"),
|
|
63295
63295
|
kind: CreateConversationKind$inboundSchema,
|
|
63296
63296
|
displayName: stringType(),
|
|
63297
63297
|
createdAt: numberType(),
|
|
@@ -63305,7 +63305,7 @@ var init_createconversation = __esm(() => {
|
|
|
63305
63305
|
});
|
|
63306
63306
|
});
|
|
63307
63307
|
CreateConversationResponseBody$outboundSchema = objectType({
|
|
63308
|
-
id: stringType().default("
|
|
63308
|
+
id: stringType().default("conv_01kfaqp7vzpftnnpqqnga26ttc"),
|
|
63309
63309
|
kind: CreateConversationKind$outboundSchema,
|
|
63310
63310
|
displayName: stringType(),
|
|
63311
63311
|
createdAt: numberType(),
|
|
@@ -63381,7 +63381,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63381
63381
|
PartKind$inboundSchema2 = nativeEnumType(PartKind2);
|
|
63382
63382
|
PartKind$outboundSchema2 = PartKind$inboundSchema2;
|
|
63383
63383
|
PartReasoningPart$inboundSchema2 = objectType({
|
|
63384
|
-
_id: stringType().default("
|
|
63384
|
+
_id: stringType().default("reasoning_01kfaqp7wy4m64xtt9n6wx3tk6"),
|
|
63385
63385
|
metadata: recordType(anyType()).optional(),
|
|
63386
63386
|
kind: PartKind$inboundSchema2,
|
|
63387
63387
|
reasoning: stringType(),
|
|
@@ -63392,7 +63392,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63392
63392
|
});
|
|
63393
63393
|
});
|
|
63394
63394
|
PartReasoningPart$outboundSchema2 = objectType({
|
|
63395
|
-
id: stringType().default("
|
|
63395
|
+
id: stringType().default("reasoning_01kfaqp7wy4m64xtt9n6wx3tk6"),
|
|
63396
63396
|
metadata: recordType(anyType()).optional(),
|
|
63397
63397
|
kind: PartKind$outboundSchema2,
|
|
63398
63398
|
reasoning: stringType(),
|
|
@@ -63425,7 +63425,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63425
63425
|
DeltaKind$inboundSchema = nativeEnumType(DeltaKind);
|
|
63426
63426
|
DeltaKind$outboundSchema = DeltaKind$inboundSchema;
|
|
63427
63427
|
ReasoningPart$inboundSchema2 = objectType({
|
|
63428
|
-
_id: stringType().default("
|
|
63428
|
+
_id: stringType().default("reasoning_01kfaqp7wjqe4zfh1fbp4f7mj9"),
|
|
63429
63429
|
metadata: recordType(anyType()).optional(),
|
|
63430
63430
|
kind: DeltaKind$inboundSchema,
|
|
63431
63431
|
reasoning: stringType(),
|
|
@@ -63436,7 +63436,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63436
63436
|
});
|
|
63437
63437
|
});
|
|
63438
63438
|
ReasoningPart$outboundSchema2 = objectType({
|
|
63439
|
-
id: stringType().default("
|
|
63439
|
+
id: stringType().default("reasoning_01kfaqp7wjqe4zfh1fbp4f7mj9"),
|
|
63440
63440
|
metadata: recordType(anyType()).optional(),
|
|
63441
63441
|
kind: DeltaKind$outboundSchema,
|
|
63442
63442
|
reasoning: stringType(),
|
|
@@ -63575,7 +63575,7 @@ var init_createdataset = __esm(() => {
|
|
|
63575
63575
|
created_by_id: stringType().optional(),
|
|
63576
63576
|
updated_by_id: stringType().optional(),
|
|
63577
63577
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63578
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
63578
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T08:59:21.884Z").transform((v2) => new Date(v2))
|
|
63579
63579
|
}).transform((v2) => {
|
|
63580
63580
|
return remap(v2, {
|
|
63581
63581
|
_id: "id",
|
|
@@ -63595,7 +63595,7 @@ var init_createdataset = __esm(() => {
|
|
|
63595
63595
|
createdById: stringType().optional(),
|
|
63596
63596
|
updatedById: stringType().optional(),
|
|
63597
63597
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63598
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
63598
|
+
updated: dateType().default(() => new Date("2026-01-19T08:59:21.884Z")).transform((v2) => v2.toISOString())
|
|
63599
63599
|
}).transform((v2) => {
|
|
63600
63600
|
return remap(v2, {
|
|
63601
63601
|
id: "_id",
|
|
@@ -64331,7 +64331,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64331
64331
|
human_review_id: stringType(),
|
|
64332
64332
|
source: CreateDatasetItemEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
64333
64333
|
reviewed_by_id: stringType(),
|
|
64334
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
64334
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T08:59:35.232Z").transform((v2) => new Date(v2)),
|
|
64335
64335
|
type: literalType("string_array"),
|
|
64336
64336
|
values: arrayType(stringType())
|
|
64337
64337
|
}).transform((v2) => {
|
|
@@ -64348,7 +64348,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64348
64348
|
humanReviewId: stringType(),
|
|
64349
64349
|
source: CreateDatasetItemEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
64350
64350
|
reviewedById: stringType(),
|
|
64351
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
64351
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T08:59:35.232Z")).transform((v2) => v2.toISOString()),
|
|
64352
64352
|
type: literalType("string_array"),
|
|
64353
64353
|
values: arrayType(stringType())
|
|
64354
64354
|
}).transform((v2) => {
|
|
@@ -64369,7 +64369,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64369
64369
|
human_review_id: stringType(),
|
|
64370
64370
|
source: CreateDatasetItemEvaluationsSource$inboundSchema.default("orq"),
|
|
64371
64371
|
reviewed_by_id: stringType(),
|
|
64372
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
64372
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T08:59:35.231Z").transform((v2) => new Date(v2)),
|
|
64373
64373
|
type: literalType("number"),
|
|
64374
64374
|
value: numberType()
|
|
64375
64375
|
}).transform((v2) => {
|
|
@@ -64386,7 +64386,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64386
64386
|
humanReviewId: stringType(),
|
|
64387
64387
|
source: CreateDatasetItemEvaluationsSource$outboundSchema.default("orq"),
|
|
64388
64388
|
reviewedById: stringType(),
|
|
64389
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
64389
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T08:59:35.231Z")).transform((v2) => v2.toISOString()),
|
|
64390
64390
|
type: literalType("number"),
|
|
64391
64391
|
value: numberType()
|
|
64392
64392
|
}).transform((v2) => {
|
|
@@ -64407,7 +64407,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64407
64407
|
human_review_id: stringType(),
|
|
64408
64408
|
source: EvaluationsSource$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-19T08:59:35.231Z").transform((v2) => new Date(v2)),
|
|
64411
64411
|
type: literalType("string"),
|
|
64412
64412
|
value: stringType()
|
|
64413
64413
|
}).transform((v2) => {
|
|
@@ -64424,7 +64424,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64424
64424
|
humanReviewId: stringType(),
|
|
64425
64425
|
source: EvaluationsSource$outboundSchema.default("orq"),
|
|
64426
64426
|
reviewedById: stringType(),
|
|
64427
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
64427
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T08:59:35.231Z")).transform((v2) => v2.toISOString()),
|
|
64428
64428
|
type: literalType("string"),
|
|
64429
64429
|
value: stringType()
|
|
64430
64430
|
}).transform((v2) => {
|
|
@@ -64467,7 +64467,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64467
64467
|
created_by_id: stringType().optional(),
|
|
64468
64468
|
updated_by_id: stringType().optional(),
|
|
64469
64469
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
64470
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
64470
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T08:59:21.884Z").transform((v2) => new Date(v2))
|
|
64471
64471
|
}).transform((v2) => {
|
|
64472
64472
|
return remap(v2, {
|
|
64473
64473
|
_id: "id",
|
|
@@ -64501,7 +64501,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64501
64501
|
createdById: stringType().optional(),
|
|
64502
64502
|
updatedById: stringType().optional(),
|
|
64503
64503
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
64504
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
64504
|
+
updated: dateType().default(() => new Date("2026-01-19T08:59:21.884Z")).transform((v2) => v2.toISOString())
|
|
64505
64505
|
}).transform((v2) => {
|
|
64506
64506
|
return remap(v2, {
|
|
64507
64507
|
id: "_id",
|
|
@@ -64670,7 +64670,7 @@ var init_createdatasource = __esm(() => {
|
|
|
64670
64670
|
CreateDatasourceStatus$inboundSchema = nativeEnumType(CreateDatasourceStatus);
|
|
64671
64671
|
CreateDatasourceStatus$outboundSchema = CreateDatasourceStatus$inboundSchema;
|
|
64672
64672
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
64673
|
-
_id: stringType().default("
|
|
64673
|
+
_id: stringType().default("01KFAQP8AWWF83VG4RGG7FP4PZ"),
|
|
64674
64674
|
display_name: stringType(),
|
|
64675
64675
|
description: stringType().optional(),
|
|
64676
64676
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -64693,7 +64693,7 @@ var init_createdatasource = __esm(() => {
|
|
|
64693
64693
|
});
|
|
64694
64694
|
});
|
|
64695
64695
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
64696
|
-
id: stringType().default("
|
|
64696
|
+
id: stringType().default("01KFAQP8AWWF83VG4RGG7FP4PZ"),
|
|
64697
64697
|
displayName: stringType(),
|
|
64698
64698
|
description: stringType().optional(),
|
|
64699
64699
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -65280,8 +65280,8 @@ var init_createeval = __esm(() => {
|
|
|
65280
65280
|
Typescript$inboundSchema = objectType({
|
|
65281
65281
|
_id: stringType(),
|
|
65282
65282
|
description: stringType(),
|
|
65283
|
-
created: stringType().default("2026-01-
|
|
65284
|
-
updated: stringType().default("2026-01-
|
|
65283
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
65284
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
65285
65285
|
guardrail_config: unionType([
|
|
65286
65286
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
65287
65287
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -65298,8 +65298,8 @@ var init_createeval = __esm(() => {
|
|
|
65298
65298
|
Typescript$outboundSchema = objectType({
|
|
65299
65299
|
id: stringType(),
|
|
65300
65300
|
description: stringType(),
|
|
65301
|
-
created: stringType().default("2026-01-
|
|
65302
|
-
updated: stringType().default("2026-01-
|
|
65301
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
65302
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
65303
65303
|
guardrailConfig: unionType([
|
|
65304
65304
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
65305
65305
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -65370,8 +65370,8 @@ var init_createeval = __esm(() => {
|
|
|
65370
65370
|
Ragas$inboundSchema = objectType({
|
|
65371
65371
|
_id: stringType(),
|
|
65372
65372
|
description: stringType(),
|
|
65373
|
-
created: stringType().default("2026-01-
|
|
65374
|
-
updated: stringType().default("2026-01-
|
|
65373
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
65374
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
65375
65375
|
guardrail_config: unionType([
|
|
65376
65376
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
65377
65377
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -65390,8 +65390,8 @@ var init_createeval = __esm(() => {
|
|
|
65390
65390
|
Ragas$outboundSchema = objectType({
|
|
65391
65391
|
id: stringType(),
|
|
65392
65392
|
description: stringType(),
|
|
65393
|
-
created: stringType().default("2026-01-
|
|
65394
|
-
updated: stringType().default("2026-01-
|
|
65393
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
65394
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
65395
65395
|
guardrailConfig: unionType([
|
|
65396
65396
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
65397
65397
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -65746,8 +65746,8 @@ var init_createeval = __esm(() => {
|
|
|
65746
65746
|
CreateEvalResponseBodyFunction$inboundSchema = objectType({
|
|
65747
65747
|
_id: stringType(),
|
|
65748
65748
|
description: stringType(),
|
|
65749
|
-
created: stringType().default("2026-01-
|
|
65750
|
-
updated: stringType().default("2026-01-
|
|
65749
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
65750
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
65751
65751
|
guardrail_config: unionType([
|
|
65752
65752
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
65753
65753
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -65798,8 +65798,8 @@ var init_createeval = __esm(() => {
|
|
|
65798
65798
|
CreateEvalResponseBodyFunction$outboundSchema = objectType({
|
|
65799
65799
|
id: stringType(),
|
|
65800
65800
|
description: stringType(),
|
|
65801
|
-
created: stringType().default("2026-01-
|
|
65802
|
-
updated: stringType().default("2026-01-
|
|
65801
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
65802
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
65803
65803
|
guardrailConfig: unionType([
|
|
65804
65804
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
65805
65805
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -65902,8 +65902,8 @@ var init_createeval = __esm(() => {
|
|
|
65902
65902
|
ResponseBodyPython$inboundSchema = objectType({
|
|
65903
65903
|
_id: stringType(),
|
|
65904
65904
|
description: stringType(),
|
|
65905
|
-
created: stringType().default("2026-01-
|
|
65906
|
-
updated: stringType().default("2026-01-
|
|
65905
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
65906
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
65907
65907
|
guardrail_config: unionType([
|
|
65908
65908
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
65909
65909
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -65920,8 +65920,8 @@ var init_createeval = __esm(() => {
|
|
|
65920
65920
|
ResponseBodyPython$outboundSchema = objectType({
|
|
65921
65921
|
id: stringType(),
|
|
65922
65922
|
description: stringType(),
|
|
65923
|
-
created: stringType().default("2026-01-
|
|
65924
|
-
updated: stringType().default("2026-01-
|
|
65923
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
65924
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
65925
65925
|
guardrailConfig: unionType([
|
|
65926
65926
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
65927
65927
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -65992,8 +65992,8 @@ var init_createeval = __esm(() => {
|
|
|
65992
65992
|
ResponseBodyHTTP$inboundSchema = objectType({
|
|
65993
65993
|
_id: stringType(),
|
|
65994
65994
|
description: stringType(),
|
|
65995
|
-
created: stringType().default("2026-01-
|
|
65996
|
-
updated: stringType().default("2026-01-
|
|
65995
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
65996
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
65997
65997
|
guardrail_config: unionType([
|
|
65998
65998
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
65999
65999
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -66013,8 +66013,8 @@ var init_createeval = __esm(() => {
|
|
|
66013
66013
|
ResponseBodyHTTP$outboundSchema = objectType({
|
|
66014
66014
|
id: stringType(),
|
|
66015
66015
|
description: stringType(),
|
|
66016
|
-
created: stringType().default("2026-01-
|
|
66017
|
-
updated: stringType().default("2026-01-
|
|
66016
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
66017
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
66018
66018
|
guardrailConfig: unionType([
|
|
66019
66019
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
66020
66020
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -66086,8 +66086,8 @@ var init_createeval = __esm(() => {
|
|
|
66086
66086
|
ResponseBodyJSON$inboundSchema = objectType({
|
|
66087
66087
|
_id: stringType(),
|
|
66088
66088
|
description: stringType(),
|
|
66089
|
-
created: stringType().default("2026-01-
|
|
66090
|
-
updated: stringType().default("2026-01-
|
|
66089
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
66090
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
66091
66091
|
guardrail_config: unionType([
|
|
66092
66092
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
66093
66093
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -66104,8 +66104,8 @@ var init_createeval = __esm(() => {
|
|
|
66104
66104
|
ResponseBodyJSON$outboundSchema = objectType({
|
|
66105
66105
|
id: stringType(),
|
|
66106
66106
|
description: stringType(),
|
|
66107
|
-
created: stringType().default("2026-01-
|
|
66108
|
-
updated: stringType().default("2026-01-
|
|
66107
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
66108
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
66109
66109
|
guardrailConfig: unionType([
|
|
66110
66110
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
66111
66111
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -66174,8 +66174,8 @@ var init_createeval = __esm(() => {
|
|
|
66174
66174
|
ResponseBodyLLM$inboundSchema = objectType({
|
|
66175
66175
|
_id: stringType(),
|
|
66176
66176
|
description: stringType(),
|
|
66177
|
-
created: stringType().default("2026-01-
|
|
66178
|
-
updated: stringType().default("2026-01-
|
|
66177
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
66178
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
66179
66179
|
guardrail_config: unionType([
|
|
66180
66180
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
66181
66181
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -66193,8 +66193,8 @@ var init_createeval = __esm(() => {
|
|
|
66193
66193
|
ResponseBodyLLM$outboundSchema = objectType({
|
|
66194
66194
|
id: stringType(),
|
|
66195
66195
|
description: stringType(),
|
|
66196
|
-
created: stringType().default("2026-01-
|
|
66197
|
-
updated: stringType().default("2026-01-
|
|
66196
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
66197
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
66198
66198
|
guardrailConfig: unionType([
|
|
66199
66199
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
66200
66200
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -66323,7 +66323,7 @@ var init_createidentity = __esm(() => {
|
|
|
66323
66323
|
tags: arrayType(stringType()).optional(),
|
|
66324
66324
|
metadata: recordType(anyType()).optional(),
|
|
66325
66325
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
66326
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
66326
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T08:59:21.884Z").transform((v2) => new Date(v2))
|
|
66327
66327
|
}).transform((v2) => {
|
|
66328
66328
|
return remap(v2, {
|
|
66329
66329
|
_id: "id",
|
|
@@ -66343,7 +66343,7 @@ var init_createidentity = __esm(() => {
|
|
|
66343
66343
|
tags: arrayType(stringType()).optional(),
|
|
66344
66344
|
metadata: recordType(anyType()).optional(),
|
|
66345
66345
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
66346
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
66346
|
+
updated: dateType().default(() => new Date("2026-01-19T08:59:21.884Z")).transform((v2) => v2.toISOString())
|
|
66347
66347
|
}).transform((v2) => {
|
|
66348
66348
|
return remap(v2, {
|
|
66349
66349
|
id: "_id",
|
|
@@ -69164,7 +69164,7 @@ var init_createtool = __esm(() => {
|
|
|
69164
69164
|
code: stringType()
|
|
69165
69165
|
});
|
|
69166
69166
|
ResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
69167
|
-
_id: stringType().default("
|
|
69167
|
+
_id: stringType().default("tool_01KFAQP84506M0MXT740ZS84D3"),
|
|
69168
69168
|
path: stringType(),
|
|
69169
69169
|
key: stringType(),
|
|
69170
69170
|
display_name: stringType().optional(),
|
|
@@ -69192,7 +69192,7 @@ var init_createtool = __esm(() => {
|
|
|
69192
69192
|
});
|
|
69193
69193
|
});
|
|
69194
69194
|
ResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
69195
|
-
id: stringType().default("
|
|
69195
|
+
id: stringType().default("tool_01KFAQP84506M0MXT740ZS84D3"),
|
|
69196
69196
|
path: stringType(),
|
|
69197
69197
|
key: stringType(),
|
|
69198
69198
|
displayName: stringType().optional(),
|
|
@@ -69242,13 +69242,13 @@ var init_createtool = __esm(() => {
|
|
|
69242
69242
|
required: arrayType(stringType()).optional()
|
|
69243
69243
|
});
|
|
69244
69244
|
ResponseBodyTools$inboundSchema = objectType({
|
|
69245
|
-
id: stringType().default("
|
|
69245
|
+
id: stringType().default("01KFAQP844SNDXJ7PYT0VD0K1S"),
|
|
69246
69246
|
name: stringType(),
|
|
69247
69247
|
description: stringType().optional(),
|
|
69248
69248
|
schema: lazyType(() => CreateToolResponseBodySchema$inboundSchema)
|
|
69249
69249
|
});
|
|
69250
69250
|
ResponseBodyTools$outboundSchema = objectType({
|
|
69251
|
-
id: stringType().default("
|
|
69251
|
+
id: stringType().default("01KFAQP844SNDXJ7PYT0VD0K1S"),
|
|
69252
69252
|
name: stringType(),
|
|
69253
69253
|
description: stringType().optional(),
|
|
69254
69254
|
schema: lazyType(() => CreateToolResponseBodySchema$outboundSchema)
|
|
@@ -69278,7 +69278,7 @@ var init_createtool = __esm(() => {
|
|
|
69278
69278
|
});
|
|
69279
69279
|
});
|
|
69280
69280
|
ResponseBodyMCPTool$inboundSchema = objectType({
|
|
69281
|
-
_id: stringType().default("
|
|
69281
|
+
_id: stringType().default("tool_01KFAQP842N1AAN88F2T4X902Q"),
|
|
69282
69282
|
path: stringType(),
|
|
69283
69283
|
key: stringType(),
|
|
69284
69284
|
display_name: stringType().optional(),
|
|
@@ -69305,7 +69305,7 @@ var init_createtool = __esm(() => {
|
|
|
69305
69305
|
});
|
|
69306
69306
|
});
|
|
69307
69307
|
ResponseBodyMCPTool$outboundSchema = objectType({
|
|
69308
|
-
id: stringType().default("
|
|
69308
|
+
id: stringType().default("tool_01KFAQP842N1AAN88F2T4X902Q"),
|
|
69309
69309
|
path: stringType(),
|
|
69310
69310
|
key: stringType(),
|
|
69311
69311
|
displayName: stringType().optional(),
|
|
@@ -69392,7 +69392,7 @@ var init_createtool = __esm(() => {
|
|
|
69392
69392
|
arguments: recordType(lazyType(() => ResponseBodyArguments$outboundSchema)).optional()
|
|
69393
69393
|
});
|
|
69394
69394
|
ResponseBodyHTTPTool$inboundSchema = objectType({
|
|
69395
|
-
_id: stringType().default("
|
|
69395
|
+
_id: stringType().default("tool_01KFAQP83ZSDDPZ07T0TXGSEMK"),
|
|
69396
69396
|
path: stringType(),
|
|
69397
69397
|
key: stringType(),
|
|
69398
69398
|
display_name: stringType().optional(),
|
|
@@ -69419,7 +69419,7 @@ var init_createtool = __esm(() => {
|
|
|
69419
69419
|
});
|
|
69420
69420
|
});
|
|
69421
69421
|
ResponseBodyHTTPTool$outboundSchema = objectType({
|
|
69422
|
-
id: stringType().default("
|
|
69422
|
+
id: stringType().default("tool_01KFAQP83ZSDDPZ07T0TXGSEMK"),
|
|
69423
69423
|
path: stringType(),
|
|
69424
69424
|
key: stringType(),
|
|
69425
69425
|
displayName: stringType().optional(),
|
|
@@ -69478,7 +69478,7 @@ var init_createtool = __esm(() => {
|
|
|
69478
69478
|
strict: booleanType().optional()
|
|
69479
69479
|
});
|
|
69480
69480
|
ResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
69481
|
-
_id: stringType().default("
|
|
69481
|
+
_id: stringType().default("tool_01KFAQP83YHTN7RXFYQZBMPHKM"),
|
|
69482
69482
|
path: stringType(),
|
|
69483
69483
|
key: stringType(),
|
|
69484
69484
|
display_name: stringType().optional(),
|
|
@@ -69506,7 +69506,7 @@ var init_createtool = __esm(() => {
|
|
|
69506
69506
|
});
|
|
69507
69507
|
});
|
|
69508
69508
|
ResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
69509
|
-
id: stringType().default("
|
|
69509
|
+
id: stringType().default("tool_01KFAQP83YHTN7RXFYQZBMPHKM"),
|
|
69510
69510
|
path: stringType(),
|
|
69511
69511
|
key: stringType(),
|
|
69512
69512
|
displayName: stringType().optional(),
|
|
@@ -69568,7 +69568,7 @@ var init_createtool = __esm(() => {
|
|
|
69568
69568
|
parameters: lazyType(() => ResponseBodyParameters$outboundSchema).optional()
|
|
69569
69569
|
});
|
|
69570
69570
|
ResponseBodyFunctionTool$inboundSchema = objectType({
|
|
69571
|
-
_id: stringType().default("
|
|
69571
|
+
_id: stringType().default("tool_01KFAQP83XDAZM8DMT4JQCZXNZ"),
|
|
69572
69572
|
path: stringType(),
|
|
69573
69573
|
key: stringType(),
|
|
69574
69574
|
display_name: stringType().optional(),
|
|
@@ -69595,7 +69595,7 @@ var init_createtool = __esm(() => {
|
|
|
69595
69595
|
});
|
|
69596
69596
|
});
|
|
69597
69597
|
ResponseBodyFunctionTool$outboundSchema = objectType({
|
|
69598
|
-
id: stringType().default("
|
|
69598
|
+
id: stringType().default("tool_01KFAQP83XDAZM8DMT4JQCZXNZ"),
|
|
69599
69599
|
path: stringType(),
|
|
69600
69600
|
key: stringType(),
|
|
69601
69601
|
displayName: stringType().optional(),
|
|
@@ -74792,7 +74792,7 @@ var init_fileget = __esm(() => {
|
|
|
74792
74792
|
bytes: numberType(),
|
|
74793
74793
|
file_name: stringType(),
|
|
74794
74794
|
workspace_id: stringType(),
|
|
74795
|
-
created: stringType().datetime({ offset: true }).default("2026-01-
|
|
74795
|
+
created: stringType().datetime({ offset: true }).default("2026-01-19T08:59:25.387Z").transform((v2) => new Date(v2))
|
|
74796
74796
|
}).transform((v2) => {
|
|
74797
74797
|
return remap(v2, {
|
|
74798
74798
|
_id: "id",
|
|
@@ -74808,7 +74808,7 @@ var init_fileget = __esm(() => {
|
|
|
74808
74808
|
bytes: numberType(),
|
|
74809
74809
|
fileName: stringType(),
|
|
74810
74810
|
workspaceId: stringType(),
|
|
74811
|
-
created: dateType().default(() => new Date("2026-01-
|
|
74811
|
+
created: dateType().default(() => new Date("2026-01-19T08:59:25.387Z")).transform((v2) => v2.toISOString())
|
|
74812
74812
|
}).transform((v2) => {
|
|
74813
74813
|
return remap(v2, {
|
|
74814
74814
|
id: "_id",
|
|
@@ -74863,7 +74863,7 @@ var init_filelist = __esm(() => {
|
|
|
74863
74863
|
bytes: numberType(),
|
|
74864
74864
|
file_name: stringType(),
|
|
74865
74865
|
workspace_id: stringType(),
|
|
74866
|
-
created: stringType().datetime({ offset: true }).default("2026-01-
|
|
74866
|
+
created: stringType().datetime({ offset: true }).default("2026-01-19T08:59:25.387Z").transform((v2) => new Date(v2))
|
|
74867
74867
|
}).transform((v2) => {
|
|
74868
74868
|
return remap(v2, {
|
|
74869
74869
|
_id: "id",
|
|
@@ -74879,7 +74879,7 @@ var init_filelist = __esm(() => {
|
|
|
74879
74879
|
bytes: numberType(),
|
|
74880
74880
|
fileName: stringType(),
|
|
74881
74881
|
workspaceId: stringType(),
|
|
74882
|
-
created: dateType().default(() => new Date("2026-01-
|
|
74882
|
+
created: dateType().default(() => new Date("2026-01-19T08:59:25.387Z")).transform((v2) => v2.toISOString())
|
|
74883
74883
|
}).transform((v2) => {
|
|
74884
74884
|
return remap(v2, {
|
|
74885
74885
|
id: "_id",
|
|
@@ -74987,7 +74987,7 @@ var init_fileupload = __esm(() => {
|
|
|
74987
74987
|
bytes: numberType(),
|
|
74988
74988
|
file_name: stringType(),
|
|
74989
74989
|
workspace_id: stringType(),
|
|
74990
|
-
created: stringType().datetime({ offset: true }).default("2026-01-
|
|
74990
|
+
created: stringType().datetime({ offset: true }).default("2026-01-19T08:59:25.387Z").transform((v2) => new Date(v2))
|
|
74991
74991
|
}).transform((v2) => {
|
|
74992
74992
|
return remap(v2, {
|
|
74993
74993
|
_id: "id",
|
|
@@ -75003,7 +75003,7 @@ var init_fileupload = __esm(() => {
|
|
|
75003
75003
|
bytes: numberType(),
|
|
75004
75004
|
fileName: stringType(),
|
|
75005
75005
|
workspaceId: stringType(),
|
|
75006
|
-
created: dateType().default(() => new Date("2026-01-
|
|
75006
|
+
created: dateType().default(() => new Date("2026-01-19T08:59:25.387Z")).transform((v2) => v2.toISOString())
|
|
75007
75007
|
}).transform((v2) => {
|
|
75008
75008
|
return remap(v2, {
|
|
75009
75009
|
id: "_id",
|
|
@@ -75059,7 +75059,7 @@ var init_generateconversationname = __esm(() => {
|
|
|
75059
75059
|
model: nullableType(stringType()).optional()
|
|
75060
75060
|
});
|
|
75061
75061
|
GenerateConversationNameResponseBody$inboundSchema = objectType({
|
|
75062
|
-
_id: stringType().default("
|
|
75062
|
+
_id: stringType().default("conv_01kfaqp7w0cjweb73nf6amphe5"),
|
|
75063
75063
|
kind: GenerateConversationNameKind$inboundSchema,
|
|
75064
75064
|
displayName: stringType(),
|
|
75065
75065
|
createdAt: numberType(),
|
|
@@ -75073,7 +75073,7 @@ var init_generateconversationname = __esm(() => {
|
|
|
75073
75073
|
});
|
|
75074
75074
|
});
|
|
75075
75075
|
GenerateConversationNameResponseBody$outboundSchema = objectType({
|
|
75076
|
-
id: stringType().default("
|
|
75076
|
+
id: stringType().default("conv_01kfaqp7w0cjweb73nf6amphe5"),
|
|
75077
75077
|
kind: GenerateConversationNameKind$outboundSchema,
|
|
75078
75078
|
displayName: stringType(),
|
|
75079
75079
|
createdAt: numberType(),
|
|
@@ -76108,7 +76108,7 @@ var init_getalltools = __esm(() => {
|
|
|
76108
76108
|
code: stringType()
|
|
76109
76109
|
});
|
|
76110
76110
|
DataCodeExecutionTool$inboundSchema = objectType({
|
|
76111
|
-
_id: stringType().default("
|
|
76111
|
+
_id: stringType().default("tool_01KFAQP83BA7PZVNJWQQ8WE7ZN"),
|
|
76112
76112
|
path: stringType(),
|
|
76113
76113
|
key: stringType(),
|
|
76114
76114
|
display_name: stringType().optional(),
|
|
@@ -76136,7 +76136,7 @@ var init_getalltools = __esm(() => {
|
|
|
76136
76136
|
});
|
|
76137
76137
|
});
|
|
76138
76138
|
DataCodeExecutionTool$outboundSchema = objectType({
|
|
76139
|
-
id: stringType().default("
|
|
76139
|
+
id: stringType().default("tool_01KFAQP83BA7PZVNJWQQ8WE7ZN"),
|
|
76140
76140
|
path: stringType(),
|
|
76141
76141
|
key: stringType(),
|
|
76142
76142
|
displayName: stringType().optional(),
|
|
@@ -76186,13 +76186,13 @@ var init_getalltools = __esm(() => {
|
|
|
76186
76186
|
required: arrayType(stringType()).optional()
|
|
76187
76187
|
});
|
|
76188
76188
|
DataTools$inboundSchema = objectType({
|
|
76189
|
-
id: stringType().default("
|
|
76189
|
+
id: stringType().default("01KFAQP83BHSK49E43NWNCF2S4"),
|
|
76190
76190
|
name: stringType(),
|
|
76191
76191
|
description: stringType().optional(),
|
|
76192
76192
|
schema: lazyType(() => GetAllToolsDataSchema$inboundSchema)
|
|
76193
76193
|
});
|
|
76194
76194
|
DataTools$outboundSchema = objectType({
|
|
76195
|
-
id: stringType().default("
|
|
76195
|
+
id: stringType().default("01KFAQP83BHSK49E43NWNCF2S4"),
|
|
76196
76196
|
name: stringType(),
|
|
76197
76197
|
description: stringType().optional(),
|
|
76198
76198
|
schema: lazyType(() => GetAllToolsDataSchema$outboundSchema)
|
|
@@ -76222,7 +76222,7 @@ var init_getalltools = __esm(() => {
|
|
|
76222
76222
|
});
|
|
76223
76223
|
});
|
|
76224
76224
|
DataMCPTool$inboundSchema = objectType({
|
|
76225
|
-
_id: stringType().default("
|
|
76225
|
+
_id: stringType().default("tool_01KFAQP839031DAH6DC9N8SBJG"),
|
|
76226
76226
|
path: stringType(),
|
|
76227
76227
|
key: stringType(),
|
|
76228
76228
|
display_name: stringType().optional(),
|
|
@@ -76249,7 +76249,7 @@ var init_getalltools = __esm(() => {
|
|
|
76249
76249
|
});
|
|
76250
76250
|
});
|
|
76251
76251
|
DataMCPTool$outboundSchema = objectType({
|
|
76252
|
-
id: stringType().default("
|
|
76252
|
+
id: stringType().default("tool_01KFAQP839031DAH6DC9N8SBJG"),
|
|
76253
76253
|
path: stringType(),
|
|
76254
76254
|
key: stringType(),
|
|
76255
76255
|
displayName: stringType().optional(),
|
|
@@ -76336,7 +76336,7 @@ var init_getalltools = __esm(() => {
|
|
|
76336
76336
|
arguments: recordType(lazyType(() => DataArguments$outboundSchema)).optional()
|
|
76337
76337
|
});
|
|
76338
76338
|
DataHTTPTool$inboundSchema = objectType({
|
|
76339
|
-
_id: stringType().default("
|
|
76339
|
+
_id: stringType().default("tool_01KFAQP837VYTQNEJZ7MGB6WQG"),
|
|
76340
76340
|
path: stringType(),
|
|
76341
76341
|
key: stringType(),
|
|
76342
76342
|
display_name: stringType().optional(),
|
|
@@ -76363,7 +76363,7 @@ var init_getalltools = __esm(() => {
|
|
|
76363
76363
|
});
|
|
76364
76364
|
});
|
|
76365
76365
|
DataHTTPTool$outboundSchema = objectType({
|
|
76366
|
-
id: stringType().default("
|
|
76366
|
+
id: stringType().default("tool_01KFAQP837VYTQNEJZ7MGB6WQG"),
|
|
76367
76367
|
path: stringType(),
|
|
76368
76368
|
key: stringType(),
|
|
76369
76369
|
displayName: stringType().optional(),
|
|
@@ -76422,7 +76422,7 @@ var init_getalltools = __esm(() => {
|
|
|
76422
76422
|
strict: booleanType().optional()
|
|
76423
76423
|
});
|
|
76424
76424
|
DataJSONSchemaTool$inboundSchema = objectType({
|
|
76425
|
-
_id: stringType().default("
|
|
76425
|
+
_id: stringType().default("tool_01KFAQP83518J40GDSK817T4JW"),
|
|
76426
76426
|
path: stringType(),
|
|
76427
76427
|
key: stringType(),
|
|
76428
76428
|
display_name: stringType().optional(),
|
|
@@ -76450,7 +76450,7 @@ var init_getalltools = __esm(() => {
|
|
|
76450
76450
|
});
|
|
76451
76451
|
});
|
|
76452
76452
|
DataJSONSchemaTool$outboundSchema = objectType({
|
|
76453
|
-
id: stringType().default("
|
|
76453
|
+
id: stringType().default("tool_01KFAQP83518J40GDSK817T4JW"),
|
|
76454
76454
|
path: stringType(),
|
|
76455
76455
|
key: stringType(),
|
|
76456
76456
|
displayName: stringType().optional(),
|
|
@@ -76512,7 +76512,7 @@ var init_getalltools = __esm(() => {
|
|
|
76512
76512
|
parameters: lazyType(() => DataParameters$outboundSchema).optional()
|
|
76513
76513
|
});
|
|
76514
76514
|
DataFunctionTool$inboundSchema = objectType({
|
|
76515
|
-
_id: stringType().default("
|
|
76515
|
+
_id: stringType().default("tool_01KFAQP834SBWR1S9HV0SFTHNV"),
|
|
76516
76516
|
path: stringType(),
|
|
76517
76517
|
key: stringType(),
|
|
76518
76518
|
display_name: stringType().optional(),
|
|
@@ -76539,7 +76539,7 @@ var init_getalltools = __esm(() => {
|
|
|
76539
76539
|
});
|
|
76540
76540
|
});
|
|
76541
76541
|
DataFunctionTool$outboundSchema = objectType({
|
|
76542
|
-
id: stringType().default("
|
|
76542
|
+
id: stringType().default("tool_01KFAQP834SBWR1S9HV0SFTHNV"),
|
|
76543
76543
|
path: stringType(),
|
|
76544
76544
|
key: stringType(),
|
|
76545
76545
|
displayName: stringType().optional(),
|
|
@@ -76815,8 +76815,8 @@ var init_getevals = __esm(() => {
|
|
|
76815
76815
|
DataTypescript$inboundSchema = objectType({
|
|
76816
76816
|
_id: stringType(),
|
|
76817
76817
|
description: stringType(),
|
|
76818
|
-
created: stringType().default("2026-01-
|
|
76819
|
-
updated: stringType().default("2026-01-
|
|
76818
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
76819
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
76820
76820
|
guardrail_config: unionType([
|
|
76821
76821
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
76822
76822
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -76833,8 +76833,8 @@ var init_getevals = __esm(() => {
|
|
|
76833
76833
|
DataTypescript$outboundSchema = objectType({
|
|
76834
76834
|
id: stringType(),
|
|
76835
76835
|
description: stringType(),
|
|
76836
|
-
created: stringType().default("2026-01-
|
|
76837
|
-
updated: stringType().default("2026-01-
|
|
76836
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
76837
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
76838
76838
|
guardrailConfig: unionType([
|
|
76839
76839
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
76840
76840
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -76905,8 +76905,8 @@ var init_getevals = __esm(() => {
|
|
|
76905
76905
|
DataRagas$inboundSchema = objectType({
|
|
76906
76906
|
_id: stringType(),
|
|
76907
76907
|
description: stringType(),
|
|
76908
|
-
created: stringType().default("2026-01-
|
|
76909
|
-
updated: stringType().default("2026-01-
|
|
76908
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
76909
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
76910
76910
|
guardrail_config: unionType([
|
|
76911
76911
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
76912
76912
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -76925,8 +76925,8 @@ var init_getevals = __esm(() => {
|
|
|
76925
76925
|
DataRagas$outboundSchema = objectType({
|
|
76926
76926
|
id: stringType(),
|
|
76927
76927
|
description: stringType(),
|
|
76928
|
-
created: stringType().default("2026-01-
|
|
76929
|
-
updated: stringType().default("2026-01-
|
|
76928
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
76929
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
76930
76930
|
guardrailConfig: unionType([
|
|
76931
76931
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
76932
76932
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -77281,8 +77281,8 @@ var init_getevals = __esm(() => {
|
|
|
77281
77281
|
DataFunction$inboundSchema = objectType({
|
|
77282
77282
|
_id: stringType(),
|
|
77283
77283
|
description: stringType(),
|
|
77284
|
-
created: stringType().default("2026-01-
|
|
77285
|
-
updated: stringType().default("2026-01-
|
|
77284
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
77285
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
77286
77286
|
guardrail_config: unionType([
|
|
77287
77287
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
77288
77288
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -77333,8 +77333,8 @@ var init_getevals = __esm(() => {
|
|
|
77333
77333
|
DataFunction$outboundSchema = objectType({
|
|
77334
77334
|
id: stringType(),
|
|
77335
77335
|
description: stringType(),
|
|
77336
|
-
created: stringType().default("2026-01-
|
|
77337
|
-
updated: stringType().default("2026-01-
|
|
77336
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
77337
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
77338
77338
|
guardrailConfig: unionType([
|
|
77339
77339
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
77340
77340
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -77437,8 +77437,8 @@ var init_getevals = __esm(() => {
|
|
|
77437
77437
|
DataPython$inboundSchema = objectType({
|
|
77438
77438
|
_id: stringType(),
|
|
77439
77439
|
description: stringType(),
|
|
77440
|
-
created: stringType().default("2026-01-
|
|
77441
|
-
updated: stringType().default("2026-01-
|
|
77440
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
77441
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
77442
77442
|
guardrail_config: unionType([
|
|
77443
77443
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
77444
77444
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema)
|
|
@@ -77455,8 +77455,8 @@ var init_getevals = __esm(() => {
|
|
|
77455
77455
|
DataPython$outboundSchema = objectType({
|
|
77456
77456
|
id: stringType(),
|
|
77457
77457
|
description: stringType(),
|
|
77458
|
-
created: stringType().default("2026-01-
|
|
77459
|
-
updated: stringType().default("2026-01-
|
|
77458
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
77459
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
77460
77460
|
guardrailConfig: unionType([
|
|
77461
77461
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
77462
77462
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema)
|
|
@@ -77527,8 +77527,8 @@ var init_getevals = __esm(() => {
|
|
|
77527
77527
|
DataHTTP$inboundSchema = objectType({
|
|
77528
77528
|
_id: stringType(),
|
|
77529
77529
|
description: stringType(),
|
|
77530
|
-
created: stringType().default("2026-01-
|
|
77531
|
-
updated: stringType().default("2026-01-
|
|
77530
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
77531
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
77532
77532
|
guardrail_config: unionType([
|
|
77533
77533
|
lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
77534
77534
|
lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema)
|
|
@@ -77548,8 +77548,8 @@ var init_getevals = __esm(() => {
|
|
|
77548
77548
|
DataHTTP$outboundSchema = objectType({
|
|
77549
77549
|
id: stringType(),
|
|
77550
77550
|
description: stringType(),
|
|
77551
|
-
created: stringType().default("2026-01-
|
|
77552
|
-
updated: stringType().default("2026-01-
|
|
77551
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
77552
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
77553
77553
|
guardrailConfig: unionType([
|
|
77554
77554
|
lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
77555
77555
|
lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema)
|
|
@@ -77621,8 +77621,8 @@ var init_getevals = __esm(() => {
|
|
|
77621
77621
|
DataJSON$inboundSchema = objectType({
|
|
77622
77622
|
_id: stringType(),
|
|
77623
77623
|
description: stringType(),
|
|
77624
|
-
created: stringType().default("2026-01-
|
|
77625
|
-
updated: stringType().default("2026-01-
|
|
77624
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
77625
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
77626
77626
|
guardrail_config: unionType([
|
|
77627
77627
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema),
|
|
77628
77628
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema)
|
|
@@ -77639,8 +77639,8 @@ var init_getevals = __esm(() => {
|
|
|
77639
77639
|
DataJSON$outboundSchema = objectType({
|
|
77640
77640
|
id: stringType(),
|
|
77641
77641
|
description: stringType(),
|
|
77642
|
-
created: stringType().default("2026-01-
|
|
77643
|
-
updated: stringType().default("2026-01-
|
|
77642
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
77643
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
77644
77644
|
guardrailConfig: unionType([
|
|
77645
77645
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema),
|
|
77646
77646
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema)
|
|
@@ -77709,8 +77709,8 @@ var init_getevals = __esm(() => {
|
|
|
77709
77709
|
DataLLM$inboundSchema = objectType({
|
|
77710
77710
|
_id: stringType(),
|
|
77711
77711
|
description: stringType(),
|
|
77712
|
-
created: stringType().default("2026-01-
|
|
77713
|
-
updated: stringType().default("2026-01-
|
|
77712
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
77713
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
77714
77714
|
guardrail_config: unionType([
|
|
77715
77715
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
77716
77716
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -77728,8 +77728,8 @@ var init_getevals = __esm(() => {
|
|
|
77728
77728
|
DataLLM$outboundSchema = objectType({
|
|
77729
77729
|
id: stringType(),
|
|
77730
77730
|
description: stringType(),
|
|
77731
|
-
created: stringType().default("2026-01-
|
|
77732
|
-
updated: stringType().default("2026-01-
|
|
77731
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
77732
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
77733
77733
|
guardrailConfig: unionType([
|
|
77734
77734
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
77735
77735
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -81498,7 +81498,7 @@ var init_listcontacts = __esm(() => {
|
|
|
81498
81498
|
tags: arrayType(stringType()).optional(),
|
|
81499
81499
|
metadata: recordType(anyType()).optional(),
|
|
81500
81500
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
81501
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
81501
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T08:59:21.884Z").transform((v2) => new Date(v2)),
|
|
81502
81502
|
metrics: lazyType(() => ListContactsMetrics$inboundSchema)
|
|
81503
81503
|
}).transform((v2) => {
|
|
81504
81504
|
return remap(v2, {
|
|
@@ -81517,7 +81517,7 @@ var init_listcontacts = __esm(() => {
|
|
|
81517
81517
|
tags: arrayType(stringType()).optional(),
|
|
81518
81518
|
metadata: recordType(anyType()).optional(),
|
|
81519
81519
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
81520
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
81520
|
+
updated: dateType().default(() => new Date("2026-01-19T08:59:21.884Z")).transform((v2) => v2.toISOString()),
|
|
81521
81521
|
metrics: lazyType(() => ListContactsMetrics$outboundSchema)
|
|
81522
81522
|
}).transform((v2) => {
|
|
81523
81523
|
return remap(v2, {
|
|
@@ -81975,7 +81975,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
81975
81975
|
human_review_id: stringType(),
|
|
81976
81976
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
81977
81977
|
reviewed_by_id: stringType(),
|
|
81978
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
81978
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T08:59:35.211Z").transform((v2) => new Date(v2)),
|
|
81979
81979
|
type: literalType("string_array"),
|
|
81980
81980
|
values: arrayType(stringType())
|
|
81981
81981
|
}).transform((v2) => {
|
|
@@ -81992,7 +81992,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
81992
81992
|
humanReviewId: stringType(),
|
|
81993
81993
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
81994
81994
|
reviewedById: stringType(),
|
|
81995
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
81995
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T08:59:35.211Z")).transform((v2) => v2.toISOString()),
|
|
81996
81996
|
type: literalType("string_array"),
|
|
81997
81997
|
values: arrayType(stringType())
|
|
81998
81998
|
}).transform((v2) => {
|
|
@@ -82013,7 +82013,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82013
82013
|
human_review_id: stringType(),
|
|
82014
82014
|
source: ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
|
|
82015
82015
|
reviewed_by_id: stringType(),
|
|
82016
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
82016
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T08:59:35.210Z").transform((v2) => new Date(v2)),
|
|
82017
82017
|
type: literalType("number"),
|
|
82018
82018
|
value: numberType()
|
|
82019
82019
|
}).transform((v2) => {
|
|
@@ -82030,7 +82030,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82030
82030
|
humanReviewId: stringType(),
|
|
82031
82031
|
source: ListDatasetDatapointsEvaluationsSource$outboundSchema.default("orq"),
|
|
82032
82032
|
reviewedById: stringType(),
|
|
82033
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
82033
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T08:59:35.210Z")).transform((v2) => v2.toISOString()),
|
|
82034
82034
|
type: literalType("number"),
|
|
82035
82035
|
value: numberType()
|
|
82036
82036
|
}).transform((v2) => {
|
|
@@ -82051,7 +82051,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82051
82051
|
human_review_id: stringType(),
|
|
82052
82052
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
82053
82053
|
reviewed_by_id: stringType(),
|
|
82054
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
82054
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T08:59:35.210Z").transform((v2) => new Date(v2)),
|
|
82055
82055
|
type: literalType("string"),
|
|
82056
82056
|
value: stringType()
|
|
82057
82057
|
}).transform((v2) => {
|
|
@@ -82068,7 +82068,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82068
82068
|
humanReviewId: stringType(),
|
|
82069
82069
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
82070
82070
|
reviewedById: stringType(),
|
|
82071
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
82071
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T08:59:35.210Z")).transform((v2) => v2.toISOString()),
|
|
82072
82072
|
type: literalType("string"),
|
|
82073
82073
|
value: stringType()
|
|
82074
82074
|
}).transform((v2) => {
|
|
@@ -82111,7 +82111,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82111
82111
|
created_by_id: stringType().optional(),
|
|
82112
82112
|
updated_by_id: stringType().optional(),
|
|
82113
82113
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
82114
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
82114
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T08:59:21.884Z").transform((v2) => new Date(v2))
|
|
82115
82115
|
}).transform((v2) => {
|
|
82116
82116
|
return remap(v2, {
|
|
82117
82117
|
_id: "id",
|
|
@@ -82145,7 +82145,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82145
82145
|
createdById: stringType().optional(),
|
|
82146
82146
|
updatedById: stringType().optional(),
|
|
82147
82147
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
82148
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
82148
|
+
updated: dateType().default(() => new Date("2026-01-19T08:59:21.884Z")).transform((v2) => v2.toISOString())
|
|
82149
82149
|
}).transform((v2) => {
|
|
82150
82150
|
return remap(v2, {
|
|
82151
82151
|
id: "_id",
|
|
@@ -82234,7 +82234,7 @@ var init_listdatasets = __esm(() => {
|
|
|
82234
82234
|
created_by_id: stringType().optional(),
|
|
82235
82235
|
updated_by_id: stringType().optional(),
|
|
82236
82236
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
82237
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
82237
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T08:59:21.884Z").transform((v2) => new Date(v2))
|
|
82238
82238
|
}).transform((v2) => {
|
|
82239
82239
|
return remap(v2, {
|
|
82240
82240
|
_id: "id",
|
|
@@ -82254,7 +82254,7 @@ var init_listdatasets = __esm(() => {
|
|
|
82254
82254
|
createdById: stringType().optional(),
|
|
82255
82255
|
updatedById: stringType().optional(),
|
|
82256
82256
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
82257
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
82257
|
+
updated: dateType().default(() => new Date("2026-01-19T08:59:21.884Z")).transform((v2) => v2.toISOString())
|
|
82258
82258
|
}).transform((v2) => {
|
|
82259
82259
|
return remap(v2, {
|
|
82260
82260
|
id: "_id",
|
|
@@ -82335,7 +82335,7 @@ var init_listdatasources = __esm(() => {
|
|
|
82335
82335
|
ListDatasourcesStatus$inboundSchema = nativeEnumType(ListDatasourcesStatus);
|
|
82336
82336
|
ListDatasourcesStatus$outboundSchema = ListDatasourcesStatus$inboundSchema;
|
|
82337
82337
|
ListDatasourcesData$inboundSchema = objectType({
|
|
82338
|
-
_id: stringType().default("
|
|
82338
|
+
_id: stringType().default("01KFAQP8ATE2PF1FS13BRRBXJJ"),
|
|
82339
82339
|
display_name: stringType(),
|
|
82340
82340
|
description: stringType().optional(),
|
|
82341
82341
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -82358,7 +82358,7 @@ var init_listdatasources = __esm(() => {
|
|
|
82358
82358
|
});
|
|
82359
82359
|
});
|
|
82360
82360
|
ListDatasourcesData$outboundSchema = objectType({
|
|
82361
|
-
id: stringType().default("
|
|
82361
|
+
id: stringType().default("01KFAQP8ATE2PF1FS13BRRBXJJ"),
|
|
82362
82362
|
displayName: stringType(),
|
|
82363
82363
|
description: stringType().optional(),
|
|
82364
82364
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -82481,7 +82481,7 @@ var init_listidentities = __esm(() => {
|
|
|
82481
82481
|
tags: arrayType(stringType()).optional(),
|
|
82482
82482
|
metadata: recordType(anyType()).optional(),
|
|
82483
82483
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
82484
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
82484
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T08:59:21.884Z").transform((v2) => new Date(v2)),
|
|
82485
82485
|
metrics: lazyType(() => ListIdentitiesMetrics$inboundSchema)
|
|
82486
82486
|
}).transform((v2) => {
|
|
82487
82487
|
return remap(v2, {
|
|
@@ -82500,7 +82500,7 @@ var init_listidentities = __esm(() => {
|
|
|
82500
82500
|
tags: arrayType(stringType()).optional(),
|
|
82501
82501
|
metadata: recordType(anyType()).optional(),
|
|
82502
82502
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
82503
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
82503
|
+
updated: dateType().default(() => new Date("2026-01-19T08:59:21.884Z")).transform((v2) => v2.toISOString()),
|
|
82504
82504
|
metrics: lazyType(() => ListIdentitiesMetrics$outboundSchema)
|
|
82505
82505
|
}).transform((v2) => {
|
|
82506
82506
|
return remap(v2, {
|
|
@@ -84773,7 +84773,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
84773
84773
|
tags: arrayType(stringType()).optional(),
|
|
84774
84774
|
metadata: recordType(anyType()).optional(),
|
|
84775
84775
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
84776
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
84776
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T08:59:21.884Z").transform((v2) => new Date(v2))
|
|
84777
84777
|
}).transform((v2) => {
|
|
84778
84778
|
return remap(v2, {
|
|
84779
84779
|
_id: "id",
|
|
@@ -84791,7 +84791,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
84791
84791
|
tags: arrayType(stringType()).optional(),
|
|
84792
84792
|
metadata: recordType(anyType()).optional(),
|
|
84793
84793
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
84794
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
84794
|
+
updated: dateType().default(() => new Date("2026-01-19T08:59:21.884Z")).transform((v2) => v2.toISOString())
|
|
84795
84795
|
}).transform((v2) => {
|
|
84796
84796
|
return remap(v2, {
|
|
84797
84797
|
id: "_id",
|
|
@@ -85197,7 +85197,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85197
85197
|
human_review_id: stringType(),
|
|
85198
85198
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
85199
85199
|
reviewed_by_id: stringType(),
|
|
85200
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
85200
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T08:59:35.221Z").transform((v2) => new Date(v2)),
|
|
85201
85201
|
type: literalType("string_array"),
|
|
85202
85202
|
values: arrayType(stringType())
|
|
85203
85203
|
}).transform((v2) => {
|
|
@@ -85214,7 +85214,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85214
85214
|
humanReviewId: stringType(),
|
|
85215
85215
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
85216
85216
|
reviewedById: stringType(),
|
|
85217
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
85217
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T08:59:35.221Z")).transform((v2) => v2.toISOString()),
|
|
85218
85218
|
type: literalType("string_array"),
|
|
85219
85219
|
values: arrayType(stringType())
|
|
85220
85220
|
}).transform((v2) => {
|
|
@@ -85235,7 +85235,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85235
85235
|
human_review_id: stringType(),
|
|
85236
85236
|
source: RetrieveDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
85237
85237
|
reviewed_by_id: stringType(),
|
|
85238
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
85238
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T08:59:35.220Z").transform((v2) => new Date(v2)),
|
|
85239
85239
|
type: literalType("number"),
|
|
85240
85240
|
value: numberType()
|
|
85241
85241
|
}).transform((v2) => {
|
|
@@ -85252,7 +85252,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85252
85252
|
humanReviewId: stringType(),
|
|
85253
85253
|
source: RetrieveDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
85254
85254
|
reviewedById: stringType(),
|
|
85255
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
85255
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T08:59:35.220Z")).transform((v2) => v2.toISOString()),
|
|
85256
85256
|
type: literalType("number"),
|
|
85257
85257
|
value: numberType()
|
|
85258
85258
|
}).transform((v2) => {
|
|
@@ -85273,7 +85273,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85273
85273
|
human_review_id: stringType(),
|
|
85274
85274
|
source: RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
85275
85275
|
reviewed_by_id: stringType(),
|
|
85276
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
85276
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T08:59:35.220Z").transform((v2) => new Date(v2)),
|
|
85277
85277
|
type: literalType("string"),
|
|
85278
85278
|
value: stringType()
|
|
85279
85279
|
}).transform((v2) => {
|
|
@@ -85290,7 +85290,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85290
85290
|
humanReviewId: stringType(),
|
|
85291
85291
|
source: RetrieveDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
85292
85292
|
reviewedById: stringType(),
|
|
85293
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
85293
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T08:59:35.220Z")).transform((v2) => v2.toISOString()),
|
|
85294
85294
|
type: literalType("string"),
|
|
85295
85295
|
value: stringType()
|
|
85296
85296
|
}).transform((v2) => {
|
|
@@ -85333,7 +85333,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85333
85333
|
created_by_id: stringType().optional(),
|
|
85334
85334
|
updated_by_id: stringType().optional(),
|
|
85335
85335
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
85336
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
85336
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T08:59:21.884Z").transform((v2) => new Date(v2))
|
|
85337
85337
|
}).transform((v2) => {
|
|
85338
85338
|
return remap(v2, {
|
|
85339
85339
|
_id: "id",
|
|
@@ -85367,7 +85367,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85367
85367
|
createdById: stringType().optional(),
|
|
85368
85368
|
updatedById: stringType().optional(),
|
|
85369
85369
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
85370
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
85370
|
+
updated: dateType().default(() => new Date("2026-01-19T08:59:21.884Z")).transform((v2) => v2.toISOString())
|
|
85371
85371
|
}).transform((v2) => {
|
|
85372
85372
|
return remap(v2, {
|
|
85373
85373
|
id: "_id",
|
|
@@ -85427,7 +85427,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
85427
85427
|
created_by_id: stringType().optional(),
|
|
85428
85428
|
updated_by_id: stringType().optional(),
|
|
85429
85429
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
85430
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
85430
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T08:59:21.884Z").transform((v2) => new Date(v2))
|
|
85431
85431
|
}).transform((v2) => {
|
|
85432
85432
|
return remap(v2, {
|
|
85433
85433
|
_id: "id",
|
|
@@ -85447,7 +85447,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
85447
85447
|
createdById: stringType().optional(),
|
|
85448
85448
|
updatedById: stringType().optional(),
|
|
85449
85449
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
85450
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
85450
|
+
updated: dateType().default(() => new Date("2026-01-19T08:59:21.884Z")).transform((v2) => v2.toISOString())
|
|
85451
85451
|
}).transform((v2) => {
|
|
85452
85452
|
return remap(v2, {
|
|
85453
85453
|
id: "_id",
|
|
@@ -85493,7 +85493,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
85493
85493
|
RetrieveDatasourceStatus$inboundSchema = nativeEnumType(RetrieveDatasourceStatus);
|
|
85494
85494
|
RetrieveDatasourceStatus$outboundSchema = RetrieveDatasourceStatus$inboundSchema;
|
|
85495
85495
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
85496
|
-
_id: stringType().default("
|
|
85496
|
+
_id: stringType().default("01KFAQP8AVFENG5ZBXXK4PFBRG"),
|
|
85497
85497
|
display_name: stringType(),
|
|
85498
85498
|
description: stringType().optional(),
|
|
85499
85499
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -85516,7 +85516,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
85516
85516
|
});
|
|
85517
85517
|
});
|
|
85518
85518
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
85519
|
-
id: stringType().default("
|
|
85519
|
+
id: stringType().default("01KFAQP8AVFENG5ZBXXK4PFBRG"),
|
|
85520
85520
|
displayName: stringType(),
|
|
85521
85521
|
description: stringType().optional(),
|
|
85522
85522
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -85560,7 +85560,7 @@ var init_retrieveidentity = __esm(() => {
|
|
|
85560
85560
|
tags: arrayType(stringType()).optional(),
|
|
85561
85561
|
metadata: recordType(anyType()).optional(),
|
|
85562
85562
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
85563
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
85563
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T08:59:21.884Z").transform((v2) => new Date(v2))
|
|
85564
85564
|
}).transform((v2) => {
|
|
85565
85565
|
return remap(v2, {
|
|
85566
85566
|
_id: "id",
|
|
@@ -85578,7 +85578,7 @@ var init_retrieveidentity = __esm(() => {
|
|
|
85578
85578
|
tags: arrayType(stringType()).optional(),
|
|
85579
85579
|
metadata: recordType(anyType()).optional(),
|
|
85580
85580
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
85581
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
85581
|
+
updated: dateType().default(() => new Date("2026-01-19T08:59:21.884Z")).transform((v2) => v2.toISOString())
|
|
85582
85582
|
}).transform((v2) => {
|
|
85583
85583
|
return remap(v2, {
|
|
85584
85584
|
id: "_id",
|
|
@@ -85902,7 +85902,7 @@ var init_retrievetool = __esm(() => {
|
|
|
85902
85902
|
code: stringType()
|
|
85903
85903
|
});
|
|
85904
85904
|
RetrieveToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
85905
|
-
_id: stringType().default("
|
|
85905
|
+
_id: stringType().default("tool_01KFAQP860EW4JWWCWVJ5SW88Z"),
|
|
85906
85906
|
path: stringType(),
|
|
85907
85907
|
key: stringType(),
|
|
85908
85908
|
display_name: stringType().optional(),
|
|
@@ -85930,7 +85930,7 @@ var init_retrievetool = __esm(() => {
|
|
|
85930
85930
|
});
|
|
85931
85931
|
});
|
|
85932
85932
|
RetrieveToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
85933
|
-
id: stringType().default("
|
|
85933
|
+
id: stringType().default("tool_01KFAQP860EW4JWWCWVJ5SW88Z"),
|
|
85934
85934
|
path: stringType(),
|
|
85935
85935
|
key: stringType(),
|
|
85936
85936
|
displayName: stringType().optional(),
|
|
@@ -85980,13 +85980,13 @@ var init_retrievetool = __esm(() => {
|
|
|
85980
85980
|
required: arrayType(stringType()).optional()
|
|
85981
85981
|
});
|
|
85982
85982
|
RetrieveToolResponseBodyTools$inboundSchema = objectType({
|
|
85983
|
-
id: stringType().default("
|
|
85983
|
+
id: stringType().default("01KFAQP85YJ64P9EVR6QKN8VSS"),
|
|
85984
85984
|
name: stringType(),
|
|
85985
85985
|
description: stringType().optional(),
|
|
85986
85986
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$inboundSchema)
|
|
85987
85987
|
});
|
|
85988
85988
|
RetrieveToolResponseBodyTools$outboundSchema = objectType({
|
|
85989
|
-
id: stringType().default("
|
|
85989
|
+
id: stringType().default("01KFAQP85YJ64P9EVR6QKN8VSS"),
|
|
85990
85990
|
name: stringType(),
|
|
85991
85991
|
description: stringType().optional(),
|
|
85992
85992
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -86016,7 +86016,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86016
86016
|
});
|
|
86017
86017
|
});
|
|
86018
86018
|
RetrieveToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
86019
|
-
_id: stringType().default("
|
|
86019
|
+
_id: stringType().default("tool_01KFAQP85X4GT2010DK4YMW957"),
|
|
86020
86020
|
path: stringType(),
|
|
86021
86021
|
key: stringType(),
|
|
86022
86022
|
display_name: stringType().optional(),
|
|
@@ -86043,7 +86043,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86043
86043
|
});
|
|
86044
86044
|
});
|
|
86045
86045
|
RetrieveToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
86046
|
-
id: stringType().default("
|
|
86046
|
+
id: stringType().default("tool_01KFAQP85X4GT2010DK4YMW957"),
|
|
86047
86047
|
path: stringType(),
|
|
86048
86048
|
key: stringType(),
|
|
86049
86049
|
displayName: stringType().optional(),
|
|
@@ -86130,7 +86130,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86130
86130
|
arguments: recordType(lazyType(() => RetrieveToolResponseBodyArguments$outboundSchema)).optional()
|
|
86131
86131
|
});
|
|
86132
86132
|
RetrieveToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
86133
|
-
_id: stringType().default("
|
|
86133
|
+
_id: stringType().default("tool_01KFAQP85T358K6N477BS1JSGT"),
|
|
86134
86134
|
path: stringType(),
|
|
86135
86135
|
key: stringType(),
|
|
86136
86136
|
display_name: stringType().optional(),
|
|
@@ -86157,7 +86157,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86157
86157
|
});
|
|
86158
86158
|
});
|
|
86159
86159
|
RetrieveToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
86160
|
-
id: stringType().default("
|
|
86160
|
+
id: stringType().default("tool_01KFAQP85T358K6N477BS1JSGT"),
|
|
86161
86161
|
path: stringType(),
|
|
86162
86162
|
key: stringType(),
|
|
86163
86163
|
displayName: stringType().optional(),
|
|
@@ -86216,7 +86216,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86216
86216
|
strict: booleanType().optional()
|
|
86217
86217
|
});
|
|
86218
86218
|
RetrieveToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
86219
|
-
_id: stringType().default("
|
|
86219
|
+
_id: stringType().default("tool_01KFAQP85RJMV5WVMKBM21D5C9"),
|
|
86220
86220
|
path: stringType(),
|
|
86221
86221
|
key: stringType(),
|
|
86222
86222
|
display_name: stringType().optional(),
|
|
@@ -86244,7 +86244,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86244
86244
|
});
|
|
86245
86245
|
});
|
|
86246
86246
|
RetrieveToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
86247
|
-
id: stringType().default("
|
|
86247
|
+
id: stringType().default("tool_01KFAQP85RJMV5WVMKBM21D5C9"),
|
|
86248
86248
|
path: stringType(),
|
|
86249
86249
|
key: stringType(),
|
|
86250
86250
|
displayName: stringType().optional(),
|
|
@@ -86306,7 +86306,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86306
86306
|
parameters: lazyType(() => RetrieveToolResponseBodyParameters$outboundSchema).optional()
|
|
86307
86307
|
});
|
|
86308
86308
|
RetrieveToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
86309
|
-
_id: stringType().default("
|
|
86309
|
+
_id: stringType().default("tool_01KFAQP85QWGYAX7VT2Q3YDCEB"),
|
|
86310
86310
|
path: stringType(),
|
|
86311
86311
|
key: stringType(),
|
|
86312
86312
|
display_name: stringType().optional(),
|
|
@@ -86333,7 +86333,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86333
86333
|
});
|
|
86334
86334
|
});
|
|
86335
86335
|
RetrieveToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
86336
|
-
id: stringType().default("
|
|
86336
|
+
id: stringType().default("tool_01KFAQP85QWGYAX7VT2Q3YDCEB"),
|
|
86337
86337
|
path: stringType(),
|
|
86338
86338
|
key: stringType(),
|
|
86339
86339
|
displayName: stringType().optional(),
|
|
@@ -87245,13 +87245,13 @@ var init_runagent = __esm(() => {
|
|
|
87245
87245
|
required: arrayType(stringType()).optional()
|
|
87246
87246
|
});
|
|
87247
87247
|
Tools$inboundSchema2 = objectType({
|
|
87248
|
-
id: stringType().default("
|
|
87248
|
+
id: stringType().default("01KFAQP7QEZ75RZ17KBW7VTE5A"),
|
|
87249
87249
|
name: stringType(),
|
|
87250
87250
|
description: stringType().optional(),
|
|
87251
87251
|
schema: lazyType(() => AgentToolInputRunSchema$inboundSchema)
|
|
87252
87252
|
});
|
|
87253
87253
|
Tools$outboundSchema2 = objectType({
|
|
87254
|
-
id: stringType().default("
|
|
87254
|
+
id: stringType().default("01KFAQP7QEZ75RZ17KBW7VTE5A"),
|
|
87255
87255
|
name: stringType(),
|
|
87256
87256
|
description: stringType().optional(),
|
|
87257
87257
|
schema: lazyType(() => AgentToolInputRunSchema$outboundSchema)
|
|
@@ -89693,13 +89693,13 @@ var init_streamrunagent = __esm(() => {
|
|
|
89693
89693
|
required: arrayType(stringType()).optional()
|
|
89694
89694
|
});
|
|
89695
89695
|
AgentToolInputRunTools$inboundSchema = objectType({
|
|
89696
|
-
id: stringType().default("
|
|
89696
|
+
id: stringType().default("01KFAQP7SV893HZ3H6WSEBJYM0"),
|
|
89697
89697
|
name: stringType(),
|
|
89698
89698
|
description: stringType().optional(),
|
|
89699
89699
|
schema: lazyType(() => StreamRunAgentAgentToolInputRunAgentsSchema$inboundSchema)
|
|
89700
89700
|
});
|
|
89701
89701
|
AgentToolInputRunTools$outboundSchema = objectType({
|
|
89702
|
-
id: stringType().default("
|
|
89702
|
+
id: stringType().default("01KFAQP7SV893HZ3H6WSEBJYM0"),
|
|
89703
89703
|
name: stringType(),
|
|
89704
89704
|
description: stringType().optional(),
|
|
89705
89705
|
schema: lazyType(() => StreamRunAgentAgentToolInputRunAgentsSchema$outboundSchema)
|
|
@@ -92828,7 +92828,7 @@ var init_updatecontact = __esm(() => {
|
|
|
92828
92828
|
tags: arrayType(stringType()).optional(),
|
|
92829
92829
|
metadata: recordType(anyType()).optional(),
|
|
92830
92830
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
92831
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
92831
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T08:59:21.884Z").transform((v2) => new Date(v2))
|
|
92832
92832
|
}).transform((v2) => {
|
|
92833
92833
|
return remap(v2, {
|
|
92834
92834
|
_id: "id",
|
|
@@ -92846,7 +92846,7 @@ var init_updatecontact = __esm(() => {
|
|
|
92846
92846
|
tags: arrayType(stringType()).optional(),
|
|
92847
92847
|
metadata: recordType(anyType()).optional(),
|
|
92848
92848
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
92849
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
92849
|
+
updated: dateType().default(() => new Date("2026-01-19T08:59:21.884Z")).transform((v2) => v2.toISOString())
|
|
92850
92850
|
}).transform((v2) => {
|
|
92851
92851
|
return remap(v2, {
|
|
92852
92852
|
id: "_id",
|
|
@@ -92912,7 +92912,7 @@ var init_updateconversation = __esm(() => {
|
|
|
92912
92912
|
model: nullableType(stringType()).optional()
|
|
92913
92913
|
});
|
|
92914
92914
|
UpdateConversationResponseBody$inboundSchema = objectType({
|
|
92915
|
-
_id: stringType().default("
|
|
92915
|
+
_id: stringType().default("conv_01kfaqp7w93xrvvnbqzx48txtt"),
|
|
92916
92916
|
kind: UpdateConversationKind$inboundSchema,
|
|
92917
92917
|
displayName: stringType(),
|
|
92918
92918
|
createdAt: numberType(),
|
|
@@ -92926,7 +92926,7 @@ var init_updateconversation = __esm(() => {
|
|
|
92926
92926
|
});
|
|
92927
92927
|
});
|
|
92928
92928
|
UpdateConversationResponseBody$outboundSchema = objectType({
|
|
92929
|
-
id: stringType().default("
|
|
92929
|
+
id: stringType().default("conv_01kfaqp7w93xrvvnbqzx48txtt"),
|
|
92930
92930
|
kind: UpdateConversationKind$outboundSchema,
|
|
92931
92931
|
displayName: stringType(),
|
|
92932
92932
|
createdAt: numberType(),
|
|
@@ -93668,7 +93668,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93668
93668
|
human_review_id: stringType(),
|
|
93669
93669
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
93670
93670
|
reviewed_by_id: stringType(),
|
|
93671
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
93671
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T08:59:35.278Z").transform((v2) => new Date(v2)),
|
|
93672
93672
|
type: literalType("string_array"),
|
|
93673
93673
|
values: arrayType(stringType())
|
|
93674
93674
|
}).transform((v2) => {
|
|
@@ -93685,7 +93685,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93685
93685
|
humanReviewId: stringType(),
|
|
93686
93686
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
93687
93687
|
reviewedById: stringType(),
|
|
93688
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
93688
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T08:59:35.278Z")).transform((v2) => v2.toISOString()),
|
|
93689
93689
|
type: literalType("string_array"),
|
|
93690
93690
|
values: arrayType(stringType())
|
|
93691
93691
|
}).transform((v2) => {
|
|
@@ -93706,7 +93706,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93706
93706
|
human_review_id: stringType(),
|
|
93707
93707
|
source: UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
93708
93708
|
reviewed_by_id: stringType(),
|
|
93709
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
93709
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T08:59:35.278Z").transform((v2) => new Date(v2)),
|
|
93710
93710
|
type: literalType("number"),
|
|
93711
93711
|
value: numberType()
|
|
93712
93712
|
}).transform((v2) => {
|
|
@@ -93723,7 +93723,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93723
93723
|
humanReviewId: stringType(),
|
|
93724
93724
|
source: UpdateDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
93725
93725
|
reviewedById: stringType(),
|
|
93726
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
93726
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T08:59:35.278Z")).transform((v2) => v2.toISOString()),
|
|
93727
93727
|
type: literalType("number"),
|
|
93728
93728
|
value: numberType()
|
|
93729
93729
|
}).transform((v2) => {
|
|
@@ -93744,7 +93744,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93744
93744
|
human_review_id: stringType(),
|
|
93745
93745
|
source: UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
93746
93746
|
reviewed_by_id: stringType(),
|
|
93747
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
93747
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T08:59:35.278Z").transform((v2) => new Date(v2)),
|
|
93748
93748
|
type: literalType("string"),
|
|
93749
93749
|
value: stringType()
|
|
93750
93750
|
}).transform((v2) => {
|
|
@@ -93761,7 +93761,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93761
93761
|
humanReviewId: stringType(),
|
|
93762
93762
|
source: UpdateDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
93763
93763
|
reviewedById: stringType(),
|
|
93764
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
93764
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T08:59:35.278Z")).transform((v2) => v2.toISOString()),
|
|
93765
93765
|
type: literalType("string"),
|
|
93766
93766
|
value: stringType()
|
|
93767
93767
|
}).transform((v2) => {
|
|
@@ -93804,7 +93804,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93804
93804
|
created_by_id: stringType().optional(),
|
|
93805
93805
|
updated_by_id: stringType().optional(),
|
|
93806
93806
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
93807
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
93807
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T08:59:21.884Z").transform((v2) => new Date(v2))
|
|
93808
93808
|
}).transform((v2) => {
|
|
93809
93809
|
return remap(v2, {
|
|
93810
93810
|
_id: "id",
|
|
@@ -93838,7 +93838,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93838
93838
|
createdById: stringType().optional(),
|
|
93839
93839
|
updatedById: stringType().optional(),
|
|
93840
93840
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
93841
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
93841
|
+
updated: dateType().default(() => new Date("2026-01-19T08:59:21.884Z")).transform((v2) => v2.toISOString())
|
|
93842
93842
|
}).transform((v2) => {
|
|
93843
93843
|
return remap(v2, {
|
|
93844
93844
|
id: "_id",
|
|
@@ -93922,7 +93922,7 @@ var init_updatedataset = __esm(() => {
|
|
|
93922
93922
|
created_by_id: stringType().optional(),
|
|
93923
93923
|
updated_by_id: stringType().optional(),
|
|
93924
93924
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
93925
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
93925
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T08:59:21.884Z").transform((v2) => new Date(v2))
|
|
93926
93926
|
}).transform((v2) => {
|
|
93927
93927
|
return remap(v2, {
|
|
93928
93928
|
_id: "id",
|
|
@@ -93942,7 +93942,7 @@ var init_updatedataset = __esm(() => {
|
|
|
93942
93942
|
createdById: stringType().optional(),
|
|
93943
93943
|
updatedById: stringType().optional(),
|
|
93944
93944
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
93945
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
93945
|
+
updated: dateType().default(() => new Date("2026-01-19T08:59:21.884Z")).transform((v2) => v2.toISOString())
|
|
93946
93946
|
}).transform((v2) => {
|
|
93947
93947
|
return remap(v2, {
|
|
93948
93948
|
id: "_id",
|
|
@@ -94006,7 +94006,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
94006
94006
|
UpdateDatasourceStatus$inboundSchema = nativeEnumType(UpdateDatasourceStatus);
|
|
94007
94007
|
UpdateDatasourceStatus$outboundSchema = UpdateDatasourceStatus$inboundSchema;
|
|
94008
94008
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
94009
|
-
_id: stringType().default("
|
|
94009
|
+
_id: stringType().default("01KFAQP8AZNEW8AHPX5FGTJB6W"),
|
|
94010
94010
|
display_name: stringType(),
|
|
94011
94011
|
description: stringType().optional(),
|
|
94012
94012
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -94029,7 +94029,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
94029
94029
|
});
|
|
94030
94030
|
});
|
|
94031
94031
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
94032
|
-
id: stringType().default("
|
|
94032
|
+
id: stringType().default("01KFAQP8AZNEW8AHPX5FGTJB6W"),
|
|
94033
94033
|
displayName: stringType(),
|
|
94034
94034
|
description: stringType().optional(),
|
|
94035
94035
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -94642,8 +94642,8 @@ var init_updateeval = __esm(() => {
|
|
|
94642
94642
|
ResponseBodyTypescript$inboundSchema = objectType({
|
|
94643
94643
|
_id: stringType(),
|
|
94644
94644
|
description: stringType(),
|
|
94645
|
-
created: stringType().default("2026-01-
|
|
94646
|
-
updated: stringType().default("2026-01-
|
|
94645
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
94646
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
94647
94647
|
guardrail_config: unionType([
|
|
94648
94648
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
94649
94649
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -94660,8 +94660,8 @@ var init_updateeval = __esm(() => {
|
|
|
94660
94660
|
ResponseBodyTypescript$outboundSchema = objectType({
|
|
94661
94661
|
id: stringType(),
|
|
94662
94662
|
description: stringType(),
|
|
94663
|
-
created: stringType().default("2026-01-
|
|
94664
|
-
updated: stringType().default("2026-01-
|
|
94663
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
94664
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
94665
94665
|
guardrailConfig: unionType([
|
|
94666
94666
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
94667
94667
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -94732,8 +94732,8 @@ var init_updateeval = __esm(() => {
|
|
|
94732
94732
|
ResponseBodyRagas$inboundSchema = objectType({
|
|
94733
94733
|
_id: stringType(),
|
|
94734
94734
|
description: stringType(),
|
|
94735
|
-
created: stringType().default("2026-01-
|
|
94736
|
-
updated: stringType().default("2026-01-
|
|
94735
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
94736
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
94737
94737
|
guardrail_config: unionType([
|
|
94738
94738
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
94739
94739
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -94752,8 +94752,8 @@ var init_updateeval = __esm(() => {
|
|
|
94752
94752
|
ResponseBodyRagas$outboundSchema = objectType({
|
|
94753
94753
|
id: stringType(),
|
|
94754
94754
|
description: stringType(),
|
|
94755
|
-
created: stringType().default("2026-01-
|
|
94756
|
-
updated: stringType().default("2026-01-
|
|
94755
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
94756
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
94757
94757
|
guardrailConfig: unionType([
|
|
94758
94758
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
94759
94759
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -95108,8 +95108,8 @@ var init_updateeval = __esm(() => {
|
|
|
95108
95108
|
ResponseBodyFunction$inboundSchema = objectType({
|
|
95109
95109
|
_id: stringType(),
|
|
95110
95110
|
description: stringType(),
|
|
95111
|
-
created: stringType().default("2026-01-
|
|
95112
|
-
updated: stringType().default("2026-01-
|
|
95111
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
95112
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
95113
95113
|
guardrail_config: unionType([
|
|
95114
95114
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
95115
95115
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -95160,8 +95160,8 @@ var init_updateeval = __esm(() => {
|
|
|
95160
95160
|
ResponseBodyFunction$outboundSchema = objectType({
|
|
95161
95161
|
id: stringType(),
|
|
95162
95162
|
description: stringType(),
|
|
95163
|
-
created: stringType().default("2026-01-
|
|
95164
|
-
updated: stringType().default("2026-01-
|
|
95163
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
95164
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
95165
95165
|
guardrailConfig: unionType([
|
|
95166
95166
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
95167
95167
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -95264,8 +95264,8 @@ var init_updateeval = __esm(() => {
|
|
|
95264
95264
|
UpdateEvalResponseBodyPython$inboundSchema = objectType({
|
|
95265
95265
|
_id: stringType(),
|
|
95266
95266
|
description: stringType(),
|
|
95267
|
-
created: stringType().default("2026-01-
|
|
95268
|
-
updated: stringType().default("2026-01-
|
|
95267
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
95268
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
95269
95269
|
guardrail_config: unionType([
|
|
95270
95270
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
95271
95271
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -95282,8 +95282,8 @@ var init_updateeval = __esm(() => {
|
|
|
95282
95282
|
UpdateEvalResponseBodyPython$outboundSchema = objectType({
|
|
95283
95283
|
id: stringType(),
|
|
95284
95284
|
description: stringType(),
|
|
95285
|
-
created: stringType().default("2026-01-
|
|
95286
|
-
updated: stringType().default("2026-01-
|
|
95285
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
95286
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
95287
95287
|
guardrailConfig: unionType([
|
|
95288
95288
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
95289
95289
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -95354,8 +95354,8 @@ var init_updateeval = __esm(() => {
|
|
|
95354
95354
|
UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
|
|
95355
95355
|
_id: stringType(),
|
|
95356
95356
|
description: stringType(),
|
|
95357
|
-
created: stringType().default("2026-01-
|
|
95358
|
-
updated: stringType().default("2026-01-
|
|
95357
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
95358
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
95359
95359
|
guardrail_config: unionType([
|
|
95360
95360
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
95361
95361
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -95375,8 +95375,8 @@ var init_updateeval = __esm(() => {
|
|
|
95375
95375
|
UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
|
|
95376
95376
|
id: stringType(),
|
|
95377
95377
|
description: stringType(),
|
|
95378
|
-
created: stringType().default("2026-01-
|
|
95379
|
-
updated: stringType().default("2026-01-
|
|
95378
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
95379
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
95380
95380
|
guardrailConfig: unionType([
|
|
95381
95381
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
95382
95382
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -95448,8 +95448,8 @@ var init_updateeval = __esm(() => {
|
|
|
95448
95448
|
UpdateEvalResponseBodyJSON$inboundSchema = objectType({
|
|
95449
95449
|
_id: stringType(),
|
|
95450
95450
|
description: stringType(),
|
|
95451
|
-
created: stringType().default("2026-01-
|
|
95452
|
-
updated: stringType().default("2026-01-
|
|
95451
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
95452
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
95453
95453
|
guardrail_config: unionType([
|
|
95454
95454
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
95455
95455
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -95466,8 +95466,8 @@ var init_updateeval = __esm(() => {
|
|
|
95466
95466
|
UpdateEvalResponseBodyJSON$outboundSchema = objectType({
|
|
95467
95467
|
id: stringType(),
|
|
95468
95468
|
description: stringType(),
|
|
95469
|
-
created: stringType().default("2026-01-
|
|
95470
|
-
updated: stringType().default("2026-01-
|
|
95469
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
95470
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
95471
95471
|
guardrailConfig: unionType([
|
|
95472
95472
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
95473
95473
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -95536,8 +95536,8 @@ var init_updateeval = __esm(() => {
|
|
|
95536
95536
|
UpdateEvalResponseBodyLLM$inboundSchema = objectType({
|
|
95537
95537
|
_id: stringType(),
|
|
95538
95538
|
description: stringType(),
|
|
95539
|
-
created: stringType().default("2026-01-
|
|
95540
|
-
updated: stringType().default("2026-01-
|
|
95539
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
95540
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
95541
95541
|
guardrail_config: unionType([
|
|
95542
95542
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
95543
95543
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -95555,8 +95555,8 @@ var init_updateeval = __esm(() => {
|
|
|
95555
95555
|
UpdateEvalResponseBodyLLM$outboundSchema = objectType({
|
|
95556
95556
|
id: stringType(),
|
|
95557
95557
|
description: stringType(),
|
|
95558
|
-
created: stringType().default("2026-01-
|
|
95559
|
-
updated: stringType().default("2026-01-
|
|
95558
|
+
created: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
95559
|
+
updated: stringType().default("2026-01-19T08:59:24.275Z"),
|
|
95560
95560
|
guardrailConfig: unionType([
|
|
95561
95561
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
95562
95562
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -95645,7 +95645,7 @@ var init_updateidentity = __esm(() => {
|
|
|
95645
95645
|
tags: arrayType(stringType()).optional(),
|
|
95646
95646
|
metadata: recordType(anyType()).optional(),
|
|
95647
95647
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
95648
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
95648
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T08:59:21.884Z").transform((v2) => new Date(v2))
|
|
95649
95649
|
}).transform((v2) => {
|
|
95650
95650
|
return remap(v2, {
|
|
95651
95651
|
_id: "id",
|
|
@@ -95663,7 +95663,7 @@ var init_updateidentity = __esm(() => {
|
|
|
95663
95663
|
tags: arrayType(stringType()).optional(),
|
|
95664
95664
|
metadata: recordType(anyType()).optional(),
|
|
95665
95665
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
95666
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
95666
|
+
updated: dateType().default(() => new Date("2026-01-19T08:59:21.884Z")).transform((v2) => v2.toISOString())
|
|
95667
95667
|
}).transform((v2) => {
|
|
95668
95668
|
return remap(v2, {
|
|
95669
95669
|
id: "_id",
|
|
@@ -98145,13 +98145,13 @@ var init_updatetool = __esm(() => {
|
|
|
98145
98145
|
required: arrayType(stringType()).optional()
|
|
98146
98146
|
});
|
|
98147
98147
|
RequestBodyTools$inboundSchema = objectType({
|
|
98148
|
-
id: stringType().default("
|
|
98148
|
+
id: stringType().default("01KFAQP8547GXZ9A0WKVKRB70C"),
|
|
98149
98149
|
name: stringType(),
|
|
98150
98150
|
description: stringType().optional(),
|
|
98151
98151
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$inboundSchema)
|
|
98152
98152
|
});
|
|
98153
98153
|
RequestBodyTools$outboundSchema = objectType({
|
|
98154
|
-
id: stringType().default("
|
|
98154
|
+
id: stringType().default("01KFAQP8547GXZ9A0WKVKRB70C"),
|
|
98155
98155
|
name: stringType(),
|
|
98156
98156
|
description: stringType().optional(),
|
|
98157
98157
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$outboundSchema)
|
|
@@ -98491,7 +98491,7 @@ var init_updatetool = __esm(() => {
|
|
|
98491
98491
|
code: stringType()
|
|
98492
98492
|
});
|
|
98493
98493
|
UpdateToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
98494
|
-
_id: stringType().default("
|
|
98494
|
+
_id: stringType().default("tool_01KFAQP84VC4JN87GCPMB11QQ9"),
|
|
98495
98495
|
path: stringType(),
|
|
98496
98496
|
key: stringType(),
|
|
98497
98497
|
display_name: stringType().optional(),
|
|
@@ -98519,7 +98519,7 @@ var init_updatetool = __esm(() => {
|
|
|
98519
98519
|
});
|
|
98520
98520
|
});
|
|
98521
98521
|
UpdateToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
98522
|
-
id: stringType().default("
|
|
98522
|
+
id: stringType().default("tool_01KFAQP84VC4JN87GCPMB11QQ9"),
|
|
98523
98523
|
path: stringType(),
|
|
98524
98524
|
key: stringType(),
|
|
98525
98525
|
displayName: stringType().optional(),
|
|
@@ -98569,13 +98569,13 @@ var init_updatetool = __esm(() => {
|
|
|
98569
98569
|
required: arrayType(stringType()).optional()
|
|
98570
98570
|
});
|
|
98571
98571
|
UpdateToolResponseBodyTools$inboundSchema = objectType({
|
|
98572
|
-
id: stringType().default("
|
|
98572
|
+
id: stringType().default("01KFAQP84SFWYPH4CRH97J7M4P"),
|
|
98573
98573
|
name: stringType(),
|
|
98574
98574
|
description: stringType().optional(),
|
|
98575
98575
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$inboundSchema)
|
|
98576
98576
|
});
|
|
98577
98577
|
UpdateToolResponseBodyTools$outboundSchema = objectType({
|
|
98578
|
-
id: stringType().default("
|
|
98578
|
+
id: stringType().default("01KFAQP84SFWYPH4CRH97J7M4P"),
|
|
98579
98579
|
name: stringType(),
|
|
98580
98580
|
description: stringType().optional(),
|
|
98581
98581
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -98605,7 +98605,7 @@ var init_updatetool = __esm(() => {
|
|
|
98605
98605
|
});
|
|
98606
98606
|
});
|
|
98607
98607
|
UpdateToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
98608
|
-
_id: stringType().default("
|
|
98608
|
+
_id: stringType().default("tool_01KFAQP84R939KD4RQ1P1ZBXAN"),
|
|
98609
98609
|
path: stringType(),
|
|
98610
98610
|
key: stringType(),
|
|
98611
98611
|
display_name: stringType().optional(),
|
|
@@ -98632,7 +98632,7 @@ var init_updatetool = __esm(() => {
|
|
|
98632
98632
|
});
|
|
98633
98633
|
});
|
|
98634
98634
|
UpdateToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
98635
|
-
id: stringType().default("
|
|
98635
|
+
id: stringType().default("tool_01KFAQP84R939KD4RQ1P1ZBXAN"),
|
|
98636
98636
|
path: stringType(),
|
|
98637
98637
|
key: stringType(),
|
|
98638
98638
|
displayName: stringType().optional(),
|
|
@@ -98719,7 +98719,7 @@ var init_updatetool = __esm(() => {
|
|
|
98719
98719
|
arguments: recordType(lazyType(() => UpdateToolResponseBodyArguments$outboundSchema)).optional()
|
|
98720
98720
|
});
|
|
98721
98721
|
UpdateToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
98722
|
-
_id: stringType().default("
|
|
98722
|
+
_id: stringType().default("tool_01KFAQP84MRR1FGQ46AR61T34Z"),
|
|
98723
98723
|
path: stringType(),
|
|
98724
98724
|
key: stringType(),
|
|
98725
98725
|
display_name: stringType().optional(),
|
|
@@ -98746,7 +98746,7 @@ var init_updatetool = __esm(() => {
|
|
|
98746
98746
|
});
|
|
98747
98747
|
});
|
|
98748
98748
|
UpdateToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
98749
|
-
id: stringType().default("
|
|
98749
|
+
id: stringType().default("tool_01KFAQP84MRR1FGQ46AR61T34Z"),
|
|
98750
98750
|
path: stringType(),
|
|
98751
98751
|
key: stringType(),
|
|
98752
98752
|
displayName: stringType().optional(),
|
|
@@ -98805,7 +98805,7 @@ var init_updatetool = __esm(() => {
|
|
|
98805
98805
|
strict: booleanType().optional()
|
|
98806
98806
|
});
|
|
98807
98807
|
UpdateToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
98808
|
-
_id: stringType().default("
|
|
98808
|
+
_id: stringType().default("tool_01KFAQP84JG9PB8V42GT7EEGJB"),
|
|
98809
98809
|
path: stringType(),
|
|
98810
98810
|
key: stringType(),
|
|
98811
98811
|
display_name: stringType().optional(),
|
|
@@ -98833,7 +98833,7 @@ var init_updatetool = __esm(() => {
|
|
|
98833
98833
|
});
|
|
98834
98834
|
});
|
|
98835
98835
|
UpdateToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
98836
|
-
id: stringType().default("
|
|
98836
|
+
id: stringType().default("tool_01KFAQP84JG9PB8V42GT7EEGJB"),
|
|
98837
98837
|
path: stringType(),
|
|
98838
98838
|
key: stringType(),
|
|
98839
98839
|
displayName: stringType().optional(),
|
|
@@ -98895,7 +98895,7 @@ var init_updatetool = __esm(() => {
|
|
|
98895
98895
|
parameters: lazyType(() => UpdateToolResponseBodyParameters$outboundSchema).optional()
|
|
98896
98896
|
});
|
|
98897
98897
|
UpdateToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
98898
|
-
_id: stringType().default("
|
|
98898
|
+
_id: stringType().default("tool_01KFAQP84GFX34FG11513F7352"),
|
|
98899
98899
|
path: stringType(),
|
|
98900
98900
|
key: stringType(),
|
|
98901
98901
|
display_name: stringType().optional(),
|
|
@@ -98922,7 +98922,7 @@ var init_updatetool = __esm(() => {
|
|
|
98922
98922
|
});
|
|
98923
98923
|
});
|
|
98924
98924
|
UpdateToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
98925
|
-
id: stringType().default("
|
|
98925
|
+
id: stringType().default("tool_01KFAQP84GFX34FG11513F7352"),
|
|
98926
98926
|
path: stringType(),
|
|
98927
98927
|
key: stringType(),
|
|
98928
98928
|
displayName: stringType().optional(),
|
|
@@ -111499,7 +111499,7 @@ Updates a tool in the workspace.`,
|
|
|
111499
111499
|
function createMCPServer(deps) {
|
|
111500
111500
|
const server = new McpServer({
|
|
111501
111501
|
name: "Orq",
|
|
111502
|
-
version: "4.2.0-rc.
|
|
111502
|
+
version: "4.2.0-rc.39"
|
|
111503
111503
|
});
|
|
111504
111504
|
const client = new OrqCore({
|
|
111505
111505
|
apiKey: deps.apiKey,
|
|
@@ -112933,7 +112933,7 @@ var routes = rn({
|
|
|
112933
112933
|
var app = Ve(routes, {
|
|
112934
112934
|
name: "mcp",
|
|
112935
112935
|
versionInfo: {
|
|
112936
|
-
currentVersion: "4.2.0-rc.
|
|
112936
|
+
currentVersion: "4.2.0-rc.39"
|
|
112937
112937
|
}
|
|
112938
112938
|
});
|
|
112939
112939
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -112941,5 +112941,5 @@ export {
|
|
|
112941
112941
|
app
|
|
112942
112942
|
};
|
|
112943
112943
|
|
|
112944
|
-
//# debugId=
|
|
112944
|
+
//# debugId=452E2CBB0E7262E164756E2164756E21
|
|
112945
112945
|
//# sourceMappingURL=mcp-server.js.map
|