@orq-ai/node 3.8.7 → 3.8.8
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 +113 -103
- package/bin/mcp-server.js.map +35 -35
- 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/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +2 -2
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.js +16 -16
- package/models/operations/createprompt.d.ts +6 -0
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +2 -0
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/deploymentgetconfig.d.ts +3 -0
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +1 -0
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deployments.d.ts +3 -0
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +1 -0
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getallprompts.d.ts +3 -0
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +1 -0
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getevals.js +28 -28
- package/models/operations/getoneprompt.d.ts +3 -0
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +1 -0
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +3 -0
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +1 -0
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +2 -2
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/listpromptversions.d.ts +3 -0
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +1 -0
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +2 -2
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +2 -2
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +16 -16
- package/models/operations/updateprompt.d.ts +6 -0
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +2 -0
- package/models/operations/updateprompt.js.map +1 -1
- 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/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +2 -2
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +16 -16
- package/src/models/operations/createprompt.ts +2 -0
- package/src/models/operations/deploymentgetconfig.ts +1 -0
- package/src/models/operations/deployments.ts +1 -0
- 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/getallprompts.ts +1 -0
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/getoneprompt.ts +1 -0
- package/src/models/operations/getpromptversion.ts +1 -0
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +2 -2
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/listpromptversions.ts +1 -0
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +2 -2
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +2 -2
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +16 -16
- package/src/models/operations/updateprompt.ts +2 -0
|
@@ -5111,7 +5111,7 @@ export const CreateDatasetItemResponseBody$inboundSchema: z.ZodType<
|
|
|
5111
5111
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
5112
5112
|
.optional(),
|
|
5113
5113
|
updated: z.string().datetime({ offset: true }).default(
|
|
5114
|
-
"2025-06-
|
|
5114
|
+
"2025-06-24T14:59:07.719Z",
|
|
5115
5115
|
).transform(v => new Date(v)),
|
|
5116
5116
|
}).transform((v) => {
|
|
5117
5117
|
return remap$(v, {
|
|
@@ -5175,7 +5175,7 @@ export const CreateDatasetItemResponseBody$outboundSchema: z.ZodType<
|
|
|
5175
5175
|
createdById: z.string().optional(),
|
|
5176
5176
|
updatedById: z.string().optional(),
|
|
5177
5177
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
5178
|
-
updated: z.date().default(() => new Date("2025-06-
|
|
5178
|
+
updated: z.date().default(() => new Date("2025-06-24T14:59:07.719Z"))
|
|
5179
5179
|
.transform(v => v.toISOString()),
|
|
5180
5180
|
}).transform((v) => {
|
|
5181
5181
|
return remap$(v, {
|
|
@@ -751,7 +751,7 @@ export const CreateDatasourceResponseBody$inboundSchema: z.ZodType<
|
|
|
751
751
|
z.ZodTypeDef,
|
|
752
752
|
unknown
|
|
753
753
|
> = z.object({
|
|
754
|
-
_id: z.string().default("
|
|
754
|
+
_id: z.string().default("01JYH76KR42Q33670F129F5Y4K"),
|
|
755
755
|
display_name: z.string(),
|
|
756
756
|
description: z.string().optional(),
|
|
757
757
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -795,7 +795,7 @@ export const CreateDatasourceResponseBody$outboundSchema: z.ZodType<
|
|
|
795
795
|
z.ZodTypeDef,
|
|
796
796
|
CreateDatasourceResponseBody
|
|
797
797
|
> = z.object({
|
|
798
|
-
id: z.string().default("
|
|
798
|
+
id: z.string().default("01JYH76KR42Q33670F129F5Y4K"),
|
|
799
799
|
displayName: z.string(),
|
|
800
800
|
description: z.string().optional(),
|
|
801
801
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -2399,8 +2399,8 @@ export const ResponseBodyPython$inboundSchema: z.ZodType<
|
|
|
2399
2399
|
> = z.object({
|
|
2400
2400
|
_id: z.string(),
|
|
2401
2401
|
description: z.string(),
|
|
2402
|
-
created: z.string().default("2025-06-
|
|
2403
|
-
updated: z.string().default("2025-06-
|
|
2402
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
2403
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
2404
2404
|
guardrail_config: z.union([
|
|
2405
2405
|
z.lazy(() =>
|
|
2406
2406
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema
|
|
@@ -2442,8 +2442,8 @@ export const ResponseBodyPython$outboundSchema: z.ZodType<
|
|
|
2442
2442
|
> = z.object({
|
|
2443
2443
|
id: z.string(),
|
|
2444
2444
|
description: z.string(),
|
|
2445
|
-
created: z.string().default("2025-06-
|
|
2446
|
-
updated: z.string().default("2025-06-
|
|
2445
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
2446
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
2447
2447
|
guardrailConfig: z.union([
|
|
2448
2448
|
z.lazy(() =>
|
|
2449
2449
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema
|
|
@@ -2856,8 +2856,8 @@ export const ResponseBodyHTTP$inboundSchema: z.ZodType<
|
|
|
2856
2856
|
> = z.object({
|
|
2857
2857
|
_id: z.string(),
|
|
2858
2858
|
description: z.string(),
|
|
2859
|
-
created: z.string().default("2025-06-
|
|
2860
|
-
updated: z.string().default("2025-06-
|
|
2859
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
2860
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
2861
2861
|
guardrail_config: z.union([
|
|
2862
2862
|
z.lazy(() =>
|
|
2863
2863
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema
|
|
@@ -2905,8 +2905,8 @@ export const ResponseBodyHTTP$outboundSchema: z.ZodType<
|
|
|
2905
2905
|
> = z.object({
|
|
2906
2906
|
id: z.string(),
|
|
2907
2907
|
description: z.string(),
|
|
2908
|
-
created: z.string().default("2025-06-
|
|
2909
|
-
updated: z.string().default("2025-06-
|
|
2908
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
2909
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
2910
2910
|
guardrailConfig: z.union([
|
|
2911
2911
|
z.lazy(() =>
|
|
2912
2912
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema
|
|
@@ -3283,8 +3283,8 @@ export const ResponseBodyJSON$inboundSchema: z.ZodType<
|
|
|
3283
3283
|
> = z.object({
|
|
3284
3284
|
_id: z.string(),
|
|
3285
3285
|
description: z.string(),
|
|
3286
|
-
created: z.string().default("2025-06-
|
|
3287
|
-
updated: z.string().default("2025-06-
|
|
3286
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
3287
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
3288
3288
|
guardrail_config: z.union([
|
|
3289
3289
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
3290
3290
|
z.lazy(() =>
|
|
@@ -3324,8 +3324,8 @@ export const ResponseBodyJSON$outboundSchema: z.ZodType<
|
|
|
3324
3324
|
> = z.object({
|
|
3325
3325
|
id: z.string(),
|
|
3326
3326
|
description: z.string(),
|
|
3327
|
-
created: z.string().default("2025-06-
|
|
3328
|
-
updated: z.string().default("2025-06-
|
|
3327
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
3328
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
3329
3329
|
guardrailConfig: z.union([
|
|
3330
3330
|
z.lazy(() =>
|
|
3331
3331
|
CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema
|
|
@@ -3680,8 +3680,8 @@ export const ResponseBodyLLM$inboundSchema: z.ZodType<
|
|
|
3680
3680
|
> = z.object({
|
|
3681
3681
|
_id: z.string(),
|
|
3682
3682
|
description: z.string(),
|
|
3683
|
-
created: z.string().default("2025-06-
|
|
3684
|
-
updated: z.string().default("2025-06-
|
|
3683
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
3684
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
3685
3685
|
guardrail_config: z.union([
|
|
3686
3686
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
3687
3687
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
@@ -3721,8 +3721,8 @@ export const ResponseBodyLLM$outboundSchema: z.ZodType<
|
|
|
3721
3721
|
> = z.object({
|
|
3722
3722
|
id: z.string(),
|
|
3723
3723
|
description: z.string(),
|
|
3724
|
-
created: z.string().default("2025-06-
|
|
3725
|
-
updated: z.string().default("2025-06-
|
|
3724
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
3725
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
3726
3726
|
guardrailConfig: z.union([
|
|
3727
3727
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
3728
3728
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
@@ -110,6 +110,7 @@ export type EncodingFormat = ClosedEnum<typeof EncodingFormat>;
|
|
|
110
110
|
* Constrains effort on reasoning for reasoning models. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
111
111
|
*/
|
|
112
112
|
export const ReasoningEffort = {
|
|
113
|
+
Disable: "disable",
|
|
113
114
|
Low: "low",
|
|
114
115
|
Medium: "medium",
|
|
115
116
|
High: "high",
|
|
@@ -567,6 +568,7 @@ export type CreatePromptEncodingFormat = ClosedEnum<
|
|
|
567
568
|
* Constrains effort on reasoning for reasoning models. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
568
569
|
*/
|
|
569
570
|
export const CreatePromptReasoningEffort = {
|
|
571
|
+
Disable: "disable",
|
|
570
572
|
Low: "low",
|
|
571
573
|
Medium: "medium",
|
|
572
574
|
High: "high",
|
|
@@ -1492,6 +1492,7 @@ export type DeploymentGetConfigEncodingFormat = ClosedEnum<
|
|
|
1492
1492
|
* Constrains effort on reasoning for reasoning models. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
1493
1493
|
*/
|
|
1494
1494
|
export const DeploymentGetConfigReasoningEffort = {
|
|
1495
|
+
Disable: "disable",
|
|
1495
1496
|
Low: "low",
|
|
1496
1497
|
Medium: "medium",
|
|
1497
1498
|
High: "high",
|
|
@@ -199,6 +199,7 @@ export type DeploymentsEncodingFormat = ClosedEnum<
|
|
|
199
199
|
* Constrains effort on reasoning for reasoning models. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
200
200
|
*/
|
|
201
201
|
export const DeploymentsReasoningEffort = {
|
|
202
|
+
Disable: "disable",
|
|
202
203
|
Low: "low",
|
|
203
204
|
Medium: "medium",
|
|
204
205
|
High: "high",
|
|
@@ -146,7 +146,7 @@ export const FileGetResponseBody$inboundSchema: z.ZodType<
|
|
|
146
146
|
file_name: z.string(),
|
|
147
147
|
workspace_id: z.string(),
|
|
148
148
|
created: z.string().datetime({ offset: true }).default(
|
|
149
|
-
"2025-06-
|
|
149
|
+
"2025-06-24T14:59:10.803Z",
|
|
150
150
|
).transform(v => new Date(v)),
|
|
151
151
|
}).transform((v) => {
|
|
152
152
|
return remap$(v, {
|
|
@@ -180,7 +180,7 @@ export const FileGetResponseBody$outboundSchema: z.ZodType<
|
|
|
180
180
|
bytes: z.number(),
|
|
181
181
|
fileName: z.string(),
|
|
182
182
|
workspaceId: z.string(),
|
|
183
|
-
created: z.date().default(() => new Date("2025-06-
|
|
183
|
+
created: z.date().default(() => new Date("2025-06-24T14:59:10.803Z"))
|
|
184
184
|
.transform(v => v.toISOString()),
|
|
185
185
|
}).transform((v) => {
|
|
186
186
|
return remap$(v, {
|
|
@@ -196,7 +196,7 @@ export const FileListData$inboundSchema: z.ZodType<
|
|
|
196
196
|
file_name: z.string(),
|
|
197
197
|
workspace_id: z.string(),
|
|
198
198
|
created: z.string().datetime({ offset: true }).default(
|
|
199
|
-
"2025-06-
|
|
199
|
+
"2025-06-24T14:59:10.803Z",
|
|
200
200
|
).transform(v => new Date(v)),
|
|
201
201
|
}).transform((v) => {
|
|
202
202
|
return remap$(v, {
|
|
@@ -230,7 +230,7 @@ export const FileListData$outboundSchema: z.ZodType<
|
|
|
230
230
|
bytes: z.number(),
|
|
231
231
|
fileName: z.string(),
|
|
232
232
|
workspaceId: z.string(),
|
|
233
|
-
created: z.date().default(() => new Date("2025-06-
|
|
233
|
+
created: z.date().default(() => new Date("2025-06-24T14:59:10.803Z"))
|
|
234
234
|
.transform(v => v.toISOString()),
|
|
235
235
|
}).transform((v) => {
|
|
236
236
|
return remap$(v, {
|
|
@@ -250,7 +250,7 @@ export const FileUploadResponseBody$inboundSchema: z.ZodType<
|
|
|
250
250
|
file_name: z.string(),
|
|
251
251
|
workspace_id: z.string(),
|
|
252
252
|
created: z.string().datetime({ offset: true }).default(
|
|
253
|
-
"2025-06-
|
|
253
|
+
"2025-06-24T14:59:10.803Z",
|
|
254
254
|
).transform(v => new Date(v)),
|
|
255
255
|
}).transform((v) => {
|
|
256
256
|
return remap$(v, {
|
|
@@ -284,7 +284,7 @@ export const FileUploadResponseBody$outboundSchema: z.ZodType<
|
|
|
284
284
|
bytes: z.number(),
|
|
285
285
|
fileName: z.string(),
|
|
286
286
|
workspaceId: z.string(),
|
|
287
|
-
created: z.date().default(() => new Date("2025-06-
|
|
287
|
+
created: z.date().default(() => new Date("2025-06-24T14:59:10.803Z"))
|
|
288
288
|
.transform(v => v.toISOString()),
|
|
289
289
|
}).transform((v) => {
|
|
290
290
|
return remap$(v, {
|
|
@@ -143,6 +143,7 @@ export type GetAllPromptsEncodingFormat = ClosedEnum<
|
|
|
143
143
|
* Constrains effort on reasoning for reasoning models. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
144
144
|
*/
|
|
145
145
|
export const GetAllPromptsReasoningEffort = {
|
|
146
|
+
Disable: "disable",
|
|
146
147
|
Low: "low",
|
|
147
148
|
Medium: "medium",
|
|
148
149
|
High: "high",
|
|
@@ -1372,8 +1372,8 @@ export const Typescript$inboundSchema: z.ZodType<
|
|
|
1372
1372
|
> = z.object({
|
|
1373
1373
|
_id: z.string(),
|
|
1374
1374
|
description: z.string(),
|
|
1375
|
-
created: z.string().default("2025-06-
|
|
1376
|
-
updated: z.string().default("2025-06-
|
|
1375
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
1376
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
1377
1377
|
guardrail_config: z.union([
|
|
1378
1378
|
z.lazy(() =>
|
|
1379
1379
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema
|
|
@@ -1416,8 +1416,8 @@ export const Typescript$outboundSchema: z.ZodType<
|
|
|
1416
1416
|
> = z.object({
|
|
1417
1417
|
id: z.string(),
|
|
1418
1418
|
description: z.string(),
|
|
1419
|
-
created: z.string().default("2025-06-
|
|
1420
|
-
updated: z.string().default("2025-06-
|
|
1419
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
1420
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
1421
1421
|
guardrailConfig: z.union([
|
|
1422
1422
|
z.lazy(() =>
|
|
1423
1423
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema
|
|
@@ -1813,8 +1813,8 @@ export const Ragas$inboundSchema: z.ZodType<Ragas, z.ZodTypeDef, unknown> = z
|
|
|
1813
1813
|
.object({
|
|
1814
1814
|
_id: z.string(),
|
|
1815
1815
|
description: z.string(),
|
|
1816
|
-
created: z.string().default("2025-06-
|
|
1817
|
-
updated: z.string().default("2025-06-
|
|
1816
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
1817
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
1818
1818
|
guardrail_config: z.union([
|
|
1819
1819
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
1820
1820
|
z.lazy(() =>
|
|
@@ -1857,8 +1857,8 @@ export const Ragas$outboundSchema: z.ZodType<
|
|
|
1857
1857
|
> = z.object({
|
|
1858
1858
|
id: z.string(),
|
|
1859
1859
|
description: z.string(),
|
|
1860
|
-
created: z.string().default("2025-06-
|
|
1861
|
-
updated: z.string().default("2025-06-
|
|
1860
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
1861
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
1862
1862
|
guardrailConfig: z.union([
|
|
1863
1863
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
1864
1864
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
@@ -4221,8 +4221,8 @@ export const DataFunction$inboundSchema: z.ZodType<
|
|
|
4221
4221
|
> = z.object({
|
|
4222
4222
|
_id: z.string(),
|
|
4223
4223
|
description: z.string(),
|
|
4224
|
-
created: z.string().default("2025-06-
|
|
4225
|
-
updated: z.string().default("2025-06-
|
|
4224
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
4225
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
4226
4226
|
guardrail_config: z.union([
|
|
4227
4227
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
4228
4228
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
@@ -4310,8 +4310,8 @@ export const DataFunction$outboundSchema: z.ZodType<
|
|
|
4310
4310
|
> = z.object({
|
|
4311
4311
|
id: z.string(),
|
|
4312
4312
|
description: z.string(),
|
|
4313
|
-
created: z.string().default("2025-06-
|
|
4314
|
-
updated: z.string().default("2025-06-
|
|
4313
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
4314
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
4315
4315
|
guardrailConfig: z.union([
|
|
4316
4316
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
4317
4317
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
@@ -4682,8 +4682,8 @@ export const DataPython$inboundSchema: z.ZodType<
|
|
|
4682
4682
|
> = z.object({
|
|
4683
4683
|
_id: z.string(),
|
|
4684
4684
|
description: z.string(),
|
|
4685
|
-
created: z.string().default("2025-06-
|
|
4686
|
-
updated: z.string().default("2025-06-
|
|
4685
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
4686
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
4687
4687
|
guardrail_config: z.union([
|
|
4688
4688
|
z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
|
|
4689
4689
|
z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
@@ -4721,8 +4721,8 @@ export const DataPython$outboundSchema: z.ZodType<
|
|
|
4721
4721
|
> = z.object({
|
|
4722
4722
|
id: z.string(),
|
|
4723
4723
|
description: z.string(),
|
|
4724
|
-
created: z.string().default("2025-06-
|
|
4725
|
-
updated: z.string().default("2025-06-
|
|
4724
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
4725
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
4726
4726
|
guardrailConfig: z.union([
|
|
4727
4727
|
z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
|
|
4728
4728
|
z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
@@ -5068,8 +5068,8 @@ export const DataHTTP$inboundSchema: z.ZodType<
|
|
|
5068
5068
|
> = z.object({
|
|
5069
5069
|
_id: z.string(),
|
|
5070
5070
|
description: z.string(),
|
|
5071
|
-
created: z.string().default("2025-06-
|
|
5072
|
-
updated: z.string().default("2025-06-
|
|
5071
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
5072
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
5073
5073
|
guardrail_config: z.union([
|
|
5074
5074
|
z.lazy(() => GetEvalsGuardrailConfigNumber$inboundSchema),
|
|
5075
5075
|
z.lazy(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
@@ -5113,8 +5113,8 @@ export const DataHTTP$outboundSchema: z.ZodType<
|
|
|
5113
5113
|
> = z.object({
|
|
5114
5114
|
id: z.string(),
|
|
5115
5115
|
description: z.string(),
|
|
5116
|
-
created: z.string().default("2025-06-
|
|
5117
|
-
updated: z.string().default("2025-06-
|
|
5116
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
5117
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
5118
5118
|
guardrailConfig: z.union([
|
|
5119
5119
|
z.lazy(() => GetEvalsGuardrailConfigNumber$outboundSchema),
|
|
5120
5120
|
z.lazy(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
@@ -5479,8 +5479,8 @@ export const DataJSON$inboundSchema: z.ZodType<
|
|
|
5479
5479
|
> = z.object({
|
|
5480
5480
|
_id: z.string(),
|
|
5481
5481
|
description: z.string(),
|
|
5482
|
-
created: z.string().default("2025-06-
|
|
5483
|
-
updated: z.string().default("2025-06-
|
|
5482
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
5483
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
5484
5484
|
guardrail_config: z.union([
|
|
5485
5485
|
z.lazy(() =>
|
|
5486
5486
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema
|
|
@@ -5522,8 +5522,8 @@ export const DataJSON$outboundSchema: z.ZodType<
|
|
|
5522
5522
|
> = z.object({
|
|
5523
5523
|
id: z.string(),
|
|
5524
5524
|
description: z.string(),
|
|
5525
|
-
created: z.string().default("2025-06-
|
|
5526
|
-
updated: z.string().default("2025-06-
|
|
5525
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
5526
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
5527
5527
|
guardrailConfig: z.union([
|
|
5528
5528
|
z.lazy(() =>
|
|
5529
5529
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema
|
|
@@ -5905,8 +5905,8 @@ export const DataLLM$inboundSchema: z.ZodType<DataLLM, z.ZodTypeDef, unknown> =
|
|
|
5905
5905
|
z.object({
|
|
5906
5906
|
_id: z.string(),
|
|
5907
5907
|
description: z.string(),
|
|
5908
|
-
created: z.string().default("2025-06-
|
|
5909
|
-
updated: z.string().default("2025-06-
|
|
5908
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
5909
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
5910
5910
|
guardrail_config: z.union([
|
|
5911
5911
|
z.lazy(() =>
|
|
5912
5912
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema
|
|
@@ -5950,8 +5950,8 @@ export const DataLLM$outboundSchema: z.ZodType<
|
|
|
5950
5950
|
> = z.object({
|
|
5951
5951
|
id: z.string(),
|
|
5952
5952
|
description: z.string(),
|
|
5953
|
-
created: z.string().default("2025-06-
|
|
5954
|
-
updated: z.string().default("2025-06-
|
|
5953
|
+
created: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
5954
|
+
updated: z.string().default("2025-06-24T14:59:09.809Z"),
|
|
5955
5955
|
guardrailConfig: z.union([
|
|
5956
5956
|
z.lazy(() =>
|
|
5957
5957
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema
|
|
@@ -130,6 +130,7 @@ export type GetOnePromptEncodingFormat = ClosedEnum<
|
|
|
130
130
|
* Constrains effort on reasoning for reasoning models. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
131
131
|
*/
|
|
132
132
|
export const GetOnePromptReasoningEffort = {
|
|
133
|
+
Disable: "disable",
|
|
133
134
|
Low: "low",
|
|
134
135
|
Medium: "medium",
|
|
135
136
|
High: "high",
|
|
@@ -131,6 +131,7 @@ export type GetPromptVersionEncodingFormat = ClosedEnum<
|
|
|
131
131
|
* Constrains effort on reasoning for reasoning models. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
132
132
|
*/
|
|
133
133
|
export const GetPromptVersionReasoningEffort = {
|
|
134
|
+
Disable: "disable",
|
|
134
135
|
Low: "low",
|
|
135
136
|
Medium: "medium",
|
|
136
137
|
High: "high",
|
|
@@ -345,7 +345,7 @@ export const Data$inboundSchema: z.ZodType<Data, z.ZodTypeDef, unknown> = z
|
|
|
345
345
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
346
346
|
.optional(),
|
|
347
347
|
updated: z.string().datetime({ offset: true }).default(
|
|
348
|
-
"2025-06-
|
|
348
|
+
"2025-06-24T14:59:07.719Z",
|
|
349
349
|
).transform(v => new Date(v)),
|
|
350
350
|
metrics: z.lazy(() => Metrics$inboundSchema),
|
|
351
351
|
}).transform((v) => {
|
|
@@ -382,7 +382,7 @@ export const Data$outboundSchema: z.ZodType<Data$Outbound, z.ZodTypeDef, Data> =
|
|
|
382
382
|
tags: z.array(z.string()).optional(),
|
|
383
383
|
metadata: z.record(z.any()).optional(),
|
|
384
384
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
385
|
-
updated: z.date().default(() => new Date("2025-06-
|
|
385
|
+
updated: z.date().default(() => new Date("2025-06-24T14:59:07.719Z"))
|
|
386
386
|
.transform(v => v.toISOString()),
|
|
387
387
|
metrics: z.lazy(() => Metrics$outboundSchema),
|
|
388
388
|
}).transform((v) => {
|
|
@@ -2604,7 +2604,7 @@ export const ListDatasetDatapointsData$inboundSchema: z.ZodType<
|
|
|
2604
2604
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
2605
2605
|
.optional(),
|
|
2606
2606
|
updated: z.string().datetime({ offset: true }).default(
|
|
2607
|
-
"2025-06-
|
|
2607
|
+
"2025-06-24T14:59:07.719Z",
|
|
2608
2608
|
).transform(v => new Date(v)),
|
|
2609
2609
|
}).transform((v) => {
|
|
2610
2610
|
return remap$(v, {
|
|
@@ -2668,7 +2668,7 @@ export const ListDatasetDatapointsData$outboundSchema: z.ZodType<
|
|
|
2668
2668
|
createdById: z.string().optional(),
|
|
2669
2669
|
updatedById: z.string().optional(),
|
|
2670
2670
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
2671
|
-
updated: z.date().default(() => new Date("2025-06-
|
|
2671
|
+
updated: z.date().default(() => new Date("2025-06-24T14:59:07.719Z"))
|
|
2672
2672
|
.transform(v => v.toISOString()),
|
|
2673
2673
|
}).transform((v) => {
|
|
2674
2674
|
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-06-
|
|
256
|
+
"2025-06-24T14:59:07.719Z",
|
|
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
|
updatedById: z.string().optional(),
|
|
294
294
|
metadata: z.lazy(() => ListDatasetsMetadata$outboundSchema),
|
|
295
295
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
296
|
-
updated: z.date().default(() => new Date("2025-06-
|
|
296
|
+
updated: z.date().default(() => new Date("2025-06-24T14:59:07.719Z"))
|
|
297
297
|
.transform(v => v.toISOString()),
|
|
298
298
|
}).transform((v) => {
|
|
299
299
|
return remap$(v, {
|
|
@@ -278,7 +278,7 @@ export const ListDatasourcesData$inboundSchema: z.ZodType<
|
|
|
278
278
|
z.ZodTypeDef,
|
|
279
279
|
unknown
|
|
280
280
|
> = z.object({
|
|
281
|
-
_id: z.string().default("
|
|
281
|
+
_id: z.string().default("01JYH76KR20QMA47C1TMSQ8ZWW"),
|
|
282
282
|
display_name: z.string(),
|
|
283
283
|
description: z.string().optional(),
|
|
284
284
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -322,7 +322,7 @@ export const ListDatasourcesData$outboundSchema: z.ZodType<
|
|
|
322
322
|
z.ZodTypeDef,
|
|
323
323
|
ListDatasourcesData
|
|
324
324
|
> = z.object({
|
|
325
|
-
id: z.string().default("
|
|
325
|
+
id: z.string().default("01JYH76KR20QMA47C1TMSQ8ZWW"),
|
|
326
326
|
displayName: z.string(),
|
|
327
327
|
description: z.string().optional(),
|
|
328
328
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -145,6 +145,7 @@ export type ListPromptVersionsEncodingFormat = ClosedEnum<
|
|
|
145
145
|
* Constrains effort on reasoning for reasoning models. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
146
146
|
*/
|
|
147
147
|
export const ListPromptVersionsReasoningEffort = {
|
|
148
|
+
Disable: "disable",
|
|
148
149
|
Low: "low",
|
|
149
150
|
Medium: "medium",
|
|
150
151
|
High: "high",
|
|
@@ -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-06-
|
|
130
|
+
"2025-06-24T14:59:07.719Z",
|
|
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-06-
|
|
168
|
+
updated: z.date().default(() => new Date("2025-06-24T14:59:07.719Z"))
|
|
169
169
|
.transform(v => v.toISOString()),
|
|
170
170
|
}).transform((v) => {
|
|
171
171
|
return remap$(v, {
|
|
@@ -2481,7 +2481,7 @@ export const RetrieveDatapointResponseBody$inboundSchema: z.ZodType<
|
|
|
2481
2481
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
2482
2482
|
.optional(),
|
|
2483
2483
|
updated: z.string().datetime({ offset: true }).default(
|
|
2484
|
-
"2025-06-
|
|
2484
|
+
"2025-06-24T14:59:07.719Z",
|
|
2485
2485
|
).transform(v => new Date(v)),
|
|
2486
2486
|
}).transform((v) => {
|
|
2487
2487
|
return remap$(v, {
|
|
@@ -2539,7 +2539,7 @@ export const RetrieveDatapointResponseBody$outboundSchema: z.ZodType<
|
|
|
2539
2539
|
createdById: z.string().optional(),
|
|
2540
2540
|
updatedById: z.string().optional(),
|
|
2541
2541
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
2542
|
-
updated: z.date().default(() => new Date("2025-06-
|
|
2542
|
+
updated: z.date().default(() => new Date("2025-06-24T14:59:07.719Z"))
|
|
2543
2543
|
.transform(v => v.toISOString()),
|
|
2544
2544
|
}).transform((v) => {
|
|
2545
2545
|
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-06-
|
|
204
|
+
"2025-06-24T14:59:07.719Z",
|
|
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
|
updatedById: z.string().optional(),
|
|
242
242
|
metadata: z.lazy(() => RetrieveDatasetMetadata$outboundSchema),
|
|
243
243
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
244
|
-
updated: z.date().default(() => new Date("2025-06-
|
|
244
|
+
updated: z.date().default(() => new Date("2025-06-24T14:59:07.719Z"))
|
|
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("01JYH76KR31566P6G8VC36822A"),
|
|
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("01JYH76KR31566P6G8VC36822A"),
|
|
220
220
|
displayName: z.string(),
|
|
221
221
|
description: z.string().optional(),
|
|
222
222
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -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-06-
|
|
247
|
+
"2025-06-24T14:59:07.719Z",
|
|
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-06-
|
|
285
|
+
updated: z.date().default(() => new Date("2025-06-24T14:59:07.719Z"))
|
|
286
286
|
.transform(v => v.toISOString()),
|
|
287
287
|
}).transform((v) => {
|
|
288
288
|
return remap$(v, {
|
|
@@ -5046,7 +5046,7 @@ export const UpdateDatapointResponseBody$inboundSchema: z.ZodType<
|
|
|
5046
5046
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
5047
5047
|
.optional(),
|
|
5048
5048
|
updated: z.string().datetime({ offset: true }).default(
|
|
5049
|
-
"2025-06-
|
|
5049
|
+
"2025-06-24T14:59:07.719Z",
|
|
5050
5050
|
).transform(v => new Date(v)),
|
|
5051
5051
|
}).transform((v) => {
|
|
5052
5052
|
return remap$(v, {
|
|
@@ -5108,7 +5108,7 @@ export const UpdateDatapointResponseBody$outboundSchema: z.ZodType<
|
|
|
5108
5108
|
createdById: z.string().optional(),
|
|
5109
5109
|
updatedById: z.string().optional(),
|
|
5110
5110
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
5111
|
-
updated: z.date().default(() => new Date("2025-06-
|
|
5111
|
+
updated: z.date().default(() => new Date("2025-06-24T14:59:07.719Z"))
|
|
5112
5112
|
.transform(v => v.toISOString()),
|
|
5113
5113
|
}).transform((v) => {
|
|
5114
5114
|
return remap$(v, {
|
|
@@ -302,7 +302,7 @@ export const UpdateDatasetResponseBody$inboundSchema: z.ZodType<
|
|
|
302
302
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
303
303
|
.optional(),
|
|
304
304
|
updated: z.string().datetime({ offset: true }).default(
|
|
305
|
-
"2025-06-
|
|
305
|
+
"2025-06-24T14:59:07.719Z",
|
|
306
306
|
).transform(v => new Date(v)),
|
|
307
307
|
}).transform((v) => {
|
|
308
308
|
return remap$(v, {
|
|
@@ -347,7 +347,7 @@ export const UpdateDatasetResponseBody$outboundSchema: z.ZodType<
|
|
|
347
347
|
parentId: z.string().optional(),
|
|
348
348
|
version: z.string().optional(),
|
|
349
349
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
350
|
-
updated: z.date().default(() => new Date("2025-06-
|
|
350
|
+
updated: z.date().default(() => new Date("2025-06-24T14:59:07.719Z"))
|
|
351
351
|
.transform(v => v.toISOString()),
|
|
352
352
|
}).transform((v) => {
|
|
353
353
|
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("01JYH76KR59Q39MYFH9CG27045"),
|
|
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("01JYH76KR59Q39MYFH9CG27045"),
|
|
292
292
|
displayName: z.string(),
|
|
293
293
|
description: z.string().optional(),
|
|
294
294
|
status: UpdateDatasourceStatus$outboundSchema,
|