@orq-ai/node 4.0.0-rc.55 → 4.0.0-rc.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +219 -213
- package/bin/mcp-server.js.map +38 -38
- package/docs/sdks/chunking/README.md +2 -0
- 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/operations/createbudget.js +2 -2
- package/models/operations/createcontact.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/getalltools.js +12 -12
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/listbudgets.js +2 -2
- 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/parse.d.ts +10 -0
- package/models/operations/parse.d.ts.map +1 -1
- package/models/operations/parse.js +6 -0
- package/models/operations/parse.js.map +1 -1
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievetool.js +12 -12
- package/models/operations/runagent.js +2 -2
- package/models/operations/streamrunagent.js +2 -2
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.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/operations/createbudget.ts +2 -2
- package/src/models/operations/createcontact.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/getalltools.ts +12 -12
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/listbudgets.ts +2 -2
- 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/parse.ts +16 -0
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievetool.ts +12 -12
- package/src/models/operations/runagent.ts +2 -2
- package/src/models/operations/streamrunagent.ts +2 -2
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.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
|
@@ -34203,9 +34203,9 @@ var init_config = __esm(() => {
|
|
|
34203
34203
|
SDK_METADATA = {
|
|
34204
34204
|
language: "typescript",
|
|
34205
34205
|
openapiDocVersion: "2.0",
|
|
34206
|
-
sdkVersion: "4.0.0-rc.
|
|
34206
|
+
sdkVersion: "4.0.0-rc.56",
|
|
34207
34207
|
genVersion: "2.755.9",
|
|
34208
|
-
userAgent: "speakeasy-sdk/typescript 4.0.0-rc.
|
|
34208
|
+
userAgent: "speakeasy-sdk/typescript 4.0.0-rc.56 2.755.9 2.0 @orq-ai/node"
|
|
34209
34209
|
};
|
|
34210
34210
|
});
|
|
34211
34211
|
|
|
@@ -38518,7 +38518,7 @@ var init_createbudget = __esm(() => {
|
|
|
38518
38518
|
is_active: booleanType(),
|
|
38519
38519
|
consumption: lazyType(() => Consumption$inboundSchema).optional(),
|
|
38520
38520
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
38521
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
38521
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-20T11:15:46.091Z").transform((v2) => new Date(v2))
|
|
38522
38522
|
}).transform((v2) => {
|
|
38523
38523
|
return remap(v2, {
|
|
38524
38524
|
_id: "id",
|
|
@@ -38536,7 +38536,7 @@ var init_createbudget = __esm(() => {
|
|
|
38536
38536
|
isActive: booleanType(),
|
|
38537
38537
|
consumption: lazyType(() => Consumption$outboundSchema).optional(),
|
|
38538
38538
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
38539
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
38539
|
+
updated: dateType().default(() => new Date("2025-11-20T11:15:46.091Z")).transform((v2) => v2.toISOString())
|
|
38540
38540
|
}).transform((v2) => {
|
|
38541
38541
|
return remap(v2, {
|
|
38542
38542
|
id: "_id",
|
|
@@ -38676,7 +38676,7 @@ var init_createcontact = __esm(() => {
|
|
|
38676
38676
|
tags: arrayType(stringType()).optional(),
|
|
38677
38677
|
metadata: recordType(anyType()).optional(),
|
|
38678
38678
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
38679
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
38679
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-20T11:15:45.627Z").transform((v2) => new Date(v2))
|
|
38680
38680
|
}).transform((v2) => {
|
|
38681
38681
|
return remap(v2, {
|
|
38682
38682
|
_id: "id",
|
|
@@ -38696,7 +38696,7 @@ var init_createcontact = __esm(() => {
|
|
|
38696
38696
|
tags: arrayType(stringType()).optional(),
|
|
38697
38697
|
metadata: recordType(anyType()).optional(),
|
|
38698
38698
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
38699
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
38699
|
+
updated: dateType().default(() => new Date("2025-11-20T11:15:45.627Z")).transform((v2) => v2.toISOString())
|
|
38700
38700
|
}).transform((v2) => {
|
|
38701
38701
|
return remap(v2, {
|
|
38702
38702
|
id: "_id",
|
|
@@ -38756,7 +38756,7 @@ var init_createdataset = __esm(() => {
|
|
|
38756
38756
|
created_by_id: stringType().optional(),
|
|
38757
38757
|
updated_by_id: stringType().optional(),
|
|
38758
38758
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
38759
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
38759
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-20T11:15:45.627Z").transform((v2) => new Date(v2))
|
|
38760
38760
|
}).transform((v2) => {
|
|
38761
38761
|
return remap(v2, {
|
|
38762
38762
|
_id: "id",
|
|
@@ -38776,7 +38776,7 @@ var init_createdataset = __esm(() => {
|
|
|
38776
38776
|
createdById: stringType().optional(),
|
|
38777
38777
|
updatedById: stringType().optional(),
|
|
38778
38778
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
38779
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
38779
|
+
updated: dateType().default(() => new Date("2025-11-20T11:15:45.627Z")).transform((v2) => v2.toISOString())
|
|
38780
38780
|
}).transform((v2) => {
|
|
38781
38781
|
return remap(v2, {
|
|
38782
38782
|
id: "_id",
|
|
@@ -39850,7 +39850,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
39850
39850
|
human_review_id: stringType(),
|
|
39851
39851
|
source: CreateDatasetItemEvaluationsSource$inboundSchema.default("orq"),
|
|
39852
39852
|
reviewed_by_id: stringType(),
|
|
39853
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
39853
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-20T11:15:59.633Z").transform((v2) => new Date(v2)),
|
|
39854
39854
|
type: CreateDatasetItemEvaluationsDatasetsType$inboundSchema,
|
|
39855
39855
|
values: arrayType(stringType())
|
|
39856
39856
|
}).transform((v2) => {
|
|
@@ -39867,7 +39867,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
39867
39867
|
humanReviewId: stringType(),
|
|
39868
39868
|
source: CreateDatasetItemEvaluationsSource$outboundSchema.default("orq"),
|
|
39869
39869
|
reviewedById: stringType(),
|
|
39870
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
39870
|
+
reviewedAt: dateType().default(() => new Date("2025-11-20T11:15:59.633Z")).transform((v2) => v2.toISOString()),
|
|
39871
39871
|
type: CreateDatasetItemEvaluationsDatasetsType$outboundSchema,
|
|
39872
39872
|
values: arrayType(stringType())
|
|
39873
39873
|
}).transform((v2) => {
|
|
@@ -39890,7 +39890,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
39890
39890
|
human_review_id: stringType(),
|
|
39891
39891
|
source: EvaluationsSource$inboundSchema.default("orq"),
|
|
39892
39892
|
reviewed_by_id: stringType(),
|
|
39893
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
39893
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-20T11:15:59.633Z").transform((v2) => new Date(v2)),
|
|
39894
39894
|
type: CreateDatasetItemEvaluationsType$inboundSchema,
|
|
39895
39895
|
value: numberType()
|
|
39896
39896
|
}).transform((v2) => {
|
|
@@ -39907,7 +39907,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
39907
39907
|
humanReviewId: stringType(),
|
|
39908
39908
|
source: EvaluationsSource$outboundSchema.default("orq"),
|
|
39909
39909
|
reviewedById: stringType(),
|
|
39910
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
39910
|
+
reviewedAt: dateType().default(() => new Date("2025-11-20T11:15:59.633Z")).transform((v2) => v2.toISOString()),
|
|
39911
39911
|
type: CreateDatasetItemEvaluationsType$outboundSchema,
|
|
39912
39912
|
value: numberType()
|
|
39913
39913
|
}).transform((v2) => {
|
|
@@ -39930,7 +39930,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
39930
39930
|
human_review_id: stringType(),
|
|
39931
39931
|
source: Source$inboundSchema.default("orq"),
|
|
39932
39932
|
reviewed_by_id: stringType(),
|
|
39933
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
39933
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-20T11:15:59.632Z").transform((v2) => new Date(v2)),
|
|
39934
39934
|
type: EvaluationsType$inboundSchema,
|
|
39935
39935
|
value: stringType()
|
|
39936
39936
|
}).transform((v2) => {
|
|
@@ -39947,7 +39947,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
39947
39947
|
humanReviewId: stringType(),
|
|
39948
39948
|
source: Source$outboundSchema.default("orq"),
|
|
39949
39949
|
reviewedById: stringType(),
|
|
39950
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
39950
|
+
reviewedAt: dateType().default(() => new Date("2025-11-20T11:15:59.632Z")).transform((v2) => v2.toISOString()),
|
|
39951
39951
|
type: EvaluationsType$outboundSchema,
|
|
39952
39952
|
value: stringType()
|
|
39953
39953
|
}).transform((v2) => {
|
|
@@ -39990,7 +39990,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
39990
39990
|
created_by_id: stringType().optional(),
|
|
39991
39991
|
updated_by_id: stringType().optional(),
|
|
39992
39992
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
39993
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
39993
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-20T11:15:45.627Z").transform((v2) => new Date(v2))
|
|
39994
39994
|
}).transform((v2) => {
|
|
39995
39995
|
return remap(v2, {
|
|
39996
39996
|
_id: "id",
|
|
@@ -40024,7 +40024,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
40024
40024
|
createdById: stringType().optional(),
|
|
40025
40025
|
updatedById: stringType().optional(),
|
|
40026
40026
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
40027
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
40027
|
+
updated: dateType().default(() => new Date("2025-11-20T11:15:45.627Z")).transform((v2) => v2.toISOString())
|
|
40028
40028
|
}).transform((v2) => {
|
|
40029
40029
|
return remap(v2, {
|
|
40030
40030
|
id: "_id",
|
|
@@ -40203,7 +40203,7 @@ var init_createdatasource = __esm(() => {
|
|
|
40203
40203
|
CreateDatasourceStatus$inboundSchema = nativeEnumType(CreateDatasourceStatus);
|
|
40204
40204
|
CreateDatasourceStatus$outboundSchema = CreateDatasourceStatus$inboundSchema;
|
|
40205
40205
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
40206
|
-
_id: stringType().default("
|
|
40206
|
+
_id: stringType().default("01KAGFMWXRPNFS9M3111A1DQ8R"),
|
|
40207
40207
|
display_name: stringType(),
|
|
40208
40208
|
description: stringType().optional(),
|
|
40209
40209
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -40226,7 +40226,7 @@ var init_createdatasource = __esm(() => {
|
|
|
40226
40226
|
});
|
|
40227
40227
|
});
|
|
40228
40228
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
40229
|
-
id: stringType().default("
|
|
40229
|
+
id: stringType().default("01KAGFMWXRPNFS9M3111A1DQ8R"),
|
|
40230
40230
|
displayName: stringType(),
|
|
40231
40231
|
description: stringType().optional(),
|
|
40232
40232
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -40947,8 +40947,8 @@ var init_createeval2 = __esm(() => {
|
|
|
40947
40947
|
Typescript$inboundSchema = objectType({
|
|
40948
40948
|
_id: stringType(),
|
|
40949
40949
|
description: stringType(),
|
|
40950
|
-
created: stringType().default("2025-11-
|
|
40951
|
-
updated: stringType().default("2025-11-
|
|
40950
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
40951
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
40952
40952
|
guardrail_config: unionType([
|
|
40953
40953
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema),
|
|
40954
40954
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema)
|
|
@@ -40965,8 +40965,8 @@ var init_createeval2 = __esm(() => {
|
|
|
40965
40965
|
Typescript$outboundSchema = objectType({
|
|
40966
40966
|
id: stringType(),
|
|
40967
40967
|
description: stringType(),
|
|
40968
|
-
created: stringType().default("2025-11-
|
|
40969
|
-
updated: stringType().default("2025-11-
|
|
40968
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
40969
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
40970
40970
|
guardrailConfig: unionType([
|
|
40971
40971
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema),
|
|
40972
40972
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema)
|
|
@@ -41023,8 +41023,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41023
41023
|
Ragas$inboundSchema = objectType({
|
|
41024
41024
|
_id: stringType(),
|
|
41025
41025
|
description: stringType(),
|
|
41026
|
-
created: stringType().default("2025-11-
|
|
41027
|
-
updated: stringType().default("2025-11-
|
|
41026
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41027
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41028
41028
|
guardrail_config: unionType([
|
|
41029
41029
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema),
|
|
41030
41030
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema)
|
|
@@ -41043,8 +41043,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41043
41043
|
Ragas$outboundSchema = objectType({
|
|
41044
41044
|
id: stringType(),
|
|
41045
41045
|
description: stringType(),
|
|
41046
|
-
created: stringType().default("2025-11-
|
|
41047
|
-
updated: stringType().default("2025-11-
|
|
41046
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41047
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41048
41048
|
guardrailConfig: unionType([
|
|
41049
41049
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema),
|
|
41050
41050
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema)
|
|
@@ -41481,8 +41481,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41481
41481
|
CreateEvalResponseBodyFunction$inboundSchema = objectType({
|
|
41482
41482
|
_id: stringType(),
|
|
41483
41483
|
description: stringType(),
|
|
41484
|
-
created: stringType().default("2025-11-
|
|
41485
|
-
updated: stringType().default("2025-11-
|
|
41484
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41485
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41486
41486
|
guardrail_config: unionType([
|
|
41487
41487
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema),
|
|
41488
41488
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema)
|
|
@@ -41536,8 +41536,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41536
41536
|
CreateEvalResponseBodyFunction$outboundSchema = objectType({
|
|
41537
41537
|
id: stringType(),
|
|
41538
41538
|
description: stringType(),
|
|
41539
|
-
created: stringType().default("2025-11-
|
|
41540
|
-
updated: stringType().default("2025-11-
|
|
41539
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41540
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41541
41541
|
guardrailConfig: unionType([
|
|
41542
41542
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema),
|
|
41543
41543
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema)
|
|
@@ -41629,8 +41629,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41629
41629
|
ResponseBodyPython$inboundSchema = objectType({
|
|
41630
41630
|
_id: stringType(),
|
|
41631
41631
|
description: stringType(),
|
|
41632
|
-
created: stringType().default("2025-11-
|
|
41633
|
-
updated: stringType().default("2025-11-
|
|
41632
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41633
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41634
41634
|
guardrail_config: unionType([
|
|
41635
41635
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
41636
41636
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
|
|
@@ -41647,8 +41647,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41647
41647
|
ResponseBodyPython$outboundSchema = objectType({
|
|
41648
41648
|
id: stringType(),
|
|
41649
41649
|
description: stringType(),
|
|
41650
|
-
created: stringType().default("2025-11-
|
|
41651
|
-
updated: stringType().default("2025-11-
|
|
41650
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41651
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41652
41652
|
guardrailConfig: unionType([
|
|
41653
41653
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
41654
41654
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
|
|
@@ -41705,8 +41705,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41705
41705
|
ResponseBodyHTTP$inboundSchema = objectType({
|
|
41706
41706
|
_id: stringType(),
|
|
41707
41707
|
description: stringType(),
|
|
41708
|
-
created: stringType().default("2025-11-
|
|
41709
|
-
updated: stringType().default("2025-11-
|
|
41708
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41709
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41710
41710
|
guardrail_config: unionType([
|
|
41711
41711
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
41712
41712
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
|
|
@@ -41726,8 +41726,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41726
41726
|
ResponseBodyHTTP$outboundSchema = objectType({
|
|
41727
41727
|
id: stringType(),
|
|
41728
41728
|
description: stringType(),
|
|
41729
|
-
created: stringType().default("2025-11-
|
|
41730
|
-
updated: stringType().default("2025-11-
|
|
41729
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41730
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41731
41731
|
guardrailConfig: unionType([
|
|
41732
41732
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
41733
41733
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
|
|
@@ -41785,8 +41785,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41785
41785
|
ResponseBodyJSON$inboundSchema = objectType({
|
|
41786
41786
|
_id: stringType(),
|
|
41787
41787
|
description: stringType(),
|
|
41788
|
-
created: stringType().default("2025-11-
|
|
41789
|
-
updated: stringType().default("2025-11-
|
|
41788
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41789
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41790
41790
|
guardrail_config: unionType([
|
|
41791
41791
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
41792
41792
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema)
|
|
@@ -41803,8 +41803,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41803
41803
|
ResponseBodyJSON$outboundSchema = objectType({
|
|
41804
41804
|
id: stringType(),
|
|
41805
41805
|
description: stringType(),
|
|
41806
|
-
created: stringType().default("2025-11-
|
|
41807
|
-
updated: stringType().default("2025-11-
|
|
41806
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41807
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41808
41808
|
guardrailConfig: unionType([
|
|
41809
41809
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
41810
41810
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema)
|
|
@@ -41859,8 +41859,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41859
41859
|
ResponseBodyLLM$inboundSchema = objectType({
|
|
41860
41860
|
_id: stringType(),
|
|
41861
41861
|
description: stringType(),
|
|
41862
|
-
created: stringType().default("2025-11-
|
|
41863
|
-
updated: stringType().default("2025-11-
|
|
41862
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41863
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41864
41864
|
guardrail_config: unionType([
|
|
41865
41865
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
41866
41866
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema)
|
|
@@ -41878,8 +41878,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41878
41878
|
ResponseBodyLLM$outboundSchema = objectType({
|
|
41879
41879
|
id: stringType(),
|
|
41880
41880
|
description: stringType(),
|
|
41881
|
-
created: stringType().default("2025-11-
|
|
41882
|
-
updated: stringType().default("2025-11-
|
|
41881
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41882
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
41883
41883
|
guardrailConfig: unionType([
|
|
41884
41884
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
41885
41885
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
|
|
@@ -44746,7 +44746,7 @@ var init_createtool = __esm(() => {
|
|
|
44746
44746
|
code: stringType()
|
|
44747
44747
|
});
|
|
44748
44748
|
ResponseBody5$inboundSchema = objectType({
|
|
44749
|
-
_id: stringType().default("
|
|
44749
|
+
_id: stringType().default("tool_01KAGFMWRCMAX6KXJ37K66M79T"),
|
|
44750
44750
|
path: stringType(),
|
|
44751
44751
|
key: stringType(),
|
|
44752
44752
|
display_name: stringType().optional(),
|
|
@@ -44774,7 +44774,7 @@ var init_createtool = __esm(() => {
|
|
|
44774
44774
|
});
|
|
44775
44775
|
});
|
|
44776
44776
|
ResponseBody5$outboundSchema = objectType({
|
|
44777
|
-
id: stringType().default("
|
|
44777
|
+
id: stringType().default("tool_01KAGFMWRCMAX6KXJ37K66M79T"),
|
|
44778
44778
|
path: stringType(),
|
|
44779
44779
|
key: stringType(),
|
|
44780
44780
|
displayName: stringType().optional(),
|
|
@@ -44826,13 +44826,13 @@ var init_createtool = __esm(() => {
|
|
|
44826
44826
|
required: arrayType(stringType()).optional()
|
|
44827
44827
|
});
|
|
44828
44828
|
ResponseBodyTools$inboundSchema = objectType({
|
|
44829
|
-
id: stringType().default("
|
|
44829
|
+
id: stringType().default("01KAGFMWRB7C6TMWNHPA9F9FK1"),
|
|
44830
44830
|
name: stringType(),
|
|
44831
44831
|
description: stringType().optional(),
|
|
44832
44832
|
schema: lazyType(() => CreateToolResponseBodySchema$inboundSchema)
|
|
44833
44833
|
});
|
|
44834
44834
|
ResponseBodyTools$outboundSchema = objectType({
|
|
44835
|
-
id: stringType().default("
|
|
44835
|
+
id: stringType().default("01KAGFMWRB7C6TMWNHPA9F9FK1"),
|
|
44836
44836
|
name: stringType(),
|
|
44837
44837
|
description: stringType().optional(),
|
|
44838
44838
|
schema: lazyType(() => CreateToolResponseBodySchema$outboundSchema)
|
|
@@ -44862,7 +44862,7 @@ var init_createtool = __esm(() => {
|
|
|
44862
44862
|
});
|
|
44863
44863
|
});
|
|
44864
44864
|
ResponseBody4$inboundSchema = objectType({
|
|
44865
|
-
_id: stringType().default("
|
|
44865
|
+
_id: stringType().default("tool_01KAGFMWR9RCRSKGQAJG23HTJ6"),
|
|
44866
44866
|
path: stringType(),
|
|
44867
44867
|
key: stringType(),
|
|
44868
44868
|
display_name: stringType().optional(),
|
|
@@ -44889,7 +44889,7 @@ var init_createtool = __esm(() => {
|
|
|
44889
44889
|
});
|
|
44890
44890
|
});
|
|
44891
44891
|
ResponseBody4$outboundSchema = objectType({
|
|
44892
|
-
id: stringType().default("
|
|
44892
|
+
id: stringType().default("tool_01KAGFMWR9RCRSKGQAJG23HTJ6"),
|
|
44893
44893
|
path: stringType(),
|
|
44894
44894
|
key: stringType(),
|
|
44895
44895
|
displayName: stringType().optional(),
|
|
@@ -44978,7 +44978,7 @@ var init_createtool = __esm(() => {
|
|
|
44978
44978
|
arguments: recordType(lazyType(() => ResponseBodyArguments$outboundSchema)).optional()
|
|
44979
44979
|
});
|
|
44980
44980
|
ResponseBody3$inboundSchema = objectType({
|
|
44981
|
-
_id: stringType().default("
|
|
44981
|
+
_id: stringType().default("tool_01KAGFMWR6510E24GDCSXK9M4W"),
|
|
44982
44982
|
path: stringType(),
|
|
44983
44983
|
key: stringType(),
|
|
44984
44984
|
display_name: stringType().optional(),
|
|
@@ -45005,7 +45005,7 @@ var init_createtool = __esm(() => {
|
|
|
45005
45005
|
});
|
|
45006
45006
|
});
|
|
45007
45007
|
ResponseBody3$outboundSchema = objectType({
|
|
45008
|
-
id: stringType().default("
|
|
45008
|
+
id: stringType().default("tool_01KAGFMWR6510E24GDCSXK9M4W"),
|
|
45009
45009
|
path: stringType(),
|
|
45010
45010
|
key: stringType(),
|
|
45011
45011
|
displayName: stringType().optional(),
|
|
@@ -45066,7 +45066,7 @@ var init_createtool = __esm(() => {
|
|
|
45066
45066
|
strict: booleanType().optional()
|
|
45067
45067
|
});
|
|
45068
45068
|
ResponseBody2$inboundSchema = objectType({
|
|
45069
|
-
_id: stringType().default("
|
|
45069
|
+
_id: stringType().default("tool_01KAGFMWQW61Y3TD1QTRD4GFKQ"),
|
|
45070
45070
|
path: stringType(),
|
|
45071
45071
|
key: stringType(),
|
|
45072
45072
|
display_name: stringType().optional(),
|
|
@@ -45094,7 +45094,7 @@ var init_createtool = __esm(() => {
|
|
|
45094
45094
|
});
|
|
45095
45095
|
});
|
|
45096
45096
|
ResponseBody2$outboundSchema = objectType({
|
|
45097
|
-
id: stringType().default("
|
|
45097
|
+
id: stringType().default("tool_01KAGFMWQW61Y3TD1QTRD4GFKQ"),
|
|
45098
45098
|
path: stringType(),
|
|
45099
45099
|
key: stringType(),
|
|
45100
45100
|
displayName: stringType().optional(),
|
|
@@ -45158,7 +45158,7 @@ var init_createtool = __esm(() => {
|
|
|
45158
45158
|
parameters: lazyType(() => ResponseBodyParameters$outboundSchema).optional()
|
|
45159
45159
|
});
|
|
45160
45160
|
ResponseBody1$inboundSchema = objectType({
|
|
45161
|
-
_id: stringType().default("
|
|
45161
|
+
_id: stringType().default("tool_01KAGFMWQTH7MQXG1GF3QKR024"),
|
|
45162
45162
|
path: stringType(),
|
|
45163
45163
|
key: stringType(),
|
|
45164
45164
|
display_name: stringType().optional(),
|
|
@@ -45185,7 +45185,7 @@ var init_createtool = __esm(() => {
|
|
|
45185
45185
|
});
|
|
45186
45186
|
});
|
|
45187
45187
|
ResponseBody1$outboundSchema = objectType({
|
|
45188
|
-
id: stringType().default("
|
|
45188
|
+
id: stringType().default("tool_01KAGFMWQTH7MQXG1GF3QKR024"),
|
|
45189
45189
|
path: stringType(),
|
|
45190
45190
|
key: stringType(),
|
|
45191
45191
|
displayName: stringType().optional(),
|
|
@@ -51266,7 +51266,7 @@ var init_fileget = __esm(() => {
|
|
|
51266
51266
|
bytes: numberType(),
|
|
51267
51267
|
file_name: stringType(),
|
|
51268
51268
|
workspace_id: stringType(),
|
|
51269
|
-
created: stringType().datetime({ offset: true }).default("2025-11-
|
|
51269
|
+
created: stringType().datetime({ offset: true }).default("2025-11-20T11:15:48.887Z").transform((v2) => new Date(v2))
|
|
51270
51270
|
}).transform((v2) => {
|
|
51271
51271
|
return remap(v2, {
|
|
51272
51272
|
_id: "id",
|
|
@@ -51282,7 +51282,7 @@ var init_fileget = __esm(() => {
|
|
|
51282
51282
|
bytes: numberType(),
|
|
51283
51283
|
fileName: stringType(),
|
|
51284
51284
|
workspaceId: stringType(),
|
|
51285
|
-
created: dateType().default(() => new Date("2025-11-
|
|
51285
|
+
created: dateType().default(() => new Date("2025-11-20T11:15:48.887Z")).transform((v2) => v2.toISOString())
|
|
51286
51286
|
}).transform((v2) => {
|
|
51287
51287
|
return remap(v2, {
|
|
51288
51288
|
id: "_id",
|
|
@@ -51337,7 +51337,7 @@ var init_filelist = __esm(() => {
|
|
|
51337
51337
|
bytes: numberType(),
|
|
51338
51338
|
file_name: stringType(),
|
|
51339
51339
|
workspace_id: stringType(),
|
|
51340
|
-
created: stringType().datetime({ offset: true }).default("2025-11-
|
|
51340
|
+
created: stringType().datetime({ offset: true }).default("2025-11-20T11:15:48.887Z").transform((v2) => new Date(v2))
|
|
51341
51341
|
}).transform((v2) => {
|
|
51342
51342
|
return remap(v2, {
|
|
51343
51343
|
_id: "id",
|
|
@@ -51353,7 +51353,7 @@ var init_filelist = __esm(() => {
|
|
|
51353
51353
|
bytes: numberType(),
|
|
51354
51354
|
fileName: stringType(),
|
|
51355
51355
|
workspaceId: stringType(),
|
|
51356
|
-
created: dateType().default(() => new Date("2025-11-
|
|
51356
|
+
created: dateType().default(() => new Date("2025-11-20T11:15:48.887Z")).transform((v2) => v2.toISOString())
|
|
51357
51357
|
}).transform((v2) => {
|
|
51358
51358
|
return remap(v2, {
|
|
51359
51359
|
id: "_id",
|
|
@@ -51461,7 +51461,7 @@ var init_fileupload = __esm(() => {
|
|
|
51461
51461
|
bytes: numberType(),
|
|
51462
51462
|
file_name: stringType(),
|
|
51463
51463
|
workspace_id: stringType(),
|
|
51464
|
-
created: stringType().datetime({ offset: true }).default("2025-11-
|
|
51464
|
+
created: stringType().datetime({ offset: true }).default("2025-11-20T11:15:48.887Z").transform((v2) => new Date(v2))
|
|
51465
51465
|
}).transform((v2) => {
|
|
51466
51466
|
return remap(v2, {
|
|
51467
51467
|
_id: "id",
|
|
@@ -51477,7 +51477,7 @@ var init_fileupload = __esm(() => {
|
|
|
51477
51477
|
bytes: numberType(),
|
|
51478
51478
|
fileName: stringType(),
|
|
51479
51479
|
workspaceId: stringType(),
|
|
51480
|
-
created: dateType().default(() => new Date("2025-11-
|
|
51480
|
+
created: dateType().default(() => new Date("2025-11-20T11:15:48.887Z")).transform((v2) => v2.toISOString())
|
|
51481
51481
|
}).transform((v2) => {
|
|
51482
51482
|
return remap(v2, {
|
|
51483
51483
|
id: "_id",
|
|
@@ -53954,7 +53954,7 @@ var init_getalltools = __esm(() => {
|
|
|
53954
53954
|
code: stringType()
|
|
53955
53955
|
});
|
|
53956
53956
|
GetAllToolsData5$inboundSchema = objectType({
|
|
53957
|
-
_id: stringType().default("
|
|
53957
|
+
_id: stringType().default("tool_01KAGFMWQEP3Z77W9SQER0GRWN"),
|
|
53958
53958
|
path: stringType(),
|
|
53959
53959
|
key: stringType(),
|
|
53960
53960
|
display_name: stringType().optional(),
|
|
@@ -53982,7 +53982,7 @@ var init_getalltools = __esm(() => {
|
|
|
53982
53982
|
});
|
|
53983
53983
|
});
|
|
53984
53984
|
GetAllToolsData5$outboundSchema = objectType({
|
|
53985
|
-
id: stringType().default("
|
|
53985
|
+
id: stringType().default("tool_01KAGFMWQEP3Z77W9SQER0GRWN"),
|
|
53986
53986
|
path: stringType(),
|
|
53987
53987
|
key: stringType(),
|
|
53988
53988
|
displayName: stringType().optional(),
|
|
@@ -54034,13 +54034,13 @@ var init_getalltools = __esm(() => {
|
|
|
54034
54034
|
required: arrayType(stringType()).optional()
|
|
54035
54035
|
});
|
|
54036
54036
|
DataTools$inboundSchema = objectType({
|
|
54037
|
-
id: stringType().default("
|
|
54037
|
+
id: stringType().default("01KAGFMWQDNC7T4DWAVH662VWW"),
|
|
54038
54038
|
name: stringType(),
|
|
54039
54039
|
description: stringType().optional(),
|
|
54040
54040
|
schema: lazyType(() => GetAllToolsDataSchema$inboundSchema)
|
|
54041
54041
|
});
|
|
54042
54042
|
DataTools$outboundSchema = objectType({
|
|
54043
|
-
id: stringType().default("
|
|
54043
|
+
id: stringType().default("01KAGFMWQDNC7T4DWAVH662VWW"),
|
|
54044
54044
|
name: stringType(),
|
|
54045
54045
|
description: stringType().optional(),
|
|
54046
54046
|
schema: lazyType(() => GetAllToolsDataSchema$outboundSchema)
|
|
@@ -54070,7 +54070,7 @@ var init_getalltools = __esm(() => {
|
|
|
54070
54070
|
});
|
|
54071
54071
|
});
|
|
54072
54072
|
GetAllToolsData4$inboundSchema = objectType({
|
|
54073
|
-
_id: stringType().default("
|
|
54073
|
+
_id: stringType().default("tool_01KAGFMWQBZ0M6ZQFMXV32HY9C"),
|
|
54074
54074
|
path: stringType(),
|
|
54075
54075
|
key: stringType(),
|
|
54076
54076
|
display_name: stringType().optional(),
|
|
@@ -54097,7 +54097,7 @@ var init_getalltools = __esm(() => {
|
|
|
54097
54097
|
});
|
|
54098
54098
|
});
|
|
54099
54099
|
GetAllToolsData4$outboundSchema = objectType({
|
|
54100
|
-
id: stringType().default("
|
|
54100
|
+
id: stringType().default("tool_01KAGFMWQBZ0M6ZQFMXV32HY9C"),
|
|
54101
54101
|
path: stringType(),
|
|
54102
54102
|
key: stringType(),
|
|
54103
54103
|
displayName: stringType().optional(),
|
|
@@ -54186,7 +54186,7 @@ var init_getalltools = __esm(() => {
|
|
|
54186
54186
|
arguments: recordType(lazyType(() => DataArguments$outboundSchema)).optional()
|
|
54187
54187
|
});
|
|
54188
54188
|
GetAllToolsData3$inboundSchema = objectType({
|
|
54189
|
-
_id: stringType().default("
|
|
54189
|
+
_id: stringType().default("tool_01KAGFMWQ8H1XAED42CJPP3WX4"),
|
|
54190
54190
|
path: stringType(),
|
|
54191
54191
|
key: stringType(),
|
|
54192
54192
|
display_name: stringType().optional(),
|
|
@@ -54213,7 +54213,7 @@ var init_getalltools = __esm(() => {
|
|
|
54213
54213
|
});
|
|
54214
54214
|
});
|
|
54215
54215
|
GetAllToolsData3$outboundSchema = objectType({
|
|
54216
|
-
id: stringType().default("
|
|
54216
|
+
id: stringType().default("tool_01KAGFMWQ8H1XAED42CJPP3WX4"),
|
|
54217
54217
|
path: stringType(),
|
|
54218
54218
|
key: stringType(),
|
|
54219
54219
|
displayName: stringType().optional(),
|
|
@@ -54274,7 +54274,7 @@ var init_getalltools = __esm(() => {
|
|
|
54274
54274
|
strict: booleanType().optional()
|
|
54275
54275
|
});
|
|
54276
54276
|
GetAllToolsData2$inboundSchema = objectType({
|
|
54277
|
-
_id: stringType().default("
|
|
54277
|
+
_id: stringType().default("tool_01KAGFMWQ6HS2J4HKVNBEPQJ9Z"),
|
|
54278
54278
|
path: stringType(),
|
|
54279
54279
|
key: stringType(),
|
|
54280
54280
|
display_name: stringType().optional(),
|
|
@@ -54302,7 +54302,7 @@ var init_getalltools = __esm(() => {
|
|
|
54302
54302
|
});
|
|
54303
54303
|
});
|
|
54304
54304
|
GetAllToolsData2$outboundSchema = objectType({
|
|
54305
|
-
id: stringType().default("
|
|
54305
|
+
id: stringType().default("tool_01KAGFMWQ6HS2J4HKVNBEPQJ9Z"),
|
|
54306
54306
|
path: stringType(),
|
|
54307
54307
|
key: stringType(),
|
|
54308
54308
|
displayName: stringType().optional(),
|
|
@@ -54366,7 +54366,7 @@ var init_getalltools = __esm(() => {
|
|
|
54366
54366
|
parameters: lazyType(() => DataParameters$outboundSchema).optional()
|
|
54367
54367
|
});
|
|
54368
54368
|
GetAllToolsData1$inboundSchema = objectType({
|
|
54369
|
-
_id: stringType().default("
|
|
54369
|
+
_id: stringType().default("tool_01KAGFMWQ39E4AEPJP28P5GPRF"),
|
|
54370
54370
|
path: stringType(),
|
|
54371
54371
|
key: stringType(),
|
|
54372
54372
|
display_name: stringType().optional(),
|
|
@@ -54393,7 +54393,7 @@ var init_getalltools = __esm(() => {
|
|
|
54393
54393
|
});
|
|
54394
54394
|
});
|
|
54395
54395
|
GetAllToolsData1$outboundSchema = objectType({
|
|
54396
|
-
id: stringType().default("
|
|
54396
|
+
id: stringType().default("tool_01KAGFMWQ39E4AEPJP28P5GPRF"),
|
|
54397
54397
|
path: stringType(),
|
|
54398
54398
|
key: stringType(),
|
|
54399
54399
|
displayName: stringType().optional(),
|
|
@@ -54535,7 +54535,7 @@ var init_getbudget = __esm(() => {
|
|
|
54535
54535
|
is_active: booleanType(),
|
|
54536
54536
|
consumption: lazyType(() => GetBudgetConsumption$inboundSchema).optional(),
|
|
54537
54537
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
54538
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
54538
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-20T11:15:46.091Z").transform((v2) => new Date(v2))
|
|
54539
54539
|
}).transform((v2) => {
|
|
54540
54540
|
return remap(v2, {
|
|
54541
54541
|
_id: "id",
|
|
@@ -54553,7 +54553,7 @@ var init_getbudget = __esm(() => {
|
|
|
54553
54553
|
isActive: booleanType(),
|
|
54554
54554
|
consumption: lazyType(() => GetBudgetConsumption$outboundSchema).optional(),
|
|
54555
54555
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
54556
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
54556
|
+
updated: dateType().default(() => new Date("2025-11-20T11:15:46.091Z")).transform((v2) => v2.toISOString())
|
|
54557
54557
|
}).transform((v2) => {
|
|
54558
54558
|
return remap(v2, {
|
|
54559
54559
|
id: "_id",
|
|
@@ -54922,8 +54922,8 @@ var init_getevals2 = __esm(() => {
|
|
|
54922
54922
|
DataTypescript$inboundSchema = objectType({
|
|
54923
54923
|
_id: stringType(),
|
|
54924
54924
|
description: stringType(),
|
|
54925
|
-
created: stringType().default("2025-11-
|
|
54926
|
-
updated: stringType().default("2025-11-
|
|
54925
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
54926
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
54927
54927
|
guardrail_config: unionType([
|
|
54928
54928
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
54929
54929
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
|
|
@@ -54940,8 +54940,8 @@ var init_getevals2 = __esm(() => {
|
|
|
54940
54940
|
DataTypescript$outboundSchema = objectType({
|
|
54941
54941
|
id: stringType(),
|
|
54942
54942
|
description: stringType(),
|
|
54943
|
-
created: stringType().default("2025-11-
|
|
54944
|
-
updated: stringType().default("2025-11-
|
|
54943
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
54944
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
54945
54945
|
guardrailConfig: unionType([
|
|
54946
54946
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
54947
54947
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
|
|
@@ -54998,8 +54998,8 @@ var init_getevals2 = __esm(() => {
|
|
|
54998
54998
|
DataRagas$inboundSchema = objectType({
|
|
54999
54999
|
_id: stringType(),
|
|
55000
55000
|
description: stringType(),
|
|
55001
|
-
created: stringType().default("2025-11-
|
|
55002
|
-
updated: stringType().default("2025-11-
|
|
55001
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55002
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55003
55003
|
guardrail_config: unionType([
|
|
55004
55004
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
55005
55005
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema)
|
|
@@ -55018,8 +55018,8 @@ var init_getevals2 = __esm(() => {
|
|
|
55018
55018
|
DataRagas$outboundSchema = objectType({
|
|
55019
55019
|
id: stringType(),
|
|
55020
55020
|
description: stringType(),
|
|
55021
|
-
created: stringType().default("2025-11-
|
|
55022
|
-
updated: stringType().default("2025-11-
|
|
55021
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55022
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55023
55023
|
guardrailConfig: unionType([
|
|
55024
55024
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
55025
55025
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema)
|
|
@@ -55456,8 +55456,8 @@ var init_getevals2 = __esm(() => {
|
|
|
55456
55456
|
DataFunction$inboundSchema = objectType({
|
|
55457
55457
|
_id: stringType(),
|
|
55458
55458
|
description: stringType(),
|
|
55459
|
-
created: stringType().default("2025-11-
|
|
55460
|
-
updated: stringType().default("2025-11-
|
|
55459
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55460
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55461
55461
|
guardrail_config: unionType([
|
|
55462
55462
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
55463
55463
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema)
|
|
@@ -55511,8 +55511,8 @@ var init_getevals2 = __esm(() => {
|
|
|
55511
55511
|
DataFunction$outboundSchema = objectType({
|
|
55512
55512
|
id: stringType(),
|
|
55513
55513
|
description: stringType(),
|
|
55514
|
-
created: stringType().default("2025-11-
|
|
55515
|
-
updated: stringType().default("2025-11-
|
|
55514
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55515
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55516
55516
|
guardrailConfig: unionType([
|
|
55517
55517
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
55518
55518
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema)
|
|
@@ -55604,8 +55604,8 @@ var init_getevals2 = __esm(() => {
|
|
|
55604
55604
|
DataPython$inboundSchema = objectType({
|
|
55605
55605
|
_id: stringType(),
|
|
55606
55606
|
description: stringType(),
|
|
55607
|
-
created: stringType().default("2025-11-
|
|
55608
|
-
updated: stringType().default("2025-11-
|
|
55607
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55608
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55609
55609
|
guardrail_config: unionType([
|
|
55610
55610
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
|
|
55611
55611
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema)
|
|
@@ -55622,8 +55622,8 @@ var init_getevals2 = __esm(() => {
|
|
|
55622
55622
|
DataPython$outboundSchema = objectType({
|
|
55623
55623
|
id: stringType(),
|
|
55624
55624
|
description: stringType(),
|
|
55625
|
-
created: stringType().default("2025-11-
|
|
55626
|
-
updated: stringType().default("2025-11-
|
|
55625
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55626
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55627
55627
|
guardrailConfig: unionType([
|
|
55628
55628
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
|
|
55629
55629
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema)
|
|
@@ -55680,8 +55680,8 @@ var init_getevals2 = __esm(() => {
|
|
|
55680
55680
|
DataHTTP$inboundSchema = objectType({
|
|
55681
55681
|
_id: stringType(),
|
|
55682
55682
|
description: stringType(),
|
|
55683
|
-
created: stringType().default("2025-11-
|
|
55684
|
-
updated: stringType().default("2025-11-
|
|
55683
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55684
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55685
55685
|
guardrail_config: unionType([
|
|
55686
55686
|
lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema),
|
|
55687
55687
|
lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema)
|
|
@@ -55701,8 +55701,8 @@ var init_getevals2 = __esm(() => {
|
|
|
55701
55701
|
DataHTTP$outboundSchema = objectType({
|
|
55702
55702
|
id: stringType(),
|
|
55703
55703
|
description: stringType(),
|
|
55704
|
-
created: stringType().default("2025-11-
|
|
55705
|
-
updated: stringType().default("2025-11-
|
|
55704
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55705
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55706
55706
|
guardrailConfig: unionType([
|
|
55707
55707
|
lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema),
|
|
55708
55708
|
lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema)
|
|
@@ -55760,8 +55760,8 @@ var init_getevals2 = __esm(() => {
|
|
|
55760
55760
|
DataJSON$inboundSchema = objectType({
|
|
55761
55761
|
_id: stringType(),
|
|
55762
55762
|
description: stringType(),
|
|
55763
|
-
created: stringType().default("2025-11-
|
|
55764
|
-
updated: stringType().default("2025-11-
|
|
55763
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55764
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55765
55765
|
guardrail_config: unionType([
|
|
55766
55766
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema),
|
|
55767
55767
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema)
|
|
@@ -55778,8 +55778,8 @@ var init_getevals2 = __esm(() => {
|
|
|
55778
55778
|
DataJSON$outboundSchema = objectType({
|
|
55779
55779
|
id: stringType(),
|
|
55780
55780
|
description: stringType(),
|
|
55781
|
-
created: stringType().default("2025-11-
|
|
55782
|
-
updated: stringType().default("2025-11-
|
|
55781
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55782
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55783
55783
|
guardrailConfig: unionType([
|
|
55784
55784
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema),
|
|
55785
55785
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema)
|
|
@@ -55834,8 +55834,8 @@ var init_getevals2 = __esm(() => {
|
|
|
55834
55834
|
DataLLM$inboundSchema = objectType({
|
|
55835
55835
|
_id: stringType(),
|
|
55836
55836
|
description: stringType(),
|
|
55837
|
-
created: stringType().default("2025-11-
|
|
55838
|
-
updated: stringType().default("2025-11-
|
|
55837
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55838
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55839
55839
|
guardrail_config: unionType([
|
|
55840
55840
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
55841
55841
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
|
|
@@ -55853,8 +55853,8 @@ var init_getevals2 = __esm(() => {
|
|
|
55853
55853
|
DataLLM$outboundSchema = objectType({
|
|
55854
55854
|
id: stringType(),
|
|
55855
55855
|
description: stringType(),
|
|
55856
|
-
created: stringType().default("2025-11-
|
|
55857
|
-
updated: stringType().default("2025-11-
|
|
55856
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55857
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
55858
55858
|
guardrailConfig: unionType([
|
|
55859
55859
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
55860
55860
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
|
|
@@ -59582,7 +59582,7 @@ var init_listbudgets = __esm(() => {
|
|
|
59582
59582
|
is_active: booleanType(),
|
|
59583
59583
|
consumption: lazyType(() => ListBudgetsConsumption$inboundSchema).optional(),
|
|
59584
59584
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
59585
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
59585
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-20T11:15:46.091Z").transform((v2) => new Date(v2))
|
|
59586
59586
|
}).transform((v2) => {
|
|
59587
59587
|
return remap(v2, {
|
|
59588
59588
|
_id: "id",
|
|
@@ -59598,7 +59598,7 @@ var init_listbudgets = __esm(() => {
|
|
|
59598
59598
|
isActive: booleanType(),
|
|
59599
59599
|
consumption: lazyType(() => ListBudgetsConsumption$outboundSchema).optional(),
|
|
59600
59600
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
59601
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
59601
|
+
updated: dateType().default(() => new Date("2025-11-20T11:15:46.091Z")).transform((v2) => v2.toISOString())
|
|
59602
59602
|
}).transform((v2) => {
|
|
59603
59603
|
return remap(v2, {
|
|
59604
59604
|
id: "_id",
|
|
@@ -59925,7 +59925,7 @@ var init_listcontacts = __esm(() => {
|
|
|
59925
59925
|
tags: arrayType(stringType()).optional(),
|
|
59926
59926
|
metadata: recordType(anyType()).optional(),
|
|
59927
59927
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
59928
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
59928
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-20T11:15:45.627Z").transform((v2) => new Date(v2)),
|
|
59929
59929
|
metrics: lazyType(() => ListContactsMetrics$inboundSchema)
|
|
59930
59930
|
}).transform((v2) => {
|
|
59931
59931
|
return remap(v2, {
|
|
@@ -59944,7 +59944,7 @@ var init_listcontacts = __esm(() => {
|
|
|
59944
59944
|
tags: arrayType(stringType()).optional(),
|
|
59945
59945
|
metadata: recordType(anyType()).optional(),
|
|
59946
59946
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
59947
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
59947
|
+
updated: dateType().default(() => new Date("2025-11-20T11:15:45.627Z")).transform((v2) => v2.toISOString()),
|
|
59948
59948
|
metrics: lazyType(() => ListContactsMetrics$outboundSchema)
|
|
59949
59949
|
}).transform((v2) => {
|
|
59950
59950
|
return remap(v2, {
|
|
@@ -60533,7 +60533,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60533
60533
|
human_review_id: stringType(),
|
|
60534
60534
|
source: ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
|
|
60535
60535
|
reviewed_by_id: stringType(),
|
|
60536
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
60536
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-20T11:15:59.612Z").transform((v2) => new Date(v2)),
|
|
60537
60537
|
type: ListDatasetDatapointsEvaluationsDatasetsType$inboundSchema,
|
|
60538
60538
|
values: arrayType(stringType())
|
|
60539
60539
|
}).transform((v2) => {
|
|
@@ -60550,7 +60550,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60550
60550
|
humanReviewId: stringType(),
|
|
60551
60551
|
source: ListDatasetDatapointsEvaluationsSource$outboundSchema.default("orq"),
|
|
60552
60552
|
reviewedById: stringType(),
|
|
60553
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
60553
|
+
reviewedAt: dateType().default(() => new Date("2025-11-20T11:15:59.612Z")).transform((v2) => v2.toISOString()),
|
|
60554
60554
|
type: ListDatasetDatapointsEvaluationsDatasetsType$outboundSchema,
|
|
60555
60555
|
values: arrayType(stringType())
|
|
60556
60556
|
}).transform((v2) => {
|
|
@@ -60573,7 +60573,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60573
60573
|
human_review_id: stringType(),
|
|
60574
60574
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
60575
60575
|
reviewed_by_id: stringType(),
|
|
60576
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
60576
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-20T11:15:59.612Z").transform((v2) => new Date(v2)),
|
|
60577
60577
|
type: ListDatasetDatapointsEvaluationsType$inboundSchema,
|
|
60578
60578
|
value: numberType()
|
|
60579
60579
|
}).transform((v2) => {
|
|
@@ -60590,7 +60590,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60590
60590
|
humanReviewId: stringType(),
|
|
60591
60591
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
60592
60592
|
reviewedById: stringType(),
|
|
60593
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
60593
|
+
reviewedAt: dateType().default(() => new Date("2025-11-20T11:15:59.612Z")).transform((v2) => v2.toISOString()),
|
|
60594
60594
|
type: ListDatasetDatapointsEvaluationsType$outboundSchema,
|
|
60595
60595
|
value: numberType()
|
|
60596
60596
|
}).transform((v2) => {
|
|
@@ -60613,7 +60613,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60613
60613
|
human_review_id: stringType(),
|
|
60614
60614
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
60615
60615
|
reviewed_by_id: stringType(),
|
|
60616
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
60616
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-20T11:15:59.611Z").transform((v2) => new Date(v2)),
|
|
60617
60617
|
type: ListDatasetDatapointsEvaluationsDatasetsResponseType$inboundSchema,
|
|
60618
60618
|
value: stringType()
|
|
60619
60619
|
}).transform((v2) => {
|
|
@@ -60630,7 +60630,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60630
60630
|
humanReviewId: stringType(),
|
|
60631
60631
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
60632
60632
|
reviewedById: stringType(),
|
|
60633
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
60633
|
+
reviewedAt: dateType().default(() => new Date("2025-11-20T11:15:59.611Z")).transform((v2) => v2.toISOString()),
|
|
60634
60634
|
type: ListDatasetDatapointsEvaluationsDatasetsResponseType$outboundSchema,
|
|
60635
60635
|
value: stringType()
|
|
60636
60636
|
}).transform((v2) => {
|
|
@@ -60673,7 +60673,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60673
60673
|
created_by_id: stringType().optional(),
|
|
60674
60674
|
updated_by_id: stringType().optional(),
|
|
60675
60675
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
60676
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
60676
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-20T11:15:45.627Z").transform((v2) => new Date(v2))
|
|
60677
60677
|
}).transform((v2) => {
|
|
60678
60678
|
return remap(v2, {
|
|
60679
60679
|
_id: "id",
|
|
@@ -60707,7 +60707,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60707
60707
|
createdById: stringType().optional(),
|
|
60708
60708
|
updatedById: stringType().optional(),
|
|
60709
60709
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
60710
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
60710
|
+
updated: dateType().default(() => new Date("2025-11-20T11:15:45.627Z")).transform((v2) => v2.toISOString())
|
|
60711
60711
|
}).transform((v2) => {
|
|
60712
60712
|
return remap(v2, {
|
|
60713
60713
|
id: "_id",
|
|
@@ -60796,7 +60796,7 @@ var init_listdatasets = __esm(() => {
|
|
|
60796
60796
|
created_by_id: stringType().optional(),
|
|
60797
60797
|
updated_by_id: stringType().optional(),
|
|
60798
60798
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
60799
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
60799
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-20T11:15:45.627Z").transform((v2) => new Date(v2))
|
|
60800
60800
|
}).transform((v2) => {
|
|
60801
60801
|
return remap(v2, {
|
|
60802
60802
|
_id: "id",
|
|
@@ -60816,7 +60816,7 @@ var init_listdatasets = __esm(() => {
|
|
|
60816
60816
|
createdById: stringType().optional(),
|
|
60817
60817
|
updatedById: stringType().optional(),
|
|
60818
60818
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
60819
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
60819
|
+
updated: dateType().default(() => new Date("2025-11-20T11:15:45.627Z")).transform((v2) => v2.toISOString())
|
|
60820
60820
|
}).transform((v2) => {
|
|
60821
60821
|
return remap(v2, {
|
|
60822
60822
|
id: "_id",
|
|
@@ -60897,7 +60897,7 @@ var init_listdatasources = __esm(() => {
|
|
|
60897
60897
|
ListDatasourcesStatus$inboundSchema = nativeEnumType(ListDatasourcesStatus);
|
|
60898
60898
|
ListDatasourcesStatus$outboundSchema = ListDatasourcesStatus$inboundSchema;
|
|
60899
60899
|
ListDatasourcesData$inboundSchema = objectType({
|
|
60900
|
-
_id: stringType().default("
|
|
60900
|
+
_id: stringType().default("01KAGFMWXMR2Z0GQATTMKNHY4F"),
|
|
60901
60901
|
display_name: stringType(),
|
|
60902
60902
|
description: stringType().optional(),
|
|
60903
60903
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -60920,7 +60920,7 @@ var init_listdatasources = __esm(() => {
|
|
|
60920
60920
|
});
|
|
60921
60921
|
});
|
|
60922
60922
|
ListDatasourcesData$outboundSchema = objectType({
|
|
60923
|
-
id: stringType().default("
|
|
60923
|
+
id: stringType().default("01KAGFMWXMR2Z0GQATTMKNHY4F"),
|
|
60924
60924
|
displayName: stringType(),
|
|
60925
60925
|
description: stringType().optional(),
|
|
60926
60926
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -62025,6 +62025,8 @@ var init_parse = __esm(() => {
|
|
|
62025
62025
|
chunk_size: numberType().int().default(512),
|
|
62026
62026
|
threshold: unionType([numberType(), Threshold2$inboundSchema]).optional(),
|
|
62027
62027
|
embedding_model: stringType(),
|
|
62028
|
+
dimensions: numberType().int().optional(),
|
|
62029
|
+
max_tokens: numberType().int().optional(),
|
|
62028
62030
|
mode: Mode$inboundSchema.default("window"),
|
|
62029
62031
|
similarity_window: numberType().int().default(1)
|
|
62030
62032
|
}).transform((v2) => {
|
|
@@ -62032,6 +62034,7 @@ var init_parse = __esm(() => {
|
|
|
62032
62034
|
return_type: "returnType",
|
|
62033
62035
|
chunk_size: "chunkSize",
|
|
62034
62036
|
embedding_model: "embeddingModel",
|
|
62037
|
+
max_tokens: "maxTokens",
|
|
62035
62038
|
similarity_window: "similarityWindow"
|
|
62036
62039
|
});
|
|
62037
62040
|
});
|
|
@@ -62043,6 +62046,8 @@ var init_parse = __esm(() => {
|
|
|
62043
62046
|
chunkSize: numberType().int().default(512),
|
|
62044
62047
|
threshold: unionType([numberType(), Threshold2$outboundSchema]).optional(),
|
|
62045
62048
|
embeddingModel: stringType(),
|
|
62049
|
+
dimensions: numberType().int().optional(),
|
|
62050
|
+
maxTokens: numberType().int().optional(),
|
|
62046
62051
|
mode: Mode$outboundSchema.default("window"),
|
|
62047
62052
|
similarityWindow: numberType().int().default(1)
|
|
62048
62053
|
}).transform((v2) => {
|
|
@@ -62050,6 +62055,7 @@ var init_parse = __esm(() => {
|
|
|
62050
62055
|
returnType: "return_type",
|
|
62051
62056
|
chunkSize: "chunk_size",
|
|
62052
62057
|
embeddingModel: "embedding_model",
|
|
62058
|
+
maxTokens: "max_tokens",
|
|
62053
62059
|
similarityWindow: "similarity_window"
|
|
62054
62060
|
});
|
|
62055
62061
|
});
|
|
@@ -62393,7 +62399,7 @@ var init_retrievecontact2 = __esm(() => {
|
|
|
62393
62399
|
tags: arrayType(stringType()).optional(),
|
|
62394
62400
|
metadata: recordType(anyType()).optional(),
|
|
62395
62401
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
62396
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
62402
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-20T11:15:45.627Z").transform((v2) => new Date(v2))
|
|
62397
62403
|
}).transform((v2) => {
|
|
62398
62404
|
return remap(v2, {
|
|
62399
62405
|
_id: "id",
|
|
@@ -62411,7 +62417,7 @@ var init_retrievecontact2 = __esm(() => {
|
|
|
62411
62417
|
tags: arrayType(stringType()).optional(),
|
|
62412
62418
|
metadata: recordType(anyType()).optional(),
|
|
62413
62419
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
62414
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
62420
|
+
updated: dateType().default(() => new Date("2025-11-20T11:15:45.627Z")).transform((v2) => v2.toISOString())
|
|
62415
62421
|
}).transform((v2) => {
|
|
62416
62422
|
return remap(v2, {
|
|
62417
62423
|
id: "_id",
|
|
@@ -62970,7 +62976,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
62970
62976
|
human_review_id: stringType(),
|
|
62971
62977
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
62972
62978
|
reviewed_by_id: stringType(),
|
|
62973
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
62979
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-20T11:15:59.619Z").transform((v2) => new Date(v2)),
|
|
62974
62980
|
type: RetrieveDatapointEvaluationsDatasetsResponseType$inboundSchema,
|
|
62975
62981
|
values: arrayType(stringType())
|
|
62976
62982
|
}).transform((v2) => {
|
|
@@ -62987,7 +62993,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
62987
62993
|
humanReviewId: stringType(),
|
|
62988
62994
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
62989
62995
|
reviewedById: stringType(),
|
|
62990
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
62996
|
+
reviewedAt: dateType().default(() => new Date("2025-11-20T11:15:59.619Z")).transform((v2) => v2.toISOString()),
|
|
62991
62997
|
type: RetrieveDatapointEvaluationsDatasetsResponseType$outboundSchema,
|
|
62992
62998
|
values: arrayType(stringType())
|
|
62993
62999
|
}).transform((v2) => {
|
|
@@ -63010,7 +63016,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63010
63016
|
human_review_id: stringType(),
|
|
63011
63017
|
source: RetrieveDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
63012
63018
|
reviewed_by_id: stringType(),
|
|
63013
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
63019
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-20T11:15:59.619Z").transform((v2) => new Date(v2)),
|
|
63014
63020
|
type: RetrieveDatapointEvaluationsDatasetsType$inboundSchema,
|
|
63015
63021
|
value: numberType()
|
|
63016
63022
|
}).transform((v2) => {
|
|
@@ -63027,7 +63033,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63027
63033
|
humanReviewId: stringType(),
|
|
63028
63034
|
source: RetrieveDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
63029
63035
|
reviewedById: stringType(),
|
|
63030
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
63036
|
+
reviewedAt: dateType().default(() => new Date("2025-11-20T11:15:59.619Z")).transform((v2) => v2.toISOString()),
|
|
63031
63037
|
type: RetrieveDatapointEvaluationsDatasetsType$outboundSchema,
|
|
63032
63038
|
value: numberType()
|
|
63033
63039
|
}).transform((v2) => {
|
|
@@ -63050,7 +63056,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63050
63056
|
human_review_id: stringType(),
|
|
63051
63057
|
source: RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
63052
63058
|
reviewed_by_id: stringType(),
|
|
63053
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
63059
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-20T11:15:59.618Z").transform((v2) => new Date(v2)),
|
|
63054
63060
|
type: RetrieveDatapointEvaluationsType$inboundSchema,
|
|
63055
63061
|
value: stringType()
|
|
63056
63062
|
}).transform((v2) => {
|
|
@@ -63067,7 +63073,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63067
63073
|
humanReviewId: stringType(),
|
|
63068
63074
|
source: RetrieveDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
63069
63075
|
reviewedById: stringType(),
|
|
63070
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
63076
|
+
reviewedAt: dateType().default(() => new Date("2025-11-20T11:15:59.618Z")).transform((v2) => v2.toISOString()),
|
|
63071
63077
|
type: RetrieveDatapointEvaluationsType$outboundSchema,
|
|
63072
63078
|
value: stringType()
|
|
63073
63079
|
}).transform((v2) => {
|
|
@@ -63110,7 +63116,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63110
63116
|
created_by_id: stringType().optional(),
|
|
63111
63117
|
updated_by_id: stringType().optional(),
|
|
63112
63118
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63113
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
63119
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-20T11:15:45.627Z").transform((v2) => new Date(v2))
|
|
63114
63120
|
}).transform((v2) => {
|
|
63115
63121
|
return remap(v2, {
|
|
63116
63122
|
_id: "id",
|
|
@@ -63144,7 +63150,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63144
63150
|
createdById: stringType().optional(),
|
|
63145
63151
|
updatedById: stringType().optional(),
|
|
63146
63152
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63147
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
63153
|
+
updated: dateType().default(() => new Date("2025-11-20T11:15:45.627Z")).transform((v2) => v2.toISOString())
|
|
63148
63154
|
}).transform((v2) => {
|
|
63149
63155
|
return remap(v2, {
|
|
63150
63156
|
id: "_id",
|
|
@@ -63204,7 +63210,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
63204
63210
|
created_by_id: stringType().optional(),
|
|
63205
63211
|
updated_by_id: stringType().optional(),
|
|
63206
63212
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63207
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
63213
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-20T11:15:45.627Z").transform((v2) => new Date(v2))
|
|
63208
63214
|
}).transform((v2) => {
|
|
63209
63215
|
return remap(v2, {
|
|
63210
63216
|
_id: "id",
|
|
@@ -63224,7 +63230,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
63224
63230
|
createdById: stringType().optional(),
|
|
63225
63231
|
updatedById: stringType().optional(),
|
|
63226
63232
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63227
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
63233
|
+
updated: dateType().default(() => new Date("2025-11-20T11:15:45.627Z")).transform((v2) => v2.toISOString())
|
|
63228
63234
|
}).transform((v2) => {
|
|
63229
63235
|
return remap(v2, {
|
|
63230
63236
|
id: "_id",
|
|
@@ -63270,7 +63276,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
63270
63276
|
RetrieveDatasourceStatus$inboundSchema = nativeEnumType(RetrieveDatasourceStatus);
|
|
63271
63277
|
RetrieveDatasourceStatus$outboundSchema = RetrieveDatasourceStatus$inboundSchema;
|
|
63272
63278
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
63273
|
-
_id: stringType().default("
|
|
63279
|
+
_id: stringType().default("01KAGFMWXQX7CW0HSTGFDNMJKS"),
|
|
63274
63280
|
display_name: stringType(),
|
|
63275
63281
|
description: stringType().optional(),
|
|
63276
63282
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -63293,7 +63299,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
63293
63299
|
});
|
|
63294
63300
|
});
|
|
63295
63301
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
63296
|
-
id: stringType().default("
|
|
63302
|
+
id: stringType().default("01KAGFMWXQX7CW0HSTGFDNMJKS"),
|
|
63297
63303
|
displayName: stringType(),
|
|
63298
63304
|
description: stringType().optional(),
|
|
63299
63305
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -63645,7 +63651,7 @@ var init_retrievetool = __esm(() => {
|
|
|
63645
63651
|
code: stringType()
|
|
63646
63652
|
});
|
|
63647
63653
|
RetrieveToolResponseBody5$inboundSchema = objectType({
|
|
63648
|
-
_id: stringType().default("
|
|
63654
|
+
_id: stringType().default("tool_01KAGFMWT1BE6PN33YJT8T65AC"),
|
|
63649
63655
|
path: stringType(),
|
|
63650
63656
|
key: stringType(),
|
|
63651
63657
|
display_name: stringType().optional(),
|
|
@@ -63673,7 +63679,7 @@ var init_retrievetool = __esm(() => {
|
|
|
63673
63679
|
});
|
|
63674
63680
|
});
|
|
63675
63681
|
RetrieveToolResponseBody5$outboundSchema = objectType({
|
|
63676
|
-
id: stringType().default("
|
|
63682
|
+
id: stringType().default("tool_01KAGFMWT1BE6PN33YJT8T65AC"),
|
|
63677
63683
|
path: stringType(),
|
|
63678
63684
|
key: stringType(),
|
|
63679
63685
|
displayName: stringType().optional(),
|
|
@@ -63725,13 +63731,13 @@ var init_retrievetool = __esm(() => {
|
|
|
63725
63731
|
required: arrayType(stringType()).optional()
|
|
63726
63732
|
});
|
|
63727
63733
|
RetrieveToolResponseBodyTools$inboundSchema = objectType({
|
|
63728
|
-
id: stringType().default("
|
|
63734
|
+
id: stringType().default("01KAGFMWSZJ0J0VZ17WFK51B9Z"),
|
|
63729
63735
|
name: stringType(),
|
|
63730
63736
|
description: stringType().optional(),
|
|
63731
63737
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$inboundSchema)
|
|
63732
63738
|
});
|
|
63733
63739
|
RetrieveToolResponseBodyTools$outboundSchema = objectType({
|
|
63734
|
-
id: stringType().default("
|
|
63740
|
+
id: stringType().default("01KAGFMWSZJ0J0VZ17WFK51B9Z"),
|
|
63735
63741
|
name: stringType(),
|
|
63736
63742
|
description: stringType().optional(),
|
|
63737
63743
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -63761,7 +63767,7 @@ var init_retrievetool = __esm(() => {
|
|
|
63761
63767
|
});
|
|
63762
63768
|
});
|
|
63763
63769
|
RetrieveToolResponseBody4$inboundSchema = objectType({
|
|
63764
|
-
_id: stringType().default("
|
|
63770
|
+
_id: stringType().default("tool_01KAGFMWSXZ0RMHRKWPAK0GMFJ"),
|
|
63765
63771
|
path: stringType(),
|
|
63766
63772
|
key: stringType(),
|
|
63767
63773
|
display_name: stringType().optional(),
|
|
@@ -63788,7 +63794,7 @@ var init_retrievetool = __esm(() => {
|
|
|
63788
63794
|
});
|
|
63789
63795
|
});
|
|
63790
63796
|
RetrieveToolResponseBody4$outboundSchema = objectType({
|
|
63791
|
-
id: stringType().default("
|
|
63797
|
+
id: stringType().default("tool_01KAGFMWSXZ0RMHRKWPAK0GMFJ"),
|
|
63792
63798
|
path: stringType(),
|
|
63793
63799
|
key: stringType(),
|
|
63794
63800
|
displayName: stringType().optional(),
|
|
@@ -63877,7 +63883,7 @@ var init_retrievetool = __esm(() => {
|
|
|
63877
63883
|
arguments: recordType(lazyType(() => RetrieveToolResponseBodyArguments$outboundSchema)).optional()
|
|
63878
63884
|
});
|
|
63879
63885
|
RetrieveToolResponseBody3$inboundSchema = objectType({
|
|
63880
|
-
_id: stringType().default("
|
|
63886
|
+
_id: stringType().default("tool_01KAGFMWSTYQ4BZ00DQ0TBSRGS"),
|
|
63881
63887
|
path: stringType(),
|
|
63882
63888
|
key: stringType(),
|
|
63883
63889
|
display_name: stringType().optional(),
|
|
@@ -63904,7 +63910,7 @@ var init_retrievetool = __esm(() => {
|
|
|
63904
63910
|
});
|
|
63905
63911
|
});
|
|
63906
63912
|
RetrieveToolResponseBody3$outboundSchema = objectType({
|
|
63907
|
-
id: stringType().default("
|
|
63913
|
+
id: stringType().default("tool_01KAGFMWSTYQ4BZ00DQ0TBSRGS"),
|
|
63908
63914
|
path: stringType(),
|
|
63909
63915
|
key: stringType(),
|
|
63910
63916
|
displayName: stringType().optional(),
|
|
@@ -63965,7 +63971,7 @@ var init_retrievetool = __esm(() => {
|
|
|
63965
63971
|
strict: booleanType().optional()
|
|
63966
63972
|
});
|
|
63967
63973
|
RetrieveToolResponseBody2$inboundSchema = objectType({
|
|
63968
|
-
_id: stringType().default("
|
|
63974
|
+
_id: stringType().default("tool_01KAGFMWSHSWVRJGGYX0BH007D"),
|
|
63969
63975
|
path: stringType(),
|
|
63970
63976
|
key: stringType(),
|
|
63971
63977
|
display_name: stringType().optional(),
|
|
@@ -63993,7 +63999,7 @@ var init_retrievetool = __esm(() => {
|
|
|
63993
63999
|
});
|
|
63994
64000
|
});
|
|
63995
64001
|
RetrieveToolResponseBody2$outboundSchema = objectType({
|
|
63996
|
-
id: stringType().default("
|
|
64002
|
+
id: stringType().default("tool_01KAGFMWSHSWVRJGGYX0BH007D"),
|
|
63997
64003
|
path: stringType(),
|
|
63998
64004
|
key: stringType(),
|
|
63999
64005
|
displayName: stringType().optional(),
|
|
@@ -64057,7 +64063,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64057
64063
|
parameters: lazyType(() => RetrieveToolResponseBodyParameters$outboundSchema).optional()
|
|
64058
64064
|
});
|
|
64059
64065
|
RetrieveToolResponseBody1$inboundSchema = objectType({
|
|
64060
|
-
_id: stringType().default("
|
|
64066
|
+
_id: stringType().default("tool_01KAGFMWSGFWS186ASC8YQ89MG"),
|
|
64061
64067
|
path: stringType(),
|
|
64062
64068
|
key: stringType(),
|
|
64063
64069
|
display_name: stringType().optional(),
|
|
@@ -64084,7 +64090,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64084
64090
|
});
|
|
64085
64091
|
});
|
|
64086
64092
|
RetrieveToolResponseBody1$outboundSchema = objectType({
|
|
64087
|
-
id: stringType().default("
|
|
64093
|
+
id: stringType().default("tool_01KAGFMWSGFWS186ASC8YQ89MG"),
|
|
64088
64094
|
path: stringType(),
|
|
64089
64095
|
key: stringType(),
|
|
64090
64096
|
displayName: stringType().optional(),
|
|
@@ -65076,13 +65082,13 @@ var init_runagent = __esm(() => {
|
|
|
65076
65082
|
required: arrayType(stringType()).optional()
|
|
65077
65083
|
});
|
|
65078
65084
|
Tools$inboundSchema = objectType({
|
|
65079
|
-
id: stringType().default("
|
|
65085
|
+
id: stringType().default("01KAGFMWDKSCVR7D51H58AV1MK"),
|
|
65080
65086
|
name: stringType(),
|
|
65081
65087
|
description: stringType().optional(),
|
|
65082
65088
|
schema: lazyType(() => Schema$inboundSchema)
|
|
65083
65089
|
});
|
|
65084
65090
|
Tools$outboundSchema = objectType({
|
|
65085
|
-
id: stringType().default("
|
|
65091
|
+
id: stringType().default("01KAGFMWDKSCVR7D51H58AV1MK"),
|
|
65086
65092
|
name: stringType(),
|
|
65087
65093
|
description: stringType().optional(),
|
|
65088
65094
|
schema: lazyType(() => Schema$outboundSchema)
|
|
@@ -69676,13 +69682,13 @@ var init_streamrunagent2 = __esm(() => {
|
|
|
69676
69682
|
required: arrayType(stringType()).optional()
|
|
69677
69683
|
});
|
|
69678
69684
|
AgentToolInputRunTools$inboundSchema = objectType({
|
|
69679
|
-
id: stringType().default("
|
|
69685
|
+
id: stringType().default("01KAGFMWFAKEY17NCPMNR6XQMV"),
|
|
69680
69686
|
name: stringType(),
|
|
69681
69687
|
description: stringType().optional(),
|
|
69682
69688
|
schema: lazyType(() => AgentToolInputRunSchema$inboundSchema)
|
|
69683
69689
|
});
|
|
69684
69690
|
AgentToolInputRunTools$outboundSchema = objectType({
|
|
69685
|
-
id: stringType().default("
|
|
69691
|
+
id: stringType().default("01KAGFMWFAKEY17NCPMNR6XQMV"),
|
|
69686
69692
|
name: stringType(),
|
|
69687
69693
|
description: stringType().optional(),
|
|
69688
69694
|
schema: lazyType(() => AgentToolInputRunSchema$outboundSchema)
|
|
@@ -74169,7 +74175,7 @@ var init_updatebudget = __esm(() => {
|
|
|
74169
74175
|
is_active: booleanType(),
|
|
74170
74176
|
consumption: lazyType(() => UpdateBudgetConsumption$inboundSchema).optional(),
|
|
74171
74177
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
74172
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
74178
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-20T11:15:46.091Z").transform((v2) => new Date(v2))
|
|
74173
74179
|
}).transform((v2) => {
|
|
74174
74180
|
return remap(v2, {
|
|
74175
74181
|
_id: "id",
|
|
@@ -74187,7 +74193,7 @@ var init_updatebudget = __esm(() => {
|
|
|
74187
74193
|
isActive: booleanType(),
|
|
74188
74194
|
consumption: lazyType(() => UpdateBudgetConsumption$outboundSchema).optional(),
|
|
74189
74195
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
74190
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
74196
|
+
updated: dateType().default(() => new Date("2025-11-20T11:15:46.091Z")).transform((v2) => v2.toISOString())
|
|
74191
74197
|
}).transform((v2) => {
|
|
74192
74198
|
return remap(v2, {
|
|
74193
74199
|
id: "_id",
|
|
@@ -74342,7 +74348,7 @@ var init_updatecontact2 = __esm(() => {
|
|
|
74342
74348
|
tags: arrayType(stringType()).optional(),
|
|
74343
74349
|
metadata: recordType(anyType()).optional(),
|
|
74344
74350
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
74345
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
74351
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-20T11:15:45.627Z").transform((v2) => new Date(v2))
|
|
74346
74352
|
}).transform((v2) => {
|
|
74347
74353
|
return remap(v2, {
|
|
74348
74354
|
_id: "id",
|
|
@@ -74360,7 +74366,7 @@ var init_updatecontact2 = __esm(() => {
|
|
|
74360
74366
|
tags: arrayType(stringType()).optional(),
|
|
74361
74367
|
metadata: recordType(anyType()).optional(),
|
|
74362
74368
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
74363
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
74369
|
+
updated: dateType().default(() => new Date("2025-11-20T11:15:45.627Z")).transform((v2) => v2.toISOString())
|
|
74364
74370
|
}).transform((v2) => {
|
|
74365
74371
|
return remap(v2, {
|
|
74366
74372
|
id: "_id",
|
|
@@ -75436,7 +75442,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
75436
75442
|
human_review_id: stringType(),
|
|
75437
75443
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
75438
75444
|
reviewed_by_id: stringType(),
|
|
75439
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
75445
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-20T11:15:59.661Z").transform((v2) => new Date(v2)),
|
|
75440
75446
|
type: UpdateDatapointEvaluationsDatasetsResponseType$inboundSchema,
|
|
75441
75447
|
values: arrayType(stringType())
|
|
75442
75448
|
}).transform((v2) => {
|
|
@@ -75453,7 +75459,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
75453
75459
|
humanReviewId: stringType(),
|
|
75454
75460
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
75455
75461
|
reviewedById: stringType(),
|
|
75456
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
75462
|
+
reviewedAt: dateType().default(() => new Date("2025-11-20T11:15:59.661Z")).transform((v2) => v2.toISOString()),
|
|
75457
75463
|
type: UpdateDatapointEvaluationsDatasetsResponseType$outboundSchema,
|
|
75458
75464
|
values: arrayType(stringType())
|
|
75459
75465
|
}).transform((v2) => {
|
|
@@ -75476,7 +75482,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
75476
75482
|
human_review_id: stringType(),
|
|
75477
75483
|
source: UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
75478
75484
|
reviewed_by_id: stringType(),
|
|
75479
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
75485
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-20T11:15:59.660Z").transform((v2) => new Date(v2)),
|
|
75480
75486
|
type: UpdateDatapointEvaluationsDatasetsType$inboundSchema,
|
|
75481
75487
|
value: numberType()
|
|
75482
75488
|
}).transform((v2) => {
|
|
@@ -75493,7 +75499,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
75493
75499
|
humanReviewId: stringType(),
|
|
75494
75500
|
source: UpdateDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
75495
75501
|
reviewedById: stringType(),
|
|
75496
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
75502
|
+
reviewedAt: dateType().default(() => new Date("2025-11-20T11:15:59.660Z")).transform((v2) => v2.toISOString()),
|
|
75497
75503
|
type: UpdateDatapointEvaluationsDatasetsType$outboundSchema,
|
|
75498
75504
|
value: numberType()
|
|
75499
75505
|
}).transform((v2) => {
|
|
@@ -75516,7 +75522,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
75516
75522
|
human_review_id: stringType(),
|
|
75517
75523
|
source: UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
75518
75524
|
reviewed_by_id: stringType(),
|
|
75519
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
75525
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-20T11:15:59.660Z").transform((v2) => new Date(v2)),
|
|
75520
75526
|
type: UpdateDatapointEvaluationsType$inboundSchema,
|
|
75521
75527
|
value: stringType()
|
|
75522
75528
|
}).transform((v2) => {
|
|
@@ -75533,7 +75539,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
75533
75539
|
humanReviewId: stringType(),
|
|
75534
75540
|
source: UpdateDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
75535
75541
|
reviewedById: stringType(),
|
|
75536
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
75542
|
+
reviewedAt: dateType().default(() => new Date("2025-11-20T11:15:59.660Z")).transform((v2) => v2.toISOString()),
|
|
75537
75543
|
type: UpdateDatapointEvaluationsType$outboundSchema,
|
|
75538
75544
|
value: stringType()
|
|
75539
75545
|
}).transform((v2) => {
|
|
@@ -75576,7 +75582,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
75576
75582
|
created_by_id: stringType().optional(),
|
|
75577
75583
|
updated_by_id: stringType().optional(),
|
|
75578
75584
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
75579
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
75585
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-20T11:15:45.627Z").transform((v2) => new Date(v2))
|
|
75580
75586
|
}).transform((v2) => {
|
|
75581
75587
|
return remap(v2, {
|
|
75582
75588
|
_id: "id",
|
|
@@ -75610,7 +75616,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
75610
75616
|
createdById: stringType().optional(),
|
|
75611
75617
|
updatedById: stringType().optional(),
|
|
75612
75618
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
75613
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
75619
|
+
updated: dateType().default(() => new Date("2025-11-20T11:15:45.627Z")).transform((v2) => v2.toISOString())
|
|
75614
75620
|
}).transform((v2) => {
|
|
75615
75621
|
return remap(v2, {
|
|
75616
75622
|
id: "_id",
|
|
@@ -75694,7 +75700,7 @@ var init_updatedataset = __esm(() => {
|
|
|
75694
75700
|
created_by_id: stringType().optional(),
|
|
75695
75701
|
updated_by_id: stringType().optional(),
|
|
75696
75702
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
75697
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
75703
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-20T11:15:45.627Z").transform((v2) => new Date(v2))
|
|
75698
75704
|
}).transform((v2) => {
|
|
75699
75705
|
return remap(v2, {
|
|
75700
75706
|
_id: "id",
|
|
@@ -75714,7 +75720,7 @@ var init_updatedataset = __esm(() => {
|
|
|
75714
75720
|
createdById: stringType().optional(),
|
|
75715
75721
|
updatedById: stringType().optional(),
|
|
75716
75722
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
75717
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
75723
|
+
updated: dateType().default(() => new Date("2025-11-20T11:15:45.627Z")).transform((v2) => v2.toISOString())
|
|
75718
75724
|
}).transform((v2) => {
|
|
75719
75725
|
return remap(v2, {
|
|
75720
75726
|
id: "_id",
|
|
@@ -75778,7 +75784,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
75778
75784
|
UpdateDatasourceStatus$inboundSchema = nativeEnumType(UpdateDatasourceStatus);
|
|
75779
75785
|
UpdateDatasourceStatus$outboundSchema = UpdateDatasourceStatus$inboundSchema;
|
|
75780
75786
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
75781
|
-
_id: stringType().default("
|
|
75787
|
+
_id: stringType().default("01KAGFMWXT1A2RSD5D8QRA8R7K"),
|
|
75782
75788
|
display_name: stringType(),
|
|
75783
75789
|
description: stringType().optional(),
|
|
75784
75790
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -75801,7 +75807,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
75801
75807
|
});
|
|
75802
75808
|
});
|
|
75803
75809
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
75804
|
-
id: stringType().default("
|
|
75810
|
+
id: stringType().default("01KAGFMWXT1A2RSD5D8QRA8R7K"),
|
|
75805
75811
|
displayName: stringType(),
|
|
75806
75812
|
description: stringType().optional(),
|
|
75807
75813
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -76548,8 +76554,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
76548
76554
|
ResponseBodyTypescript$inboundSchema = objectType({
|
|
76549
76555
|
_id: stringType(),
|
|
76550
76556
|
description: stringType(),
|
|
76551
|
-
created: stringType().default("2025-11-
|
|
76552
|
-
updated: stringType().default("2025-11-
|
|
76557
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
76558
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
76553
76559
|
guardrail_config: unionType([
|
|
76554
76560
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema),
|
|
76555
76561
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema)
|
|
@@ -76566,8 +76572,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
76566
76572
|
ResponseBodyTypescript$outboundSchema = objectType({
|
|
76567
76573
|
id: stringType(),
|
|
76568
76574
|
description: stringType(),
|
|
76569
|
-
created: stringType().default("2025-11-
|
|
76570
|
-
updated: stringType().default("2025-11-
|
|
76575
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
76576
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
76571
76577
|
guardrailConfig: unionType([
|
|
76572
76578
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema),
|
|
76573
76579
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema)
|
|
@@ -76624,8 +76630,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
76624
76630
|
ResponseBodyRagas$inboundSchema = objectType({
|
|
76625
76631
|
_id: stringType(),
|
|
76626
76632
|
description: stringType(),
|
|
76627
|
-
created: stringType().default("2025-11-
|
|
76628
|
-
updated: stringType().default("2025-11-
|
|
76633
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
76634
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
76629
76635
|
guardrail_config: unionType([
|
|
76630
76636
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema),
|
|
76631
76637
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema)
|
|
@@ -76644,8 +76650,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
76644
76650
|
ResponseBodyRagas$outboundSchema = objectType({
|
|
76645
76651
|
id: stringType(),
|
|
76646
76652
|
description: stringType(),
|
|
76647
|
-
created: stringType().default("2025-11-
|
|
76648
|
-
updated: stringType().default("2025-11-
|
|
76653
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
76654
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
76649
76655
|
guardrailConfig: unionType([
|
|
76650
76656
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema),
|
|
76651
76657
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema)
|
|
@@ -77082,8 +77088,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
77082
77088
|
ResponseBodyFunction$inboundSchema = objectType({
|
|
77083
77089
|
_id: stringType(),
|
|
77084
77090
|
description: stringType(),
|
|
77085
|
-
created: stringType().default("2025-11-
|
|
77086
|
-
updated: stringType().default("2025-11-
|
|
77091
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
77092
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
77087
77093
|
guardrail_config: unionType([
|
|
77088
77094
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema),
|
|
77089
77095
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema)
|
|
@@ -77137,8 +77143,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
77137
77143
|
ResponseBodyFunction$outboundSchema = objectType({
|
|
77138
77144
|
id: stringType(),
|
|
77139
77145
|
description: stringType(),
|
|
77140
|
-
created: stringType().default("2025-11-
|
|
77141
|
-
updated: stringType().default("2025-11-
|
|
77146
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
77147
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
77142
77148
|
guardrailConfig: unionType([
|
|
77143
77149
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema),
|
|
77144
77150
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema)
|
|
@@ -77230,8 +77236,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
77230
77236
|
UpdateEvalResponseBodyPython$inboundSchema = objectType({
|
|
77231
77237
|
_id: stringType(),
|
|
77232
77238
|
description: stringType(),
|
|
77233
|
-
created: stringType().default("2025-11-
|
|
77234
|
-
updated: stringType().default("2025-11-
|
|
77239
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
77240
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
77235
77241
|
guardrail_config: unionType([
|
|
77236
77242
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
77237
77243
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
|
|
@@ -77248,8 +77254,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
77248
77254
|
UpdateEvalResponseBodyPython$outboundSchema = objectType({
|
|
77249
77255
|
id: stringType(),
|
|
77250
77256
|
description: stringType(),
|
|
77251
|
-
created: stringType().default("2025-11-
|
|
77252
|
-
updated: stringType().default("2025-11-
|
|
77257
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
77258
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
77253
77259
|
guardrailConfig: unionType([
|
|
77254
77260
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
77255
77261
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
|
|
@@ -77306,8 +77312,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
77306
77312
|
UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
|
|
77307
77313
|
_id: stringType(),
|
|
77308
77314
|
description: stringType(),
|
|
77309
|
-
created: stringType().default("2025-11-
|
|
77310
|
-
updated: stringType().default("2025-11-
|
|
77315
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
77316
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
77311
77317
|
guardrail_config: unionType([
|
|
77312
77318
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
77313
77319
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
|
|
@@ -77327,8 +77333,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
77327
77333
|
UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
|
|
77328
77334
|
id: stringType(),
|
|
77329
77335
|
description: stringType(),
|
|
77330
|
-
created: stringType().default("2025-11-
|
|
77331
|
-
updated: stringType().default("2025-11-
|
|
77336
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
77337
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
77332
77338
|
guardrailConfig: unionType([
|
|
77333
77339
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
77334
77340
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
|
|
@@ -77386,8 +77392,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
77386
77392
|
UpdateEvalResponseBodyJSON$inboundSchema = objectType({
|
|
77387
77393
|
_id: stringType(),
|
|
77388
77394
|
description: stringType(),
|
|
77389
|
-
created: stringType().default("2025-11-
|
|
77390
|
-
updated: stringType().default("2025-11-
|
|
77395
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
77396
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
77391
77397
|
guardrail_config: unionType([
|
|
77392
77398
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
77393
77399
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema)
|
|
@@ -77404,8 +77410,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
77404
77410
|
UpdateEvalResponseBodyJSON$outboundSchema = objectType({
|
|
77405
77411
|
id: stringType(),
|
|
77406
77412
|
description: stringType(),
|
|
77407
|
-
created: stringType().default("2025-11-
|
|
77408
|
-
updated: stringType().default("2025-11-
|
|
77413
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
77414
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
77409
77415
|
guardrailConfig: unionType([
|
|
77410
77416
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
77411
77417
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema)
|
|
@@ -77460,8 +77466,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
77460
77466
|
UpdateEvalResponseBodyLLM$inboundSchema = objectType({
|
|
77461
77467
|
_id: stringType(),
|
|
77462
77468
|
description: stringType(),
|
|
77463
|
-
created: stringType().default("2025-11-
|
|
77464
|
-
updated: stringType().default("2025-11-
|
|
77469
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
77470
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
77465
77471
|
guardrail_config: unionType([
|
|
77466
77472
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
77467
77473
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema)
|
|
@@ -77479,8 +77485,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
77479
77485
|
UpdateEvalResponseBodyLLM$outboundSchema = objectType({
|
|
77480
77486
|
id: stringType(),
|
|
77481
77487
|
description: stringType(),
|
|
77482
|
-
created: stringType().default("2025-11-
|
|
77483
|
-
updated: stringType().default("2025-11-
|
|
77488
|
+
created: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
77489
|
+
updated: stringType().default("2025-11-20T11:15:47.866Z"),
|
|
77484
77490
|
guardrailConfig: unionType([
|
|
77485
77491
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
77486
77492
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
|
|
@@ -80248,13 +80254,13 @@ var init_updatetool2 = __esm(() => {
|
|
|
80248
80254
|
required: arrayType(stringType()).optional()
|
|
80249
80255
|
});
|
|
80250
80256
|
RequestBodyTools$inboundSchema = objectType({
|
|
80251
|
-
id: stringType().default("
|
|
80257
|
+
id: stringType().default("01KAGFMWS5PY8NB30BW2GE67TW"),
|
|
80252
80258
|
name: stringType(),
|
|
80253
80259
|
description: stringType().optional(),
|
|
80254
80260
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$inboundSchema)
|
|
80255
80261
|
});
|
|
80256
80262
|
RequestBodyTools$outboundSchema = objectType({
|
|
80257
|
-
id: stringType().default("
|
|
80263
|
+
id: stringType().default("01KAGFMWS5PY8NB30BW2GE67TW"),
|
|
80258
80264
|
name: stringType(),
|
|
80259
80265
|
description: stringType().optional(),
|
|
80260
80266
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$outboundSchema)
|
|
@@ -80602,7 +80608,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
80602
80608
|
code: stringType()
|
|
80603
80609
|
});
|
|
80604
80610
|
UpdateToolResponseBody5$inboundSchema = objectType({
|
|
80605
|
-
_id: stringType().default("
|
|
80611
|
+
_id: stringType().default("tool_01KAGFMWS0A0AMF16KZ5QKHH73"),
|
|
80606
80612
|
path: stringType(),
|
|
80607
80613
|
key: stringType(),
|
|
80608
80614
|
display_name: stringType().optional(),
|
|
@@ -80630,7 +80636,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
80630
80636
|
});
|
|
80631
80637
|
});
|
|
80632
80638
|
UpdateToolResponseBody5$outboundSchema = objectType({
|
|
80633
|
-
id: stringType().default("
|
|
80639
|
+
id: stringType().default("tool_01KAGFMWS0A0AMF16KZ5QKHH73"),
|
|
80634
80640
|
path: stringType(),
|
|
80635
80641
|
key: stringType(),
|
|
80636
80642
|
displayName: stringType().optional(),
|
|
@@ -80682,13 +80688,13 @@ var init_updatetool2 = __esm(() => {
|
|
|
80682
80688
|
required: arrayType(stringType()).optional()
|
|
80683
80689
|
});
|
|
80684
80690
|
UpdateToolResponseBodyTools$inboundSchema = objectType({
|
|
80685
|
-
id: stringType().default("
|
|
80691
|
+
id: stringType().default("01KAGFMWRZPS8QG1J73FSC5ZXX"),
|
|
80686
80692
|
name: stringType(),
|
|
80687
80693
|
description: stringType().optional(),
|
|
80688
80694
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$inboundSchema)
|
|
80689
80695
|
});
|
|
80690
80696
|
UpdateToolResponseBodyTools$outboundSchema = objectType({
|
|
80691
|
-
id: stringType().default("
|
|
80697
|
+
id: stringType().default("01KAGFMWRZPS8QG1J73FSC5ZXX"),
|
|
80692
80698
|
name: stringType(),
|
|
80693
80699
|
description: stringType().optional(),
|
|
80694
80700
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -80718,7 +80724,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
80718
80724
|
});
|
|
80719
80725
|
});
|
|
80720
80726
|
UpdateToolResponseBody4$inboundSchema = objectType({
|
|
80721
|
-
_id: stringType().default("
|
|
80727
|
+
_id: stringType().default("tool_01KAGFMWRYRKGQ16FGD1E0WMTP"),
|
|
80722
80728
|
path: stringType(),
|
|
80723
80729
|
key: stringType(),
|
|
80724
80730
|
display_name: stringType().optional(),
|
|
@@ -80745,7 +80751,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
80745
80751
|
});
|
|
80746
80752
|
});
|
|
80747
80753
|
UpdateToolResponseBody4$outboundSchema = objectType({
|
|
80748
|
-
id: stringType().default("
|
|
80754
|
+
id: stringType().default("tool_01KAGFMWRYRKGQ16FGD1E0WMTP"),
|
|
80749
80755
|
path: stringType(),
|
|
80750
80756
|
key: stringType(),
|
|
80751
80757
|
displayName: stringType().optional(),
|
|
@@ -80834,7 +80840,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
80834
80840
|
arguments: recordType(lazyType(() => UpdateToolResponseBodyArguments$outboundSchema)).optional()
|
|
80835
80841
|
});
|
|
80836
80842
|
UpdateToolResponseBody3$inboundSchema = objectType({
|
|
80837
|
-
_id: stringType().default("
|
|
80843
|
+
_id: stringType().default("tool_01KAGFMWRWH99W58FK53HAVMA1"),
|
|
80838
80844
|
path: stringType(),
|
|
80839
80845
|
key: stringType(),
|
|
80840
80846
|
display_name: stringType().optional(),
|
|
@@ -80861,7 +80867,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
80861
80867
|
});
|
|
80862
80868
|
});
|
|
80863
80869
|
UpdateToolResponseBody3$outboundSchema = objectType({
|
|
80864
|
-
id: stringType().default("
|
|
80870
|
+
id: stringType().default("tool_01KAGFMWRWH99W58FK53HAVMA1"),
|
|
80865
80871
|
path: stringType(),
|
|
80866
80872
|
key: stringType(),
|
|
80867
80873
|
displayName: stringType().optional(),
|
|
@@ -80922,7 +80928,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
80922
80928
|
strict: booleanType().optional()
|
|
80923
80929
|
});
|
|
80924
80930
|
UpdateToolResponseBody2$inboundSchema = objectType({
|
|
80925
|
-
_id: stringType().default("
|
|
80931
|
+
_id: stringType().default("tool_01KAGFMWRT9V6BXT204ZTGMFKH"),
|
|
80926
80932
|
path: stringType(),
|
|
80927
80933
|
key: stringType(),
|
|
80928
80934
|
display_name: stringType().optional(),
|
|
@@ -80950,7 +80956,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
80950
80956
|
});
|
|
80951
80957
|
});
|
|
80952
80958
|
UpdateToolResponseBody2$outboundSchema = objectType({
|
|
80953
|
-
id: stringType().default("
|
|
80959
|
+
id: stringType().default("tool_01KAGFMWRT9V6BXT204ZTGMFKH"),
|
|
80954
80960
|
path: stringType(),
|
|
80955
80961
|
key: stringType(),
|
|
80956
80962
|
displayName: stringType().optional(),
|
|
@@ -81014,7 +81020,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
81014
81020
|
parameters: lazyType(() => UpdateToolResponseBodyParameters$outboundSchema).optional()
|
|
81015
81021
|
});
|
|
81016
81022
|
UpdateToolResponseBody1$inboundSchema = objectType({
|
|
81017
|
-
_id: stringType().default("
|
|
81023
|
+
_id: stringType().default("tool_01KAGFMWRR4JGENDH1EGT9PWVT"),
|
|
81018
81024
|
path: stringType(),
|
|
81019
81025
|
key: stringType(),
|
|
81020
81026
|
display_name: stringType().optional(),
|
|
@@ -81041,7 +81047,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
81041
81047
|
});
|
|
81042
81048
|
});
|
|
81043
81049
|
UpdateToolResponseBody1$outboundSchema = objectType({
|
|
81044
|
-
id: stringType().default("
|
|
81050
|
+
id: stringType().default("tool_01KAGFMWRR4JGENDH1EGT9PWVT"),
|
|
81045
81051
|
path: stringType(),
|
|
81046
81052
|
key: stringType(),
|
|
81047
81053
|
displayName: stringType().optional(),
|
|
@@ -93185,7 +93191,7 @@ Updates a tool in the workspace.`,
|
|
|
93185
93191
|
function createMCPServer(deps) {
|
|
93186
93192
|
const server = new McpServer({
|
|
93187
93193
|
name: "Orq",
|
|
93188
|
-
version: "4.0.0-rc.
|
|
93194
|
+
version: "4.0.0-rc.56"
|
|
93189
93195
|
});
|
|
93190
93196
|
const client = new OrqCore({
|
|
93191
93197
|
apiKey: deps.apiKey,
|
|
@@ -94599,7 +94605,7 @@ var routes = rn({
|
|
|
94599
94605
|
var app = Ve(routes, {
|
|
94600
94606
|
name: "mcp",
|
|
94601
94607
|
versionInfo: {
|
|
94602
|
-
currentVersion: "4.0.0-rc.
|
|
94608
|
+
currentVersion: "4.0.0-rc.56"
|
|
94603
94609
|
}
|
|
94604
94610
|
});
|
|
94605
94611
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -94607,5 +94613,5 @@ export {
|
|
|
94607
94613
|
app
|
|
94608
94614
|
};
|
|
94609
94615
|
|
|
94610
|
-
//# debugId=
|
|
94616
|
+
//# debugId=4CB9486D57063D9264756E2164756E21
|
|
94611
94617
|
//# sourceMappingURL=mcp-server.js.map
|