@orq-ai/node 4.2.0-rc.41 → 4.2.0-rc.43
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 +239 -235
- package/bin/mcp-server.js.map +46 -46
- 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/agentinactivestreamingevent.d.ts +2 -0
- package/models/components/agentinactivestreamingevent.d.ts.map +1 -1
- package/models/components/agentinactivestreamingevent.js +4 -0
- package/models/components/agentinactivestreamingevent.js.map +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/agentinactivestreamingevent.ts +6 -0
- 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.43",
|
|
52908
52908
|
genVersion: "2.796.4",
|
|
52909
|
-
userAgent: "speakeasy-sdk/typescript 4.2.0-rc.
|
|
52909
|
+
userAgent: "speakeasy-sdk/typescript 4.2.0-rc.43 2.796.4 2.0 @orq-ai/node"
|
|
52910
52910
|
};
|
|
52911
52911
|
});
|
|
52912
52912
|
|
|
@@ -55019,14 +55019,16 @@ var init_agentinactivestreamingevent = __esm(() => {
|
|
|
55019
55019
|
prompt_tokens: numberType().optional(),
|
|
55020
55020
|
total_tokens: numberType().optional(),
|
|
55021
55021
|
prompt_tokens_details: nullableType(lazyType(() => AgentInactiveStreamingEventPromptTokensDetails$inboundSchema)).optional(),
|
|
55022
|
-
completion_tokens_details: nullableType(lazyType(() => AgentInactiveStreamingEventCompletionTokensDetails$inboundSchema)).optional()
|
|
55022
|
+
completion_tokens_details: nullableType(lazyType(() => AgentInactiveStreamingEventCompletionTokensDetails$inboundSchema)).optional(),
|
|
55023
|
+
time_to_first_token: numberType().optional()
|
|
55023
55024
|
}).transform((v2) => {
|
|
55024
55025
|
return remap(v2, {
|
|
55025
55026
|
completion_tokens: "completionTokens",
|
|
55026
55027
|
prompt_tokens: "promptTokens",
|
|
55027
55028
|
total_tokens: "totalTokens",
|
|
55028
55029
|
prompt_tokens_details: "promptTokensDetails",
|
|
55029
|
-
completion_tokens_details: "completionTokensDetails"
|
|
55030
|
+
completion_tokens_details: "completionTokensDetails",
|
|
55031
|
+
time_to_first_token: "timeToFirstToken"
|
|
55030
55032
|
});
|
|
55031
55033
|
});
|
|
55032
55034
|
AgentInactiveStreamingEventUsage$outboundSchema = objectType({
|
|
@@ -55034,14 +55036,16 @@ var init_agentinactivestreamingevent = __esm(() => {
|
|
|
55034
55036
|
promptTokens: numberType().optional(),
|
|
55035
55037
|
totalTokens: numberType().optional(),
|
|
55036
55038
|
promptTokensDetails: nullableType(lazyType(() => AgentInactiveStreamingEventPromptTokensDetails$outboundSchema)).optional(),
|
|
55037
|
-
completionTokensDetails: nullableType(lazyType(() => AgentInactiveStreamingEventCompletionTokensDetails$outboundSchema)).optional()
|
|
55039
|
+
completionTokensDetails: nullableType(lazyType(() => AgentInactiveStreamingEventCompletionTokensDetails$outboundSchema)).optional(),
|
|
55040
|
+
timeToFirstToken: numberType().optional()
|
|
55038
55041
|
}).transform((v2) => {
|
|
55039
55042
|
return remap(v2, {
|
|
55040
55043
|
completionTokens: "completion_tokens",
|
|
55041
55044
|
promptTokens: "prompt_tokens",
|
|
55042
55045
|
totalTokens: "total_tokens",
|
|
55043
55046
|
promptTokensDetails: "prompt_tokens_details",
|
|
55044
|
-
completionTokensDetails: "completion_tokens_details"
|
|
55047
|
+
completionTokensDetails: "completion_tokens_details",
|
|
55048
|
+
timeToFirstToken: "time_to_first_token"
|
|
55045
55049
|
});
|
|
55046
55050
|
});
|
|
55047
55051
|
AgentInactiveStreamingEventData$inboundSchema = objectType({
|
|
@@ -55936,7 +55940,7 @@ var init_conversationresponse = __esm(() => {
|
|
|
55936
55940
|
model: nullableType(stringType()).optional()
|
|
55937
55941
|
});
|
|
55938
55942
|
ConversationResponse$inboundSchema = objectType({
|
|
55939
|
-
_id: stringType().default("
|
|
55943
|
+
_id: stringType().default("conv_01kfbcvk2z79s7bnphveex5em6"),
|
|
55940
55944
|
kind: ConversationResponseKind$inboundSchema,
|
|
55941
55945
|
displayName: stringType(),
|
|
55942
55946
|
createdAt: numberType(),
|
|
@@ -55950,7 +55954,7 @@ var init_conversationresponse = __esm(() => {
|
|
|
55950
55954
|
});
|
|
55951
55955
|
});
|
|
55952
55956
|
ConversationResponse$outboundSchema = objectType({
|
|
55953
|
-
id: stringType().default("
|
|
55957
|
+
id: stringType().default("conv_01kfbcvk2z79s7bnphveex5em6"),
|
|
55954
55958
|
kind: ConversationResponseKind$outboundSchema,
|
|
55955
55959
|
displayName: stringType(),
|
|
55956
55960
|
createdAt: numberType(),
|
|
@@ -56050,7 +56054,7 @@ var init_conversationwithmessagesresponse = __esm(() => {
|
|
|
56050
56054
|
model: nullableType(stringType()).optional()
|
|
56051
56055
|
});
|
|
56052
56056
|
ConversationWithMessagesResponse$inboundSchema = objectType({
|
|
56053
|
-
_id: stringType().default("
|
|
56057
|
+
_id: stringType().default("conv_01kfbcvk35xmzjzcqjwxtv6ja8"),
|
|
56054
56058
|
kind: ConversationWithMessagesResponseKind$inboundSchema,
|
|
56055
56059
|
displayName: stringType(),
|
|
56056
56060
|
createdAt: numberType(),
|
|
@@ -56065,7 +56069,7 @@ var init_conversationwithmessagesresponse = __esm(() => {
|
|
|
56065
56069
|
});
|
|
56066
56070
|
});
|
|
56067
56071
|
ConversationWithMessagesResponse$outboundSchema = objectType({
|
|
56068
|
-
id: stringType().default("
|
|
56072
|
+
id: stringType().default("conv_01kfbcvk35xmzjzcqjwxtv6ja8"),
|
|
56069
56073
|
kind: ConversationWithMessagesResponseKind$outboundSchema,
|
|
56070
56074
|
displayName: stringType(),
|
|
56071
56075
|
createdAt: numberType(),
|
|
@@ -57559,7 +57563,7 @@ var init_reasoningpart = __esm(() => {
|
|
|
57559
57563
|
init_esm();
|
|
57560
57564
|
init_primitives();
|
|
57561
57565
|
ReasoningPart$inboundSchema = objectType({
|
|
57562
|
-
_id: stringType().default("
|
|
57566
|
+
_id: stringType().default("reasoning_01kfbcvjqxgszv6vycctrejv57"),
|
|
57563
57567
|
metadata: recordType(anyType()).optional(),
|
|
57564
57568
|
kind: literalType("reasoning"),
|
|
57565
57569
|
reasoning: stringType(),
|
|
@@ -57570,7 +57574,7 @@ var init_reasoningpart = __esm(() => {
|
|
|
57570
57574
|
});
|
|
57571
57575
|
});
|
|
57572
57576
|
ReasoningPart$outboundSchema = objectType({
|
|
57573
|
-
id: stringType().default("
|
|
57577
|
+
id: stringType().default("reasoning_01kfbcvjqxgszv6vycctrejv57"),
|
|
57574
57578
|
metadata: recordType(anyType()).optional(),
|
|
57575
57579
|
kind: literalType("reasoning"),
|
|
57576
57580
|
reasoning: stringType(),
|
|
@@ -57640,7 +57644,7 @@ var init_partdoneevent = __esm(() => {
|
|
|
57640
57644
|
PartKind$inboundSchema = nativeEnumType(PartKind);
|
|
57641
57645
|
PartKind$outboundSchema = PartKind$inboundSchema;
|
|
57642
57646
|
PartReasoningPart$inboundSchema = objectType({
|
|
57643
|
-
_id: stringType().default("
|
|
57647
|
+
_id: stringType().default("reasoning_01kfbcvjr3zv0bt71n3xb6fvar"),
|
|
57644
57648
|
metadata: recordType(anyType()).optional(),
|
|
57645
57649
|
kind: PartKind$inboundSchema,
|
|
57646
57650
|
reasoning: stringType(),
|
|
@@ -57651,7 +57655,7 @@ var init_partdoneevent = __esm(() => {
|
|
|
57651
57655
|
});
|
|
57652
57656
|
});
|
|
57653
57657
|
PartReasoningPart$outboundSchema = objectType({
|
|
57654
|
-
id: stringType().default("
|
|
57658
|
+
id: stringType().default("reasoning_01kfbcvjr3zv0bt71n3xb6fvar"),
|
|
57655
57659
|
metadata: recordType(anyType()).optional(),
|
|
57656
57660
|
kind: PartKind$outboundSchema,
|
|
57657
57661
|
reasoning: stringType(),
|
|
@@ -63218,7 +63222,7 @@ var init_createcontact = __esm(() => {
|
|
|
63218
63222
|
tags: arrayType(stringType()).optional(),
|
|
63219
63223
|
metadata: recordType(anyType()).optional(),
|
|
63220
63224
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63221
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
63225
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:09:18.129Z").transform((v2) => new Date(v2))
|
|
63222
63226
|
}).transform((v2) => {
|
|
63223
63227
|
return remap(v2, {
|
|
63224
63228
|
_id: "id",
|
|
@@ -63238,7 +63242,7 @@ var init_createcontact = __esm(() => {
|
|
|
63238
63242
|
tags: arrayType(stringType()).optional(),
|
|
63239
63243
|
metadata: recordType(anyType()).optional(),
|
|
63240
63244
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63241
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
63245
|
+
updated: dateType().default(() => new Date("2026-01-19T15:09:18.129Z")).transform((v2) => v2.toISOString())
|
|
63242
63246
|
}).transform((v2) => {
|
|
63243
63247
|
return remap(v2, {
|
|
63244
63248
|
id: "_id",
|
|
@@ -63291,7 +63295,7 @@ var init_createconversation = __esm(() => {
|
|
|
63291
63295
|
model: nullableType(stringType()).optional()
|
|
63292
63296
|
});
|
|
63293
63297
|
CreateConversationResponseBody$inboundSchema = objectType({
|
|
63294
|
-
_id: stringType().default("
|
|
63298
|
+
_id: stringType().default("conv_01kfbcvk31bep9ey1kmwxbeqrx"),
|
|
63295
63299
|
kind: CreateConversationKind$inboundSchema,
|
|
63296
63300
|
displayName: stringType(),
|
|
63297
63301
|
createdAt: numberType(),
|
|
@@ -63305,7 +63309,7 @@ var init_createconversation = __esm(() => {
|
|
|
63305
63309
|
});
|
|
63306
63310
|
});
|
|
63307
63311
|
CreateConversationResponseBody$outboundSchema = objectType({
|
|
63308
|
-
id: stringType().default("
|
|
63312
|
+
id: stringType().default("conv_01kfbcvk31bep9ey1kmwxbeqrx"),
|
|
63309
63313
|
kind: CreateConversationKind$outboundSchema,
|
|
63310
63314
|
displayName: stringType(),
|
|
63311
63315
|
createdAt: numberType(),
|
|
@@ -63381,7 +63385,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63381
63385
|
PartKind$inboundSchema2 = nativeEnumType(PartKind2);
|
|
63382
63386
|
PartKind$outboundSchema2 = PartKind$inboundSchema2;
|
|
63383
63387
|
PartReasoningPart$inboundSchema2 = objectType({
|
|
63384
|
-
_id: stringType().default("
|
|
63388
|
+
_id: stringType().default("reasoning_01kfbcvk3x3zkds0p58jy1ecjg"),
|
|
63385
63389
|
metadata: recordType(anyType()).optional(),
|
|
63386
63390
|
kind: PartKind$inboundSchema2,
|
|
63387
63391
|
reasoning: stringType(),
|
|
@@ -63392,7 +63396,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63392
63396
|
});
|
|
63393
63397
|
});
|
|
63394
63398
|
PartReasoningPart$outboundSchema2 = objectType({
|
|
63395
|
-
id: stringType().default("
|
|
63399
|
+
id: stringType().default("reasoning_01kfbcvk3x3zkds0p58jy1ecjg"),
|
|
63396
63400
|
metadata: recordType(anyType()).optional(),
|
|
63397
63401
|
kind: PartKind$outboundSchema2,
|
|
63398
63402
|
reasoning: stringType(),
|
|
@@ -63425,7 +63429,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63425
63429
|
DeltaKind$inboundSchema = nativeEnumType(DeltaKind);
|
|
63426
63430
|
DeltaKind$outboundSchema = DeltaKind$inboundSchema;
|
|
63427
63431
|
ReasoningPart$inboundSchema2 = objectType({
|
|
63428
|
-
_id: stringType().default("
|
|
63432
|
+
_id: stringType().default("reasoning_01kfbcvk3s887b6pq87wmtf49f"),
|
|
63429
63433
|
metadata: recordType(anyType()).optional(),
|
|
63430
63434
|
kind: DeltaKind$inboundSchema,
|
|
63431
63435
|
reasoning: stringType(),
|
|
@@ -63436,7 +63440,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63436
63440
|
});
|
|
63437
63441
|
});
|
|
63438
63442
|
ReasoningPart$outboundSchema2 = objectType({
|
|
63439
|
-
id: stringType().default("
|
|
63443
|
+
id: stringType().default("reasoning_01kfbcvk3s887b6pq87wmtf49f"),
|
|
63440
63444
|
metadata: recordType(anyType()).optional(),
|
|
63441
63445
|
kind: DeltaKind$outboundSchema,
|
|
63442
63446
|
reasoning: stringType(),
|
|
@@ -63575,7 +63579,7 @@ var init_createdataset = __esm(() => {
|
|
|
63575
63579
|
created_by_id: stringType().optional(),
|
|
63576
63580
|
updated_by_id: stringType().optional(),
|
|
63577
63581
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63578
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
63582
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:09:18.129Z").transform((v2) => new Date(v2))
|
|
63579
63583
|
}).transform((v2) => {
|
|
63580
63584
|
return remap(v2, {
|
|
63581
63585
|
_id: "id",
|
|
@@ -63595,7 +63599,7 @@ var init_createdataset = __esm(() => {
|
|
|
63595
63599
|
createdById: stringType().optional(),
|
|
63596
63600
|
updatedById: stringType().optional(),
|
|
63597
63601
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63598
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
63602
|
+
updated: dateType().default(() => new Date("2026-01-19T15:09:18.129Z")).transform((v2) => v2.toISOString())
|
|
63599
63603
|
}).transform((v2) => {
|
|
63600
63604
|
return remap(v2, {
|
|
63601
63605
|
id: "_id",
|
|
@@ -64331,7 +64335,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64331
64335
|
human_review_id: stringType(),
|
|
64332
64336
|
source: CreateDatasetItemEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
64333
64337
|
reviewed_by_id: stringType(),
|
|
64334
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
64338
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:09:30.709Z").transform((v2) => new Date(v2)),
|
|
64335
64339
|
type: literalType("string_array"),
|
|
64336
64340
|
values: arrayType(stringType())
|
|
64337
64341
|
}).transform((v2) => {
|
|
@@ -64348,7 +64352,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64348
64352
|
humanReviewId: stringType(),
|
|
64349
64353
|
source: CreateDatasetItemEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
64350
64354
|
reviewedById: stringType(),
|
|
64351
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
64355
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:09:30.709Z")).transform((v2) => v2.toISOString()),
|
|
64352
64356
|
type: literalType("string_array"),
|
|
64353
64357
|
values: arrayType(stringType())
|
|
64354
64358
|
}).transform((v2) => {
|
|
@@ -64369,7 +64373,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64369
64373
|
human_review_id: stringType(),
|
|
64370
64374
|
source: CreateDatasetItemEvaluationsSource$inboundSchema.default("orq"),
|
|
64371
64375
|
reviewed_by_id: stringType(),
|
|
64372
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
64376
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:09:30.709Z").transform((v2) => new Date(v2)),
|
|
64373
64377
|
type: literalType("number"),
|
|
64374
64378
|
value: numberType()
|
|
64375
64379
|
}).transform((v2) => {
|
|
@@ -64386,7 +64390,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64386
64390
|
humanReviewId: stringType(),
|
|
64387
64391
|
source: CreateDatasetItemEvaluationsSource$outboundSchema.default("orq"),
|
|
64388
64392
|
reviewedById: stringType(),
|
|
64389
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
64393
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:09:30.709Z")).transform((v2) => v2.toISOString()),
|
|
64390
64394
|
type: literalType("number"),
|
|
64391
64395
|
value: numberType()
|
|
64392
64396
|
}).transform((v2) => {
|
|
@@ -64407,7 +64411,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64407
64411
|
human_review_id: stringType(),
|
|
64408
64412
|
source: EvaluationsSource$inboundSchema.default("orq"),
|
|
64409
64413
|
reviewed_by_id: stringType(),
|
|
64410
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
64414
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:09:30.708Z").transform((v2) => new Date(v2)),
|
|
64411
64415
|
type: literalType("string"),
|
|
64412
64416
|
value: stringType()
|
|
64413
64417
|
}).transform((v2) => {
|
|
@@ -64424,7 +64428,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64424
64428
|
humanReviewId: stringType(),
|
|
64425
64429
|
source: EvaluationsSource$outboundSchema.default("orq"),
|
|
64426
64430
|
reviewedById: stringType(),
|
|
64427
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
64431
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:09:30.708Z")).transform((v2) => v2.toISOString()),
|
|
64428
64432
|
type: literalType("string"),
|
|
64429
64433
|
value: stringType()
|
|
64430
64434
|
}).transform((v2) => {
|
|
@@ -64467,7 +64471,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64467
64471
|
created_by_id: stringType().optional(),
|
|
64468
64472
|
updated_by_id: stringType().optional(),
|
|
64469
64473
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
64470
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
64474
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:09:18.129Z").transform((v2) => new Date(v2))
|
|
64471
64475
|
}).transform((v2) => {
|
|
64472
64476
|
return remap(v2, {
|
|
64473
64477
|
_id: "id",
|
|
@@ -64501,7 +64505,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64501
64505
|
createdById: stringType().optional(),
|
|
64502
64506
|
updatedById: stringType().optional(),
|
|
64503
64507
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
64504
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
64508
|
+
updated: dateType().default(() => new Date("2026-01-19T15:09:18.129Z")).transform((v2) => v2.toISOString())
|
|
64505
64509
|
}).transform((v2) => {
|
|
64506
64510
|
return remap(v2, {
|
|
64507
64511
|
id: "_id",
|
|
@@ -64670,7 +64674,7 @@ var init_createdatasource = __esm(() => {
|
|
|
64670
64674
|
CreateDatasourceStatus$inboundSchema = nativeEnumType(CreateDatasourceStatus);
|
|
64671
64675
|
CreateDatasourceStatus$outboundSchema = CreateDatasourceStatus$inboundSchema;
|
|
64672
64676
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
64673
|
-
_id: stringType().default("
|
|
64677
|
+
_id: stringType().default("01KFBCVKKB04MW4M0ADD7Q07S7"),
|
|
64674
64678
|
display_name: stringType(),
|
|
64675
64679
|
description: stringType().optional(),
|
|
64676
64680
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -64693,7 +64697,7 @@ var init_createdatasource = __esm(() => {
|
|
|
64693
64697
|
});
|
|
64694
64698
|
});
|
|
64695
64699
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
64696
|
-
id: stringType().default("
|
|
64700
|
+
id: stringType().default("01KFBCVKKB04MW4M0ADD7Q07S7"),
|
|
64697
64701
|
displayName: stringType(),
|
|
64698
64702
|
description: stringType().optional(),
|
|
64699
64703
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -65280,8 +65284,8 @@ var init_createeval = __esm(() => {
|
|
|
65280
65284
|
Typescript$inboundSchema = objectType({
|
|
65281
65285
|
_id: stringType(),
|
|
65282
65286
|
description: stringType(),
|
|
65283
|
-
created: stringType().default("2026-01-
|
|
65284
|
-
updated: stringType().default("2026-01-
|
|
65287
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
65288
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
65285
65289
|
guardrail_config: unionType([
|
|
65286
65290
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
65287
65291
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -65298,8 +65302,8 @@ var init_createeval = __esm(() => {
|
|
|
65298
65302
|
Typescript$outboundSchema = objectType({
|
|
65299
65303
|
id: stringType(),
|
|
65300
65304
|
description: stringType(),
|
|
65301
|
-
created: stringType().default("2026-01-
|
|
65302
|
-
updated: stringType().default("2026-01-
|
|
65305
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
65306
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
65303
65307
|
guardrailConfig: unionType([
|
|
65304
65308
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
65305
65309
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -65370,8 +65374,8 @@ var init_createeval = __esm(() => {
|
|
|
65370
65374
|
Ragas$inboundSchema = objectType({
|
|
65371
65375
|
_id: stringType(),
|
|
65372
65376
|
description: stringType(),
|
|
65373
|
-
created: stringType().default("2026-01-
|
|
65374
|
-
updated: stringType().default("2026-01-
|
|
65377
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
65378
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
65375
65379
|
guardrail_config: unionType([
|
|
65376
65380
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
65377
65381
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -65390,8 +65394,8 @@ var init_createeval = __esm(() => {
|
|
|
65390
65394
|
Ragas$outboundSchema = objectType({
|
|
65391
65395
|
id: stringType(),
|
|
65392
65396
|
description: stringType(),
|
|
65393
|
-
created: stringType().default("2026-01-
|
|
65394
|
-
updated: stringType().default("2026-01-
|
|
65397
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
65398
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
65395
65399
|
guardrailConfig: unionType([
|
|
65396
65400
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
65397
65401
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -65746,8 +65750,8 @@ var init_createeval = __esm(() => {
|
|
|
65746
65750
|
CreateEvalResponseBodyFunction$inboundSchema = objectType({
|
|
65747
65751
|
_id: stringType(),
|
|
65748
65752
|
description: stringType(),
|
|
65749
|
-
created: stringType().default("2026-01-
|
|
65750
|
-
updated: stringType().default("2026-01-
|
|
65753
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
65754
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
65751
65755
|
guardrail_config: unionType([
|
|
65752
65756
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
65753
65757
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -65798,8 +65802,8 @@ var init_createeval = __esm(() => {
|
|
|
65798
65802
|
CreateEvalResponseBodyFunction$outboundSchema = objectType({
|
|
65799
65803
|
id: stringType(),
|
|
65800
65804
|
description: stringType(),
|
|
65801
|
-
created: stringType().default("2026-01-
|
|
65802
|
-
updated: stringType().default("2026-01-
|
|
65805
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
65806
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
65803
65807
|
guardrailConfig: unionType([
|
|
65804
65808
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
65805
65809
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -65902,8 +65906,8 @@ var init_createeval = __esm(() => {
|
|
|
65902
65906
|
ResponseBodyPython$inboundSchema = objectType({
|
|
65903
65907
|
_id: stringType(),
|
|
65904
65908
|
description: stringType(),
|
|
65905
|
-
created: stringType().default("2026-01-
|
|
65906
|
-
updated: stringType().default("2026-01-
|
|
65909
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
65910
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
65907
65911
|
guardrail_config: unionType([
|
|
65908
65912
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
65909
65913
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -65920,8 +65924,8 @@ var init_createeval = __esm(() => {
|
|
|
65920
65924
|
ResponseBodyPython$outboundSchema = objectType({
|
|
65921
65925
|
id: stringType(),
|
|
65922
65926
|
description: stringType(),
|
|
65923
|
-
created: stringType().default("2026-01-
|
|
65924
|
-
updated: stringType().default("2026-01-
|
|
65927
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
65928
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
65925
65929
|
guardrailConfig: unionType([
|
|
65926
65930
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
65927
65931
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -65992,8 +65996,8 @@ var init_createeval = __esm(() => {
|
|
|
65992
65996
|
ResponseBodyHTTP$inboundSchema = objectType({
|
|
65993
65997
|
_id: stringType(),
|
|
65994
65998
|
description: stringType(),
|
|
65995
|
-
created: stringType().default("2026-01-
|
|
65996
|
-
updated: stringType().default("2026-01-
|
|
65999
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
66000
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
65997
66001
|
guardrail_config: unionType([
|
|
65998
66002
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
65999
66003
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -66013,8 +66017,8 @@ var init_createeval = __esm(() => {
|
|
|
66013
66017
|
ResponseBodyHTTP$outboundSchema = objectType({
|
|
66014
66018
|
id: stringType(),
|
|
66015
66019
|
description: stringType(),
|
|
66016
|
-
created: stringType().default("2026-01-
|
|
66017
|
-
updated: stringType().default("2026-01-
|
|
66020
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
66021
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
66018
66022
|
guardrailConfig: unionType([
|
|
66019
66023
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
66020
66024
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -66086,8 +66090,8 @@ var init_createeval = __esm(() => {
|
|
|
66086
66090
|
ResponseBodyJSON$inboundSchema = objectType({
|
|
66087
66091
|
_id: stringType(),
|
|
66088
66092
|
description: stringType(),
|
|
66089
|
-
created: stringType().default("2026-01-
|
|
66090
|
-
updated: stringType().default("2026-01-
|
|
66093
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
66094
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
66091
66095
|
guardrail_config: unionType([
|
|
66092
66096
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
66093
66097
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -66104,8 +66108,8 @@ var init_createeval = __esm(() => {
|
|
|
66104
66108
|
ResponseBodyJSON$outboundSchema = objectType({
|
|
66105
66109
|
id: stringType(),
|
|
66106
66110
|
description: stringType(),
|
|
66107
|
-
created: stringType().default("2026-01-
|
|
66108
|
-
updated: stringType().default("2026-01-
|
|
66111
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
66112
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
66109
66113
|
guardrailConfig: unionType([
|
|
66110
66114
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
66111
66115
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -66174,8 +66178,8 @@ var init_createeval = __esm(() => {
|
|
|
66174
66178
|
ResponseBodyLLM$inboundSchema = objectType({
|
|
66175
66179
|
_id: stringType(),
|
|
66176
66180
|
description: stringType(),
|
|
66177
|
-
created: stringType().default("2026-01-
|
|
66178
|
-
updated: stringType().default("2026-01-
|
|
66181
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
66182
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
66179
66183
|
guardrail_config: unionType([
|
|
66180
66184
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
66181
66185
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -66193,8 +66197,8 @@ var init_createeval = __esm(() => {
|
|
|
66193
66197
|
ResponseBodyLLM$outboundSchema = objectType({
|
|
66194
66198
|
id: stringType(),
|
|
66195
66199
|
description: stringType(),
|
|
66196
|
-
created: stringType().default("2026-01-
|
|
66197
|
-
updated: stringType().default("2026-01-
|
|
66200
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
66201
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
66198
66202
|
guardrailConfig: unionType([
|
|
66199
66203
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
66200
66204
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -66323,7 +66327,7 @@ var init_createidentity = __esm(() => {
|
|
|
66323
66327
|
tags: arrayType(stringType()).optional(),
|
|
66324
66328
|
metadata: recordType(anyType()).optional(),
|
|
66325
66329
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
66326
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
66330
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:09:18.129Z").transform((v2) => new Date(v2))
|
|
66327
66331
|
}).transform((v2) => {
|
|
66328
66332
|
return remap(v2, {
|
|
66329
66333
|
_id: "id",
|
|
@@ -66343,7 +66347,7 @@ var init_createidentity = __esm(() => {
|
|
|
66343
66347
|
tags: arrayType(stringType()).optional(),
|
|
66344
66348
|
metadata: recordType(anyType()).optional(),
|
|
66345
66349
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
66346
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
66350
|
+
updated: dateType().default(() => new Date("2026-01-19T15:09:18.129Z")).transform((v2) => v2.toISOString())
|
|
66347
66351
|
}).transform((v2) => {
|
|
66348
66352
|
return remap(v2, {
|
|
66349
66353
|
id: "_id",
|
|
@@ -69164,7 +69168,7 @@ var init_createtool = __esm(() => {
|
|
|
69164
69168
|
code: stringType()
|
|
69165
69169
|
});
|
|
69166
69170
|
ResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
69167
|
-
_id: stringType().default("
|
|
69171
|
+
_id: stringType().default("tool_01KFBCVKDGD12PZF62R6H6P2S3"),
|
|
69168
69172
|
path: stringType(),
|
|
69169
69173
|
key: stringType(),
|
|
69170
69174
|
display_name: stringType().optional(),
|
|
@@ -69192,7 +69196,7 @@ var init_createtool = __esm(() => {
|
|
|
69192
69196
|
});
|
|
69193
69197
|
});
|
|
69194
69198
|
ResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
69195
|
-
id: stringType().default("
|
|
69199
|
+
id: stringType().default("tool_01KFBCVKDGD12PZF62R6H6P2S3"),
|
|
69196
69200
|
path: stringType(),
|
|
69197
69201
|
key: stringType(),
|
|
69198
69202
|
displayName: stringType().optional(),
|
|
@@ -69242,13 +69246,13 @@ var init_createtool = __esm(() => {
|
|
|
69242
69246
|
required: arrayType(stringType()).optional()
|
|
69243
69247
|
});
|
|
69244
69248
|
ResponseBodyTools$inboundSchema = objectType({
|
|
69245
|
-
id: stringType().default("
|
|
69249
|
+
id: stringType().default("01KFBCVKDF0CR1HT9XW9AZ487Z"),
|
|
69246
69250
|
name: stringType(),
|
|
69247
69251
|
description: stringType().optional(),
|
|
69248
69252
|
schema: lazyType(() => CreateToolResponseBodySchema$inboundSchema)
|
|
69249
69253
|
});
|
|
69250
69254
|
ResponseBodyTools$outboundSchema = objectType({
|
|
69251
|
-
id: stringType().default("
|
|
69255
|
+
id: stringType().default("01KFBCVKDF0CR1HT9XW9AZ487Z"),
|
|
69252
69256
|
name: stringType(),
|
|
69253
69257
|
description: stringType().optional(),
|
|
69254
69258
|
schema: lazyType(() => CreateToolResponseBodySchema$outboundSchema)
|
|
@@ -69278,7 +69282,7 @@ var init_createtool = __esm(() => {
|
|
|
69278
69282
|
});
|
|
69279
69283
|
});
|
|
69280
69284
|
ResponseBodyMCPTool$inboundSchema = objectType({
|
|
69281
|
-
_id: stringType().default("
|
|
69285
|
+
_id: stringType().default("tool_01KFBCVKDBW6NWFARH53V2VW52"),
|
|
69282
69286
|
path: stringType(),
|
|
69283
69287
|
key: stringType(),
|
|
69284
69288
|
display_name: stringType().optional(),
|
|
@@ -69305,7 +69309,7 @@ var init_createtool = __esm(() => {
|
|
|
69305
69309
|
});
|
|
69306
69310
|
});
|
|
69307
69311
|
ResponseBodyMCPTool$outboundSchema = objectType({
|
|
69308
|
-
id: stringType().default("
|
|
69312
|
+
id: stringType().default("tool_01KFBCVKDBW6NWFARH53V2VW52"),
|
|
69309
69313
|
path: stringType(),
|
|
69310
69314
|
key: stringType(),
|
|
69311
69315
|
displayName: stringType().optional(),
|
|
@@ -69392,7 +69396,7 @@ var init_createtool = __esm(() => {
|
|
|
69392
69396
|
arguments: recordType(lazyType(() => ResponseBodyArguments$outboundSchema)).optional()
|
|
69393
69397
|
});
|
|
69394
69398
|
ResponseBodyHTTPTool$inboundSchema = objectType({
|
|
69395
|
-
_id: stringType().default("
|
|
69399
|
+
_id: stringType().default("tool_01KFBCVKD9GBWMX131V90Y5AY0"),
|
|
69396
69400
|
path: stringType(),
|
|
69397
69401
|
key: stringType(),
|
|
69398
69402
|
display_name: stringType().optional(),
|
|
@@ -69419,7 +69423,7 @@ var init_createtool = __esm(() => {
|
|
|
69419
69423
|
});
|
|
69420
69424
|
});
|
|
69421
69425
|
ResponseBodyHTTPTool$outboundSchema = objectType({
|
|
69422
|
-
id: stringType().default("
|
|
69426
|
+
id: stringType().default("tool_01KFBCVKD9GBWMX131V90Y5AY0"),
|
|
69423
69427
|
path: stringType(),
|
|
69424
69428
|
key: stringType(),
|
|
69425
69429
|
displayName: stringType().optional(),
|
|
@@ -69478,7 +69482,7 @@ var init_createtool = __esm(() => {
|
|
|
69478
69482
|
strict: booleanType().optional()
|
|
69479
69483
|
});
|
|
69480
69484
|
ResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
69481
|
-
_id: stringType().default("
|
|
69485
|
+
_id: stringType().default("tool_01KFBCVKD73PEBBXP3JWGYSAD4"),
|
|
69482
69486
|
path: stringType(),
|
|
69483
69487
|
key: stringType(),
|
|
69484
69488
|
display_name: stringType().optional(),
|
|
@@ -69506,7 +69510,7 @@ var init_createtool = __esm(() => {
|
|
|
69506
69510
|
});
|
|
69507
69511
|
});
|
|
69508
69512
|
ResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
69509
|
-
id: stringType().default("
|
|
69513
|
+
id: stringType().default("tool_01KFBCVKD73PEBBXP3JWGYSAD4"),
|
|
69510
69514
|
path: stringType(),
|
|
69511
69515
|
key: stringType(),
|
|
69512
69516
|
displayName: stringType().optional(),
|
|
@@ -69568,7 +69572,7 @@ var init_createtool = __esm(() => {
|
|
|
69568
69572
|
parameters: lazyType(() => ResponseBodyParameters$outboundSchema).optional()
|
|
69569
69573
|
});
|
|
69570
69574
|
ResponseBodyFunctionTool$inboundSchema = objectType({
|
|
69571
|
-
_id: stringType().default("
|
|
69575
|
+
_id: stringType().default("tool_01KFBCVKD60VVN1WCGCF3W5B40"),
|
|
69572
69576
|
path: stringType(),
|
|
69573
69577
|
key: stringType(),
|
|
69574
69578
|
display_name: stringType().optional(),
|
|
@@ -69595,7 +69599,7 @@ var init_createtool = __esm(() => {
|
|
|
69595
69599
|
});
|
|
69596
69600
|
});
|
|
69597
69601
|
ResponseBodyFunctionTool$outboundSchema = objectType({
|
|
69598
|
-
id: stringType().default("
|
|
69602
|
+
id: stringType().default("tool_01KFBCVKD60VVN1WCGCF3W5B40"),
|
|
69599
69603
|
path: stringType(),
|
|
69600
69604
|
key: stringType(),
|
|
69601
69605
|
displayName: stringType().optional(),
|
|
@@ -74792,7 +74796,7 @@ var init_fileget = __esm(() => {
|
|
|
74792
74796
|
bytes: numberType(),
|
|
74793
74797
|
file_name: stringType(),
|
|
74794
74798
|
workspace_id: stringType(),
|
|
74795
|
-
created: stringType().datetime({ offset: true }).default("2026-01-
|
|
74799
|
+
created: stringType().datetime({ offset: true }).default("2026-01-19T15:09:21.418Z").transform((v2) => new Date(v2))
|
|
74796
74800
|
}).transform((v2) => {
|
|
74797
74801
|
return remap(v2, {
|
|
74798
74802
|
_id: "id",
|
|
@@ -74808,7 +74812,7 @@ var init_fileget = __esm(() => {
|
|
|
74808
74812
|
bytes: numberType(),
|
|
74809
74813
|
fileName: stringType(),
|
|
74810
74814
|
workspaceId: stringType(),
|
|
74811
|
-
created: dateType().default(() => new Date("2026-01-
|
|
74815
|
+
created: dateType().default(() => new Date("2026-01-19T15:09:21.418Z")).transform((v2) => v2.toISOString())
|
|
74812
74816
|
}).transform((v2) => {
|
|
74813
74817
|
return remap(v2, {
|
|
74814
74818
|
id: "_id",
|
|
@@ -74863,7 +74867,7 @@ var init_filelist = __esm(() => {
|
|
|
74863
74867
|
bytes: numberType(),
|
|
74864
74868
|
file_name: stringType(),
|
|
74865
74869
|
workspace_id: stringType(),
|
|
74866
|
-
created: stringType().datetime({ offset: true }).default("2026-01-
|
|
74870
|
+
created: stringType().datetime({ offset: true }).default("2026-01-19T15:09:21.418Z").transform((v2) => new Date(v2))
|
|
74867
74871
|
}).transform((v2) => {
|
|
74868
74872
|
return remap(v2, {
|
|
74869
74873
|
_id: "id",
|
|
@@ -74879,7 +74883,7 @@ var init_filelist = __esm(() => {
|
|
|
74879
74883
|
bytes: numberType(),
|
|
74880
74884
|
fileName: stringType(),
|
|
74881
74885
|
workspaceId: stringType(),
|
|
74882
|
-
created: dateType().default(() => new Date("2026-01-
|
|
74886
|
+
created: dateType().default(() => new Date("2026-01-19T15:09:21.418Z")).transform((v2) => v2.toISOString())
|
|
74883
74887
|
}).transform((v2) => {
|
|
74884
74888
|
return remap(v2, {
|
|
74885
74889
|
id: "_id",
|
|
@@ -74987,7 +74991,7 @@ var init_fileupload = __esm(() => {
|
|
|
74987
74991
|
bytes: numberType(),
|
|
74988
74992
|
file_name: stringType(),
|
|
74989
74993
|
workspace_id: stringType(),
|
|
74990
|
-
created: stringType().datetime({ offset: true }).default("2026-01-
|
|
74994
|
+
created: stringType().datetime({ offset: true }).default("2026-01-19T15:09:21.418Z").transform((v2) => new Date(v2))
|
|
74991
74995
|
}).transform((v2) => {
|
|
74992
74996
|
return remap(v2, {
|
|
74993
74997
|
_id: "id",
|
|
@@ -75003,7 +75007,7 @@ var init_fileupload = __esm(() => {
|
|
|
75003
75007
|
bytes: numberType(),
|
|
75004
75008
|
fileName: stringType(),
|
|
75005
75009
|
workspaceId: stringType(),
|
|
75006
|
-
created: dateType().default(() => new Date("2026-01-
|
|
75010
|
+
created: dateType().default(() => new Date("2026-01-19T15:09:21.418Z")).transform((v2) => v2.toISOString())
|
|
75007
75011
|
}).transform((v2) => {
|
|
75008
75012
|
return remap(v2, {
|
|
75009
75013
|
id: "_id",
|
|
@@ -75059,7 +75063,7 @@ var init_generateconversationname = __esm(() => {
|
|
|
75059
75063
|
model: nullableType(stringType()).optional()
|
|
75060
75064
|
});
|
|
75061
75065
|
GenerateConversationNameResponseBody$inboundSchema = objectType({
|
|
75062
|
-
_id: stringType().default("
|
|
75066
|
+
_id: stringType().default("conv_01kfbcvk33e8azw4k1wm65w2ag"),
|
|
75063
75067
|
kind: GenerateConversationNameKind$inboundSchema,
|
|
75064
75068
|
displayName: stringType(),
|
|
75065
75069
|
createdAt: numberType(),
|
|
@@ -75073,7 +75077,7 @@ var init_generateconversationname = __esm(() => {
|
|
|
75073
75077
|
});
|
|
75074
75078
|
});
|
|
75075
75079
|
GenerateConversationNameResponseBody$outboundSchema = objectType({
|
|
75076
|
-
id: stringType().default("
|
|
75080
|
+
id: stringType().default("conv_01kfbcvk33e8azw4k1wm65w2ag"),
|
|
75077
75081
|
kind: GenerateConversationNameKind$outboundSchema,
|
|
75078
75082
|
displayName: stringType(),
|
|
75079
75083
|
createdAt: numberType(),
|
|
@@ -76108,7 +76112,7 @@ var init_getalltools = __esm(() => {
|
|
|
76108
76112
|
code: stringType()
|
|
76109
76113
|
});
|
|
76110
76114
|
DataCodeExecutionTool$inboundSchema = objectType({
|
|
76111
|
-
_id: stringType().default("
|
|
76115
|
+
_id: stringType().default("tool_01KFBCVKCQKRHZKPRABW4T1F42"),
|
|
76112
76116
|
path: stringType(),
|
|
76113
76117
|
key: stringType(),
|
|
76114
76118
|
display_name: stringType().optional(),
|
|
@@ -76136,7 +76140,7 @@ var init_getalltools = __esm(() => {
|
|
|
76136
76140
|
});
|
|
76137
76141
|
});
|
|
76138
76142
|
DataCodeExecutionTool$outboundSchema = objectType({
|
|
76139
|
-
id: stringType().default("
|
|
76143
|
+
id: stringType().default("tool_01KFBCVKCQKRHZKPRABW4T1F42"),
|
|
76140
76144
|
path: stringType(),
|
|
76141
76145
|
key: stringType(),
|
|
76142
76146
|
displayName: stringType().optional(),
|
|
@@ -76186,13 +76190,13 @@ var init_getalltools = __esm(() => {
|
|
|
76186
76190
|
required: arrayType(stringType()).optional()
|
|
76187
76191
|
});
|
|
76188
76192
|
DataTools$inboundSchema = objectType({
|
|
76189
|
-
id: stringType().default("
|
|
76193
|
+
id: stringType().default("01KFBCVKCNZFRE851TQMFE1XN3"),
|
|
76190
76194
|
name: stringType(),
|
|
76191
76195
|
description: stringType().optional(),
|
|
76192
76196
|
schema: lazyType(() => GetAllToolsDataSchema$inboundSchema)
|
|
76193
76197
|
});
|
|
76194
76198
|
DataTools$outboundSchema = objectType({
|
|
76195
|
-
id: stringType().default("
|
|
76199
|
+
id: stringType().default("01KFBCVKCNZFRE851TQMFE1XN3"),
|
|
76196
76200
|
name: stringType(),
|
|
76197
76201
|
description: stringType().optional(),
|
|
76198
76202
|
schema: lazyType(() => GetAllToolsDataSchema$outboundSchema)
|
|
@@ -76222,7 +76226,7 @@ var init_getalltools = __esm(() => {
|
|
|
76222
76226
|
});
|
|
76223
76227
|
});
|
|
76224
76228
|
DataMCPTool$inboundSchema = objectType({
|
|
76225
|
-
_id: stringType().default("
|
|
76229
|
+
_id: stringType().default("tool_01KFBCVKCM74KTYG4AAVHKJBYN"),
|
|
76226
76230
|
path: stringType(),
|
|
76227
76231
|
key: stringType(),
|
|
76228
76232
|
display_name: stringType().optional(),
|
|
@@ -76249,7 +76253,7 @@ var init_getalltools = __esm(() => {
|
|
|
76249
76253
|
});
|
|
76250
76254
|
});
|
|
76251
76255
|
DataMCPTool$outboundSchema = objectType({
|
|
76252
|
-
id: stringType().default("
|
|
76256
|
+
id: stringType().default("tool_01KFBCVKCM74KTYG4AAVHKJBYN"),
|
|
76253
76257
|
path: stringType(),
|
|
76254
76258
|
key: stringType(),
|
|
76255
76259
|
displayName: stringType().optional(),
|
|
@@ -76336,7 +76340,7 @@ var init_getalltools = __esm(() => {
|
|
|
76336
76340
|
arguments: recordType(lazyType(() => DataArguments$outboundSchema)).optional()
|
|
76337
76341
|
});
|
|
76338
76342
|
DataHTTPTool$inboundSchema = objectType({
|
|
76339
|
-
_id: stringType().default("
|
|
76343
|
+
_id: stringType().default("tool_01KFBCVKCJFB4R0W0T3WNXMWF9"),
|
|
76340
76344
|
path: stringType(),
|
|
76341
76345
|
key: stringType(),
|
|
76342
76346
|
display_name: stringType().optional(),
|
|
@@ -76363,7 +76367,7 @@ var init_getalltools = __esm(() => {
|
|
|
76363
76367
|
});
|
|
76364
76368
|
});
|
|
76365
76369
|
DataHTTPTool$outboundSchema = objectType({
|
|
76366
|
-
id: stringType().default("
|
|
76370
|
+
id: stringType().default("tool_01KFBCVKCJFB4R0W0T3WNXMWF9"),
|
|
76367
76371
|
path: stringType(),
|
|
76368
76372
|
key: stringType(),
|
|
76369
76373
|
displayName: stringType().optional(),
|
|
@@ -76422,7 +76426,7 @@ var init_getalltools = __esm(() => {
|
|
|
76422
76426
|
strict: booleanType().optional()
|
|
76423
76427
|
});
|
|
76424
76428
|
DataJSONSchemaTool$inboundSchema = objectType({
|
|
76425
|
-
_id: stringType().default("
|
|
76429
|
+
_id: stringType().default("tool_01KFBCVKCH7K6C431TCXQP6QZ2"),
|
|
76426
76430
|
path: stringType(),
|
|
76427
76431
|
key: stringType(),
|
|
76428
76432
|
display_name: stringType().optional(),
|
|
@@ -76450,7 +76454,7 @@ var init_getalltools = __esm(() => {
|
|
|
76450
76454
|
});
|
|
76451
76455
|
});
|
|
76452
76456
|
DataJSONSchemaTool$outboundSchema = objectType({
|
|
76453
|
-
id: stringType().default("
|
|
76457
|
+
id: stringType().default("tool_01KFBCVKCH7K6C431TCXQP6QZ2"),
|
|
76454
76458
|
path: stringType(),
|
|
76455
76459
|
key: stringType(),
|
|
76456
76460
|
displayName: stringType().optional(),
|
|
@@ -76512,7 +76516,7 @@ var init_getalltools = __esm(() => {
|
|
|
76512
76516
|
parameters: lazyType(() => DataParameters$outboundSchema).optional()
|
|
76513
76517
|
});
|
|
76514
76518
|
DataFunctionTool$inboundSchema = objectType({
|
|
76515
|
-
_id: stringType().default("
|
|
76519
|
+
_id: stringType().default("tool_01KFBCVKC9K1N9NX628D4CWGKJ"),
|
|
76516
76520
|
path: stringType(),
|
|
76517
76521
|
key: stringType(),
|
|
76518
76522
|
display_name: stringType().optional(),
|
|
@@ -76539,7 +76543,7 @@ var init_getalltools = __esm(() => {
|
|
|
76539
76543
|
});
|
|
76540
76544
|
});
|
|
76541
76545
|
DataFunctionTool$outboundSchema = objectType({
|
|
76542
|
-
id: stringType().default("
|
|
76546
|
+
id: stringType().default("tool_01KFBCVKC9K1N9NX628D4CWGKJ"),
|
|
76543
76547
|
path: stringType(),
|
|
76544
76548
|
key: stringType(),
|
|
76545
76549
|
displayName: stringType().optional(),
|
|
@@ -76815,8 +76819,8 @@ var init_getevals = __esm(() => {
|
|
|
76815
76819
|
DataTypescript$inboundSchema = objectType({
|
|
76816
76820
|
_id: stringType(),
|
|
76817
76821
|
description: stringType(),
|
|
76818
|
-
created: stringType().default("2026-01-
|
|
76819
|
-
updated: stringType().default("2026-01-
|
|
76822
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
76823
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
76820
76824
|
guardrail_config: unionType([
|
|
76821
76825
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
76822
76826
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -76833,8 +76837,8 @@ var init_getevals = __esm(() => {
|
|
|
76833
76837
|
DataTypescript$outboundSchema = objectType({
|
|
76834
76838
|
id: stringType(),
|
|
76835
76839
|
description: stringType(),
|
|
76836
|
-
created: stringType().default("2026-01-
|
|
76837
|
-
updated: stringType().default("2026-01-
|
|
76840
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
76841
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
76838
76842
|
guardrailConfig: unionType([
|
|
76839
76843
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
76840
76844
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -76905,8 +76909,8 @@ var init_getevals = __esm(() => {
|
|
|
76905
76909
|
DataRagas$inboundSchema = objectType({
|
|
76906
76910
|
_id: stringType(),
|
|
76907
76911
|
description: stringType(),
|
|
76908
|
-
created: stringType().default("2026-01-
|
|
76909
|
-
updated: stringType().default("2026-01-
|
|
76912
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
76913
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
76910
76914
|
guardrail_config: unionType([
|
|
76911
76915
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
76912
76916
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -76925,8 +76929,8 @@ var init_getevals = __esm(() => {
|
|
|
76925
76929
|
DataRagas$outboundSchema = objectType({
|
|
76926
76930
|
id: stringType(),
|
|
76927
76931
|
description: stringType(),
|
|
76928
|
-
created: stringType().default("2026-01-
|
|
76929
|
-
updated: stringType().default("2026-01-
|
|
76932
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
76933
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
76930
76934
|
guardrailConfig: unionType([
|
|
76931
76935
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
76932
76936
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -77281,8 +77285,8 @@ var init_getevals = __esm(() => {
|
|
|
77281
77285
|
DataFunction$inboundSchema = objectType({
|
|
77282
77286
|
_id: stringType(),
|
|
77283
77287
|
description: stringType(),
|
|
77284
|
-
created: stringType().default("2026-01-
|
|
77285
|
-
updated: stringType().default("2026-01-
|
|
77288
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
77289
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
77286
77290
|
guardrail_config: unionType([
|
|
77287
77291
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
77288
77292
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -77333,8 +77337,8 @@ var init_getevals = __esm(() => {
|
|
|
77333
77337
|
DataFunction$outboundSchema = objectType({
|
|
77334
77338
|
id: stringType(),
|
|
77335
77339
|
description: stringType(),
|
|
77336
|
-
created: stringType().default("2026-01-
|
|
77337
|
-
updated: stringType().default("2026-01-
|
|
77340
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
77341
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
77338
77342
|
guardrailConfig: unionType([
|
|
77339
77343
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
77340
77344
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -77437,8 +77441,8 @@ var init_getevals = __esm(() => {
|
|
|
77437
77441
|
DataPython$inboundSchema = objectType({
|
|
77438
77442
|
_id: stringType(),
|
|
77439
77443
|
description: stringType(),
|
|
77440
|
-
created: stringType().default("2026-01-
|
|
77441
|
-
updated: stringType().default("2026-01-
|
|
77444
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
77445
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
77442
77446
|
guardrail_config: unionType([
|
|
77443
77447
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
77444
77448
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema)
|
|
@@ -77455,8 +77459,8 @@ var init_getevals = __esm(() => {
|
|
|
77455
77459
|
DataPython$outboundSchema = objectType({
|
|
77456
77460
|
id: stringType(),
|
|
77457
77461
|
description: stringType(),
|
|
77458
|
-
created: stringType().default("2026-01-
|
|
77459
|
-
updated: stringType().default("2026-01-
|
|
77462
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
77463
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
77460
77464
|
guardrailConfig: unionType([
|
|
77461
77465
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
77462
77466
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema)
|
|
@@ -77527,8 +77531,8 @@ var init_getevals = __esm(() => {
|
|
|
77527
77531
|
DataHTTP$inboundSchema = objectType({
|
|
77528
77532
|
_id: stringType(),
|
|
77529
77533
|
description: stringType(),
|
|
77530
|
-
created: stringType().default("2026-01-
|
|
77531
|
-
updated: stringType().default("2026-01-
|
|
77534
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
77535
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
77532
77536
|
guardrail_config: unionType([
|
|
77533
77537
|
lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
77534
77538
|
lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema)
|
|
@@ -77548,8 +77552,8 @@ var init_getevals = __esm(() => {
|
|
|
77548
77552
|
DataHTTP$outboundSchema = objectType({
|
|
77549
77553
|
id: stringType(),
|
|
77550
77554
|
description: stringType(),
|
|
77551
|
-
created: stringType().default("2026-01-
|
|
77552
|
-
updated: stringType().default("2026-01-
|
|
77555
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
77556
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
77553
77557
|
guardrailConfig: unionType([
|
|
77554
77558
|
lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
77555
77559
|
lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema)
|
|
@@ -77621,8 +77625,8 @@ var init_getevals = __esm(() => {
|
|
|
77621
77625
|
DataJSON$inboundSchema = objectType({
|
|
77622
77626
|
_id: stringType(),
|
|
77623
77627
|
description: stringType(),
|
|
77624
|
-
created: stringType().default("2026-01-
|
|
77625
|
-
updated: stringType().default("2026-01-
|
|
77628
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
77629
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
77626
77630
|
guardrail_config: unionType([
|
|
77627
77631
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema),
|
|
77628
77632
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema)
|
|
@@ -77639,8 +77643,8 @@ var init_getevals = __esm(() => {
|
|
|
77639
77643
|
DataJSON$outboundSchema = objectType({
|
|
77640
77644
|
id: stringType(),
|
|
77641
77645
|
description: stringType(),
|
|
77642
|
-
created: stringType().default("2026-01-
|
|
77643
|
-
updated: stringType().default("2026-01-
|
|
77646
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
77647
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
77644
77648
|
guardrailConfig: unionType([
|
|
77645
77649
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema),
|
|
77646
77650
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema)
|
|
@@ -77709,8 +77713,8 @@ var init_getevals = __esm(() => {
|
|
|
77709
77713
|
DataLLM$inboundSchema = objectType({
|
|
77710
77714
|
_id: stringType(),
|
|
77711
77715
|
description: stringType(),
|
|
77712
|
-
created: stringType().default("2026-01-
|
|
77713
|
-
updated: stringType().default("2026-01-
|
|
77716
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
77717
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
77714
77718
|
guardrail_config: unionType([
|
|
77715
77719
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
77716
77720
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -77728,8 +77732,8 @@ var init_getevals = __esm(() => {
|
|
|
77728
77732
|
DataLLM$outboundSchema = objectType({
|
|
77729
77733
|
id: stringType(),
|
|
77730
77734
|
description: stringType(),
|
|
77731
|
-
created: stringType().default("2026-01-
|
|
77732
|
-
updated: stringType().default("2026-01-
|
|
77735
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
77736
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
77733
77737
|
guardrailConfig: unionType([
|
|
77734
77738
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
77735
77739
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -81498,7 +81502,7 @@ var init_listcontacts = __esm(() => {
|
|
|
81498
81502
|
tags: arrayType(stringType()).optional(),
|
|
81499
81503
|
metadata: recordType(anyType()).optional(),
|
|
81500
81504
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
81501
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
81505
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:09:18.129Z").transform((v2) => new Date(v2)),
|
|
81502
81506
|
metrics: lazyType(() => ListContactsMetrics$inboundSchema)
|
|
81503
81507
|
}).transform((v2) => {
|
|
81504
81508
|
return remap(v2, {
|
|
@@ -81517,7 +81521,7 @@ var init_listcontacts = __esm(() => {
|
|
|
81517
81521
|
tags: arrayType(stringType()).optional(),
|
|
81518
81522
|
metadata: recordType(anyType()).optional(),
|
|
81519
81523
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
81520
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
81524
|
+
updated: dateType().default(() => new Date("2026-01-19T15:09:18.129Z")).transform((v2) => v2.toISOString()),
|
|
81521
81525
|
metrics: lazyType(() => ListContactsMetrics$outboundSchema)
|
|
81522
81526
|
}).transform((v2) => {
|
|
81523
81527
|
return remap(v2, {
|
|
@@ -81975,7 +81979,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
81975
81979
|
human_review_id: stringType(),
|
|
81976
81980
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
81977
81981
|
reviewed_by_id: stringType(),
|
|
81978
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
81982
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:09:30.690Z").transform((v2) => new Date(v2)),
|
|
81979
81983
|
type: literalType("string_array"),
|
|
81980
81984
|
values: arrayType(stringType())
|
|
81981
81985
|
}).transform((v2) => {
|
|
@@ -81992,7 +81996,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
81992
81996
|
humanReviewId: stringType(),
|
|
81993
81997
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
81994
81998
|
reviewedById: stringType(),
|
|
81995
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
81999
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:09:30.690Z")).transform((v2) => v2.toISOString()),
|
|
81996
82000
|
type: literalType("string_array"),
|
|
81997
82001
|
values: arrayType(stringType())
|
|
81998
82002
|
}).transform((v2) => {
|
|
@@ -82013,7 +82017,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82013
82017
|
human_review_id: stringType(),
|
|
82014
82018
|
source: ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
|
|
82015
82019
|
reviewed_by_id: stringType(),
|
|
82016
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
82020
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:09:30.689Z").transform((v2) => new Date(v2)),
|
|
82017
82021
|
type: literalType("number"),
|
|
82018
82022
|
value: numberType()
|
|
82019
82023
|
}).transform((v2) => {
|
|
@@ -82030,7 +82034,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82030
82034
|
humanReviewId: stringType(),
|
|
82031
82035
|
source: ListDatasetDatapointsEvaluationsSource$outboundSchema.default("orq"),
|
|
82032
82036
|
reviewedById: stringType(),
|
|
82033
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
82037
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:09:30.689Z")).transform((v2) => v2.toISOString()),
|
|
82034
82038
|
type: literalType("number"),
|
|
82035
82039
|
value: numberType()
|
|
82036
82040
|
}).transform((v2) => {
|
|
@@ -82051,7 +82055,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82051
82055
|
human_review_id: stringType(),
|
|
82052
82056
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
82053
82057
|
reviewed_by_id: stringType(),
|
|
82054
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
82058
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:09:30.688Z").transform((v2) => new Date(v2)),
|
|
82055
82059
|
type: literalType("string"),
|
|
82056
82060
|
value: stringType()
|
|
82057
82061
|
}).transform((v2) => {
|
|
@@ -82068,7 +82072,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82068
82072
|
humanReviewId: stringType(),
|
|
82069
82073
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
82070
82074
|
reviewedById: stringType(),
|
|
82071
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
82075
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:09:30.688Z")).transform((v2) => v2.toISOString()),
|
|
82072
82076
|
type: literalType("string"),
|
|
82073
82077
|
value: stringType()
|
|
82074
82078
|
}).transform((v2) => {
|
|
@@ -82111,7 +82115,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82111
82115
|
created_by_id: stringType().optional(),
|
|
82112
82116
|
updated_by_id: stringType().optional(),
|
|
82113
82117
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
82114
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
82118
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:09:18.129Z").transform((v2) => new Date(v2))
|
|
82115
82119
|
}).transform((v2) => {
|
|
82116
82120
|
return remap(v2, {
|
|
82117
82121
|
_id: "id",
|
|
@@ -82145,7 +82149,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82145
82149
|
createdById: stringType().optional(),
|
|
82146
82150
|
updatedById: stringType().optional(),
|
|
82147
82151
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
82148
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
82152
|
+
updated: dateType().default(() => new Date("2026-01-19T15:09:18.129Z")).transform((v2) => v2.toISOString())
|
|
82149
82153
|
}).transform((v2) => {
|
|
82150
82154
|
return remap(v2, {
|
|
82151
82155
|
id: "_id",
|
|
@@ -82234,7 +82238,7 @@ var init_listdatasets = __esm(() => {
|
|
|
82234
82238
|
created_by_id: stringType().optional(),
|
|
82235
82239
|
updated_by_id: stringType().optional(),
|
|
82236
82240
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
82237
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
82241
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:09:18.129Z").transform((v2) => new Date(v2))
|
|
82238
82242
|
}).transform((v2) => {
|
|
82239
82243
|
return remap(v2, {
|
|
82240
82244
|
_id: "id",
|
|
@@ -82254,7 +82258,7 @@ var init_listdatasets = __esm(() => {
|
|
|
82254
82258
|
createdById: stringType().optional(),
|
|
82255
82259
|
updatedById: stringType().optional(),
|
|
82256
82260
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
82257
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
82261
|
+
updated: dateType().default(() => new Date("2026-01-19T15:09:18.129Z")).transform((v2) => v2.toISOString())
|
|
82258
82262
|
}).transform((v2) => {
|
|
82259
82263
|
return remap(v2, {
|
|
82260
82264
|
id: "_id",
|
|
@@ -82335,7 +82339,7 @@ var init_listdatasources = __esm(() => {
|
|
|
82335
82339
|
ListDatasourcesStatus$inboundSchema = nativeEnumType(ListDatasourcesStatus);
|
|
82336
82340
|
ListDatasourcesStatus$outboundSchema = ListDatasourcesStatus$inboundSchema;
|
|
82337
82341
|
ListDatasourcesData$inboundSchema = objectType({
|
|
82338
|
-
_id: stringType().default("
|
|
82342
|
+
_id: stringType().default("01KFBCVKK8XRXWD83770YJ8FQW"),
|
|
82339
82343
|
display_name: stringType(),
|
|
82340
82344
|
description: stringType().optional(),
|
|
82341
82345
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -82358,7 +82362,7 @@ var init_listdatasources = __esm(() => {
|
|
|
82358
82362
|
});
|
|
82359
82363
|
});
|
|
82360
82364
|
ListDatasourcesData$outboundSchema = objectType({
|
|
82361
|
-
id: stringType().default("
|
|
82365
|
+
id: stringType().default("01KFBCVKK8XRXWD83770YJ8FQW"),
|
|
82362
82366
|
displayName: stringType(),
|
|
82363
82367
|
description: stringType().optional(),
|
|
82364
82368
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -82481,7 +82485,7 @@ var init_listidentities = __esm(() => {
|
|
|
82481
82485
|
tags: arrayType(stringType()).optional(),
|
|
82482
82486
|
metadata: recordType(anyType()).optional(),
|
|
82483
82487
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
82484
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
82488
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:09:18.129Z").transform((v2) => new Date(v2)),
|
|
82485
82489
|
metrics: lazyType(() => ListIdentitiesMetrics$inboundSchema)
|
|
82486
82490
|
}).transform((v2) => {
|
|
82487
82491
|
return remap(v2, {
|
|
@@ -82500,7 +82504,7 @@ var init_listidentities = __esm(() => {
|
|
|
82500
82504
|
tags: arrayType(stringType()).optional(),
|
|
82501
82505
|
metadata: recordType(anyType()).optional(),
|
|
82502
82506
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
82503
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
82507
|
+
updated: dateType().default(() => new Date("2026-01-19T15:09:18.129Z")).transform((v2) => v2.toISOString()),
|
|
82504
82508
|
metrics: lazyType(() => ListIdentitiesMetrics$outboundSchema)
|
|
82505
82509
|
}).transform((v2) => {
|
|
82506
82510
|
return remap(v2, {
|
|
@@ -84773,7 +84777,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
84773
84777
|
tags: arrayType(stringType()).optional(),
|
|
84774
84778
|
metadata: recordType(anyType()).optional(),
|
|
84775
84779
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
84776
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
84780
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:09:18.129Z").transform((v2) => new Date(v2))
|
|
84777
84781
|
}).transform((v2) => {
|
|
84778
84782
|
return remap(v2, {
|
|
84779
84783
|
_id: "id",
|
|
@@ -84791,7 +84795,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
84791
84795
|
tags: arrayType(stringType()).optional(),
|
|
84792
84796
|
metadata: recordType(anyType()).optional(),
|
|
84793
84797
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
84794
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
84798
|
+
updated: dateType().default(() => new Date("2026-01-19T15:09:18.129Z")).transform((v2) => v2.toISOString())
|
|
84795
84799
|
}).transform((v2) => {
|
|
84796
84800
|
return remap(v2, {
|
|
84797
84801
|
id: "_id",
|
|
@@ -85197,7 +85201,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85197
85201
|
human_review_id: stringType(),
|
|
85198
85202
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
85199
85203
|
reviewed_by_id: stringType(),
|
|
85200
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
85204
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:09:30.700Z").transform((v2) => new Date(v2)),
|
|
85201
85205
|
type: literalType("string_array"),
|
|
85202
85206
|
values: arrayType(stringType())
|
|
85203
85207
|
}).transform((v2) => {
|
|
@@ -85214,7 +85218,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85214
85218
|
humanReviewId: stringType(),
|
|
85215
85219
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
85216
85220
|
reviewedById: stringType(),
|
|
85217
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
85221
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:09:30.700Z")).transform((v2) => v2.toISOString()),
|
|
85218
85222
|
type: literalType("string_array"),
|
|
85219
85223
|
values: arrayType(stringType())
|
|
85220
85224
|
}).transform((v2) => {
|
|
@@ -85235,7 +85239,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85235
85239
|
human_review_id: stringType(),
|
|
85236
85240
|
source: RetrieveDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
85237
85241
|
reviewed_by_id: stringType(),
|
|
85238
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
85242
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:09:30.700Z").transform((v2) => new Date(v2)),
|
|
85239
85243
|
type: literalType("number"),
|
|
85240
85244
|
value: numberType()
|
|
85241
85245
|
}).transform((v2) => {
|
|
@@ -85252,7 +85256,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85252
85256
|
humanReviewId: stringType(),
|
|
85253
85257
|
source: RetrieveDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
85254
85258
|
reviewedById: stringType(),
|
|
85255
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
85259
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:09:30.700Z")).transform((v2) => v2.toISOString()),
|
|
85256
85260
|
type: literalType("number"),
|
|
85257
85261
|
value: numberType()
|
|
85258
85262
|
}).transform((v2) => {
|
|
@@ -85273,7 +85277,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85273
85277
|
human_review_id: stringType(),
|
|
85274
85278
|
source: RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
85275
85279
|
reviewed_by_id: stringType(),
|
|
85276
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
85280
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:09:30.699Z").transform((v2) => new Date(v2)),
|
|
85277
85281
|
type: literalType("string"),
|
|
85278
85282
|
value: stringType()
|
|
85279
85283
|
}).transform((v2) => {
|
|
@@ -85290,7 +85294,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85290
85294
|
humanReviewId: stringType(),
|
|
85291
85295
|
source: RetrieveDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
85292
85296
|
reviewedById: stringType(),
|
|
85293
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
85297
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:09:30.699Z")).transform((v2) => v2.toISOString()),
|
|
85294
85298
|
type: literalType("string"),
|
|
85295
85299
|
value: stringType()
|
|
85296
85300
|
}).transform((v2) => {
|
|
@@ -85333,7 +85337,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85333
85337
|
created_by_id: stringType().optional(),
|
|
85334
85338
|
updated_by_id: stringType().optional(),
|
|
85335
85339
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
85336
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
85340
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:09:18.129Z").transform((v2) => new Date(v2))
|
|
85337
85341
|
}).transform((v2) => {
|
|
85338
85342
|
return remap(v2, {
|
|
85339
85343
|
_id: "id",
|
|
@@ -85367,7 +85371,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85367
85371
|
createdById: stringType().optional(),
|
|
85368
85372
|
updatedById: stringType().optional(),
|
|
85369
85373
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
85370
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
85374
|
+
updated: dateType().default(() => new Date("2026-01-19T15:09:18.129Z")).transform((v2) => v2.toISOString())
|
|
85371
85375
|
}).transform((v2) => {
|
|
85372
85376
|
return remap(v2, {
|
|
85373
85377
|
id: "_id",
|
|
@@ -85427,7 +85431,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
85427
85431
|
created_by_id: stringType().optional(),
|
|
85428
85432
|
updated_by_id: stringType().optional(),
|
|
85429
85433
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
85430
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
85434
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:09:18.129Z").transform((v2) => new Date(v2))
|
|
85431
85435
|
}).transform((v2) => {
|
|
85432
85436
|
return remap(v2, {
|
|
85433
85437
|
_id: "id",
|
|
@@ -85447,7 +85451,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
85447
85451
|
createdById: stringType().optional(),
|
|
85448
85452
|
updatedById: stringType().optional(),
|
|
85449
85453
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
85450
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
85454
|
+
updated: dateType().default(() => new Date("2026-01-19T15:09:18.129Z")).transform((v2) => v2.toISOString())
|
|
85451
85455
|
}).transform((v2) => {
|
|
85452
85456
|
return remap(v2, {
|
|
85453
85457
|
id: "_id",
|
|
@@ -85493,7 +85497,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
85493
85497
|
RetrieveDatasourceStatus$inboundSchema = nativeEnumType(RetrieveDatasourceStatus);
|
|
85494
85498
|
RetrieveDatasourceStatus$outboundSchema = RetrieveDatasourceStatus$inboundSchema;
|
|
85495
85499
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
85496
|
-
_id: stringType().default("
|
|
85500
|
+
_id: stringType().default("01KFBCVKKA84XHJ4R6KWJBF5F4"),
|
|
85497
85501
|
display_name: stringType(),
|
|
85498
85502
|
description: stringType().optional(),
|
|
85499
85503
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -85516,7 +85520,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
85516
85520
|
});
|
|
85517
85521
|
});
|
|
85518
85522
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
85519
|
-
id: stringType().default("
|
|
85523
|
+
id: stringType().default("01KFBCVKKA84XHJ4R6KWJBF5F4"),
|
|
85520
85524
|
displayName: stringType(),
|
|
85521
85525
|
description: stringType().optional(),
|
|
85522
85526
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -85560,7 +85564,7 @@ var init_retrieveidentity = __esm(() => {
|
|
|
85560
85564
|
tags: arrayType(stringType()).optional(),
|
|
85561
85565
|
metadata: recordType(anyType()).optional(),
|
|
85562
85566
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
85563
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
85567
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:09:18.129Z").transform((v2) => new Date(v2))
|
|
85564
85568
|
}).transform((v2) => {
|
|
85565
85569
|
return remap(v2, {
|
|
85566
85570
|
_id: "id",
|
|
@@ -85578,7 +85582,7 @@ var init_retrieveidentity = __esm(() => {
|
|
|
85578
85582
|
tags: arrayType(stringType()).optional(),
|
|
85579
85583
|
metadata: recordType(anyType()).optional(),
|
|
85580
85584
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
85581
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
85585
|
+
updated: dateType().default(() => new Date("2026-01-19T15:09:18.129Z")).transform((v2) => v2.toISOString())
|
|
85582
85586
|
}).transform((v2) => {
|
|
85583
85587
|
return remap(v2, {
|
|
85584
85588
|
id: "_id",
|
|
@@ -85902,7 +85906,7 @@ var init_retrievetool = __esm(() => {
|
|
|
85902
85906
|
code: stringType()
|
|
85903
85907
|
});
|
|
85904
85908
|
RetrieveToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
85905
|
-
_id: stringType().default("
|
|
85909
|
+
_id: stringType().default("tool_01KFBCVKFDN1ZKRMR8WBZDBM0A"),
|
|
85906
85910
|
path: stringType(),
|
|
85907
85911
|
key: stringType(),
|
|
85908
85912
|
display_name: stringType().optional(),
|
|
@@ -85930,7 +85934,7 @@ var init_retrievetool = __esm(() => {
|
|
|
85930
85934
|
});
|
|
85931
85935
|
});
|
|
85932
85936
|
RetrieveToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
85933
|
-
id: stringType().default("
|
|
85937
|
+
id: stringType().default("tool_01KFBCVKFDN1ZKRMR8WBZDBM0A"),
|
|
85934
85938
|
path: stringType(),
|
|
85935
85939
|
key: stringType(),
|
|
85936
85940
|
displayName: stringType().optional(),
|
|
@@ -85980,13 +85984,13 @@ var init_retrievetool = __esm(() => {
|
|
|
85980
85984
|
required: arrayType(stringType()).optional()
|
|
85981
85985
|
});
|
|
85982
85986
|
RetrieveToolResponseBodyTools$inboundSchema = objectType({
|
|
85983
|
-
id: stringType().default("
|
|
85987
|
+
id: stringType().default("01KFBCVKFCTNRJC3H1W7ENM3JC"),
|
|
85984
85988
|
name: stringType(),
|
|
85985
85989
|
description: stringType().optional(),
|
|
85986
85990
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$inboundSchema)
|
|
85987
85991
|
});
|
|
85988
85992
|
RetrieveToolResponseBodyTools$outboundSchema = objectType({
|
|
85989
|
-
id: stringType().default("
|
|
85993
|
+
id: stringType().default("01KFBCVKFCTNRJC3H1W7ENM3JC"),
|
|
85990
85994
|
name: stringType(),
|
|
85991
85995
|
description: stringType().optional(),
|
|
85992
85996
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -86016,7 +86020,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86016
86020
|
});
|
|
86017
86021
|
});
|
|
86018
86022
|
RetrieveToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
86019
|
-
_id: stringType().default("
|
|
86023
|
+
_id: stringType().default("tool_01KFBCVKFA2Z53EP23QD5TQYV6"),
|
|
86020
86024
|
path: stringType(),
|
|
86021
86025
|
key: stringType(),
|
|
86022
86026
|
display_name: stringType().optional(),
|
|
@@ -86043,7 +86047,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86043
86047
|
});
|
|
86044
86048
|
});
|
|
86045
86049
|
RetrieveToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
86046
|
-
id: stringType().default("
|
|
86050
|
+
id: stringType().default("tool_01KFBCVKFA2Z53EP23QD5TQYV6"),
|
|
86047
86051
|
path: stringType(),
|
|
86048
86052
|
key: stringType(),
|
|
86049
86053
|
displayName: stringType().optional(),
|
|
@@ -86130,7 +86134,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86130
86134
|
arguments: recordType(lazyType(() => RetrieveToolResponseBodyArguments$outboundSchema)).optional()
|
|
86131
86135
|
});
|
|
86132
86136
|
RetrieveToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
86133
|
-
_id: stringType().default("
|
|
86137
|
+
_id: stringType().default("tool_01KFBCVKF51RG40BBPN1AS75WF"),
|
|
86134
86138
|
path: stringType(),
|
|
86135
86139
|
key: stringType(),
|
|
86136
86140
|
display_name: stringType().optional(),
|
|
@@ -86157,7 +86161,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86157
86161
|
});
|
|
86158
86162
|
});
|
|
86159
86163
|
RetrieveToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
86160
|
-
id: stringType().default("
|
|
86164
|
+
id: stringType().default("tool_01KFBCVKF51RG40BBPN1AS75WF"),
|
|
86161
86165
|
path: stringType(),
|
|
86162
86166
|
key: stringType(),
|
|
86163
86167
|
displayName: stringType().optional(),
|
|
@@ -86216,7 +86220,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86216
86220
|
strict: booleanType().optional()
|
|
86217
86221
|
});
|
|
86218
86222
|
RetrieveToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
86219
|
-
_id: stringType().default("
|
|
86223
|
+
_id: stringType().default("tool_01KFBCVKF30QB3C5GJ7FT045QY"),
|
|
86220
86224
|
path: stringType(),
|
|
86221
86225
|
key: stringType(),
|
|
86222
86226
|
display_name: stringType().optional(),
|
|
@@ -86244,7 +86248,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86244
86248
|
});
|
|
86245
86249
|
});
|
|
86246
86250
|
RetrieveToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
86247
|
-
id: stringType().default("
|
|
86251
|
+
id: stringType().default("tool_01KFBCVKF30QB3C5GJ7FT045QY"),
|
|
86248
86252
|
path: stringType(),
|
|
86249
86253
|
key: stringType(),
|
|
86250
86254
|
displayName: stringType().optional(),
|
|
@@ -86306,7 +86310,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86306
86310
|
parameters: lazyType(() => RetrieveToolResponseBodyParameters$outboundSchema).optional()
|
|
86307
86311
|
});
|
|
86308
86312
|
RetrieveToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
86309
|
-
_id: stringType().default("
|
|
86313
|
+
_id: stringType().default("tool_01KFBCVKF0PXXSN453PWF0EGEY"),
|
|
86310
86314
|
path: stringType(),
|
|
86311
86315
|
key: stringType(),
|
|
86312
86316
|
display_name: stringType().optional(),
|
|
@@ -86333,7 +86337,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86333
86337
|
});
|
|
86334
86338
|
});
|
|
86335
86339
|
RetrieveToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
86336
|
-
id: stringType().default("
|
|
86340
|
+
id: stringType().default("tool_01KFBCVKF0PXXSN453PWF0EGEY"),
|
|
86337
86341
|
path: stringType(),
|
|
86338
86342
|
key: stringType(),
|
|
86339
86343
|
displayName: stringType().optional(),
|
|
@@ -87245,13 +87249,13 @@ var init_runagent = __esm(() => {
|
|
|
87245
87249
|
required: arrayType(stringType()).optional()
|
|
87246
87250
|
});
|
|
87247
87251
|
Tools$inboundSchema2 = objectType({
|
|
87248
|
-
id: stringType().default("
|
|
87252
|
+
id: stringType().default("01KFBCVJXJDTX0HTESV7F1K2VJ"),
|
|
87249
87253
|
name: stringType(),
|
|
87250
87254
|
description: stringType().optional(),
|
|
87251
87255
|
schema: lazyType(() => AgentToolInputRunSchema$inboundSchema)
|
|
87252
87256
|
});
|
|
87253
87257
|
Tools$outboundSchema2 = objectType({
|
|
87254
|
-
id: stringType().default("
|
|
87258
|
+
id: stringType().default("01KFBCVJXJDTX0HTESV7F1K2VJ"),
|
|
87255
87259
|
name: stringType(),
|
|
87256
87260
|
description: stringType().optional(),
|
|
87257
87261
|
schema: lazyType(() => AgentToolInputRunSchema$outboundSchema)
|
|
@@ -89693,13 +89697,13 @@ var init_streamrunagent = __esm(() => {
|
|
|
89693
89697
|
required: arrayType(stringType()).optional()
|
|
89694
89698
|
});
|
|
89695
89699
|
AgentToolInputRunTools$inboundSchema = objectType({
|
|
89696
|
-
id: stringType().default("
|
|
89700
|
+
id: stringType().default("01KFBCVK0KAPDR7HN9H0C5QZ8C"),
|
|
89697
89701
|
name: stringType(),
|
|
89698
89702
|
description: stringType().optional(),
|
|
89699
89703
|
schema: lazyType(() => StreamRunAgentAgentToolInputRunAgentsSchema$inboundSchema)
|
|
89700
89704
|
});
|
|
89701
89705
|
AgentToolInputRunTools$outboundSchema = objectType({
|
|
89702
|
-
id: stringType().default("
|
|
89706
|
+
id: stringType().default("01KFBCVK0KAPDR7HN9H0C5QZ8C"),
|
|
89703
89707
|
name: stringType(),
|
|
89704
89708
|
description: stringType().optional(),
|
|
89705
89709
|
schema: lazyType(() => StreamRunAgentAgentToolInputRunAgentsSchema$outboundSchema)
|
|
@@ -92828,7 +92832,7 @@ var init_updatecontact = __esm(() => {
|
|
|
92828
92832
|
tags: arrayType(stringType()).optional(),
|
|
92829
92833
|
metadata: recordType(anyType()).optional(),
|
|
92830
92834
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
92831
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
92835
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:09:18.129Z").transform((v2) => new Date(v2))
|
|
92832
92836
|
}).transform((v2) => {
|
|
92833
92837
|
return remap(v2, {
|
|
92834
92838
|
_id: "id",
|
|
@@ -92846,7 +92850,7 @@ var init_updatecontact = __esm(() => {
|
|
|
92846
92850
|
tags: arrayType(stringType()).optional(),
|
|
92847
92851
|
metadata: recordType(anyType()).optional(),
|
|
92848
92852
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
92849
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
92853
|
+
updated: dateType().default(() => new Date("2026-01-19T15:09:18.129Z")).transform((v2) => v2.toISOString())
|
|
92850
92854
|
}).transform((v2) => {
|
|
92851
92855
|
return remap(v2, {
|
|
92852
92856
|
id: "_id",
|
|
@@ -92912,7 +92916,7 @@ var init_updateconversation = __esm(() => {
|
|
|
92912
92916
|
model: nullableType(stringType()).optional()
|
|
92913
92917
|
});
|
|
92914
92918
|
UpdateConversationResponseBody$inboundSchema = objectType({
|
|
92915
|
-
_id: stringType().default("
|
|
92919
|
+
_id: stringType().default("conv_01kfbcvk3a563ph9psqv40drr6"),
|
|
92916
92920
|
kind: UpdateConversationKind$inboundSchema,
|
|
92917
92921
|
displayName: stringType(),
|
|
92918
92922
|
createdAt: numberType(),
|
|
@@ -92926,7 +92930,7 @@ var init_updateconversation = __esm(() => {
|
|
|
92926
92930
|
});
|
|
92927
92931
|
});
|
|
92928
92932
|
UpdateConversationResponseBody$outboundSchema = objectType({
|
|
92929
|
-
id: stringType().default("
|
|
92933
|
+
id: stringType().default("conv_01kfbcvk3a563ph9psqv40drr6"),
|
|
92930
92934
|
kind: UpdateConversationKind$outboundSchema,
|
|
92931
92935
|
displayName: stringType(),
|
|
92932
92936
|
createdAt: numberType(),
|
|
@@ -93668,7 +93672,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93668
93672
|
human_review_id: stringType(),
|
|
93669
93673
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
93670
93674
|
reviewed_by_id: stringType(),
|
|
93671
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
93675
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:09:30.754Z").transform((v2) => new Date(v2)),
|
|
93672
93676
|
type: literalType("string_array"),
|
|
93673
93677
|
values: arrayType(stringType())
|
|
93674
93678
|
}).transform((v2) => {
|
|
@@ -93685,7 +93689,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93685
93689
|
humanReviewId: stringType(),
|
|
93686
93690
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
93687
93691
|
reviewedById: stringType(),
|
|
93688
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
93692
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:09:30.754Z")).transform((v2) => v2.toISOString()),
|
|
93689
93693
|
type: literalType("string_array"),
|
|
93690
93694
|
values: arrayType(stringType())
|
|
93691
93695
|
}).transform((v2) => {
|
|
@@ -93706,7 +93710,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93706
93710
|
human_review_id: stringType(),
|
|
93707
93711
|
source: UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
93708
93712
|
reviewed_by_id: stringType(),
|
|
93709
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
93713
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:09:30.753Z").transform((v2) => new Date(v2)),
|
|
93710
93714
|
type: literalType("number"),
|
|
93711
93715
|
value: numberType()
|
|
93712
93716
|
}).transform((v2) => {
|
|
@@ -93723,7 +93727,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93723
93727
|
humanReviewId: stringType(),
|
|
93724
93728
|
source: UpdateDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
93725
93729
|
reviewedById: stringType(),
|
|
93726
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
93730
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:09:30.753Z")).transform((v2) => v2.toISOString()),
|
|
93727
93731
|
type: literalType("number"),
|
|
93728
93732
|
value: numberType()
|
|
93729
93733
|
}).transform((v2) => {
|
|
@@ -93744,7 +93748,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93744
93748
|
human_review_id: stringType(),
|
|
93745
93749
|
source: UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
93746
93750
|
reviewed_by_id: stringType(),
|
|
93747
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
93751
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-19T15:09:30.753Z").transform((v2) => new Date(v2)),
|
|
93748
93752
|
type: literalType("string"),
|
|
93749
93753
|
value: stringType()
|
|
93750
93754
|
}).transform((v2) => {
|
|
@@ -93761,7 +93765,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93761
93765
|
humanReviewId: stringType(),
|
|
93762
93766
|
source: UpdateDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
93763
93767
|
reviewedById: stringType(),
|
|
93764
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
93768
|
+
reviewedAt: dateType().default(() => new Date("2026-01-19T15:09:30.753Z")).transform((v2) => v2.toISOString()),
|
|
93765
93769
|
type: literalType("string"),
|
|
93766
93770
|
value: stringType()
|
|
93767
93771
|
}).transform((v2) => {
|
|
@@ -93804,7 +93808,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93804
93808
|
created_by_id: stringType().optional(),
|
|
93805
93809
|
updated_by_id: stringType().optional(),
|
|
93806
93810
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
93807
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
93811
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:09:18.129Z").transform((v2) => new Date(v2))
|
|
93808
93812
|
}).transform((v2) => {
|
|
93809
93813
|
return remap(v2, {
|
|
93810
93814
|
_id: "id",
|
|
@@ -93838,7 +93842,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93838
93842
|
createdById: stringType().optional(),
|
|
93839
93843
|
updatedById: stringType().optional(),
|
|
93840
93844
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
93841
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
93845
|
+
updated: dateType().default(() => new Date("2026-01-19T15:09:18.129Z")).transform((v2) => v2.toISOString())
|
|
93842
93846
|
}).transform((v2) => {
|
|
93843
93847
|
return remap(v2, {
|
|
93844
93848
|
id: "_id",
|
|
@@ -93922,7 +93926,7 @@ var init_updatedataset = __esm(() => {
|
|
|
93922
93926
|
created_by_id: stringType().optional(),
|
|
93923
93927
|
updated_by_id: stringType().optional(),
|
|
93924
93928
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
93925
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
93929
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:09:18.129Z").transform((v2) => new Date(v2))
|
|
93926
93930
|
}).transform((v2) => {
|
|
93927
93931
|
return remap(v2, {
|
|
93928
93932
|
_id: "id",
|
|
@@ -93942,7 +93946,7 @@ var init_updatedataset = __esm(() => {
|
|
|
93942
93946
|
createdById: stringType().optional(),
|
|
93943
93947
|
updatedById: stringType().optional(),
|
|
93944
93948
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
93945
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
93949
|
+
updated: dateType().default(() => new Date("2026-01-19T15:09:18.129Z")).transform((v2) => v2.toISOString())
|
|
93946
93950
|
}).transform((v2) => {
|
|
93947
93951
|
return remap(v2, {
|
|
93948
93952
|
id: "_id",
|
|
@@ -94006,7 +94010,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
94006
94010
|
UpdateDatasourceStatus$inboundSchema = nativeEnumType(UpdateDatasourceStatus);
|
|
94007
94011
|
UpdateDatasourceStatus$outboundSchema = UpdateDatasourceStatus$inboundSchema;
|
|
94008
94012
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
94009
|
-
_id: stringType().default("
|
|
94013
|
+
_id: stringType().default("01KFBCVKKDSZY0XMXTFV4381GA"),
|
|
94010
94014
|
display_name: stringType(),
|
|
94011
94015
|
description: stringType().optional(),
|
|
94012
94016
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -94029,7 +94033,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
94029
94033
|
});
|
|
94030
94034
|
});
|
|
94031
94035
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
94032
|
-
id: stringType().default("
|
|
94036
|
+
id: stringType().default("01KFBCVKKDSZY0XMXTFV4381GA"),
|
|
94033
94037
|
displayName: stringType(),
|
|
94034
94038
|
description: stringType().optional(),
|
|
94035
94039
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -94642,8 +94646,8 @@ var init_updateeval = __esm(() => {
|
|
|
94642
94646
|
ResponseBodyTypescript$inboundSchema = objectType({
|
|
94643
94647
|
_id: stringType(),
|
|
94644
94648
|
description: stringType(),
|
|
94645
|
-
created: stringType().default("2026-01-
|
|
94646
|
-
updated: stringType().default("2026-01-
|
|
94649
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
94650
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
94647
94651
|
guardrail_config: unionType([
|
|
94648
94652
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
94649
94653
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -94660,8 +94664,8 @@ var init_updateeval = __esm(() => {
|
|
|
94660
94664
|
ResponseBodyTypescript$outboundSchema = objectType({
|
|
94661
94665
|
id: stringType(),
|
|
94662
94666
|
description: stringType(),
|
|
94663
|
-
created: stringType().default("2026-01-
|
|
94664
|
-
updated: stringType().default("2026-01-
|
|
94667
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
94668
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
94665
94669
|
guardrailConfig: unionType([
|
|
94666
94670
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
94667
94671
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -94732,8 +94736,8 @@ var init_updateeval = __esm(() => {
|
|
|
94732
94736
|
ResponseBodyRagas$inboundSchema = objectType({
|
|
94733
94737
|
_id: stringType(),
|
|
94734
94738
|
description: stringType(),
|
|
94735
|
-
created: stringType().default("2026-01-
|
|
94736
|
-
updated: stringType().default("2026-01-
|
|
94739
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
94740
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
94737
94741
|
guardrail_config: unionType([
|
|
94738
94742
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
94739
94743
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -94752,8 +94756,8 @@ var init_updateeval = __esm(() => {
|
|
|
94752
94756
|
ResponseBodyRagas$outboundSchema = objectType({
|
|
94753
94757
|
id: stringType(),
|
|
94754
94758
|
description: stringType(),
|
|
94755
|
-
created: stringType().default("2026-01-
|
|
94756
|
-
updated: stringType().default("2026-01-
|
|
94759
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
94760
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
94757
94761
|
guardrailConfig: unionType([
|
|
94758
94762
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
94759
94763
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -95108,8 +95112,8 @@ var init_updateeval = __esm(() => {
|
|
|
95108
95112
|
ResponseBodyFunction$inboundSchema = objectType({
|
|
95109
95113
|
_id: stringType(),
|
|
95110
95114
|
description: stringType(),
|
|
95111
|
-
created: stringType().default("2026-01-
|
|
95112
|
-
updated: stringType().default("2026-01-
|
|
95115
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
95116
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
95113
95117
|
guardrail_config: unionType([
|
|
95114
95118
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
95115
95119
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -95160,8 +95164,8 @@ var init_updateeval = __esm(() => {
|
|
|
95160
95164
|
ResponseBodyFunction$outboundSchema = objectType({
|
|
95161
95165
|
id: stringType(),
|
|
95162
95166
|
description: stringType(),
|
|
95163
|
-
created: stringType().default("2026-01-
|
|
95164
|
-
updated: stringType().default("2026-01-
|
|
95167
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
95168
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
95165
95169
|
guardrailConfig: unionType([
|
|
95166
95170
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
95167
95171
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -95264,8 +95268,8 @@ var init_updateeval = __esm(() => {
|
|
|
95264
95268
|
UpdateEvalResponseBodyPython$inboundSchema = objectType({
|
|
95265
95269
|
_id: stringType(),
|
|
95266
95270
|
description: stringType(),
|
|
95267
|
-
created: stringType().default("2026-01-
|
|
95268
|
-
updated: stringType().default("2026-01-
|
|
95271
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
95272
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
95269
95273
|
guardrail_config: unionType([
|
|
95270
95274
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
95271
95275
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -95282,8 +95286,8 @@ var init_updateeval = __esm(() => {
|
|
|
95282
95286
|
UpdateEvalResponseBodyPython$outboundSchema = objectType({
|
|
95283
95287
|
id: stringType(),
|
|
95284
95288
|
description: stringType(),
|
|
95285
|
-
created: stringType().default("2026-01-
|
|
95286
|
-
updated: stringType().default("2026-01-
|
|
95289
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
95290
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
95287
95291
|
guardrailConfig: unionType([
|
|
95288
95292
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
95289
95293
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -95354,8 +95358,8 @@ var init_updateeval = __esm(() => {
|
|
|
95354
95358
|
UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
|
|
95355
95359
|
_id: stringType(),
|
|
95356
95360
|
description: stringType(),
|
|
95357
|
-
created: stringType().default("2026-01-
|
|
95358
|
-
updated: stringType().default("2026-01-
|
|
95361
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
95362
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
95359
95363
|
guardrail_config: unionType([
|
|
95360
95364
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
95361
95365
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -95375,8 +95379,8 @@ var init_updateeval = __esm(() => {
|
|
|
95375
95379
|
UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
|
|
95376
95380
|
id: stringType(),
|
|
95377
95381
|
description: stringType(),
|
|
95378
|
-
created: stringType().default("2026-01-
|
|
95379
|
-
updated: stringType().default("2026-01-
|
|
95382
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
95383
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
95380
95384
|
guardrailConfig: unionType([
|
|
95381
95385
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
95382
95386
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -95448,8 +95452,8 @@ var init_updateeval = __esm(() => {
|
|
|
95448
95452
|
UpdateEvalResponseBodyJSON$inboundSchema = objectType({
|
|
95449
95453
|
_id: stringType(),
|
|
95450
95454
|
description: stringType(),
|
|
95451
|
-
created: stringType().default("2026-01-
|
|
95452
|
-
updated: stringType().default("2026-01-
|
|
95455
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
95456
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
95453
95457
|
guardrail_config: unionType([
|
|
95454
95458
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
95455
95459
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -95466,8 +95470,8 @@ var init_updateeval = __esm(() => {
|
|
|
95466
95470
|
UpdateEvalResponseBodyJSON$outboundSchema = objectType({
|
|
95467
95471
|
id: stringType(),
|
|
95468
95472
|
description: stringType(),
|
|
95469
|
-
created: stringType().default("2026-01-
|
|
95470
|
-
updated: stringType().default("2026-01-
|
|
95473
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
95474
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
95471
95475
|
guardrailConfig: unionType([
|
|
95472
95476
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
95473
95477
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -95536,8 +95540,8 @@ var init_updateeval = __esm(() => {
|
|
|
95536
95540
|
UpdateEvalResponseBodyLLM$inboundSchema = objectType({
|
|
95537
95541
|
_id: stringType(),
|
|
95538
95542
|
description: stringType(),
|
|
95539
|
-
created: stringType().default("2026-01-
|
|
95540
|
-
updated: stringType().default("2026-01-
|
|
95543
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
95544
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
95541
95545
|
guardrail_config: unionType([
|
|
95542
95546
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
95543
95547
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -95555,8 +95559,8 @@ var init_updateeval = __esm(() => {
|
|
|
95555
95559
|
UpdateEvalResponseBodyLLM$outboundSchema = objectType({
|
|
95556
95560
|
id: stringType(),
|
|
95557
95561
|
description: stringType(),
|
|
95558
|
-
created: stringType().default("2026-01-
|
|
95559
|
-
updated: stringType().default("2026-01-
|
|
95562
|
+
created: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
95563
|
+
updated: stringType().default("2026-01-19T15:09:20.409Z"),
|
|
95560
95564
|
guardrailConfig: unionType([
|
|
95561
95565
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
95562
95566
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -95645,7 +95649,7 @@ var init_updateidentity = __esm(() => {
|
|
|
95645
95649
|
tags: arrayType(stringType()).optional(),
|
|
95646
95650
|
metadata: recordType(anyType()).optional(),
|
|
95647
95651
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
95648
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
95652
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-19T15:09:18.129Z").transform((v2) => new Date(v2))
|
|
95649
95653
|
}).transform((v2) => {
|
|
95650
95654
|
return remap(v2, {
|
|
95651
95655
|
_id: "id",
|
|
@@ -95663,7 +95667,7 @@ var init_updateidentity = __esm(() => {
|
|
|
95663
95667
|
tags: arrayType(stringType()).optional(),
|
|
95664
95668
|
metadata: recordType(anyType()).optional(),
|
|
95665
95669
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
95666
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
95670
|
+
updated: dateType().default(() => new Date("2026-01-19T15:09:18.129Z")).transform((v2) => v2.toISOString())
|
|
95667
95671
|
}).transform((v2) => {
|
|
95668
95672
|
return remap(v2, {
|
|
95669
95673
|
id: "_id",
|
|
@@ -98145,13 +98149,13 @@ var init_updatetool = __esm(() => {
|
|
|
98145
98149
|
required: arrayType(stringType()).optional()
|
|
98146
98150
|
});
|
|
98147
98151
|
RequestBodyTools$inboundSchema = objectType({
|
|
98148
|
-
id: stringType().default("
|
|
98152
|
+
id: stringType().default("01KFBCVKEGJMWB3XH8ENHRFGDW"),
|
|
98149
98153
|
name: stringType(),
|
|
98150
98154
|
description: stringType().optional(),
|
|
98151
98155
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$inboundSchema)
|
|
98152
98156
|
});
|
|
98153
98157
|
RequestBodyTools$outboundSchema = objectType({
|
|
98154
|
-
id: stringType().default("
|
|
98158
|
+
id: stringType().default("01KFBCVKEGJMWB3XH8ENHRFGDW"),
|
|
98155
98159
|
name: stringType(),
|
|
98156
98160
|
description: stringType().optional(),
|
|
98157
98161
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$outboundSchema)
|
|
@@ -98491,7 +98495,7 @@ var init_updatetool = __esm(() => {
|
|
|
98491
98495
|
code: stringType()
|
|
98492
98496
|
});
|
|
98493
98497
|
UpdateToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
98494
|
-
_id: stringType().default("
|
|
98498
|
+
_id: stringType().default("tool_01KFBCVKE2D5G6WKNZDQ8DGHK3"),
|
|
98495
98499
|
path: stringType(),
|
|
98496
98500
|
key: stringType(),
|
|
98497
98501
|
display_name: stringType().optional(),
|
|
@@ -98519,7 +98523,7 @@ var init_updatetool = __esm(() => {
|
|
|
98519
98523
|
});
|
|
98520
98524
|
});
|
|
98521
98525
|
UpdateToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
98522
|
-
id: stringType().default("
|
|
98526
|
+
id: stringType().default("tool_01KFBCVKE2D5G6WKNZDQ8DGHK3"),
|
|
98523
98527
|
path: stringType(),
|
|
98524
98528
|
key: stringType(),
|
|
98525
98529
|
displayName: stringType().optional(),
|
|
@@ -98569,13 +98573,13 @@ var init_updatetool = __esm(() => {
|
|
|
98569
98573
|
required: arrayType(stringType()).optional()
|
|
98570
98574
|
});
|
|
98571
98575
|
UpdateToolResponseBodyTools$inboundSchema = objectType({
|
|
98572
|
-
id: stringType().default("
|
|
98576
|
+
id: stringType().default("01KFBCVKE1EWFW7EDWD03WH2AP"),
|
|
98573
98577
|
name: stringType(),
|
|
98574
98578
|
description: stringType().optional(),
|
|
98575
98579
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$inboundSchema)
|
|
98576
98580
|
});
|
|
98577
98581
|
UpdateToolResponseBodyTools$outboundSchema = objectType({
|
|
98578
|
-
id: stringType().default("
|
|
98582
|
+
id: stringType().default("01KFBCVKE1EWFW7EDWD03WH2AP"),
|
|
98579
98583
|
name: stringType(),
|
|
98580
98584
|
description: stringType().optional(),
|
|
98581
98585
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -98605,7 +98609,7 @@ var init_updatetool = __esm(() => {
|
|
|
98605
98609
|
});
|
|
98606
98610
|
});
|
|
98607
98611
|
UpdateToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
98608
|
-
_id: stringType().default("
|
|
98612
|
+
_id: stringType().default("tool_01KFBCVKE0NX7WV903Y4T7WFB5"),
|
|
98609
98613
|
path: stringType(),
|
|
98610
98614
|
key: stringType(),
|
|
98611
98615
|
display_name: stringType().optional(),
|
|
@@ -98632,7 +98636,7 @@ var init_updatetool = __esm(() => {
|
|
|
98632
98636
|
});
|
|
98633
98637
|
});
|
|
98634
98638
|
UpdateToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
98635
|
-
id: stringType().default("
|
|
98639
|
+
id: stringType().default("tool_01KFBCVKE0NX7WV903Y4T7WFB5"),
|
|
98636
98640
|
path: stringType(),
|
|
98637
98641
|
key: stringType(),
|
|
98638
98642
|
displayName: stringType().optional(),
|
|
@@ -98719,7 +98723,7 @@ var init_updatetool = __esm(() => {
|
|
|
98719
98723
|
arguments: recordType(lazyType(() => UpdateToolResponseBodyArguments$outboundSchema)).optional()
|
|
98720
98724
|
});
|
|
98721
98725
|
UpdateToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
98722
|
-
_id: stringType().default("
|
|
98726
|
+
_id: stringType().default("tool_01KFBCVKDYY4Y2MBEWQZYCXD0S"),
|
|
98723
98727
|
path: stringType(),
|
|
98724
98728
|
key: stringType(),
|
|
98725
98729
|
display_name: stringType().optional(),
|
|
@@ -98746,7 +98750,7 @@ var init_updatetool = __esm(() => {
|
|
|
98746
98750
|
});
|
|
98747
98751
|
});
|
|
98748
98752
|
UpdateToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
98749
|
-
id: stringType().default("
|
|
98753
|
+
id: stringType().default("tool_01KFBCVKDYY4Y2MBEWQZYCXD0S"),
|
|
98750
98754
|
path: stringType(),
|
|
98751
98755
|
key: stringType(),
|
|
98752
98756
|
displayName: stringType().optional(),
|
|
@@ -98805,7 +98809,7 @@ var init_updatetool = __esm(() => {
|
|
|
98805
98809
|
strict: booleanType().optional()
|
|
98806
98810
|
});
|
|
98807
98811
|
UpdateToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
98808
|
-
_id: stringType().default("
|
|
98812
|
+
_id: stringType().default("tool_01KFBCVKDXZJ2DAXVCARDYTSJ1"),
|
|
98809
98813
|
path: stringType(),
|
|
98810
98814
|
key: stringType(),
|
|
98811
98815
|
display_name: stringType().optional(),
|
|
@@ -98833,7 +98837,7 @@ var init_updatetool = __esm(() => {
|
|
|
98833
98837
|
});
|
|
98834
98838
|
});
|
|
98835
98839
|
UpdateToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
98836
|
-
id: stringType().default("
|
|
98840
|
+
id: stringType().default("tool_01KFBCVKDXZJ2DAXVCARDYTSJ1"),
|
|
98837
98841
|
path: stringType(),
|
|
98838
98842
|
key: stringType(),
|
|
98839
98843
|
displayName: stringType().optional(),
|
|
@@ -98895,7 +98899,7 @@ var init_updatetool = __esm(() => {
|
|
|
98895
98899
|
parameters: lazyType(() => UpdateToolResponseBodyParameters$outboundSchema).optional()
|
|
98896
98900
|
});
|
|
98897
98901
|
UpdateToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
98898
|
-
_id: stringType().default("
|
|
98902
|
+
_id: stringType().default("tool_01KFBCVKDWD66S5AJ5AW176JBE"),
|
|
98899
98903
|
path: stringType(),
|
|
98900
98904
|
key: stringType(),
|
|
98901
98905
|
display_name: stringType().optional(),
|
|
@@ -98922,7 +98926,7 @@ var init_updatetool = __esm(() => {
|
|
|
98922
98926
|
});
|
|
98923
98927
|
});
|
|
98924
98928
|
UpdateToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
98925
|
-
id: stringType().default("
|
|
98929
|
+
id: stringType().default("tool_01KFBCVKDWD66S5AJ5AW176JBE"),
|
|
98926
98930
|
path: stringType(),
|
|
98927
98931
|
key: stringType(),
|
|
98928
98932
|
displayName: stringType().optional(),
|
|
@@ -111499,7 +111503,7 @@ Updates a tool in the workspace.`,
|
|
|
111499
111503
|
function createMCPServer(deps) {
|
|
111500
111504
|
const server = new McpServer({
|
|
111501
111505
|
name: "Orq",
|
|
111502
|
-
version: "4.2.0-rc.
|
|
111506
|
+
version: "4.2.0-rc.43"
|
|
111503
111507
|
});
|
|
111504
111508
|
const client = new OrqCore({
|
|
111505
111509
|
apiKey: deps.apiKey,
|
|
@@ -112933,7 +112937,7 @@ var routes = rn({
|
|
|
112933
112937
|
var app = Ve(routes, {
|
|
112934
112938
|
name: "mcp",
|
|
112935
112939
|
versionInfo: {
|
|
112936
|
-
currentVersion: "4.2.0-rc.
|
|
112940
|
+
currentVersion: "4.2.0-rc.43"
|
|
112937
112941
|
}
|
|
112938
112942
|
});
|
|
112939
112943
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -112941,5 +112945,5 @@ export {
|
|
|
112941
112945
|
app
|
|
112942
112946
|
};
|
|
112943
112947
|
|
|
112944
|
-
//# debugId=
|
|
112948
|
+
//# debugId=730569C15A4D332C64756E2164756E21
|
|
112945
112949
|
//# sourceMappingURL=mcp-server.js.map
|