@orq-ai/node 4.2.0-rc.2 → 4.2.0-rc.3
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 +219 -219
- package/bin/mcp-server.js.map +39 -39
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/components/conversationresponse.js +2 -2
- package/models/components/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/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/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/retrievecontact.js +2 -2
- package/models/operations/retrieveconversation.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/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/updatetool.js +14 -14
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/conversationresponse.ts +2 -2
- package/src/models/components/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/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/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/retrievecontact.ts +2 -2
- package/src/models/operations/retrieveconversation.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/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/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.3",
|
|
52908
52908
|
genVersion: "2.788.15",
|
|
52909
|
-
userAgent: "speakeasy-sdk/typescript 4.2.0-rc.
|
|
52909
|
+
userAgent: "speakeasy-sdk/typescript 4.2.0-rc.3 2.788.15 2.0 @orq-ai/node"
|
|
52910
52910
|
};
|
|
52911
52911
|
});
|
|
52912
52912
|
|
|
@@ -56793,7 +56793,7 @@ var init_conversationresponse = __esm(() => {
|
|
|
56793
56793
|
entityId: stringType().optional()
|
|
56794
56794
|
});
|
|
56795
56795
|
ConversationResponse$inboundSchema = objectType({
|
|
56796
|
-
_id: stringType().default("
|
|
56796
|
+
_id: stringType().default("conv_01kdt3br19pk3r2bhs03hwrqs4"),
|
|
56797
56797
|
entityId: stringType(),
|
|
56798
56798
|
kind: ConversationResponseKind$inboundSchema,
|
|
56799
56799
|
displayName: stringType(),
|
|
@@ -56808,7 +56808,7 @@ var init_conversationresponse = __esm(() => {
|
|
|
56808
56808
|
});
|
|
56809
56809
|
});
|
|
56810
56810
|
ConversationResponse$outboundSchema = objectType({
|
|
56811
|
-
id: stringType().default("
|
|
56811
|
+
id: stringType().default("conv_01kdt3br19pk3r2bhs03hwrqs4"),
|
|
56812
56812
|
entityId: stringType(),
|
|
56813
56813
|
kind: ConversationResponseKind$outboundSchema,
|
|
56814
56814
|
displayName: stringType(),
|
|
@@ -58302,7 +58302,7 @@ var init_reasoningpart = __esm(() => {
|
|
|
58302
58302
|
init_esm();
|
|
58303
58303
|
init_primitives();
|
|
58304
58304
|
ReasoningPart$inboundSchema = objectType({
|
|
58305
|
-
_id: stringType().default("
|
|
58305
|
+
_id: stringType().default("reasoning_01kdt3bqqw88zq77me8x3v5tpy"),
|
|
58306
58306
|
metadata: recordType(anyType()).optional(),
|
|
58307
58307
|
kind: literalType("reasoning"),
|
|
58308
58308
|
reasoning: stringType(),
|
|
@@ -58313,7 +58313,7 @@ var init_reasoningpart = __esm(() => {
|
|
|
58313
58313
|
});
|
|
58314
58314
|
});
|
|
58315
58315
|
ReasoningPart$outboundSchema = objectType({
|
|
58316
|
-
id: stringType().default("
|
|
58316
|
+
id: stringType().default("reasoning_01kdt3bqqw88zq77me8x3v5tpy"),
|
|
58317
58317
|
metadata: recordType(anyType()).optional(),
|
|
58318
58318
|
kind: literalType("reasoning"),
|
|
58319
58319
|
reasoning: stringType(),
|
|
@@ -58383,7 +58383,7 @@ var init_partdoneevent = __esm(() => {
|
|
|
58383
58383
|
PartKind$inboundSchema = nativeEnumType(PartKind);
|
|
58384
58384
|
PartKind$outboundSchema = PartKind$inboundSchema;
|
|
58385
58385
|
PartReasoningPart$inboundSchema = objectType({
|
|
58386
|
-
_id: stringType().default("
|
|
58386
|
+
_id: stringType().default("reasoning_01kdt3bqr5wjxv936avgwyz4et"),
|
|
58387
58387
|
metadata: recordType(anyType()).optional(),
|
|
58388
58388
|
kind: PartKind$inboundSchema,
|
|
58389
58389
|
reasoning: stringType(),
|
|
@@ -58394,7 +58394,7 @@ var init_partdoneevent = __esm(() => {
|
|
|
58394
58394
|
});
|
|
58395
58395
|
});
|
|
58396
58396
|
PartReasoningPart$outboundSchema = objectType({
|
|
58397
|
-
id: stringType().default("
|
|
58397
|
+
id: stringType().default("reasoning_01kdt3bqr5wjxv936avgwyz4et"),
|
|
58398
58398
|
metadata: recordType(anyType()).optional(),
|
|
58399
58399
|
kind: PartKind$outboundSchema,
|
|
58400
58400
|
reasoning: stringType(),
|
|
@@ -63760,7 +63760,7 @@ var init_createcontact = __esm(() => {
|
|
|
63760
63760
|
tags: arrayType(stringType()).optional(),
|
|
63761
63761
|
metadata: recordType(anyType()).optional(),
|
|
63762
63762
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63763
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
63763
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-31T11:40:33.990Z").transform((v2) => new Date(v2))
|
|
63764
63764
|
}).transform((v2) => {
|
|
63765
63765
|
return remap(v2, {
|
|
63766
63766
|
_id: "id",
|
|
@@ -63780,7 +63780,7 @@ var init_createcontact = __esm(() => {
|
|
|
63780
63780
|
tags: arrayType(stringType()).optional(),
|
|
63781
63781
|
metadata: recordType(anyType()).optional(),
|
|
63782
63782
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63783
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
63783
|
+
updated: dateType().default(() => new Date("2025-12-31T11:40:33.990Z")).transform((v2) => v2.toISOString())
|
|
63784
63784
|
}).transform((v2) => {
|
|
63785
63785
|
return remap(v2, {
|
|
63786
63786
|
id: "_id",
|
|
@@ -63827,7 +63827,7 @@ var init_createconversation = __esm(() => {
|
|
|
63827
63827
|
entityId: stringType().optional()
|
|
63828
63828
|
});
|
|
63829
63829
|
CreateConversationResponseBody$inboundSchema = objectType({
|
|
63830
|
-
_id: stringType().default("
|
|
63830
|
+
_id: stringType().default("conv_01kdt3br1ce35mbtankntj9pp9"),
|
|
63831
63831
|
entityId: stringType(),
|
|
63832
63832
|
kind: CreateConversationKind$inboundSchema,
|
|
63833
63833
|
displayName: stringType(),
|
|
@@ -63842,7 +63842,7 @@ var init_createconversation = __esm(() => {
|
|
|
63842
63842
|
});
|
|
63843
63843
|
});
|
|
63844
63844
|
CreateConversationResponseBody$outboundSchema = objectType({
|
|
63845
|
-
id: stringType().default("
|
|
63845
|
+
id: stringType().default("conv_01kdt3br1ce35mbtankntj9pp9"),
|
|
63846
63846
|
entityId: stringType(),
|
|
63847
63847
|
kind: CreateConversationKind$outboundSchema,
|
|
63848
63848
|
displayName: stringType(),
|
|
@@ -63906,7 +63906,7 @@ var init_createdataset = __esm(() => {
|
|
|
63906
63906
|
created_by_id: stringType().optional(),
|
|
63907
63907
|
updated_by_id: stringType().optional(),
|
|
63908
63908
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63909
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
63909
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-31T11:40:33.990Z").transform((v2) => new Date(v2))
|
|
63910
63910
|
}).transform((v2) => {
|
|
63911
63911
|
return remap(v2, {
|
|
63912
63912
|
_id: "id",
|
|
@@ -63926,7 +63926,7 @@ var init_createdataset = __esm(() => {
|
|
|
63926
63926
|
createdById: stringType().optional(),
|
|
63927
63927
|
updatedById: stringType().optional(),
|
|
63928
63928
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63929
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
63929
|
+
updated: dateType().default(() => new Date("2025-12-31T11:40:33.990Z")).transform((v2) => v2.toISOString())
|
|
63930
63930
|
}).transform((v2) => {
|
|
63931
63931
|
return remap(v2, {
|
|
63932
63932
|
id: "_id",
|
|
@@ -64662,7 +64662,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64662
64662
|
human_review_id: stringType(),
|
|
64663
64663
|
source: CreateDatasetItemEvaluationsSource$inboundSchema.default("orq"),
|
|
64664
64664
|
reviewed_by_id: stringType(),
|
|
64665
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
64665
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-31T11:40:47.086Z").transform((v2) => new Date(v2)),
|
|
64666
64666
|
type: literalType("string_array"),
|
|
64667
64667
|
values: arrayType(stringType())
|
|
64668
64668
|
}).transform((v2) => {
|
|
@@ -64679,7 +64679,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64679
64679
|
humanReviewId: stringType(),
|
|
64680
64680
|
source: CreateDatasetItemEvaluationsSource$outboundSchema.default("orq"),
|
|
64681
64681
|
reviewedById: stringType(),
|
|
64682
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
64682
|
+
reviewedAt: dateType().default(() => new Date("2025-12-31T11:40:47.086Z")).transform((v2) => v2.toISOString()),
|
|
64683
64683
|
type: literalType("string_array"),
|
|
64684
64684
|
values: arrayType(stringType())
|
|
64685
64685
|
}).transform((v2) => {
|
|
@@ -64700,7 +64700,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64700
64700
|
human_review_id: stringType(),
|
|
64701
64701
|
source: EvaluationsSource$inboundSchema.default("orq"),
|
|
64702
64702
|
reviewed_by_id: stringType(),
|
|
64703
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
64703
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-31T11:40:47.086Z").transform((v2) => new Date(v2)),
|
|
64704
64704
|
type: literalType("number"),
|
|
64705
64705
|
value: numberType()
|
|
64706
64706
|
}).transform((v2) => {
|
|
@@ -64717,7 +64717,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64717
64717
|
humanReviewId: stringType(),
|
|
64718
64718
|
source: EvaluationsSource$outboundSchema.default("orq"),
|
|
64719
64719
|
reviewedById: stringType(),
|
|
64720
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
64720
|
+
reviewedAt: dateType().default(() => new Date("2025-12-31T11:40:47.086Z")).transform((v2) => v2.toISOString()),
|
|
64721
64721
|
type: literalType("number"),
|
|
64722
64722
|
value: numberType()
|
|
64723
64723
|
}).transform((v2) => {
|
|
@@ -64738,7 +64738,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64738
64738
|
human_review_id: stringType(),
|
|
64739
64739
|
source: Source$inboundSchema.default("orq"),
|
|
64740
64740
|
reviewed_by_id: stringType(),
|
|
64741
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
64741
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-31T11:40:47.085Z").transform((v2) => new Date(v2)),
|
|
64742
64742
|
type: literalType("string"),
|
|
64743
64743
|
value: stringType()
|
|
64744
64744
|
}).transform((v2) => {
|
|
@@ -64755,7 +64755,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64755
64755
|
humanReviewId: stringType(),
|
|
64756
64756
|
source: Source$outboundSchema.default("orq"),
|
|
64757
64757
|
reviewedById: stringType(),
|
|
64758
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
64758
|
+
reviewedAt: dateType().default(() => new Date("2025-12-31T11:40:47.085Z")).transform((v2) => v2.toISOString()),
|
|
64759
64759
|
type: literalType("string"),
|
|
64760
64760
|
value: stringType()
|
|
64761
64761
|
}).transform((v2) => {
|
|
@@ -64798,7 +64798,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64798
64798
|
created_by_id: stringType().optional(),
|
|
64799
64799
|
updated_by_id: stringType().optional(),
|
|
64800
64800
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
64801
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
64801
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-31T11:40:33.990Z").transform((v2) => new Date(v2))
|
|
64802
64802
|
}).transform((v2) => {
|
|
64803
64803
|
return remap(v2, {
|
|
64804
64804
|
_id: "id",
|
|
@@ -64832,7 +64832,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64832
64832
|
createdById: stringType().optional(),
|
|
64833
64833
|
updatedById: stringType().optional(),
|
|
64834
64834
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
64835
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
64835
|
+
updated: dateType().default(() => new Date("2025-12-31T11:40:33.990Z")).transform((v2) => v2.toISOString())
|
|
64836
64836
|
}).transform((v2) => {
|
|
64837
64837
|
return remap(v2, {
|
|
64838
64838
|
id: "_id",
|
|
@@ -65001,7 +65001,7 @@ var init_createdatasource = __esm(() => {
|
|
|
65001
65001
|
CreateDatasourceStatus$inboundSchema = nativeEnumType(CreateDatasourceStatus);
|
|
65002
65002
|
CreateDatasourceStatus$outboundSchema = CreateDatasourceStatus$inboundSchema;
|
|
65003
65003
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
65004
|
-
_id: stringType().default("
|
|
65004
|
+
_id: stringType().default("01KDT3BREG3CGPAN900T7C3F5F"),
|
|
65005
65005
|
display_name: stringType(),
|
|
65006
65006
|
description: stringType().optional(),
|
|
65007
65007
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -65024,7 +65024,7 @@ var init_createdatasource = __esm(() => {
|
|
|
65024
65024
|
});
|
|
65025
65025
|
});
|
|
65026
65026
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
65027
|
-
id: stringType().default("
|
|
65027
|
+
id: stringType().default("01KDT3BREG3CGPAN900T7C3F5F"),
|
|
65028
65028
|
displayName: stringType(),
|
|
65029
65029
|
description: stringType().optional(),
|
|
65030
65030
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -65611,8 +65611,8 @@ var init_createeval2 = __esm(() => {
|
|
|
65611
65611
|
Typescript$inboundSchema = objectType({
|
|
65612
65612
|
_id: stringType(),
|
|
65613
65613
|
description: stringType(),
|
|
65614
|
-
created: stringType().default("2025-12-
|
|
65615
|
-
updated: stringType().default("2025-12-
|
|
65614
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
65615
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
65616
65616
|
guardrail_config: unionType([
|
|
65617
65617
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
65618
65618
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -65629,8 +65629,8 @@ var init_createeval2 = __esm(() => {
|
|
|
65629
65629
|
Typescript$outboundSchema = objectType({
|
|
65630
65630
|
id: stringType(),
|
|
65631
65631
|
description: stringType(),
|
|
65632
|
-
created: stringType().default("2025-12-
|
|
65633
|
-
updated: stringType().default("2025-12-
|
|
65632
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
65633
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
65634
65634
|
guardrailConfig: unionType([
|
|
65635
65635
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
65636
65636
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -65701,8 +65701,8 @@ var init_createeval2 = __esm(() => {
|
|
|
65701
65701
|
Ragas$inboundSchema = objectType({
|
|
65702
65702
|
_id: stringType(),
|
|
65703
65703
|
description: stringType(),
|
|
65704
|
-
created: stringType().default("2025-12-
|
|
65705
|
-
updated: stringType().default("2025-12-
|
|
65704
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
65705
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
65706
65706
|
guardrail_config: unionType([
|
|
65707
65707
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
65708
65708
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -65721,8 +65721,8 @@ var init_createeval2 = __esm(() => {
|
|
|
65721
65721
|
Ragas$outboundSchema = objectType({
|
|
65722
65722
|
id: stringType(),
|
|
65723
65723
|
description: stringType(),
|
|
65724
|
-
created: stringType().default("2025-12-
|
|
65725
|
-
updated: stringType().default("2025-12-
|
|
65724
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
65725
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
65726
65726
|
guardrailConfig: unionType([
|
|
65727
65727
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
65728
65728
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -66077,8 +66077,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66077
66077
|
CreateEvalResponseBodyFunction$inboundSchema = objectType({
|
|
66078
66078
|
_id: stringType(),
|
|
66079
66079
|
description: stringType(),
|
|
66080
|
-
created: stringType().default("2025-12-
|
|
66081
|
-
updated: stringType().default("2025-12-
|
|
66080
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
66081
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
66082
66082
|
guardrail_config: unionType([
|
|
66083
66083
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
66084
66084
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -66129,8 +66129,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66129
66129
|
CreateEvalResponseBodyFunction$outboundSchema = objectType({
|
|
66130
66130
|
id: stringType(),
|
|
66131
66131
|
description: stringType(),
|
|
66132
|
-
created: stringType().default("2025-12-
|
|
66133
|
-
updated: stringType().default("2025-12-
|
|
66132
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
66133
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
66134
66134
|
guardrailConfig: unionType([
|
|
66135
66135
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
66136
66136
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -66233,8 +66233,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66233
66233
|
ResponseBodyPython$inboundSchema = objectType({
|
|
66234
66234
|
_id: stringType(),
|
|
66235
66235
|
description: stringType(),
|
|
66236
|
-
created: stringType().default("2025-12-
|
|
66237
|
-
updated: stringType().default("2025-12-
|
|
66236
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
66237
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
66238
66238
|
guardrail_config: unionType([
|
|
66239
66239
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
66240
66240
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -66251,8 +66251,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66251
66251
|
ResponseBodyPython$outboundSchema = objectType({
|
|
66252
66252
|
id: stringType(),
|
|
66253
66253
|
description: stringType(),
|
|
66254
|
-
created: stringType().default("2025-12-
|
|
66255
|
-
updated: stringType().default("2025-12-
|
|
66254
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
66255
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
66256
66256
|
guardrailConfig: unionType([
|
|
66257
66257
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
66258
66258
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -66323,8 +66323,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66323
66323
|
ResponseBodyHTTP$inboundSchema = objectType({
|
|
66324
66324
|
_id: stringType(),
|
|
66325
66325
|
description: stringType(),
|
|
66326
|
-
created: stringType().default("2025-12-
|
|
66327
|
-
updated: stringType().default("2025-12-
|
|
66326
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
66327
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
66328
66328
|
guardrail_config: unionType([
|
|
66329
66329
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
66330
66330
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -66344,8 +66344,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66344
66344
|
ResponseBodyHTTP$outboundSchema = objectType({
|
|
66345
66345
|
id: stringType(),
|
|
66346
66346
|
description: stringType(),
|
|
66347
|
-
created: stringType().default("2025-12-
|
|
66348
|
-
updated: stringType().default("2025-12-
|
|
66347
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
66348
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
66349
66349
|
guardrailConfig: unionType([
|
|
66350
66350
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
66351
66351
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -66417,8 +66417,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66417
66417
|
ResponseBodyJSON$inboundSchema = objectType({
|
|
66418
66418
|
_id: stringType(),
|
|
66419
66419
|
description: stringType(),
|
|
66420
|
-
created: stringType().default("2025-12-
|
|
66421
|
-
updated: stringType().default("2025-12-
|
|
66420
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
66421
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
66422
66422
|
guardrail_config: unionType([
|
|
66423
66423
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
66424
66424
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -66435,8 +66435,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66435
66435
|
ResponseBodyJSON$outboundSchema = objectType({
|
|
66436
66436
|
id: stringType(),
|
|
66437
66437
|
description: stringType(),
|
|
66438
|
-
created: stringType().default("2025-12-
|
|
66439
|
-
updated: stringType().default("2025-12-
|
|
66438
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
66439
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
66440
66440
|
guardrailConfig: unionType([
|
|
66441
66441
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
66442
66442
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -66505,8 +66505,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66505
66505
|
ResponseBodyLLM$inboundSchema = objectType({
|
|
66506
66506
|
_id: stringType(),
|
|
66507
66507
|
description: stringType(),
|
|
66508
|
-
created: stringType().default("2025-12-
|
|
66509
|
-
updated: stringType().default("2025-12-
|
|
66508
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
66509
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
66510
66510
|
guardrail_config: unionType([
|
|
66511
66511
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
66512
66512
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -66524,8 +66524,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66524
66524
|
ResponseBodyLLM$outboundSchema = objectType({
|
|
66525
66525
|
id: stringType(),
|
|
66526
66526
|
description: stringType(),
|
|
66527
|
-
created: stringType().default("2025-12-
|
|
66528
|
-
updated: stringType().default("2025-12-
|
|
66527
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
66528
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
66529
66529
|
guardrailConfig: unionType([
|
|
66530
66530
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
66531
66531
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -69396,7 +69396,7 @@ var init_createtool = __esm(() => {
|
|
|
69396
69396
|
code: stringType()
|
|
69397
69397
|
});
|
|
69398
69398
|
ResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
69399
|
-
_id: stringType().default("
|
|
69399
|
+
_id: stringType().default("tool_01KDT3BR8VQBEFXBBP1E8307HR"),
|
|
69400
69400
|
path: stringType(),
|
|
69401
69401
|
key: stringType(),
|
|
69402
69402
|
display_name: stringType().optional(),
|
|
@@ -69424,7 +69424,7 @@ var init_createtool = __esm(() => {
|
|
|
69424
69424
|
});
|
|
69425
69425
|
});
|
|
69426
69426
|
ResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
69427
|
-
id: stringType().default("
|
|
69427
|
+
id: stringType().default("tool_01KDT3BR8VQBEFXBBP1E8307HR"),
|
|
69428
69428
|
path: stringType(),
|
|
69429
69429
|
key: stringType(),
|
|
69430
69430
|
displayName: stringType().optional(),
|
|
@@ -69474,13 +69474,13 @@ var init_createtool = __esm(() => {
|
|
|
69474
69474
|
required: arrayType(stringType()).optional()
|
|
69475
69475
|
});
|
|
69476
69476
|
ResponseBodyTools$inboundSchema = objectType({
|
|
69477
|
-
id: stringType().default("
|
|
69477
|
+
id: stringType().default("01KDT3BR8T7ZHJJNJR4H0TMQEH"),
|
|
69478
69478
|
name: stringType(),
|
|
69479
69479
|
description: stringType().optional(),
|
|
69480
69480
|
schema: lazyType(() => CreateToolResponseBodySchema$inboundSchema)
|
|
69481
69481
|
});
|
|
69482
69482
|
ResponseBodyTools$outboundSchema = objectType({
|
|
69483
|
-
id: stringType().default("
|
|
69483
|
+
id: stringType().default("01KDT3BR8T7ZHJJNJR4H0TMQEH"),
|
|
69484
69484
|
name: stringType(),
|
|
69485
69485
|
description: stringType().optional(),
|
|
69486
69486
|
schema: lazyType(() => CreateToolResponseBodySchema$outboundSchema)
|
|
@@ -69510,7 +69510,7 @@ var init_createtool = __esm(() => {
|
|
|
69510
69510
|
});
|
|
69511
69511
|
});
|
|
69512
69512
|
ResponseBodyMCPTool$inboundSchema = objectType({
|
|
69513
|
-
_id: stringType().default("
|
|
69513
|
+
_id: stringType().default("tool_01KDT3BR8RJ6CFAJ7KR4FBQQHB"),
|
|
69514
69514
|
path: stringType(),
|
|
69515
69515
|
key: stringType(),
|
|
69516
69516
|
display_name: stringType().optional(),
|
|
@@ -69537,7 +69537,7 @@ var init_createtool = __esm(() => {
|
|
|
69537
69537
|
});
|
|
69538
69538
|
});
|
|
69539
69539
|
ResponseBodyMCPTool$outboundSchema = objectType({
|
|
69540
|
-
id: stringType().default("
|
|
69540
|
+
id: stringType().default("tool_01KDT3BR8RJ6CFAJ7KR4FBQQHB"),
|
|
69541
69541
|
path: stringType(),
|
|
69542
69542
|
key: stringType(),
|
|
69543
69543
|
displayName: stringType().optional(),
|
|
@@ -69624,7 +69624,7 @@ var init_createtool = __esm(() => {
|
|
|
69624
69624
|
arguments: recordType(lazyType(() => ResponseBodyArguments$outboundSchema)).optional()
|
|
69625
69625
|
});
|
|
69626
69626
|
ResponseBodyHTTPTool$inboundSchema = objectType({
|
|
69627
|
-
_id: stringType().default("
|
|
69627
|
+
_id: stringType().default("tool_01KDT3BR8MG19YZGF4RHPJFD22"),
|
|
69628
69628
|
path: stringType(),
|
|
69629
69629
|
key: stringType(),
|
|
69630
69630
|
display_name: stringType().optional(),
|
|
@@ -69651,7 +69651,7 @@ var init_createtool = __esm(() => {
|
|
|
69651
69651
|
});
|
|
69652
69652
|
});
|
|
69653
69653
|
ResponseBodyHTTPTool$outboundSchema = objectType({
|
|
69654
|
-
id: stringType().default("
|
|
69654
|
+
id: stringType().default("tool_01KDT3BR8MG19YZGF4RHPJFD22"),
|
|
69655
69655
|
path: stringType(),
|
|
69656
69656
|
key: stringType(),
|
|
69657
69657
|
displayName: stringType().optional(),
|
|
@@ -69710,7 +69710,7 @@ var init_createtool = __esm(() => {
|
|
|
69710
69710
|
strict: booleanType().optional()
|
|
69711
69711
|
});
|
|
69712
69712
|
ResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
69713
|
-
_id: stringType().default("
|
|
69713
|
+
_id: stringType().default("tool_01KDT3BR8JR8W2R2QKD54NKXVR"),
|
|
69714
69714
|
path: stringType(),
|
|
69715
69715
|
key: stringType(),
|
|
69716
69716
|
display_name: stringType().optional(),
|
|
@@ -69738,7 +69738,7 @@ var init_createtool = __esm(() => {
|
|
|
69738
69738
|
});
|
|
69739
69739
|
});
|
|
69740
69740
|
ResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
69741
|
-
id: stringType().default("
|
|
69741
|
+
id: stringType().default("tool_01KDT3BR8JR8W2R2QKD54NKXVR"),
|
|
69742
69742
|
path: stringType(),
|
|
69743
69743
|
key: stringType(),
|
|
69744
69744
|
displayName: stringType().optional(),
|
|
@@ -69800,7 +69800,7 @@ var init_createtool = __esm(() => {
|
|
|
69800
69800
|
parameters: lazyType(() => ResponseBodyParameters$outboundSchema).optional()
|
|
69801
69801
|
});
|
|
69802
69802
|
ResponseBodyFunctionTool$inboundSchema = objectType({
|
|
69803
|
-
_id: stringType().default("
|
|
69803
|
+
_id: stringType().default("tool_01KDT3BR8GGEB20ZVZ0YW2DHGH"),
|
|
69804
69804
|
path: stringType(),
|
|
69805
69805
|
key: stringType(),
|
|
69806
69806
|
display_name: stringType().optional(),
|
|
@@ -69827,7 +69827,7 @@ var init_createtool = __esm(() => {
|
|
|
69827
69827
|
});
|
|
69828
69828
|
});
|
|
69829
69829
|
ResponseBodyFunctionTool$outboundSchema = objectType({
|
|
69830
|
-
id: stringType().default("
|
|
69830
|
+
id: stringType().default("tool_01KDT3BR8GGEB20ZVZ0YW2DHGH"),
|
|
69831
69831
|
path: stringType(),
|
|
69832
69832
|
key: stringType(),
|
|
69833
69833
|
displayName: stringType().optional(),
|
|
@@ -75012,7 +75012,7 @@ var init_fileget = __esm(() => {
|
|
|
75012
75012
|
bytes: numberType(),
|
|
75013
75013
|
file_name: stringType(),
|
|
75014
75014
|
workspace_id: stringType(),
|
|
75015
|
-
created: stringType().datetime({ offset: true }).default("2025-12-
|
|
75015
|
+
created: stringType().datetime({ offset: true }).default("2025-12-31T11:40:37.878Z").transform((v2) => new Date(v2))
|
|
75016
75016
|
}).transform((v2) => {
|
|
75017
75017
|
return remap(v2, {
|
|
75018
75018
|
_id: "id",
|
|
@@ -75028,7 +75028,7 @@ var init_fileget = __esm(() => {
|
|
|
75028
75028
|
bytes: numberType(),
|
|
75029
75029
|
fileName: stringType(),
|
|
75030
75030
|
workspaceId: stringType(),
|
|
75031
|
-
created: dateType().default(() => new Date("2025-12-
|
|
75031
|
+
created: dateType().default(() => new Date("2025-12-31T11:40:37.878Z")).transform((v2) => v2.toISOString())
|
|
75032
75032
|
}).transform((v2) => {
|
|
75033
75033
|
return remap(v2, {
|
|
75034
75034
|
id: "_id",
|
|
@@ -75083,7 +75083,7 @@ var init_filelist = __esm(() => {
|
|
|
75083
75083
|
bytes: numberType(),
|
|
75084
75084
|
file_name: stringType(),
|
|
75085
75085
|
workspace_id: stringType(),
|
|
75086
|
-
created: stringType().datetime({ offset: true }).default("2025-12-
|
|
75086
|
+
created: stringType().datetime({ offset: true }).default("2025-12-31T11:40:37.878Z").transform((v2) => new Date(v2))
|
|
75087
75087
|
}).transform((v2) => {
|
|
75088
75088
|
return remap(v2, {
|
|
75089
75089
|
_id: "id",
|
|
@@ -75099,7 +75099,7 @@ var init_filelist = __esm(() => {
|
|
|
75099
75099
|
bytes: numberType(),
|
|
75100
75100
|
fileName: stringType(),
|
|
75101
75101
|
workspaceId: stringType(),
|
|
75102
|
-
created: dateType().default(() => new Date("2025-12-
|
|
75102
|
+
created: dateType().default(() => new Date("2025-12-31T11:40:37.878Z")).transform((v2) => v2.toISOString())
|
|
75103
75103
|
}).transform((v2) => {
|
|
75104
75104
|
return remap(v2, {
|
|
75105
75105
|
id: "_id",
|
|
@@ -75207,7 +75207,7 @@ var init_fileupload = __esm(() => {
|
|
|
75207
75207
|
bytes: numberType(),
|
|
75208
75208
|
file_name: stringType(),
|
|
75209
75209
|
workspace_id: stringType(),
|
|
75210
|
-
created: stringType().datetime({ offset: true }).default("2025-12-
|
|
75210
|
+
created: stringType().datetime({ offset: true }).default("2025-12-31T11:40:37.878Z").transform((v2) => new Date(v2))
|
|
75211
75211
|
}).transform((v2) => {
|
|
75212
75212
|
return remap(v2, {
|
|
75213
75213
|
_id: "id",
|
|
@@ -75223,7 +75223,7 @@ var init_fileupload = __esm(() => {
|
|
|
75223
75223
|
bytes: numberType(),
|
|
75224
75224
|
fileName: stringType(),
|
|
75225
75225
|
workspaceId: stringType(),
|
|
75226
|
-
created: dateType().default(() => new Date("2025-12-
|
|
75226
|
+
created: dateType().default(() => new Date("2025-12-31T11:40:37.878Z")).transform((v2) => v2.toISOString())
|
|
75227
75227
|
}).transform((v2) => {
|
|
75228
75228
|
return remap(v2, {
|
|
75229
75229
|
id: "_id",
|
|
@@ -75277,7 +75277,7 @@ var init_generateconversationname2 = __esm(() => {
|
|
|
75277
75277
|
entityId: stringType().optional()
|
|
75278
75278
|
});
|
|
75279
75279
|
GenerateConversationNameResponseBody$inboundSchema2 = objectType({
|
|
75280
|
-
_id: stringType().default("
|
|
75280
|
+
_id: stringType().default("conv_01kdt3br1db2s7w0dn2m6atxfq"),
|
|
75281
75281
|
entityId: stringType(),
|
|
75282
75282
|
kind: GenerateConversationNameKind$inboundSchema,
|
|
75283
75283
|
displayName: stringType(),
|
|
@@ -75292,7 +75292,7 @@ var init_generateconversationname2 = __esm(() => {
|
|
|
75292
75292
|
});
|
|
75293
75293
|
});
|
|
75294
75294
|
GenerateConversationNameResponseBody$outboundSchema2 = objectType({
|
|
75295
|
-
id: stringType().default("
|
|
75295
|
+
id: stringType().default("conv_01kdt3br1db2s7w0dn2m6atxfq"),
|
|
75296
75296
|
entityId: stringType(),
|
|
75297
75297
|
kind: GenerateConversationNameKind$outboundSchema,
|
|
75298
75298
|
displayName: stringType(),
|
|
@@ -76330,7 +76330,7 @@ var init_getalltools = __esm(() => {
|
|
|
76330
76330
|
code: stringType()
|
|
76331
76331
|
});
|
|
76332
76332
|
DataCodeExecutionTool$inboundSchema = objectType({
|
|
76333
|
-
_id: stringType().default("
|
|
76333
|
+
_id: stringType().default("tool_01KDT3BR7YSW97X4SM29JPKG5B"),
|
|
76334
76334
|
path: stringType(),
|
|
76335
76335
|
key: stringType(),
|
|
76336
76336
|
display_name: stringType().optional(),
|
|
@@ -76358,7 +76358,7 @@ var init_getalltools = __esm(() => {
|
|
|
76358
76358
|
});
|
|
76359
76359
|
});
|
|
76360
76360
|
DataCodeExecutionTool$outboundSchema = objectType({
|
|
76361
|
-
id: stringType().default("
|
|
76361
|
+
id: stringType().default("tool_01KDT3BR7YSW97X4SM29JPKG5B"),
|
|
76362
76362
|
path: stringType(),
|
|
76363
76363
|
key: stringType(),
|
|
76364
76364
|
displayName: stringType().optional(),
|
|
@@ -76408,13 +76408,13 @@ var init_getalltools = __esm(() => {
|
|
|
76408
76408
|
required: arrayType(stringType()).optional()
|
|
76409
76409
|
});
|
|
76410
76410
|
DataTools$inboundSchema = objectType({
|
|
76411
|
-
id: stringType().default("
|
|
76411
|
+
id: stringType().default("01KDT3BR7V8Q92H7SHB07KHEAA"),
|
|
76412
76412
|
name: stringType(),
|
|
76413
76413
|
description: stringType().optional(),
|
|
76414
76414
|
schema: lazyType(() => GetAllToolsDataSchema$inboundSchema)
|
|
76415
76415
|
});
|
|
76416
76416
|
DataTools$outboundSchema = objectType({
|
|
76417
|
-
id: stringType().default("
|
|
76417
|
+
id: stringType().default("01KDT3BR7V8Q92H7SHB07KHEAA"),
|
|
76418
76418
|
name: stringType(),
|
|
76419
76419
|
description: stringType().optional(),
|
|
76420
76420
|
schema: lazyType(() => GetAllToolsDataSchema$outboundSchema)
|
|
@@ -76444,7 +76444,7 @@ var init_getalltools = __esm(() => {
|
|
|
76444
76444
|
});
|
|
76445
76445
|
});
|
|
76446
76446
|
DataMCPTool$inboundSchema = objectType({
|
|
76447
|
-
_id: stringType().default("
|
|
76447
|
+
_id: stringType().default("tool_01KDT3BR7SJTGS047C1TD2S9V9"),
|
|
76448
76448
|
path: stringType(),
|
|
76449
76449
|
key: stringType(),
|
|
76450
76450
|
display_name: stringType().optional(),
|
|
@@ -76471,7 +76471,7 @@ var init_getalltools = __esm(() => {
|
|
|
76471
76471
|
});
|
|
76472
76472
|
});
|
|
76473
76473
|
DataMCPTool$outboundSchema = objectType({
|
|
76474
|
-
id: stringType().default("
|
|
76474
|
+
id: stringType().default("tool_01KDT3BR7SJTGS047C1TD2S9V9"),
|
|
76475
76475
|
path: stringType(),
|
|
76476
76476
|
key: stringType(),
|
|
76477
76477
|
displayName: stringType().optional(),
|
|
@@ -76558,7 +76558,7 @@ var init_getalltools = __esm(() => {
|
|
|
76558
76558
|
arguments: recordType(lazyType(() => DataArguments$outboundSchema)).optional()
|
|
76559
76559
|
});
|
|
76560
76560
|
DataHTTPTool$inboundSchema = objectType({
|
|
76561
|
-
_id: stringType().default("
|
|
76561
|
+
_id: stringType().default("tool_01KDT3BR7PBN1YPWA9QR2SEKAY"),
|
|
76562
76562
|
path: stringType(),
|
|
76563
76563
|
key: stringType(),
|
|
76564
76564
|
display_name: stringType().optional(),
|
|
@@ -76585,7 +76585,7 @@ var init_getalltools = __esm(() => {
|
|
|
76585
76585
|
});
|
|
76586
76586
|
});
|
|
76587
76587
|
DataHTTPTool$outboundSchema = objectType({
|
|
76588
|
-
id: stringType().default("
|
|
76588
|
+
id: stringType().default("tool_01KDT3BR7PBN1YPWA9QR2SEKAY"),
|
|
76589
76589
|
path: stringType(),
|
|
76590
76590
|
key: stringType(),
|
|
76591
76591
|
displayName: stringType().optional(),
|
|
@@ -76644,7 +76644,7 @@ var init_getalltools = __esm(() => {
|
|
|
76644
76644
|
strict: booleanType().optional()
|
|
76645
76645
|
});
|
|
76646
76646
|
DataJSONSchemaTool$inboundSchema = objectType({
|
|
76647
|
-
_id: stringType().default("
|
|
76647
|
+
_id: stringType().default("tool_01KDT3BR7NZ5SFJXA0CR8ENC2Y"),
|
|
76648
76648
|
path: stringType(),
|
|
76649
76649
|
key: stringType(),
|
|
76650
76650
|
display_name: stringType().optional(),
|
|
@@ -76672,7 +76672,7 @@ var init_getalltools = __esm(() => {
|
|
|
76672
76672
|
});
|
|
76673
76673
|
});
|
|
76674
76674
|
DataJSONSchemaTool$outboundSchema = objectType({
|
|
76675
|
-
id: stringType().default("
|
|
76675
|
+
id: stringType().default("tool_01KDT3BR7NZ5SFJXA0CR8ENC2Y"),
|
|
76676
76676
|
path: stringType(),
|
|
76677
76677
|
key: stringType(),
|
|
76678
76678
|
displayName: stringType().optional(),
|
|
@@ -76734,7 +76734,7 @@ var init_getalltools = __esm(() => {
|
|
|
76734
76734
|
parameters: lazyType(() => DataParameters$outboundSchema).optional()
|
|
76735
76735
|
});
|
|
76736
76736
|
DataFunctionTool$inboundSchema = objectType({
|
|
76737
|
-
_id: stringType().default("
|
|
76737
|
+
_id: stringType().default("tool_01KDT3BR7K563QMMQ63MGXP57Z"),
|
|
76738
76738
|
path: stringType(),
|
|
76739
76739
|
key: stringType(),
|
|
76740
76740
|
display_name: stringType().optional(),
|
|
@@ -76761,7 +76761,7 @@ var init_getalltools = __esm(() => {
|
|
|
76761
76761
|
});
|
|
76762
76762
|
});
|
|
76763
76763
|
DataFunctionTool$outboundSchema = objectType({
|
|
76764
|
-
id: stringType().default("
|
|
76764
|
+
id: stringType().default("tool_01KDT3BR7K563QMMQ63MGXP57Z"),
|
|
76765
76765
|
path: stringType(),
|
|
76766
76766
|
key: stringType(),
|
|
76767
76767
|
displayName: stringType().optional(),
|
|
@@ -77037,8 +77037,8 @@ var init_getevals2 = __esm(() => {
|
|
|
77037
77037
|
DataTypescript$inboundSchema = objectType({
|
|
77038
77038
|
_id: stringType(),
|
|
77039
77039
|
description: stringType(),
|
|
77040
|
-
created: stringType().default("2025-12-
|
|
77041
|
-
updated: stringType().default("2025-12-
|
|
77040
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77041
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77042
77042
|
guardrail_config: unionType([
|
|
77043
77043
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
77044
77044
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -77055,8 +77055,8 @@ var init_getevals2 = __esm(() => {
|
|
|
77055
77055
|
DataTypescript$outboundSchema = objectType({
|
|
77056
77056
|
id: stringType(),
|
|
77057
77057
|
description: stringType(),
|
|
77058
|
-
created: stringType().default("2025-12-
|
|
77059
|
-
updated: stringType().default("2025-12-
|
|
77058
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77059
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77060
77060
|
guardrailConfig: unionType([
|
|
77061
77061
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
77062
77062
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -77127,8 +77127,8 @@ var init_getevals2 = __esm(() => {
|
|
|
77127
77127
|
DataRagas$inboundSchema = objectType({
|
|
77128
77128
|
_id: stringType(),
|
|
77129
77129
|
description: stringType(),
|
|
77130
|
-
created: stringType().default("2025-12-
|
|
77131
|
-
updated: stringType().default("2025-12-
|
|
77130
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77131
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77132
77132
|
guardrail_config: unionType([
|
|
77133
77133
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
77134
77134
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -77147,8 +77147,8 @@ var init_getevals2 = __esm(() => {
|
|
|
77147
77147
|
DataRagas$outboundSchema = objectType({
|
|
77148
77148
|
id: stringType(),
|
|
77149
77149
|
description: stringType(),
|
|
77150
|
-
created: stringType().default("2025-12-
|
|
77151
|
-
updated: stringType().default("2025-12-
|
|
77150
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77151
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77152
77152
|
guardrailConfig: unionType([
|
|
77153
77153
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
77154
77154
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -77503,8 +77503,8 @@ var init_getevals2 = __esm(() => {
|
|
|
77503
77503
|
DataFunction$inboundSchema = objectType({
|
|
77504
77504
|
_id: stringType(),
|
|
77505
77505
|
description: stringType(),
|
|
77506
|
-
created: stringType().default("2025-12-
|
|
77507
|
-
updated: stringType().default("2025-12-
|
|
77506
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77507
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77508
77508
|
guardrail_config: unionType([
|
|
77509
77509
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
77510
77510
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -77555,8 +77555,8 @@ var init_getevals2 = __esm(() => {
|
|
|
77555
77555
|
DataFunction$outboundSchema = objectType({
|
|
77556
77556
|
id: stringType(),
|
|
77557
77557
|
description: stringType(),
|
|
77558
|
-
created: stringType().default("2025-12-
|
|
77559
|
-
updated: stringType().default("2025-12-
|
|
77558
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77559
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77560
77560
|
guardrailConfig: unionType([
|
|
77561
77561
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
77562
77562
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -77659,8 +77659,8 @@ var init_getevals2 = __esm(() => {
|
|
|
77659
77659
|
DataPython$inboundSchema = objectType({
|
|
77660
77660
|
_id: stringType(),
|
|
77661
77661
|
description: stringType(),
|
|
77662
|
-
created: stringType().default("2025-12-
|
|
77663
|
-
updated: stringType().default("2025-12-
|
|
77662
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77663
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77664
77664
|
guardrail_config: unionType([
|
|
77665
77665
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
77666
77666
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema)
|
|
@@ -77677,8 +77677,8 @@ var init_getevals2 = __esm(() => {
|
|
|
77677
77677
|
DataPython$outboundSchema = objectType({
|
|
77678
77678
|
id: stringType(),
|
|
77679
77679
|
description: stringType(),
|
|
77680
|
-
created: stringType().default("2025-12-
|
|
77681
|
-
updated: stringType().default("2025-12-
|
|
77680
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77681
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77682
77682
|
guardrailConfig: unionType([
|
|
77683
77683
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
77684
77684
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema)
|
|
@@ -77749,8 +77749,8 @@ var init_getevals2 = __esm(() => {
|
|
|
77749
77749
|
DataHTTP$inboundSchema = objectType({
|
|
77750
77750
|
_id: stringType(),
|
|
77751
77751
|
description: stringType(),
|
|
77752
|
-
created: stringType().default("2025-12-
|
|
77753
|
-
updated: stringType().default("2025-12-
|
|
77752
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77753
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77754
77754
|
guardrail_config: unionType([
|
|
77755
77755
|
lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
77756
77756
|
lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema)
|
|
@@ -77770,8 +77770,8 @@ var init_getevals2 = __esm(() => {
|
|
|
77770
77770
|
DataHTTP$outboundSchema = objectType({
|
|
77771
77771
|
id: stringType(),
|
|
77772
77772
|
description: stringType(),
|
|
77773
|
-
created: stringType().default("2025-12-
|
|
77774
|
-
updated: stringType().default("2025-12-
|
|
77773
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77774
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77775
77775
|
guardrailConfig: unionType([
|
|
77776
77776
|
lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
77777
77777
|
lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema)
|
|
@@ -77843,8 +77843,8 @@ var init_getevals2 = __esm(() => {
|
|
|
77843
77843
|
DataJSON$inboundSchema = objectType({
|
|
77844
77844
|
_id: stringType(),
|
|
77845
77845
|
description: stringType(),
|
|
77846
|
-
created: stringType().default("2025-12-
|
|
77847
|
-
updated: stringType().default("2025-12-
|
|
77846
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77847
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77848
77848
|
guardrail_config: unionType([
|
|
77849
77849
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema),
|
|
77850
77850
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema)
|
|
@@ -77861,8 +77861,8 @@ var init_getevals2 = __esm(() => {
|
|
|
77861
77861
|
DataJSON$outboundSchema = objectType({
|
|
77862
77862
|
id: stringType(),
|
|
77863
77863
|
description: stringType(),
|
|
77864
|
-
created: stringType().default("2025-12-
|
|
77865
|
-
updated: stringType().default("2025-12-
|
|
77864
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77865
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77866
77866
|
guardrailConfig: unionType([
|
|
77867
77867
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema),
|
|
77868
77868
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema)
|
|
@@ -77931,8 +77931,8 @@ var init_getevals2 = __esm(() => {
|
|
|
77931
77931
|
DataLLM$inboundSchema = objectType({
|
|
77932
77932
|
_id: stringType(),
|
|
77933
77933
|
description: stringType(),
|
|
77934
|
-
created: stringType().default("2025-12-
|
|
77935
|
-
updated: stringType().default("2025-12-
|
|
77934
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77935
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77936
77936
|
guardrail_config: unionType([
|
|
77937
77937
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
77938
77938
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -77950,8 +77950,8 @@ var init_getevals2 = __esm(() => {
|
|
|
77950
77950
|
DataLLM$outboundSchema = objectType({
|
|
77951
77951
|
id: stringType(),
|
|
77952
77952
|
description: stringType(),
|
|
77953
|
-
created: stringType().default("2025-12-
|
|
77954
|
-
updated: stringType().default("2025-12-
|
|
77953
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77954
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
77955
77955
|
guardrailConfig: unionType([
|
|
77956
77956
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
77957
77957
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -81726,7 +81726,7 @@ var init_listcontacts = __esm(() => {
|
|
|
81726
81726
|
tags: arrayType(stringType()).optional(),
|
|
81727
81727
|
metadata: recordType(anyType()).optional(),
|
|
81728
81728
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
81729
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
81729
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-31T11:40:33.990Z").transform((v2) => new Date(v2)),
|
|
81730
81730
|
metrics: lazyType(() => ListContactsMetrics$inboundSchema)
|
|
81731
81731
|
}).transform((v2) => {
|
|
81732
81732
|
return remap(v2, {
|
|
@@ -81745,7 +81745,7 @@ var init_listcontacts = __esm(() => {
|
|
|
81745
81745
|
tags: arrayType(stringType()).optional(),
|
|
81746
81746
|
metadata: recordType(anyType()).optional(),
|
|
81747
81747
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
81748
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
81748
|
+
updated: dateType().default(() => new Date("2025-12-31T11:40:33.990Z")).transform((v2) => v2.toISOString()),
|
|
81749
81749
|
metrics: lazyType(() => ListContactsMetrics$outboundSchema)
|
|
81750
81750
|
}).transform((v2) => {
|
|
81751
81751
|
return remap(v2, {
|
|
@@ -82201,7 +82201,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82201
82201
|
human_review_id: stringType(),
|
|
82202
82202
|
source: ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
|
|
82203
82203
|
reviewed_by_id: stringType(),
|
|
82204
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
82204
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-31T11:40:47.031Z").transform((v2) => new Date(v2)),
|
|
82205
82205
|
type: literalType("string_array"),
|
|
82206
82206
|
values: arrayType(stringType())
|
|
82207
82207
|
}).transform((v2) => {
|
|
@@ -82218,7 +82218,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82218
82218
|
humanReviewId: stringType(),
|
|
82219
82219
|
source: ListDatasetDatapointsEvaluationsSource$outboundSchema.default("orq"),
|
|
82220
82220
|
reviewedById: stringType(),
|
|
82221
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
82221
|
+
reviewedAt: dateType().default(() => new Date("2025-12-31T11:40:47.031Z")).transform((v2) => v2.toISOString()),
|
|
82222
82222
|
type: literalType("string_array"),
|
|
82223
82223
|
values: arrayType(stringType())
|
|
82224
82224
|
}).transform((v2) => {
|
|
@@ -82239,7 +82239,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82239
82239
|
human_review_id: stringType(),
|
|
82240
82240
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
82241
82241
|
reviewed_by_id: stringType(),
|
|
82242
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
82242
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-31T11:40:47.030Z").transform((v2) => new Date(v2)),
|
|
82243
82243
|
type: literalType("number"),
|
|
82244
82244
|
value: numberType()
|
|
82245
82245
|
}).transform((v2) => {
|
|
@@ -82256,7 +82256,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82256
82256
|
humanReviewId: stringType(),
|
|
82257
82257
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
82258
82258
|
reviewedById: stringType(),
|
|
82259
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
82259
|
+
reviewedAt: dateType().default(() => new Date("2025-12-31T11:40:47.030Z")).transform((v2) => v2.toISOString()),
|
|
82260
82260
|
type: literalType("number"),
|
|
82261
82261
|
value: numberType()
|
|
82262
82262
|
}).transform((v2) => {
|
|
@@ -82277,7 +82277,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82277
82277
|
human_review_id: stringType(),
|
|
82278
82278
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
82279
82279
|
reviewed_by_id: stringType(),
|
|
82280
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
82280
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-31T11:40:47.030Z").transform((v2) => new Date(v2)),
|
|
82281
82281
|
type: literalType("string"),
|
|
82282
82282
|
value: stringType()
|
|
82283
82283
|
}).transform((v2) => {
|
|
@@ -82294,7 +82294,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82294
82294
|
humanReviewId: stringType(),
|
|
82295
82295
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
82296
82296
|
reviewedById: stringType(),
|
|
82297
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
82297
|
+
reviewedAt: dateType().default(() => new Date("2025-12-31T11:40:47.030Z")).transform((v2) => v2.toISOString()),
|
|
82298
82298
|
type: literalType("string"),
|
|
82299
82299
|
value: stringType()
|
|
82300
82300
|
}).transform((v2) => {
|
|
@@ -82337,7 +82337,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82337
82337
|
created_by_id: stringType().optional(),
|
|
82338
82338
|
updated_by_id: stringType().optional(),
|
|
82339
82339
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
82340
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
82340
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-31T11:40:33.990Z").transform((v2) => new Date(v2))
|
|
82341
82341
|
}).transform((v2) => {
|
|
82342
82342
|
return remap(v2, {
|
|
82343
82343
|
_id: "id",
|
|
@@ -82371,7 +82371,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82371
82371
|
createdById: stringType().optional(),
|
|
82372
82372
|
updatedById: stringType().optional(),
|
|
82373
82373
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
82374
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
82374
|
+
updated: dateType().default(() => new Date("2025-12-31T11:40:33.990Z")).transform((v2) => v2.toISOString())
|
|
82375
82375
|
}).transform((v2) => {
|
|
82376
82376
|
return remap(v2, {
|
|
82377
82377
|
id: "_id",
|
|
@@ -82460,7 +82460,7 @@ var init_listdatasets = __esm(() => {
|
|
|
82460
82460
|
created_by_id: stringType().optional(),
|
|
82461
82461
|
updated_by_id: stringType().optional(),
|
|
82462
82462
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
82463
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
82463
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-31T11:40:33.990Z").transform((v2) => new Date(v2))
|
|
82464
82464
|
}).transform((v2) => {
|
|
82465
82465
|
return remap(v2, {
|
|
82466
82466
|
_id: "id",
|
|
@@ -82480,7 +82480,7 @@ var init_listdatasets = __esm(() => {
|
|
|
82480
82480
|
createdById: stringType().optional(),
|
|
82481
82481
|
updatedById: stringType().optional(),
|
|
82482
82482
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
82483
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
82483
|
+
updated: dateType().default(() => new Date("2025-12-31T11:40:33.990Z")).transform((v2) => v2.toISOString())
|
|
82484
82484
|
}).transform((v2) => {
|
|
82485
82485
|
return remap(v2, {
|
|
82486
82486
|
id: "_id",
|
|
@@ -82561,7 +82561,7 @@ var init_listdatasources = __esm(() => {
|
|
|
82561
82561
|
ListDatasourcesStatus$inboundSchema = nativeEnumType(ListDatasourcesStatus);
|
|
82562
82562
|
ListDatasourcesStatus$outboundSchema = ListDatasourcesStatus$inboundSchema;
|
|
82563
82563
|
ListDatasourcesData$inboundSchema = objectType({
|
|
82564
|
-
_id: stringType().default("
|
|
82564
|
+
_id: stringType().default("01KDT3BRECX8WX9V7281J2E6F8"),
|
|
82565
82565
|
display_name: stringType(),
|
|
82566
82566
|
description: stringType().optional(),
|
|
82567
82567
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -82584,7 +82584,7 @@ var init_listdatasources = __esm(() => {
|
|
|
82584
82584
|
});
|
|
82585
82585
|
});
|
|
82586
82586
|
ListDatasourcesData$outboundSchema = objectType({
|
|
82587
|
-
id: stringType().default("
|
|
82587
|
+
id: stringType().default("01KDT3BRECX8WX9V7281J2E6F8"),
|
|
82588
82588
|
displayName: stringType(),
|
|
82589
82589
|
description: stringType().optional(),
|
|
82590
82590
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -84796,7 +84796,7 @@ var init_retrievecontact2 = __esm(() => {
|
|
|
84796
84796
|
tags: arrayType(stringType()).optional(),
|
|
84797
84797
|
metadata: recordType(anyType()).optional(),
|
|
84798
84798
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
84799
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
84799
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-31T11:40:33.990Z").transform((v2) => new Date(v2))
|
|
84800
84800
|
}).transform((v2) => {
|
|
84801
84801
|
return remap(v2, {
|
|
84802
84802
|
_id: "id",
|
|
@@ -84814,7 +84814,7 @@ var init_retrievecontact2 = __esm(() => {
|
|
|
84814
84814
|
tags: arrayType(stringType()).optional(),
|
|
84815
84815
|
metadata: recordType(anyType()).optional(),
|
|
84816
84816
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
84817
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
84817
|
+
updated: dateType().default(() => new Date("2025-12-31T11:40:33.990Z")).transform((v2) => v2.toISOString())
|
|
84818
84818
|
}).transform((v2) => {
|
|
84819
84819
|
return remap(v2, {
|
|
84820
84820
|
id: "_id",
|
|
@@ -84858,7 +84858,7 @@ var init_retrieveconversation2 = __esm(() => {
|
|
|
84858
84858
|
entityId: stringType().optional()
|
|
84859
84859
|
});
|
|
84860
84860
|
RetrieveConversationResponseBody$inboundSchema2 = objectType({
|
|
84861
|
-
_id: stringType().default("
|
|
84861
|
+
_id: stringType().default("conv_01kdt3br1j14wxxzm359dmcs15"),
|
|
84862
84862
|
entityId: stringType(),
|
|
84863
84863
|
kind: RetrieveConversationKind$inboundSchema,
|
|
84864
84864
|
displayName: stringType(),
|
|
@@ -84873,7 +84873,7 @@ var init_retrieveconversation2 = __esm(() => {
|
|
|
84873
84873
|
});
|
|
84874
84874
|
});
|
|
84875
84875
|
RetrieveConversationResponseBody$outboundSchema2 = objectType({
|
|
84876
|
-
id: stringType().default("
|
|
84876
|
+
id: stringType().default("conv_01kdt3br1j14wxxzm359dmcs15"),
|
|
84877
84877
|
entityId: stringType(),
|
|
84878
84878
|
kind: RetrieveConversationKind$outboundSchema,
|
|
84879
84879
|
displayName: stringType(),
|
|
@@ -85263,7 +85263,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85263
85263
|
human_review_id: stringType(),
|
|
85264
85264
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
85265
85265
|
reviewed_by_id: stringType(),
|
|
85266
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
85266
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-31T11:40:47.051Z").transform((v2) => new Date(v2)),
|
|
85267
85267
|
type: literalType("string_array"),
|
|
85268
85268
|
values: arrayType(stringType())
|
|
85269
85269
|
}).transform((v2) => {
|
|
@@ -85280,7 +85280,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85280
85280
|
humanReviewId: stringType(),
|
|
85281
85281
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
85282
85282
|
reviewedById: stringType(),
|
|
85283
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
85283
|
+
reviewedAt: dateType().default(() => new Date("2025-12-31T11:40:47.051Z")).transform((v2) => v2.toISOString()),
|
|
85284
85284
|
type: literalType("string_array"),
|
|
85285
85285
|
values: arrayType(stringType())
|
|
85286
85286
|
}).transform((v2) => {
|
|
@@ -85301,7 +85301,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85301
85301
|
human_review_id: stringType(),
|
|
85302
85302
|
source: RetrieveDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
85303
85303
|
reviewed_by_id: stringType(),
|
|
85304
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
85304
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-31T11:40:47.048Z").transform((v2) => new Date(v2)),
|
|
85305
85305
|
type: literalType("number"),
|
|
85306
85306
|
value: numberType()
|
|
85307
85307
|
}).transform((v2) => {
|
|
@@ -85318,7 +85318,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85318
85318
|
humanReviewId: stringType(),
|
|
85319
85319
|
source: RetrieveDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
85320
85320
|
reviewedById: stringType(),
|
|
85321
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
85321
|
+
reviewedAt: dateType().default(() => new Date("2025-12-31T11:40:47.048Z")).transform((v2) => v2.toISOString()),
|
|
85322
85322
|
type: literalType("number"),
|
|
85323
85323
|
value: numberType()
|
|
85324
85324
|
}).transform((v2) => {
|
|
@@ -85339,7 +85339,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85339
85339
|
human_review_id: stringType(),
|
|
85340
85340
|
source: RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
85341
85341
|
reviewed_by_id: stringType(),
|
|
85342
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
85342
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-31T11:40:47.048Z").transform((v2) => new Date(v2)),
|
|
85343
85343
|
type: literalType("string"),
|
|
85344
85344
|
value: stringType()
|
|
85345
85345
|
}).transform((v2) => {
|
|
@@ -85356,7 +85356,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85356
85356
|
humanReviewId: stringType(),
|
|
85357
85357
|
source: RetrieveDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
85358
85358
|
reviewedById: stringType(),
|
|
85359
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
85359
|
+
reviewedAt: dateType().default(() => new Date("2025-12-31T11:40:47.048Z")).transform((v2) => v2.toISOString()),
|
|
85360
85360
|
type: literalType("string"),
|
|
85361
85361
|
value: stringType()
|
|
85362
85362
|
}).transform((v2) => {
|
|
@@ -85399,7 +85399,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85399
85399
|
created_by_id: stringType().optional(),
|
|
85400
85400
|
updated_by_id: stringType().optional(),
|
|
85401
85401
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
85402
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
85402
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-31T11:40:33.990Z").transform((v2) => new Date(v2))
|
|
85403
85403
|
}).transform((v2) => {
|
|
85404
85404
|
return remap(v2, {
|
|
85405
85405
|
_id: "id",
|
|
@@ -85433,7 +85433,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85433
85433
|
createdById: stringType().optional(),
|
|
85434
85434
|
updatedById: stringType().optional(),
|
|
85435
85435
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
85436
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
85436
|
+
updated: dateType().default(() => new Date("2025-12-31T11:40:33.990Z")).transform((v2) => v2.toISOString())
|
|
85437
85437
|
}).transform((v2) => {
|
|
85438
85438
|
return remap(v2, {
|
|
85439
85439
|
id: "_id",
|
|
@@ -85493,7 +85493,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
85493
85493
|
created_by_id: stringType().optional(),
|
|
85494
85494
|
updated_by_id: stringType().optional(),
|
|
85495
85495
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
85496
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
85496
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-31T11:40:33.990Z").transform((v2) => new Date(v2))
|
|
85497
85497
|
}).transform((v2) => {
|
|
85498
85498
|
return remap(v2, {
|
|
85499
85499
|
_id: "id",
|
|
@@ -85513,7 +85513,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
85513
85513
|
createdById: stringType().optional(),
|
|
85514
85514
|
updatedById: stringType().optional(),
|
|
85515
85515
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
85516
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
85516
|
+
updated: dateType().default(() => new Date("2025-12-31T11:40:33.990Z")).transform((v2) => v2.toISOString())
|
|
85517
85517
|
}).transform((v2) => {
|
|
85518
85518
|
return remap(v2, {
|
|
85519
85519
|
id: "_id",
|
|
@@ -85559,7 +85559,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
85559
85559
|
RetrieveDatasourceStatus$inboundSchema = nativeEnumType(RetrieveDatasourceStatus);
|
|
85560
85560
|
RetrieveDatasourceStatus$outboundSchema = RetrieveDatasourceStatus$inboundSchema;
|
|
85561
85561
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
85562
|
-
_id: stringType().default("
|
|
85562
|
+
_id: stringType().default("01KDT3BREEVPZ973AEV6TFHMMZ"),
|
|
85563
85563
|
display_name: stringType(),
|
|
85564
85564
|
description: stringType().optional(),
|
|
85565
85565
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -85582,7 +85582,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
85582
85582
|
});
|
|
85583
85583
|
});
|
|
85584
85584
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
85585
|
-
id: stringType().default("
|
|
85585
|
+
id: stringType().default("01KDT3BREEVPZ973AEV6TFHMMZ"),
|
|
85586
85586
|
displayName: stringType(),
|
|
85587
85587
|
description: stringType().optional(),
|
|
85588
85588
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -85921,7 +85921,7 @@ var init_retrievetool = __esm(() => {
|
|
|
85921
85921
|
code: stringType()
|
|
85922
85922
|
});
|
|
85923
85923
|
RetrieveToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
85924
|
-
_id: stringType().default("
|
|
85924
|
+
_id: stringType().default("tool_01KDT3BRAND0RF3R87502NTJ44"),
|
|
85925
85925
|
path: stringType(),
|
|
85926
85926
|
key: stringType(),
|
|
85927
85927
|
display_name: stringType().optional(),
|
|
@@ -85949,7 +85949,7 @@ var init_retrievetool = __esm(() => {
|
|
|
85949
85949
|
});
|
|
85950
85950
|
});
|
|
85951
85951
|
RetrieveToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
85952
|
-
id: stringType().default("
|
|
85952
|
+
id: stringType().default("tool_01KDT3BRAND0RF3R87502NTJ44"),
|
|
85953
85953
|
path: stringType(),
|
|
85954
85954
|
key: stringType(),
|
|
85955
85955
|
displayName: stringType().optional(),
|
|
@@ -85999,13 +85999,13 @@ var init_retrievetool = __esm(() => {
|
|
|
85999
85999
|
required: arrayType(stringType()).optional()
|
|
86000
86000
|
});
|
|
86001
86001
|
RetrieveToolResponseBodyTools$inboundSchema = objectType({
|
|
86002
|
-
id: stringType().default("
|
|
86002
|
+
id: stringType().default("01KDT3BRAM76YMWMD818FZZ7GG"),
|
|
86003
86003
|
name: stringType(),
|
|
86004
86004
|
description: stringType().optional(),
|
|
86005
86005
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$inboundSchema)
|
|
86006
86006
|
});
|
|
86007
86007
|
RetrieveToolResponseBodyTools$outboundSchema = objectType({
|
|
86008
|
-
id: stringType().default("
|
|
86008
|
+
id: stringType().default("01KDT3BRAM76YMWMD818FZZ7GG"),
|
|
86009
86009
|
name: stringType(),
|
|
86010
86010
|
description: stringType().optional(),
|
|
86011
86011
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -86035,7 +86035,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86035
86035
|
});
|
|
86036
86036
|
});
|
|
86037
86037
|
RetrieveToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
86038
|
-
_id: stringType().default("
|
|
86038
|
+
_id: stringType().default("tool_01KDT3BRAKE60MG1Q2RK6FXZPX"),
|
|
86039
86039
|
path: stringType(),
|
|
86040
86040
|
key: stringType(),
|
|
86041
86041
|
display_name: stringType().optional(),
|
|
@@ -86062,7 +86062,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86062
86062
|
});
|
|
86063
86063
|
});
|
|
86064
86064
|
RetrieveToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
86065
|
-
id: stringType().default("
|
|
86065
|
+
id: stringType().default("tool_01KDT3BRAKE60MG1Q2RK6FXZPX"),
|
|
86066
86066
|
path: stringType(),
|
|
86067
86067
|
key: stringType(),
|
|
86068
86068
|
displayName: stringType().optional(),
|
|
@@ -86149,7 +86149,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86149
86149
|
arguments: recordType(lazyType(() => RetrieveToolResponseBodyArguments$outboundSchema)).optional()
|
|
86150
86150
|
});
|
|
86151
86151
|
RetrieveToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
86152
|
-
_id: stringType().default("
|
|
86152
|
+
_id: stringType().default("tool_01KDT3BRAH5GYDYXY840YTY877"),
|
|
86153
86153
|
path: stringType(),
|
|
86154
86154
|
key: stringType(),
|
|
86155
86155
|
display_name: stringType().optional(),
|
|
@@ -86176,7 +86176,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86176
86176
|
});
|
|
86177
86177
|
});
|
|
86178
86178
|
RetrieveToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
86179
|
-
id: stringType().default("
|
|
86179
|
+
id: stringType().default("tool_01KDT3BRAH5GYDYXY840YTY877"),
|
|
86180
86180
|
path: stringType(),
|
|
86181
86181
|
key: stringType(),
|
|
86182
86182
|
displayName: stringType().optional(),
|
|
@@ -86235,7 +86235,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86235
86235
|
strict: booleanType().optional()
|
|
86236
86236
|
});
|
|
86237
86237
|
RetrieveToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
86238
|
-
_id: stringType().default("
|
|
86238
|
+
_id: stringType().default("tool_01KDT3BRAGXF4HCZQEJGSPRXX6"),
|
|
86239
86239
|
path: stringType(),
|
|
86240
86240
|
key: stringType(),
|
|
86241
86241
|
display_name: stringType().optional(),
|
|
@@ -86263,7 +86263,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86263
86263
|
});
|
|
86264
86264
|
});
|
|
86265
86265
|
RetrieveToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
86266
|
-
id: stringType().default("
|
|
86266
|
+
id: stringType().default("tool_01KDT3BRAGXF4HCZQEJGSPRXX6"),
|
|
86267
86267
|
path: stringType(),
|
|
86268
86268
|
key: stringType(),
|
|
86269
86269
|
displayName: stringType().optional(),
|
|
@@ -86325,7 +86325,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86325
86325
|
parameters: lazyType(() => RetrieveToolResponseBodyParameters$outboundSchema).optional()
|
|
86326
86326
|
});
|
|
86327
86327
|
RetrieveToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
86328
|
-
_id: stringType().default("
|
|
86328
|
+
_id: stringType().default("tool_01KDT3BRAEGCRBVYHWRG0VY5QC"),
|
|
86329
86329
|
path: stringType(),
|
|
86330
86330
|
key: stringType(),
|
|
86331
86331
|
display_name: stringType().optional(),
|
|
@@ -86352,7 +86352,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86352
86352
|
});
|
|
86353
86353
|
});
|
|
86354
86354
|
RetrieveToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
86355
|
-
id: stringType().default("
|
|
86355
|
+
id: stringType().default("tool_01KDT3BRAEGCRBVYHWRG0VY5QC"),
|
|
86356
86356
|
path: stringType(),
|
|
86357
86357
|
key: stringType(),
|
|
86358
86358
|
displayName: stringType().optional(),
|
|
@@ -87216,13 +87216,13 @@ var init_runagent = __esm(() => {
|
|
|
87216
87216
|
required: arrayType(stringType()).optional()
|
|
87217
87217
|
});
|
|
87218
87218
|
Tools$inboundSchema2 = objectType({
|
|
87219
|
-
id: stringType().default("
|
|
87219
|
+
id: stringType().default("01KDT3BQX2V9C5WH8FG3E71J4C"),
|
|
87220
87220
|
name: stringType(),
|
|
87221
87221
|
description: stringType().optional(),
|
|
87222
87222
|
schema: lazyType(() => Schema$inboundSchema)
|
|
87223
87223
|
});
|
|
87224
87224
|
Tools$outboundSchema2 = objectType({
|
|
87225
|
-
id: stringType().default("
|
|
87225
|
+
id: stringType().default("01KDT3BQX2V9C5WH8FG3E71J4C"),
|
|
87226
87226
|
name: stringType(),
|
|
87227
87227
|
description: stringType().optional(),
|
|
87228
87228
|
schema: lazyType(() => Schema$outboundSchema)
|
|
@@ -89512,13 +89512,13 @@ var init_streamrunagent2 = __esm(() => {
|
|
|
89512
89512
|
required: arrayType(stringType()).optional()
|
|
89513
89513
|
});
|
|
89514
89514
|
AgentToolInputRunTools$inboundSchema = objectType({
|
|
89515
|
-
id: stringType().default("
|
|
89515
|
+
id: stringType().default("01KDT3BQZ3F3ZANVE05C5ZVD7T"),
|
|
89516
89516
|
name: stringType(),
|
|
89517
89517
|
description: stringType().optional(),
|
|
89518
89518
|
schema: lazyType(() => AgentToolInputRunSchema$inboundSchema)
|
|
89519
89519
|
});
|
|
89520
89520
|
AgentToolInputRunTools$outboundSchema = objectType({
|
|
89521
|
-
id: stringType().default("
|
|
89521
|
+
id: stringType().default("01KDT3BQZ3F3ZANVE05C5ZVD7T"),
|
|
89522
89522
|
name: stringType(),
|
|
89523
89523
|
description: stringType().optional(),
|
|
89524
89524
|
schema: lazyType(() => AgentToolInputRunSchema$outboundSchema)
|
|
@@ -92505,7 +92505,7 @@ var init_updatecontact2 = __esm(() => {
|
|
|
92505
92505
|
tags: arrayType(stringType()).optional(),
|
|
92506
92506
|
metadata: recordType(anyType()).optional(),
|
|
92507
92507
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
92508
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
92508
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-31T11:40:33.990Z").transform((v2) => new Date(v2))
|
|
92509
92509
|
}).transform((v2) => {
|
|
92510
92510
|
return remap(v2, {
|
|
92511
92511
|
_id: "id",
|
|
@@ -92523,7 +92523,7 @@ var init_updatecontact2 = __esm(() => {
|
|
|
92523
92523
|
tags: arrayType(stringType()).optional(),
|
|
92524
92524
|
metadata: recordType(anyType()).optional(),
|
|
92525
92525
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
92526
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
92526
|
+
updated: dateType().default(() => new Date("2025-12-31T11:40:33.990Z")).transform((v2) => v2.toISOString())
|
|
92527
92527
|
}).transform((v2) => {
|
|
92528
92528
|
return remap(v2, {
|
|
92529
92529
|
id: "_id",
|
|
@@ -92587,7 +92587,7 @@ var init_updateconversation2 = __esm(() => {
|
|
|
92587
92587
|
entityId: stringType().optional()
|
|
92588
92588
|
});
|
|
92589
92589
|
UpdateConversationResponseBody$inboundSchema2 = objectType({
|
|
92590
|
-
_id: stringType().default("
|
|
92590
|
+
_id: stringType().default("conv_01kdt3br1pm2355szjgxg5z4jc"),
|
|
92591
92591
|
entityId: stringType(),
|
|
92592
92592
|
kind: UpdateConversationKind$inboundSchema,
|
|
92593
92593
|
displayName: stringType(),
|
|
@@ -92602,7 +92602,7 @@ var init_updateconversation2 = __esm(() => {
|
|
|
92602
92602
|
});
|
|
92603
92603
|
});
|
|
92604
92604
|
UpdateConversationResponseBody$outboundSchema2 = objectType({
|
|
92605
|
-
id: stringType().default("
|
|
92605
|
+
id: stringType().default("conv_01kdt3br1pm2355szjgxg5z4jc"),
|
|
92606
92606
|
entityId: stringType(),
|
|
92607
92607
|
kind: UpdateConversationKind$outboundSchema,
|
|
92608
92608
|
displayName: stringType(),
|
|
@@ -93345,7 +93345,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93345
93345
|
human_review_id: stringType(),
|
|
93346
93346
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
93347
93347
|
reviewed_by_id: stringType(),
|
|
93348
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
93348
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-31T11:40:47.128Z").transform((v2) => new Date(v2)),
|
|
93349
93349
|
type: literalType("string_array"),
|
|
93350
93350
|
values: arrayType(stringType())
|
|
93351
93351
|
}).transform((v2) => {
|
|
@@ -93362,7 +93362,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93362
93362
|
humanReviewId: stringType(),
|
|
93363
93363
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
93364
93364
|
reviewedById: stringType(),
|
|
93365
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
93365
|
+
reviewedAt: dateType().default(() => new Date("2025-12-31T11:40:47.128Z")).transform((v2) => v2.toISOString()),
|
|
93366
93366
|
type: literalType("string_array"),
|
|
93367
93367
|
values: arrayType(stringType())
|
|
93368
93368
|
}).transform((v2) => {
|
|
@@ -93383,7 +93383,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93383
93383
|
human_review_id: stringType(),
|
|
93384
93384
|
source: UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
93385
93385
|
reviewed_by_id: stringType(),
|
|
93386
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
93386
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-31T11:40:47.128Z").transform((v2) => new Date(v2)),
|
|
93387
93387
|
type: literalType("number"),
|
|
93388
93388
|
value: numberType()
|
|
93389
93389
|
}).transform((v2) => {
|
|
@@ -93400,7 +93400,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93400
93400
|
humanReviewId: stringType(),
|
|
93401
93401
|
source: UpdateDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
93402
93402
|
reviewedById: stringType(),
|
|
93403
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
93403
|
+
reviewedAt: dateType().default(() => new Date("2025-12-31T11:40:47.128Z")).transform((v2) => v2.toISOString()),
|
|
93404
93404
|
type: literalType("number"),
|
|
93405
93405
|
value: numberType()
|
|
93406
93406
|
}).transform((v2) => {
|
|
@@ -93421,7 +93421,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93421
93421
|
human_review_id: stringType(),
|
|
93422
93422
|
source: UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
93423
93423
|
reviewed_by_id: stringType(),
|
|
93424
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
93424
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-31T11:40:47.127Z").transform((v2) => new Date(v2)),
|
|
93425
93425
|
type: literalType("string"),
|
|
93426
93426
|
value: stringType()
|
|
93427
93427
|
}).transform((v2) => {
|
|
@@ -93438,7 +93438,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93438
93438
|
humanReviewId: stringType(),
|
|
93439
93439
|
source: UpdateDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
93440
93440
|
reviewedById: stringType(),
|
|
93441
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
93441
|
+
reviewedAt: dateType().default(() => new Date("2025-12-31T11:40:47.127Z")).transform((v2) => v2.toISOString()),
|
|
93442
93442
|
type: literalType("string"),
|
|
93443
93443
|
value: stringType()
|
|
93444
93444
|
}).transform((v2) => {
|
|
@@ -93481,7 +93481,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93481
93481
|
created_by_id: stringType().optional(),
|
|
93482
93482
|
updated_by_id: stringType().optional(),
|
|
93483
93483
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
93484
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
93484
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-31T11:40:33.990Z").transform((v2) => new Date(v2))
|
|
93485
93485
|
}).transform((v2) => {
|
|
93486
93486
|
return remap(v2, {
|
|
93487
93487
|
_id: "id",
|
|
@@ -93515,7 +93515,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93515
93515
|
createdById: stringType().optional(),
|
|
93516
93516
|
updatedById: stringType().optional(),
|
|
93517
93517
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
93518
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
93518
|
+
updated: dateType().default(() => new Date("2025-12-31T11:40:33.990Z")).transform((v2) => v2.toISOString())
|
|
93519
93519
|
}).transform((v2) => {
|
|
93520
93520
|
return remap(v2, {
|
|
93521
93521
|
id: "_id",
|
|
@@ -93599,7 +93599,7 @@ var init_updatedataset = __esm(() => {
|
|
|
93599
93599
|
created_by_id: stringType().optional(),
|
|
93600
93600
|
updated_by_id: stringType().optional(),
|
|
93601
93601
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
93602
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
93602
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-31T11:40:33.990Z").transform((v2) => new Date(v2))
|
|
93603
93603
|
}).transform((v2) => {
|
|
93604
93604
|
return remap(v2, {
|
|
93605
93605
|
_id: "id",
|
|
@@ -93619,7 +93619,7 @@ var init_updatedataset = __esm(() => {
|
|
|
93619
93619
|
createdById: stringType().optional(),
|
|
93620
93620
|
updatedById: stringType().optional(),
|
|
93621
93621
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
93622
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
93622
|
+
updated: dateType().default(() => new Date("2025-12-31T11:40:33.990Z")).transform((v2) => v2.toISOString())
|
|
93623
93623
|
}).transform((v2) => {
|
|
93624
93624
|
return remap(v2, {
|
|
93625
93625
|
id: "_id",
|
|
@@ -93683,7 +93683,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
93683
93683
|
UpdateDatasourceStatus$inboundSchema = nativeEnumType(UpdateDatasourceStatus);
|
|
93684
93684
|
UpdateDatasourceStatus$outboundSchema = UpdateDatasourceStatus$inboundSchema;
|
|
93685
93685
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
93686
|
-
_id: stringType().default("
|
|
93686
|
+
_id: stringType().default("01KDT3BREK3NYZP9PNACH52B3T"),
|
|
93687
93687
|
display_name: stringType(),
|
|
93688
93688
|
description: stringType().optional(),
|
|
93689
93689
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -93706,7 +93706,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
93706
93706
|
});
|
|
93707
93707
|
});
|
|
93708
93708
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
93709
|
-
id: stringType().default("
|
|
93709
|
+
id: stringType().default("01KDT3BREK3NYZP9PNACH52B3T"),
|
|
93710
93710
|
displayName: stringType(),
|
|
93711
93711
|
description: stringType().optional(),
|
|
93712
93712
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -94319,8 +94319,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
94319
94319
|
ResponseBodyTypescript$inboundSchema = objectType({
|
|
94320
94320
|
_id: stringType(),
|
|
94321
94321
|
description: stringType(),
|
|
94322
|
-
created: stringType().default("2025-12-
|
|
94323
|
-
updated: stringType().default("2025-12-
|
|
94322
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
94323
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
94324
94324
|
guardrail_config: unionType([
|
|
94325
94325
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
94326
94326
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -94337,8 +94337,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
94337
94337
|
ResponseBodyTypescript$outboundSchema = objectType({
|
|
94338
94338
|
id: stringType(),
|
|
94339
94339
|
description: stringType(),
|
|
94340
|
-
created: stringType().default("2025-12-
|
|
94341
|
-
updated: stringType().default("2025-12-
|
|
94340
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
94341
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
94342
94342
|
guardrailConfig: unionType([
|
|
94343
94343
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
94344
94344
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -94409,8 +94409,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
94409
94409
|
ResponseBodyRagas$inboundSchema = objectType({
|
|
94410
94410
|
_id: stringType(),
|
|
94411
94411
|
description: stringType(),
|
|
94412
|
-
created: stringType().default("2025-12-
|
|
94413
|
-
updated: stringType().default("2025-12-
|
|
94412
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
94413
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
94414
94414
|
guardrail_config: unionType([
|
|
94415
94415
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
94416
94416
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -94429,8 +94429,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
94429
94429
|
ResponseBodyRagas$outboundSchema = objectType({
|
|
94430
94430
|
id: stringType(),
|
|
94431
94431
|
description: stringType(),
|
|
94432
|
-
created: stringType().default("2025-12-
|
|
94433
|
-
updated: stringType().default("2025-12-
|
|
94432
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
94433
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
94434
94434
|
guardrailConfig: unionType([
|
|
94435
94435
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
94436
94436
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -94785,8 +94785,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
94785
94785
|
ResponseBodyFunction$inboundSchema = objectType({
|
|
94786
94786
|
_id: stringType(),
|
|
94787
94787
|
description: stringType(),
|
|
94788
|
-
created: stringType().default("2025-12-
|
|
94789
|
-
updated: stringType().default("2025-12-
|
|
94788
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
94789
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
94790
94790
|
guardrail_config: unionType([
|
|
94791
94791
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
94792
94792
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -94837,8 +94837,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
94837
94837
|
ResponseBodyFunction$outboundSchema = objectType({
|
|
94838
94838
|
id: stringType(),
|
|
94839
94839
|
description: stringType(),
|
|
94840
|
-
created: stringType().default("2025-12-
|
|
94841
|
-
updated: stringType().default("2025-12-
|
|
94840
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
94841
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
94842
94842
|
guardrailConfig: unionType([
|
|
94843
94843
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
94844
94844
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -94941,8 +94941,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
94941
94941
|
UpdateEvalResponseBodyPython$inboundSchema = objectType({
|
|
94942
94942
|
_id: stringType(),
|
|
94943
94943
|
description: stringType(),
|
|
94944
|
-
created: stringType().default("2025-12-
|
|
94945
|
-
updated: stringType().default("2025-12-
|
|
94944
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
94945
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
94946
94946
|
guardrail_config: unionType([
|
|
94947
94947
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
94948
94948
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -94959,8 +94959,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
94959
94959
|
UpdateEvalResponseBodyPython$outboundSchema = objectType({
|
|
94960
94960
|
id: stringType(),
|
|
94961
94961
|
description: stringType(),
|
|
94962
|
-
created: stringType().default("2025-12-
|
|
94963
|
-
updated: stringType().default("2025-12-
|
|
94962
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
94963
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
94964
94964
|
guardrailConfig: unionType([
|
|
94965
94965
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
94966
94966
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -95031,8 +95031,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
95031
95031
|
UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
|
|
95032
95032
|
_id: stringType(),
|
|
95033
95033
|
description: stringType(),
|
|
95034
|
-
created: stringType().default("2025-12-
|
|
95035
|
-
updated: stringType().default("2025-12-
|
|
95034
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
95035
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
95036
95036
|
guardrail_config: unionType([
|
|
95037
95037
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
95038
95038
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -95052,8 +95052,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
95052
95052
|
UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
|
|
95053
95053
|
id: stringType(),
|
|
95054
95054
|
description: stringType(),
|
|
95055
|
-
created: stringType().default("2025-12-
|
|
95056
|
-
updated: stringType().default("2025-12-
|
|
95055
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
95056
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
95057
95057
|
guardrailConfig: unionType([
|
|
95058
95058
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
95059
95059
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -95125,8 +95125,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
95125
95125
|
UpdateEvalResponseBodyJSON$inboundSchema = objectType({
|
|
95126
95126
|
_id: stringType(),
|
|
95127
95127
|
description: stringType(),
|
|
95128
|
-
created: stringType().default("2025-12-
|
|
95129
|
-
updated: stringType().default("2025-12-
|
|
95128
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
95129
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
95130
95130
|
guardrail_config: unionType([
|
|
95131
95131
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
95132
95132
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -95143,8 +95143,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
95143
95143
|
UpdateEvalResponseBodyJSON$outboundSchema = objectType({
|
|
95144
95144
|
id: stringType(),
|
|
95145
95145
|
description: stringType(),
|
|
95146
|
-
created: stringType().default("2025-12-
|
|
95147
|
-
updated: stringType().default("2025-12-
|
|
95146
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
95147
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
95148
95148
|
guardrailConfig: unionType([
|
|
95149
95149
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
95150
95150
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -95213,8 +95213,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
95213
95213
|
UpdateEvalResponseBodyLLM$inboundSchema = objectType({
|
|
95214
95214
|
_id: stringType(),
|
|
95215
95215
|
description: stringType(),
|
|
95216
|
-
created: stringType().default("2025-12-
|
|
95217
|
-
updated: stringType().default("2025-12-
|
|
95216
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
95217
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
95218
95218
|
guardrail_config: unionType([
|
|
95219
95219
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
95220
95220
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -95232,8 +95232,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
95232
95232
|
UpdateEvalResponseBodyLLM$outboundSchema = objectType({
|
|
95233
95233
|
id: stringType(),
|
|
95234
95234
|
description: stringType(),
|
|
95235
|
-
created: stringType().default("2025-12-
|
|
95236
|
-
updated: stringType().default("2025-12-
|
|
95235
|
+
created: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
95236
|
+
updated: stringType().default("2025-12-31T11:40:36.627Z"),
|
|
95237
95237
|
guardrailConfig: unionType([
|
|
95238
95238
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
95239
95239
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -97751,13 +97751,13 @@ var init_updatetool2 = __esm(() => {
|
|
|
97751
97751
|
required: arrayType(stringType()).optional()
|
|
97752
97752
|
});
|
|
97753
97753
|
RequestBodyTools$inboundSchema = objectType({
|
|
97754
|
-
id: stringType().default("
|
|
97754
|
+
id: stringType().default("01KDT3BRA1NCC954RAYM8JZW4E"),
|
|
97755
97755
|
name: stringType(),
|
|
97756
97756
|
description: stringType().optional(),
|
|
97757
97757
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$inboundSchema)
|
|
97758
97758
|
});
|
|
97759
97759
|
RequestBodyTools$outboundSchema = objectType({
|
|
97760
|
-
id: stringType().default("
|
|
97760
|
+
id: stringType().default("01KDT3BRA1NCC954RAYM8JZW4E"),
|
|
97761
97761
|
name: stringType(),
|
|
97762
97762
|
description: stringType().optional(),
|
|
97763
97763
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$outboundSchema)
|
|
@@ -98097,7 +98097,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
98097
98097
|
code: stringType()
|
|
98098
98098
|
});
|
|
98099
98099
|
UpdateToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
98100
|
-
_id: stringType().default("
|
|
98100
|
+
_id: stringType().default("tool_01KDT3BR9TN4XJ4BAB4Y4CCJDE"),
|
|
98101
98101
|
path: stringType(),
|
|
98102
98102
|
key: stringType(),
|
|
98103
98103
|
display_name: stringType().optional(),
|
|
@@ -98125,7 +98125,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
98125
98125
|
});
|
|
98126
98126
|
});
|
|
98127
98127
|
UpdateToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
98128
|
-
id: stringType().default("
|
|
98128
|
+
id: stringType().default("tool_01KDT3BR9TN4XJ4BAB4Y4CCJDE"),
|
|
98129
98129
|
path: stringType(),
|
|
98130
98130
|
key: stringType(),
|
|
98131
98131
|
displayName: stringType().optional(),
|
|
@@ -98175,13 +98175,13 @@ var init_updatetool2 = __esm(() => {
|
|
|
98175
98175
|
required: arrayType(stringType()).optional()
|
|
98176
98176
|
});
|
|
98177
98177
|
UpdateToolResponseBodyTools$inboundSchema = objectType({
|
|
98178
|
-
id: stringType().default("
|
|
98178
|
+
id: stringType().default("01KDT3BR9S9RA4P3Y0N4XDC2EP"),
|
|
98179
98179
|
name: stringType(),
|
|
98180
98180
|
description: stringType().optional(),
|
|
98181
98181
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$inboundSchema)
|
|
98182
98182
|
});
|
|
98183
98183
|
UpdateToolResponseBodyTools$outboundSchema = objectType({
|
|
98184
|
-
id: stringType().default("
|
|
98184
|
+
id: stringType().default("01KDT3BR9S9RA4P3Y0N4XDC2EP"),
|
|
98185
98185
|
name: stringType(),
|
|
98186
98186
|
description: stringType().optional(),
|
|
98187
98187
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -98211,7 +98211,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
98211
98211
|
});
|
|
98212
98212
|
});
|
|
98213
98213
|
UpdateToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
98214
|
-
_id: stringType().default("
|
|
98214
|
+
_id: stringType().default("tool_01KDT3BR9QX4Y73BTTR7FXS5PD"),
|
|
98215
98215
|
path: stringType(),
|
|
98216
98216
|
key: stringType(),
|
|
98217
98217
|
display_name: stringType().optional(),
|
|
@@ -98238,7 +98238,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
98238
98238
|
});
|
|
98239
98239
|
});
|
|
98240
98240
|
UpdateToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
98241
|
-
id: stringType().default("
|
|
98241
|
+
id: stringType().default("tool_01KDT3BR9QX4Y73BTTR7FXS5PD"),
|
|
98242
98242
|
path: stringType(),
|
|
98243
98243
|
key: stringType(),
|
|
98244
98244
|
displayName: stringType().optional(),
|
|
@@ -98325,7 +98325,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
98325
98325
|
arguments: recordType(lazyType(() => UpdateToolResponseBodyArguments$outboundSchema)).optional()
|
|
98326
98326
|
});
|
|
98327
98327
|
UpdateToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
98328
|
-
_id: stringType().default("
|
|
98328
|
+
_id: stringType().default("tool_01KDT3BR9N3WEHB6J8REZ1ES8K"),
|
|
98329
98329
|
path: stringType(),
|
|
98330
98330
|
key: stringType(),
|
|
98331
98331
|
display_name: stringType().optional(),
|
|
@@ -98352,7 +98352,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
98352
98352
|
});
|
|
98353
98353
|
});
|
|
98354
98354
|
UpdateToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
98355
|
-
id: stringType().default("
|
|
98355
|
+
id: stringType().default("tool_01KDT3BR9N3WEHB6J8REZ1ES8K"),
|
|
98356
98356
|
path: stringType(),
|
|
98357
98357
|
key: stringType(),
|
|
98358
98358
|
displayName: stringType().optional(),
|
|
@@ -98411,7 +98411,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
98411
98411
|
strict: booleanType().optional()
|
|
98412
98412
|
});
|
|
98413
98413
|
UpdateToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
98414
|
-
_id: stringType().default("
|
|
98414
|
+
_id: stringType().default("tool_01KDT3BR9MMWDP5GYD6M9EA860"),
|
|
98415
98415
|
path: stringType(),
|
|
98416
98416
|
key: stringType(),
|
|
98417
98417
|
display_name: stringType().optional(),
|
|
@@ -98439,7 +98439,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
98439
98439
|
});
|
|
98440
98440
|
});
|
|
98441
98441
|
UpdateToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
98442
|
-
id: stringType().default("
|
|
98442
|
+
id: stringType().default("tool_01KDT3BR9MMWDP5GYD6M9EA860"),
|
|
98443
98443
|
path: stringType(),
|
|
98444
98444
|
key: stringType(),
|
|
98445
98445
|
displayName: stringType().optional(),
|
|
@@ -98501,7 +98501,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
98501
98501
|
parameters: lazyType(() => UpdateToolResponseBodyParameters$outboundSchema).optional()
|
|
98502
98502
|
});
|
|
98503
98503
|
UpdateToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
98504
|
-
_id: stringType().default("
|
|
98504
|
+
_id: stringType().default("tool_01KDT3BR9JV6CWFB0CFJM2VVVH"),
|
|
98505
98505
|
path: stringType(),
|
|
98506
98506
|
key: stringType(),
|
|
98507
98507
|
display_name: stringType().optional(),
|
|
@@ -98528,7 +98528,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
98528
98528
|
});
|
|
98529
98529
|
});
|
|
98530
98530
|
UpdateToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
98531
|
-
id: stringType().default("
|
|
98531
|
+
id: stringType().default("tool_01KDT3BR9JV6CWFB0CFJM2VVVH"),
|
|
98532
98532
|
path: stringType(),
|
|
98533
98533
|
key: stringType(),
|
|
98534
98534
|
displayName: stringType().optional(),
|
|
@@ -109658,7 +109658,7 @@ Updates a tool in the workspace.`,
|
|
|
109658
109658
|
function createMCPServer(deps) {
|
|
109659
109659
|
const server = new McpServer({
|
|
109660
109660
|
name: "Orq",
|
|
109661
|
-
version: "4.2.0-rc.
|
|
109661
|
+
version: "4.2.0-rc.3"
|
|
109662
109662
|
});
|
|
109663
109663
|
const client = new OrqCore({
|
|
109664
109664
|
apiKey: deps.apiKey,
|
|
@@ -111082,7 +111082,7 @@ var routes = rn({
|
|
|
111082
111082
|
var app = Ve(routes, {
|
|
111083
111083
|
name: "mcp",
|
|
111084
111084
|
versionInfo: {
|
|
111085
|
-
currentVersion: "4.2.0-rc.
|
|
111085
|
+
currentVersion: "4.2.0-rc.3"
|
|
111086
111086
|
}
|
|
111087
111087
|
});
|
|
111088
111088
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -111090,5 +111090,5 @@ export {
|
|
|
111090
111090
|
app
|
|
111091
111091
|
};
|
|
111092
111092
|
|
|
111093
|
-
//# debugId=
|
|
111093
|
+
//# debugId=501CA817E4892A3564756E2164756E21
|
|
111094
111094
|
//# sourceMappingURL=mcp-server.js.map
|