@orq-ai/node 3.14.0-rc.21 → 3.14.0-rc.23
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 +213 -213
- package/bin/mcp-server.js.map +37 -37
- 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 +10 -10
- package/models/operations/duplicatetool.js +10 -10
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getagent.js +2 -2
- package/models/operations/getalltools.js +10 -10
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/listagents.js +2 -2
- 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/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 +10 -10
- 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 +10 -10
- 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 +10 -10
- package/src/models/operations/duplicatetool.ts +10 -10
- 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/getagent.ts +2 -2
- package/src/models/operations/getalltools.ts +10 -10
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/listagents.ts +2 -2
- 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/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 +10 -10
- 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 +10 -10
|
@@ -1070,7 +1070,7 @@ export const ListAgentsKnowledgeBases$inboundSchema: z.ZodType<
|
|
|
1070
1070
|
z.ZodTypeDef,
|
|
1071
1071
|
unknown
|
|
1072
1072
|
> = z.object({
|
|
1073
|
-
id: z.string().default("
|
|
1073
|
+
id: z.string().default("01K7GJX5TAXDK94ZR5F3NS7R4Y"),
|
|
1074
1074
|
knowledge_id: z.string(),
|
|
1075
1075
|
configuration: z.union([
|
|
1076
1076
|
z.lazy(() =>
|
|
@@ -1101,7 +1101,7 @@ export const ListAgentsKnowledgeBases$outboundSchema: z.ZodType<
|
|
|
1101
1101
|
z.ZodTypeDef,
|
|
1102
1102
|
ListAgentsKnowledgeBases
|
|
1103
1103
|
> = z.object({
|
|
1104
|
-
id: z.string().default("
|
|
1104
|
+
id: z.string().default("01K7GJX5TAXDK94ZR5F3NS7R4Y"),
|
|
1105
1105
|
knowledgeId: z.string(),
|
|
1106
1106
|
configuration: z.union([
|
|
1107
1107
|
z.lazy(() =>
|
|
@@ -464,7 +464,7 @@ export const ListBudgetsData$inboundSchema: z.ZodType<
|
|
|
464
464
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
465
465
|
.optional(),
|
|
466
466
|
updated: z.string().datetime({ offset: true }).default(
|
|
467
|
-
"2025-10-
|
|
467
|
+
"2025-10-14T05:25:41.367Z",
|
|
468
468
|
).transform(v => new Date(v)),
|
|
469
469
|
}).transform((v) => {
|
|
470
470
|
return remap$(v, {
|
|
@@ -499,7 +499,7 @@ export const ListBudgetsData$outboundSchema: z.ZodType<
|
|
|
499
499
|
isActive: z.boolean(),
|
|
500
500
|
consumption: z.lazy(() => ListBudgetsConsumption$outboundSchema).optional(),
|
|
501
501
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
502
|
-
updated: z.date().default(() => new Date("2025-10-
|
|
502
|
+
updated: z.date().default(() => new Date("2025-10-14T05:25:41.367Z"))
|
|
503
503
|
.transform(v => v.toISOString()),
|
|
504
504
|
}).transform((v) => {
|
|
505
505
|
return remap$(v, {
|
|
@@ -352,7 +352,7 @@ export const Data$inboundSchema: z.ZodType<Data, z.ZodTypeDef, unknown> = z
|
|
|
352
352
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
353
353
|
.optional(),
|
|
354
354
|
updated: z.string().datetime({ offset: true }).default(
|
|
355
|
-
"2025-10-
|
|
355
|
+
"2025-10-14T05:25:41.367Z",
|
|
356
356
|
).transform(v => new Date(v)),
|
|
357
357
|
metrics: z.lazy(() => ListContactsMetrics$inboundSchema),
|
|
358
358
|
}).transform((v) => {
|
|
@@ -389,7 +389,7 @@ export const Data$outboundSchema: z.ZodType<Data$Outbound, z.ZodTypeDef, Data> =
|
|
|
389
389
|
tags: z.array(z.string()).optional(),
|
|
390
390
|
metadata: z.record(z.any()).optional(),
|
|
391
391
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
392
|
-
updated: z.date().default(() => new Date("2025-10-
|
|
392
|
+
updated: z.date().default(() => new Date("2025-10-14T05:25:41.367Z"))
|
|
393
393
|
.transform(v => v.toISOString()),
|
|
394
394
|
metrics: z.lazy(() => ListContactsMetrics$outboundSchema),
|
|
395
395
|
}).transform((v) => {
|
|
@@ -3339,7 +3339,7 @@ export const ListDatasetDatapointsEvaluations3$inboundSchema: z.ZodType<
|
|
|
3339
3339
|
source: ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
|
|
3340
3340
|
reviewed_by_id: z.string(),
|
|
3341
3341
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
3342
|
-
"2025-10-
|
|
3342
|
+
"2025-10-14T05:25:51.130Z",
|
|
3343
3343
|
).transform(v => new Date(v)),
|
|
3344
3344
|
type: ListDatasetDatapointsEvaluationsDatasetsType$inboundSchema,
|
|
3345
3345
|
values: z.array(z.string()),
|
|
@@ -3375,7 +3375,7 @@ export const ListDatasetDatapointsEvaluations3$outboundSchema: z.ZodType<
|
|
|
3375
3375
|
humanReviewId: z.string(),
|
|
3376
3376
|
source: ListDatasetDatapointsEvaluationsSource$outboundSchema.default("orq"),
|
|
3377
3377
|
reviewedById: z.string(),
|
|
3378
|
-
reviewedAt: z.date().default(() => new Date("2025-10-
|
|
3378
|
+
reviewedAt: z.date().default(() => new Date("2025-10-14T05:25:51.130Z"))
|
|
3379
3379
|
.transform(v => v.toISOString()),
|
|
3380
3380
|
type: ListDatasetDatapointsEvaluationsDatasetsType$outboundSchema,
|
|
3381
3381
|
values: z.array(z.string()),
|
|
@@ -3513,7 +3513,7 @@ export const ListDatasetDatapointsEvaluations2$inboundSchema: z.ZodType<
|
|
|
3513
3513
|
.default("orq"),
|
|
3514
3514
|
reviewed_by_id: z.string(),
|
|
3515
3515
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
3516
|
-
"2025-10-
|
|
3516
|
+
"2025-10-14T05:25:51.130Z",
|
|
3517
3517
|
).transform(v => new Date(v)),
|
|
3518
3518
|
type: ListDatasetDatapointsEvaluationsType$inboundSchema,
|
|
3519
3519
|
value: z.number(),
|
|
@@ -3551,7 +3551,7 @@ export const ListDatasetDatapointsEvaluations2$outboundSchema: z.ZodType<
|
|
|
3551
3551
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$outboundSchema
|
|
3552
3552
|
.default("orq"),
|
|
3553
3553
|
reviewedById: z.string(),
|
|
3554
|
-
reviewedAt: z.date().default(() => new Date("2025-10-
|
|
3554
|
+
reviewedAt: z.date().default(() => new Date("2025-10-14T05:25:51.130Z"))
|
|
3555
3555
|
.transform(v => v.toISOString()),
|
|
3556
3556
|
type: ListDatasetDatapointsEvaluationsType$outboundSchema,
|
|
3557
3557
|
value: z.number(),
|
|
@@ -3684,7 +3684,7 @@ export const ListDatasetDatapointsEvaluations1$inboundSchema: z.ZodType<
|
|
|
3684
3684
|
),
|
|
3685
3685
|
reviewed_by_id: z.string(),
|
|
3686
3686
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
3687
|
-
"2025-10-
|
|
3687
|
+
"2025-10-14T05:25:51.130Z",
|
|
3688
3688
|
).transform(v => new Date(v)),
|
|
3689
3689
|
type: ListDatasetDatapointsEvaluationsDatasetsResponseType$inboundSchema,
|
|
3690
3690
|
value: z.string(),
|
|
@@ -3723,7 +3723,7 @@ export const ListDatasetDatapointsEvaluations1$outboundSchema: z.ZodType<
|
|
|
3723
3723
|
"orq",
|
|
3724
3724
|
),
|
|
3725
3725
|
reviewedById: z.string(),
|
|
3726
|
-
reviewedAt: z.date().default(() => new Date("2025-10-
|
|
3726
|
+
reviewedAt: z.date().default(() => new Date("2025-10-14T05:25:51.130Z"))
|
|
3727
3727
|
.transform(v => v.toISOString()),
|
|
3728
3728
|
type: ListDatasetDatapointsEvaluationsDatasetsResponseType$outboundSchema,
|
|
3729
3729
|
value: z.string(),
|
|
@@ -3866,7 +3866,7 @@ export const ListDatasetDatapointsData$inboundSchema: z.ZodType<
|
|
|
3866
3866
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
3867
3867
|
.optional(),
|
|
3868
3868
|
updated: z.string().datetime({ offset: true }).default(
|
|
3869
|
-
"2025-10-
|
|
3869
|
+
"2025-10-14T05:25:41.367Z",
|
|
3870
3870
|
).transform(v => new Date(v)),
|
|
3871
3871
|
}).transform((v) => {
|
|
3872
3872
|
return remap$(v, {
|
|
@@ -3947,7 +3947,7 @@ export const ListDatasetDatapointsData$outboundSchema: z.ZodType<
|
|
|
3947
3947
|
createdById: z.string().optional(),
|
|
3948
3948
|
updatedById: z.string().optional(),
|
|
3949
3949
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
3950
|
-
updated: z.date().default(() => new Date("2025-10-
|
|
3950
|
+
updated: z.date().default(() => new Date("2025-10-14T05:25:41.367Z"))
|
|
3951
3951
|
.transform(v => v.toISOString()),
|
|
3952
3952
|
}).transform((v) => {
|
|
3953
3953
|
return remap$(v, {
|
|
@@ -253,7 +253,7 @@ export const ListDatasetsData$inboundSchema: z.ZodType<
|
|
|
253
253
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
254
254
|
.optional(),
|
|
255
255
|
updated: z.string().datetime({ offset: true }).default(
|
|
256
|
-
"2025-10-
|
|
256
|
+
"2025-10-14T05:25:41.367Z",
|
|
257
257
|
).transform(v => new Date(v)),
|
|
258
258
|
}).transform((v) => {
|
|
259
259
|
return remap$(v, {
|
|
@@ -293,7 +293,7 @@ export const ListDatasetsData$outboundSchema: z.ZodType<
|
|
|
293
293
|
createdById: z.string().optional(),
|
|
294
294
|
updatedById: z.string().optional(),
|
|
295
295
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
296
|
-
updated: z.date().default(() => new Date("2025-10-
|
|
296
|
+
updated: z.date().default(() => new Date("2025-10-14T05:25:41.367Z"))
|
|
297
297
|
.transform(v => v.toISOString()),
|
|
298
298
|
}).transform((v) => {
|
|
299
299
|
return remap$(v, {
|
|
@@ -285,7 +285,7 @@ export const ListDatasourcesData$inboundSchema: z.ZodType<
|
|
|
285
285
|
z.ZodTypeDef,
|
|
286
286
|
unknown
|
|
287
287
|
> = z.object({
|
|
288
|
-
_id: z.string().default("
|
|
288
|
+
_id: z.string().default("01K7GJX5YDHYDVWB3JT4R8VKE5"),
|
|
289
289
|
display_name: z.string(),
|
|
290
290
|
description: z.string().optional(),
|
|
291
291
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -329,7 +329,7 @@ export const ListDatasourcesData$outboundSchema: z.ZodType<
|
|
|
329
329
|
z.ZodTypeDef,
|
|
330
330
|
ListDatasourcesData
|
|
331
331
|
> = z.object({
|
|
332
|
-
id: z.string().default("
|
|
332
|
+
id: z.string().default("01K7GJX5YDHYDVWB3JT4R8VKE5"),
|
|
333
333
|
displayName: z.string(),
|
|
334
334
|
description: z.string().optional(),
|
|
335
335
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -127,7 +127,7 @@ export const RetrieveContactResponseBody$inboundSchema: z.ZodType<
|
|
|
127
127
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
128
128
|
.optional(),
|
|
129
129
|
updated: z.string().datetime({ offset: true }).default(
|
|
130
|
-
"2025-10-
|
|
130
|
+
"2025-10-14T05:25:41.367Z",
|
|
131
131
|
).transform(v => new Date(v)),
|
|
132
132
|
}).transform((v) => {
|
|
133
133
|
return remap$(v, {
|
|
@@ -165,7 +165,7 @@ export const RetrieveContactResponseBody$outboundSchema: z.ZodType<
|
|
|
165
165
|
tags: z.array(z.string()).optional(),
|
|
166
166
|
metadata: z.record(z.any()).optional(),
|
|
167
167
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
168
|
-
updated: z.date().default(() => new Date("2025-10-
|
|
168
|
+
updated: z.date().default(() => new Date("2025-10-14T05:25:41.367Z"))
|
|
169
169
|
.transform(v => v.toISOString()),
|
|
170
170
|
}).transform((v) => {
|
|
171
171
|
return remap$(v, {
|
|
@@ -3198,7 +3198,7 @@ export const RetrieveDatapointEvaluations3$inboundSchema: z.ZodType<
|
|
|
3198
3198
|
.default("orq"),
|
|
3199
3199
|
reviewed_by_id: z.string(),
|
|
3200
3200
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
3201
|
-
"2025-10-
|
|
3201
|
+
"2025-10-14T05:25:51.133Z",
|
|
3202
3202
|
).transform(v => new Date(v)),
|
|
3203
3203
|
type: RetrieveDatapointEvaluationsDatasetsResponseType$inboundSchema,
|
|
3204
3204
|
values: z.array(z.string()),
|
|
@@ -3236,7 +3236,7 @@ export const RetrieveDatapointEvaluations3$outboundSchema: z.ZodType<
|
|
|
3236
3236
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$outboundSchema
|
|
3237
3237
|
.default("orq"),
|
|
3238
3238
|
reviewedById: z.string(),
|
|
3239
|
-
reviewedAt: z.date().default(() => new Date("2025-10-
|
|
3239
|
+
reviewedAt: z.date().default(() => new Date("2025-10-14T05:25:51.133Z"))
|
|
3240
3240
|
.transform(v => v.toISOString()),
|
|
3241
3241
|
type: RetrieveDatapointEvaluationsDatasetsResponseType$outboundSchema,
|
|
3242
3242
|
values: z.array(z.string()),
|
|
@@ -3366,7 +3366,7 @@ export const RetrieveDatapointEvaluations2$inboundSchema: z.ZodType<
|
|
|
3366
3366
|
),
|
|
3367
3367
|
reviewed_by_id: z.string(),
|
|
3368
3368
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
3369
|
-
"2025-10-
|
|
3369
|
+
"2025-10-14T05:25:51.133Z",
|
|
3370
3370
|
).transform(v => new Date(v)),
|
|
3371
3371
|
type: RetrieveDatapointEvaluationsDatasetsType$inboundSchema,
|
|
3372
3372
|
value: z.number(),
|
|
@@ -3405,7 +3405,7 @@ export const RetrieveDatapointEvaluations2$outboundSchema: z.ZodType<
|
|
|
3405
3405
|
"orq",
|
|
3406
3406
|
),
|
|
3407
3407
|
reviewedById: z.string(),
|
|
3408
|
-
reviewedAt: z.date().default(() => new Date("2025-10-
|
|
3408
|
+
reviewedAt: z.date().default(() => new Date("2025-10-14T05:25:51.133Z"))
|
|
3409
3409
|
.transform(v => v.toISOString()),
|
|
3410
3410
|
type: RetrieveDatapointEvaluationsDatasetsType$outboundSchema,
|
|
3411
3411
|
value: z.number(),
|
|
@@ -3529,7 +3529,7 @@ export const RetrieveDatapointEvaluations1$inboundSchema: z.ZodType<
|
|
|
3529
3529
|
source: RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
3530
3530
|
reviewed_by_id: z.string(),
|
|
3531
3531
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
3532
|
-
"2025-10-
|
|
3532
|
+
"2025-10-14T05:25:51.132Z",
|
|
3533
3533
|
).transform(v => new Date(v)),
|
|
3534
3534
|
type: RetrieveDatapointEvaluationsType$inboundSchema,
|
|
3535
3535
|
value: z.string(),
|
|
@@ -3565,7 +3565,7 @@ export const RetrieveDatapointEvaluations1$outboundSchema: z.ZodType<
|
|
|
3565
3565
|
humanReviewId: z.string(),
|
|
3566
3566
|
source: RetrieveDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
3567
3567
|
reviewedById: z.string(),
|
|
3568
|
-
reviewedAt: z.date().default(() => new Date("2025-10-
|
|
3568
|
+
reviewedAt: z.date().default(() => new Date("2025-10-14T05:25:51.132Z"))
|
|
3569
3569
|
.transform(v => v.toISOString()),
|
|
3570
3570
|
type: RetrieveDatapointEvaluationsType$outboundSchema,
|
|
3571
3571
|
value: z.string(),
|
|
@@ -3705,7 +3705,7 @@ export const RetrieveDatapointResponseBody$inboundSchema: z.ZodType<
|
|
|
3705
3705
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
3706
3706
|
.optional(),
|
|
3707
3707
|
updated: z.string().datetime({ offset: true }).default(
|
|
3708
|
-
"2025-10-
|
|
3708
|
+
"2025-10-14T05:25:41.367Z",
|
|
3709
3709
|
).transform(v => new Date(v)),
|
|
3710
3710
|
}).transform((v) => {
|
|
3711
3711
|
return remap$(v, {
|
|
@@ -3780,7 +3780,7 @@ export const RetrieveDatapointResponseBody$outboundSchema: z.ZodType<
|
|
|
3780
3780
|
createdById: z.string().optional(),
|
|
3781
3781
|
updatedById: z.string().optional(),
|
|
3782
3782
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
3783
|
-
updated: z.date().default(() => new Date("2025-10-
|
|
3783
|
+
updated: z.date().default(() => new Date("2025-10-14T05:25:41.367Z"))
|
|
3784
3784
|
.transform(v => v.toISOString()),
|
|
3785
3785
|
}).transform((v) => {
|
|
3786
3786
|
return remap$(v, {
|
|
@@ -201,7 +201,7 @@ export const RetrieveDatasetResponseBody$inboundSchema: z.ZodType<
|
|
|
201
201
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
202
202
|
.optional(),
|
|
203
203
|
updated: z.string().datetime({ offset: true }).default(
|
|
204
|
-
"2025-10-
|
|
204
|
+
"2025-10-14T05:25:41.367Z",
|
|
205
205
|
).transform(v => new Date(v)),
|
|
206
206
|
}).transform((v) => {
|
|
207
207
|
return remap$(v, {
|
|
@@ -241,7 +241,7 @@ export const RetrieveDatasetResponseBody$outboundSchema: z.ZodType<
|
|
|
241
241
|
createdById: z.string().optional(),
|
|
242
242
|
updatedById: z.string().optional(),
|
|
243
243
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
244
|
-
updated: z.date().default(() => new Date("2025-10-
|
|
244
|
+
updated: z.date().default(() => new Date("2025-10-14T05:25:41.367Z"))
|
|
245
245
|
.transform(v => v.toISOString()),
|
|
246
246
|
}).transform((v) => {
|
|
247
247
|
return remap$(v, {
|
|
@@ -172,7 +172,7 @@ export const RetrieveDatasourceResponseBody$inboundSchema: z.ZodType<
|
|
|
172
172
|
z.ZodTypeDef,
|
|
173
173
|
unknown
|
|
174
174
|
> = z.object({
|
|
175
|
-
_id: z.string().default("
|
|
175
|
+
_id: z.string().default("01K7GJX5YGSJX15GEKJEAJTKPF"),
|
|
176
176
|
display_name: z.string(),
|
|
177
177
|
description: z.string().optional(),
|
|
178
178
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -216,7 +216,7 @@ export const RetrieveDatasourceResponseBody$outboundSchema: z.ZodType<
|
|
|
216
216
|
z.ZodTypeDef,
|
|
217
217
|
RetrieveDatasourceResponseBody
|
|
218
218
|
> = z.object({
|
|
219
|
-
id: z.string().default("
|
|
219
|
+
id: z.string().default("01K7GJX5YGSJX15GEKJEAJTKPF"),
|
|
220
220
|
displayName: z.string(),
|
|
221
221
|
description: z.string().optional(),
|
|
222
222
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -750,7 +750,7 @@ export const RetrieveToolResponseBody5$inboundSchema: z.ZodType<
|
|
|
750
750
|
z.ZodTypeDef,
|
|
751
751
|
unknown
|
|
752
752
|
> = z.object({
|
|
753
|
-
_id: z.string().default("
|
|
753
|
+
_id: z.string().default("01K7GJX622SBW4F1HNKZEKCR4B"),
|
|
754
754
|
path: z.string(),
|
|
755
755
|
key: z.string(),
|
|
756
756
|
display_name: z.string(),
|
|
@@ -806,7 +806,7 @@ export const RetrieveToolResponseBody5$outboundSchema: z.ZodType<
|
|
|
806
806
|
z.ZodTypeDef,
|
|
807
807
|
RetrieveToolResponseBody5
|
|
808
808
|
> = z.object({
|
|
809
|
-
id: z.string().default("
|
|
809
|
+
id: z.string().default("01K7GJX622SBW4F1HNKZEKCR4B"),
|
|
810
810
|
path: z.string(),
|
|
811
811
|
key: z.string(),
|
|
812
812
|
displayName: z.string(),
|
|
@@ -1190,7 +1190,7 @@ export const RetrieveToolResponseBody4$inboundSchema: z.ZodType<
|
|
|
1190
1190
|
z.ZodTypeDef,
|
|
1191
1191
|
unknown
|
|
1192
1192
|
> = z.object({
|
|
1193
|
-
_id: z.string().default("
|
|
1193
|
+
_id: z.string().default("01K7GJX622CGGAVBG56XK0DY7X"),
|
|
1194
1194
|
path: z.string(),
|
|
1195
1195
|
key: z.string(),
|
|
1196
1196
|
display_name: z.string(),
|
|
@@ -1244,7 +1244,7 @@ export const RetrieveToolResponseBody4$outboundSchema: z.ZodType<
|
|
|
1244
1244
|
z.ZodTypeDef,
|
|
1245
1245
|
RetrieveToolResponseBody4
|
|
1246
1246
|
> = z.object({
|
|
1247
|
-
id: z.string().default("
|
|
1247
|
+
id: z.string().default("01K7GJX622CGGAVBG56XK0DY7X"),
|
|
1248
1248
|
path: z.string(),
|
|
1249
1249
|
key: z.string(),
|
|
1250
1250
|
displayName: z.string(),
|
|
@@ -1670,7 +1670,7 @@ export const RetrieveToolResponseBody3$inboundSchema: z.ZodType<
|
|
|
1670
1670
|
z.ZodTypeDef,
|
|
1671
1671
|
unknown
|
|
1672
1672
|
> = z.object({
|
|
1673
|
-
_id: z.string().default("
|
|
1673
|
+
_id: z.string().default("01K7GJX621QVBHQ9KE3YAGYCQM"),
|
|
1674
1674
|
path: z.string(),
|
|
1675
1675
|
key: z.string(),
|
|
1676
1676
|
display_name: z.string(),
|
|
@@ -1724,7 +1724,7 @@ export const RetrieveToolResponseBody3$outboundSchema: z.ZodType<
|
|
|
1724
1724
|
z.ZodTypeDef,
|
|
1725
1725
|
RetrieveToolResponseBody3
|
|
1726
1726
|
> = z.object({
|
|
1727
|
-
id: z.string().default("
|
|
1727
|
+
id: z.string().default("01K7GJX621QVBHQ9KE3YAGYCQM"),
|
|
1728
1728
|
path: z.string(),
|
|
1729
1729
|
key: z.string(),
|
|
1730
1730
|
displayName: z.string(),
|
|
@@ -1902,7 +1902,7 @@ export const RetrieveToolResponseBody2$inboundSchema: z.ZodType<
|
|
|
1902
1902
|
z.ZodTypeDef,
|
|
1903
1903
|
unknown
|
|
1904
1904
|
> = z.object({
|
|
1905
|
-
_id: z.string().default("
|
|
1905
|
+
_id: z.string().default("01K7GJX621MGB90G1XRT8T3XWZ"),
|
|
1906
1906
|
path: z.string(),
|
|
1907
1907
|
key: z.string(),
|
|
1908
1908
|
display_name: z.string(),
|
|
@@ -1955,7 +1955,7 @@ export const RetrieveToolResponseBody2$outboundSchema: z.ZodType<
|
|
|
1955
1955
|
z.ZodTypeDef,
|
|
1956
1956
|
RetrieveToolResponseBody2
|
|
1957
1957
|
> = z.object({
|
|
1958
|
-
id: z.string().default("
|
|
1958
|
+
id: z.string().default("01K7GJX621MGB90G1XRT8T3XWZ"),
|
|
1959
1959
|
path: z.string(),
|
|
1960
1960
|
key: z.string(),
|
|
1961
1961
|
displayName: z.string(),
|
|
@@ -2127,7 +2127,7 @@ export const RetrieveToolResponseBody1$inboundSchema: z.ZodType<
|
|
|
2127
2127
|
z.ZodTypeDef,
|
|
2128
2128
|
unknown
|
|
2129
2129
|
> = z.object({
|
|
2130
|
-
_id: z.string().default("
|
|
2130
|
+
_id: z.string().default("01K7GJX6203MWQQQZD6DKGJ1SC"),
|
|
2131
2131
|
path: z.string(),
|
|
2132
2132
|
key: z.string(),
|
|
2133
2133
|
display_name: z.string(),
|
|
@@ -2179,7 +2179,7 @@ export const RetrieveToolResponseBody1$outboundSchema: z.ZodType<
|
|
|
2179
2179
|
z.ZodTypeDef,
|
|
2180
2180
|
RetrieveToolResponseBody1
|
|
2181
2181
|
> = z.object({
|
|
2182
|
-
id: z.string().default("
|
|
2182
|
+
id: z.string().default("01K7GJX6203MWQQQZD6DKGJ1SC"),
|
|
2183
2183
|
path: z.string(),
|
|
2184
2184
|
key: z.string(),
|
|
2185
2185
|
displayName: z.string(),
|
|
@@ -538,7 +538,7 @@ export const UpdateBudgetResponseBody$inboundSchema: z.ZodType<
|
|
|
538
538
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
539
539
|
.optional(),
|
|
540
540
|
updated: z.string().datetime({ offset: true }).default(
|
|
541
|
-
"2025-10-
|
|
541
|
+
"2025-10-14T05:25:41.367Z",
|
|
542
542
|
).transform(v => new Date(v)),
|
|
543
543
|
}).transform((v) => {
|
|
544
544
|
return remap$(v, {
|
|
@@ -573,7 +573,7 @@ export const UpdateBudgetResponseBody$outboundSchema: z.ZodType<
|
|
|
573
573
|
isActive: z.boolean(),
|
|
574
574
|
consumption: z.lazy(() => UpdateBudgetConsumption$outboundSchema).optional(),
|
|
575
575
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
576
|
-
updated: z.date().default(() => new Date("2025-10-
|
|
576
|
+
updated: z.date().default(() => new Date("2025-10-14T05:25:41.367Z"))
|
|
577
577
|
.transform(v => v.toISOString()),
|
|
578
578
|
}).transform((v) => {
|
|
579
579
|
return remap$(v, {
|
|
@@ -244,7 +244,7 @@ export const UpdateContactResponseBody$inboundSchema: z.ZodType<
|
|
|
244
244
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
245
245
|
.optional(),
|
|
246
246
|
updated: z.string().datetime({ offset: true }).default(
|
|
247
|
-
"2025-10-
|
|
247
|
+
"2025-10-14T05:25:41.367Z",
|
|
248
248
|
).transform(v => new Date(v)),
|
|
249
249
|
}).transform((v) => {
|
|
250
250
|
return remap$(v, {
|
|
@@ -282,7 +282,7 @@ export const UpdateContactResponseBody$outboundSchema: z.ZodType<
|
|
|
282
282
|
tags: z.array(z.string()).optional(),
|
|
283
283
|
metadata: z.record(z.any()).optional(),
|
|
284
284
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
285
|
-
updated: z.date().default(() => new Date("2025-10-
|
|
285
|
+
updated: z.date().default(() => new Date("2025-10-14T05:25:41.367Z"))
|
|
286
286
|
.transform(v => v.toISOString()),
|
|
287
287
|
}).transform((v) => {
|
|
288
288
|
return remap$(v, {
|
|
@@ -6254,7 +6254,7 @@ export const UpdateDatapointEvaluations3$inboundSchema: z.ZodType<
|
|
|
6254
6254
|
.default("orq"),
|
|
6255
6255
|
reviewed_by_id: z.string(),
|
|
6256
6256
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
6257
|
-
"2025-10-
|
|
6257
|
+
"2025-10-14T05:25:51.148Z",
|
|
6258
6258
|
).transform(v => new Date(v)),
|
|
6259
6259
|
type: UpdateDatapointEvaluationsDatasetsResponseType$inboundSchema,
|
|
6260
6260
|
values: z.array(z.string()),
|
|
@@ -6292,7 +6292,7 @@ export const UpdateDatapointEvaluations3$outboundSchema: z.ZodType<
|
|
|
6292
6292
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$outboundSchema
|
|
6293
6293
|
.default("orq"),
|
|
6294
6294
|
reviewedById: z.string(),
|
|
6295
|
-
reviewedAt: z.date().default(() => new Date("2025-10-
|
|
6295
|
+
reviewedAt: z.date().default(() => new Date("2025-10-14T05:25:51.148Z"))
|
|
6296
6296
|
.transform(v => v.toISOString()),
|
|
6297
6297
|
type: UpdateDatapointEvaluationsDatasetsResponseType$outboundSchema,
|
|
6298
6298
|
values: z.array(z.string()),
|
|
@@ -6421,7 +6421,7 @@ export const UpdateDatapointEvaluations2$inboundSchema: z.ZodType<
|
|
|
6421
6421
|
source: UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
6422
6422
|
reviewed_by_id: z.string(),
|
|
6423
6423
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
6424
|
-
"2025-10-
|
|
6424
|
+
"2025-10-14T05:25:51.147Z",
|
|
6425
6425
|
).transform(v => new Date(v)),
|
|
6426
6426
|
type: UpdateDatapointEvaluationsDatasetsType$inboundSchema,
|
|
6427
6427
|
value: z.number(),
|
|
@@ -6460,7 +6460,7 @@ export const UpdateDatapointEvaluations2$outboundSchema: z.ZodType<
|
|
|
6460
6460
|
"orq",
|
|
6461
6461
|
),
|
|
6462
6462
|
reviewedById: z.string(),
|
|
6463
|
-
reviewedAt: z.date().default(() => new Date("2025-10-
|
|
6463
|
+
reviewedAt: z.date().default(() => new Date("2025-10-14T05:25:51.147Z"))
|
|
6464
6464
|
.transform(v => v.toISOString()),
|
|
6465
6465
|
type: UpdateDatapointEvaluationsDatasetsType$outboundSchema,
|
|
6466
6466
|
value: z.number(),
|
|
@@ -6583,7 +6583,7 @@ export const UpdateDatapointEvaluations1$inboundSchema: z.ZodType<
|
|
|
6583
6583
|
source: UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
6584
6584
|
reviewed_by_id: z.string(),
|
|
6585
6585
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
6586
|
-
"2025-10-
|
|
6586
|
+
"2025-10-14T05:25:51.147Z",
|
|
6587
6587
|
).transform(v => new Date(v)),
|
|
6588
6588
|
type: UpdateDatapointEvaluationsType$inboundSchema,
|
|
6589
6589
|
value: z.string(),
|
|
@@ -6619,7 +6619,7 @@ export const UpdateDatapointEvaluations1$outboundSchema: z.ZodType<
|
|
|
6619
6619
|
humanReviewId: z.string(),
|
|
6620
6620
|
source: UpdateDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
6621
6621
|
reviewedById: z.string(),
|
|
6622
|
-
reviewedAt: z.date().default(() => new Date("2025-10-
|
|
6622
|
+
reviewedAt: z.date().default(() => new Date("2025-10-14T05:25:51.147Z"))
|
|
6623
6623
|
.transform(v => v.toISOString()),
|
|
6624
6624
|
type: UpdateDatapointEvaluationsType$outboundSchema,
|
|
6625
6625
|
value: z.string(),
|
|
@@ -6763,7 +6763,7 @@ export const UpdateDatapointResponseBody$inboundSchema: z.ZodType<
|
|
|
6763
6763
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
6764
6764
|
.optional(),
|
|
6765
6765
|
updated: z.string().datetime({ offset: true }).default(
|
|
6766
|
-
"2025-10-
|
|
6766
|
+
"2025-10-14T05:25:41.367Z",
|
|
6767
6767
|
).transform(v => new Date(v)),
|
|
6768
6768
|
}).transform((v) => {
|
|
6769
6769
|
return remap$(v, {
|
|
@@ -6842,7 +6842,7 @@ export const UpdateDatapointResponseBody$outboundSchema: z.ZodType<
|
|
|
6842
6842
|
createdById: z.string().optional(),
|
|
6843
6843
|
updatedById: z.string().optional(),
|
|
6844
6844
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
6845
|
-
updated: z.date().default(() => new Date("2025-10-
|
|
6845
|
+
updated: z.date().default(() => new Date("2025-10-14T05:25:41.367Z"))
|
|
6846
6846
|
.transform(v => v.toISOString()),
|
|
6847
6847
|
}).transform((v) => {
|
|
6848
6848
|
return remap$(v, {
|
|
@@ -292,7 +292,7 @@ export const UpdateDatasetResponseBody$inboundSchema: z.ZodType<
|
|
|
292
292
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
293
293
|
.optional(),
|
|
294
294
|
updated: z.string().datetime({ offset: true }).default(
|
|
295
|
-
"2025-10-
|
|
295
|
+
"2025-10-14T05:25:41.367Z",
|
|
296
296
|
).transform(v => new Date(v)),
|
|
297
297
|
}).transform((v) => {
|
|
298
298
|
return remap$(v, {
|
|
@@ -332,7 +332,7 @@ export const UpdateDatasetResponseBody$outboundSchema: z.ZodType<
|
|
|
332
332
|
createdById: z.string().optional(),
|
|
333
333
|
updatedById: z.string().optional(),
|
|
334
334
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
335
|
-
updated: z.date().default(() => new Date("2025-10-
|
|
335
|
+
updated: z.date().default(() => new Date("2025-10-14T05:25:41.367Z"))
|
|
336
336
|
.transform(v => v.toISOString()),
|
|
337
337
|
}).transform((v) => {
|
|
338
338
|
return remap$(v, {
|
|
@@ -244,7 +244,7 @@ export const UpdateDatasourceResponseBody$inboundSchema: z.ZodType<
|
|
|
244
244
|
z.ZodTypeDef,
|
|
245
245
|
unknown
|
|
246
246
|
> = z.object({
|
|
247
|
-
_id: z.string().default("
|
|
247
|
+
_id: z.string().default("01K7GJX5YMSTY3HJZVYFNHGGC9"),
|
|
248
248
|
display_name: z.string(),
|
|
249
249
|
description: z.string().optional(),
|
|
250
250
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -288,7 +288,7 @@ export const UpdateDatasourceResponseBody$outboundSchema: z.ZodType<
|
|
|
288
288
|
z.ZodTypeDef,
|
|
289
289
|
UpdateDatasourceResponseBody
|
|
290
290
|
> = z.object({
|
|
291
|
-
id: z.string().default("
|
|
291
|
+
id: z.string().default("01K7GJX5YMSTY3HJZVYFNHGGC9"),
|
|
292
292
|
displayName: z.string(),
|
|
293
293
|
description: z.string().optional(),
|
|
294
294
|
status: UpdateDatasourceStatus$outboundSchema,
|