@orq-ai/node 4.11.0-rc.29 → 4.11.0-rc.30
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/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/budget.d.ts +11 -0
- package/models/components/budget.d.ts.map +1 -1
- package/models/components/budget.js +2 -0
- package/models/components/budget.js.map +1 -1
- package/models/components/budgetlimits.d.ts +10 -2
- package/models/components/budgetlimits.d.ts.map +1 -1
- package/models/components/budgetlimits.js +2 -2
- package/models/components/budgetlimits.js.map +1 -1
- package/models/components/budgetusage.d.ts +31 -0
- package/models/components/budgetusage.d.ts.map +1 -0
- package/models/components/budgetusage.js +52 -0
- package/models/components/budgetusage.js.map +1 -0
- package/models/components/getbudgetconsumptionresponse.d.ts +6 -2
- package/models/components/getbudgetconsumptionresponse.d.ts.map +1 -1
- package/models/components/getbudgetconsumptionresponse.js +1 -1
- package/models/components/getbudgetconsumptionresponse.js.map +1 -1
- package/models/components/index.d.ts +1 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +1 -0
- package/models/components/index.js.map +1 -1
- package/models/components/reasoningpart.js +1 -1
- package/models/operations/createdataset.js +1 -1
- package/models/operations/createdatasetitem.js +4 -4
- package/models/operations/createdatasource.js +1 -1
- package/models/operations/createeval.js +16 -16
- package/models/operations/createtool.js +6 -6
- package/models/operations/getalltools.js +6 -6
- package/models/operations/getevals.js +16 -16
- package/models/operations/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/listdatasetdatapoints.js +4 -4
- package/models/operations/listdatasets.js +1 -1
- package/models/operations/listdatasources.js +1 -1
- package/models/operations/modelcreateawsbedrock.d.ts +4 -0
- package/models/operations/modelcreateawsbedrock.d.ts.map +1 -1
- package/models/operations/modelcreateawsbedrock.js +4 -0
- package/models/operations/modelcreateawsbedrock.js.map +1 -1
- package/models/operations/modelupdateawsbedrock.d.ts +4 -2
- package/models/operations/modelupdateawsbedrock.d.ts.map +1 -1
- package/models/operations/modelupdateawsbedrock.js +4 -2
- package/models/operations/modelupdateawsbedrock.js.map +1 -1
- package/models/operations/modelvalidateawsbedrock.d.ts +2 -0
- package/models/operations/modelvalidateawsbedrock.d.ts.map +1 -1
- package/models/operations/modelvalidateawsbedrock.js +2 -0
- package/models/operations/modelvalidateawsbedrock.js.map +1 -1
- package/models/operations/patchv2humanevalsetsid.js +2 -2
- package/models/operations/postv2feedbackevaluation.js +3 -3
- package/models/operations/postv2humanevalsets.js +2 -2
- package/models/operations/retrievedatapoint.js +4 -4
- package/models/operations/retrievedataset.js +1 -1
- package/models/operations/retrievedatasource.js +1 -1
- package/models/operations/retrievetool.js +6 -6
- package/models/operations/runagent.js +1 -1
- package/models/operations/streamrunagent.js +1 -1
- package/models/operations/updatedatapoint.js +4 -4
- package/models/operations/updatedataset.js +1 -1
- package/models/operations/updatedatasource.js +1 -1
- package/models/operations/updateeval.js +16 -16
- package/models/operations/updatetool.js +7 -7
- package/package.json +3 -3
- package/sdk/feedback.d.ts +4 -1
- package/sdk/feedback.d.ts.map +1 -1
- package/sdk/feedback.js +4 -1
- package/sdk/feedback.js.map +1 -1
- package/src/lib/config.ts +2 -2
- package/src/models/components/budget.ts +12 -0
- package/src/models/components/budgetlimits.ts +12 -4
- package/src/models/components/budgetusage.ts +54 -0
- package/src/models/components/getbudgetconsumptionresponse.ts +7 -3
- package/src/models/components/index.ts +1 -0
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/operations/createdataset.ts +1 -1
- package/src/models/operations/createdatasetitem.ts +4 -4
- package/src/models/operations/createdatasource.ts +1 -1
- package/src/models/operations/createeval.ts +16 -16
- package/src/models/operations/createtool.ts +6 -6
- package/src/models/operations/getalltools.ts +6 -6
- package/src/models/operations/getevals.ts +16 -16
- package/src/models/operations/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +4 -4
- package/src/models/operations/listdatasets.ts +1 -1
- package/src/models/operations/listdatasources.ts +1 -1
- package/src/models/operations/modelcreateawsbedrock.ts +8 -0
- package/src/models/operations/modelupdateawsbedrock.ts +8 -4
- package/src/models/operations/modelvalidateawsbedrock.ts +4 -0
- package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/src/models/operations/postv2feedbackevaluation.ts +3 -3
- package/src/models/operations/postv2humanevalsets.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +4 -4
- package/src/models/operations/retrievedataset.ts +1 -1
- package/src/models/operations/retrievedatasource.ts +1 -1
- package/src/models/operations/retrievetool.ts +6 -6
- package/src/models/operations/runagent.ts +1 -1
- package/src/models/operations/streamrunagent.ts +1 -1
- package/src/models/operations/updatedatapoint.ts +4 -4
- package/src/models/operations/updatedataset.ts +1 -1
- package/src/models/operations/updatedatasource.ts +1 -1
- package/src/models/operations/updateeval.ts +16 -16
- package/src/models/operations/updatetool.ts +7 -7
- package/src/sdk/feedback.ts +4 -1
|
@@ -2193,8 +2193,8 @@ export const Typescript$inboundSchema: z.ZodType<
|
|
|
2193
2193
|
> = z.object({
|
|
2194
2194
|
_id: z.string(),
|
|
2195
2195
|
description: z.string(),
|
|
2196
|
-
created: z.string().default("2026-06-
|
|
2197
|
-
updated: z.string().default("2026-06-
|
|
2196
|
+
created: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
2197
|
+
updated: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
2198
2198
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
2199
2199
|
guardrail_config: z.nullable(
|
|
2200
2200
|
z.union([
|
|
@@ -2384,8 +2384,8 @@ export const Ragas$inboundSchema: z.ZodType<Ragas, z.ZodTypeDef, unknown> = z
|
|
|
2384
2384
|
.object({
|
|
2385
2385
|
_id: z.string(),
|
|
2386
2386
|
description: z.string(),
|
|
2387
|
-
created: z.string().default("2026-06-
|
|
2388
|
-
updated: z.string().default("2026-06-
|
|
2387
|
+
created: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
2388
|
+
updated: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
2389
2389
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
2390
2390
|
guardrail_config: z.nullable(
|
|
2391
2391
|
z.union([
|
|
@@ -3210,8 +3210,8 @@ export const CreateEvalResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
3210
3210
|
> = z.object({
|
|
3211
3211
|
_id: z.string(),
|
|
3212
3212
|
description: z.string(),
|
|
3213
|
-
created: z.string().default("2026-06-
|
|
3214
|
-
updated: z.string().default("2026-06-
|
|
3213
|
+
created: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
3214
|
+
updated: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
3215
3215
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
3216
3216
|
guardrail_config: z.nullable(
|
|
3217
3217
|
z.union([
|
|
@@ -3430,8 +3430,8 @@ export const ResponseBodyPython$inboundSchema: z.ZodType<
|
|
|
3430
3430
|
> = z.object({
|
|
3431
3431
|
_id: z.string(),
|
|
3432
3432
|
description: z.string(),
|
|
3433
|
-
created: z.string().default("2026-06-
|
|
3434
|
-
updated: z.string().default("2026-06-
|
|
3433
|
+
created: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
3434
|
+
updated: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
3435
3435
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
3436
3436
|
guardrail_config: z.nullable(
|
|
3437
3437
|
z.union([
|
|
@@ -3612,8 +3612,8 @@ export const CreateEvalResponseBodyHTTP$inboundSchema: z.ZodType<
|
|
|
3612
3612
|
> = z.object({
|
|
3613
3613
|
_id: z.string(),
|
|
3614
3614
|
description: z.string(),
|
|
3615
|
-
created: z.string().default("2026-06-
|
|
3616
|
-
updated: z.string().default("2026-06-
|
|
3615
|
+
created: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
3616
|
+
updated: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
3617
3617
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
3618
3618
|
guardrail_config: z.nullable(
|
|
3619
3619
|
z.union([
|
|
@@ -3772,8 +3772,8 @@ export const Json$inboundSchema: z.ZodType<Json, z.ZodTypeDef, unknown> = z
|
|
|
3772
3772
|
.object({
|
|
3773
3773
|
_id: z.string(),
|
|
3774
3774
|
description: z.string(),
|
|
3775
|
-
created: z.string().default("2026-06-
|
|
3776
|
-
updated: z.string().default("2026-06-
|
|
3775
|
+
created: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
3776
|
+
updated: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
3777
3777
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
3778
3778
|
guardrail_config: z.nullable(
|
|
3779
3779
|
z.union([
|
|
@@ -4143,8 +4143,8 @@ export const CreateEvalLlm2$inboundSchema: z.ZodType<
|
|
|
4143
4143
|
> = z.object({
|
|
4144
4144
|
_id: z.string(),
|
|
4145
4145
|
description: z.string(),
|
|
4146
|
-
created: z.string().default("2026-06-
|
|
4147
|
-
updated: z.string().default("2026-06-
|
|
4146
|
+
created: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
4147
|
+
updated: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
4148
4148
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
4149
4149
|
guardrail_config: z.nullable(
|
|
4150
4150
|
z.union([
|
|
@@ -4363,8 +4363,8 @@ export const CreateEvalLlm1$inboundSchema: z.ZodType<
|
|
|
4363
4363
|
> = z.object({
|
|
4364
4364
|
_id: z.string(),
|
|
4365
4365
|
description: z.string(),
|
|
4366
|
-
created: z.string().default("2026-06-
|
|
4367
|
-
updated: z.string().default("2026-06-
|
|
4366
|
+
created: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
4367
|
+
updated: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
4368
4368
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
4369
4369
|
guardrail_config: z.nullable(
|
|
4370
4370
|
z.union([
|
|
@@ -1898,7 +1898,7 @@ export const ResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
1898
1898
|
z.ZodTypeDef,
|
|
1899
1899
|
unknown
|
|
1900
1900
|
> = z.object({
|
|
1901
|
-
_id: z.string().default("
|
|
1901
|
+
_id: z.string().default("tool_01KVAWHG4Y2QNFK0HPQSZF260G"),
|
|
1902
1902
|
path: z.string(),
|
|
1903
1903
|
key: z.string(),
|
|
1904
1904
|
display_name: z.string().optional(),
|
|
@@ -1995,7 +1995,7 @@ export const ResponseBodyTools$inboundSchema: z.ZodType<
|
|
|
1995
1995
|
z.ZodTypeDef,
|
|
1996
1996
|
unknown
|
|
1997
1997
|
> = z.object({
|
|
1998
|
-
id: z.string().default("
|
|
1998
|
+
id: z.string().default("01KVAWHG4X2C79TNRRDFFJJTA0"),
|
|
1999
1999
|
name: z.string(),
|
|
2000
2000
|
description: z.string().optional(),
|
|
2001
2001
|
schema: z.lazy(() => CreateToolResponseBodySchema$inboundSchema),
|
|
@@ -2051,7 +2051,7 @@ export const ResponseBodyMCPTool$inboundSchema: z.ZodType<
|
|
|
2051
2051
|
z.ZodTypeDef,
|
|
2052
2052
|
unknown
|
|
2053
2053
|
> = z.object({
|
|
2054
|
-
_id: z.string().default("
|
|
2054
|
+
_id: z.string().default("tool_01KVAWHG4WD9HA9MK8V85TKM6Z"),
|
|
2055
2055
|
path: z.string(),
|
|
2056
2056
|
key: z.string(),
|
|
2057
2057
|
display_name: z.string().optional(),
|
|
@@ -2237,7 +2237,7 @@ export const ResponseBodyHTTPTool$inboundSchema: z.ZodType<
|
|
|
2237
2237
|
z.ZodTypeDef,
|
|
2238
2238
|
unknown
|
|
2239
2239
|
> = z.object({
|
|
2240
|
-
_id: z.string().default("
|
|
2240
|
+
_id: z.string().default("tool_01KVAWHG4TE6Q63S9BG02G0G10"),
|
|
2241
2241
|
path: z.string(),
|
|
2242
2242
|
key: z.string(),
|
|
2243
2243
|
display_name: z.string().optional(),
|
|
@@ -2330,7 +2330,7 @@ export const ResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
2330
2330
|
z.ZodTypeDef,
|
|
2331
2331
|
unknown
|
|
2332
2332
|
> = z.object({
|
|
2333
|
-
_id: z.string().default("
|
|
2333
|
+
_id: z.string().default("tool_01KVAWHG4R25K89V8REZCZXP9E"),
|
|
2334
2334
|
path: z.string(),
|
|
2335
2335
|
key: z.string(),
|
|
2336
2336
|
display_name: z.string().optional(),
|
|
@@ -2431,7 +2431,7 @@ export const ResponseBodyFunctionTool$inboundSchema: z.ZodType<
|
|
|
2431
2431
|
z.ZodTypeDef,
|
|
2432
2432
|
unknown
|
|
2433
2433
|
> = z.object({
|
|
2434
|
-
_id: z.string().default("
|
|
2434
|
+
_id: z.string().default("tool_01KVAWHG4PXYWSCYPR0Y8R6WNJ"),
|
|
2435
2435
|
path: z.string(),
|
|
2436
2436
|
key: z.string(),
|
|
2437
2437
|
display_name: z.string().optional(),
|
|
@@ -767,7 +767,7 @@ export const DataCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
767
767
|
z.ZodTypeDef,
|
|
768
768
|
unknown
|
|
769
769
|
> = z.object({
|
|
770
|
-
_id: z.string().default("
|
|
770
|
+
_id: z.string().default("tool_01KVAWHG49MTX5DBETXSAN2JKK"),
|
|
771
771
|
path: z.string(),
|
|
772
772
|
key: z.string(),
|
|
773
773
|
display_name: z.string().optional(),
|
|
@@ -864,7 +864,7 @@ export const DataTools$inboundSchema: z.ZodType<
|
|
|
864
864
|
z.ZodTypeDef,
|
|
865
865
|
unknown
|
|
866
866
|
> = z.object({
|
|
867
|
-
id: z.string().default("
|
|
867
|
+
id: z.string().default("01KVAWHG48A03AJGNCARPB41ZP"),
|
|
868
868
|
name: z.string(),
|
|
869
869
|
description: z.string().optional(),
|
|
870
870
|
schema: z.lazy(() => GetAllToolsDataSchema$inboundSchema),
|
|
@@ -917,7 +917,7 @@ export const DataMCPTool$inboundSchema: z.ZodType<
|
|
|
917
917
|
z.ZodTypeDef,
|
|
918
918
|
unknown
|
|
919
919
|
> = z.object({
|
|
920
|
-
_id: z.string().default("
|
|
920
|
+
_id: z.string().default("tool_01KVAWHG4651PTWTW3V6DM9D1J"),
|
|
921
921
|
path: z.string(),
|
|
922
922
|
key: z.string(),
|
|
923
923
|
display_name: z.string().optional(),
|
|
@@ -1102,7 +1102,7 @@ export const DataHTTPTool$inboundSchema: z.ZodType<
|
|
|
1102
1102
|
z.ZodTypeDef,
|
|
1103
1103
|
unknown
|
|
1104
1104
|
> = z.object({
|
|
1105
|
-
_id: z.string().default("
|
|
1105
|
+
_id: z.string().default("tool_01KVAWHG435TTM0Y30VTB944AT"),
|
|
1106
1106
|
path: z.string(),
|
|
1107
1107
|
key: z.string(),
|
|
1108
1108
|
display_name: z.string().optional(),
|
|
@@ -1195,7 +1195,7 @@ export const DataJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
1195
1195
|
z.ZodTypeDef,
|
|
1196
1196
|
unknown
|
|
1197
1197
|
> = z.object({
|
|
1198
|
-
_id: z.string().default("
|
|
1198
|
+
_id: z.string().default("tool_01KVAWHG41VEEEJR0FZQXSGKD1"),
|
|
1199
1199
|
path: z.string(),
|
|
1200
1200
|
key: z.string(),
|
|
1201
1201
|
display_name: z.string().optional(),
|
|
@@ -1297,7 +1297,7 @@ export const DataFunctionTool$inboundSchema: z.ZodType<
|
|
|
1297
1297
|
z.ZodTypeDef,
|
|
1298
1298
|
unknown
|
|
1299
1299
|
> = z.object({
|
|
1300
|
-
_id: z.string().default("
|
|
1300
|
+
_id: z.string().default("tool_01KVAWHG3ZW5X0RE6Q0VDA1GSK"),
|
|
1301
1301
|
path: z.string(),
|
|
1302
1302
|
key: z.string(),
|
|
1303
1303
|
display_name: z.string().optional(),
|
|
@@ -1074,8 +1074,8 @@ export const DataTypescript$inboundSchema: z.ZodType<
|
|
|
1074
1074
|
> = z.object({
|
|
1075
1075
|
_id: z.string(),
|
|
1076
1076
|
description: z.string(),
|
|
1077
|
-
created: z.string().default("2026-06-
|
|
1078
|
-
updated: z.string().default("2026-06-
|
|
1077
|
+
created: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
1078
|
+
updated: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
1079
1079
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
1080
1080
|
guardrail_config: z.nullable(
|
|
1081
1081
|
z.union([
|
|
@@ -1256,8 +1256,8 @@ export const DataRagas$inboundSchema: z.ZodType<
|
|
|
1256
1256
|
> = z.object({
|
|
1257
1257
|
_id: z.string(),
|
|
1258
1258
|
description: z.string(),
|
|
1259
|
-
created: z.string().default("2026-06-
|
|
1260
|
-
updated: z.string().default("2026-06-
|
|
1259
|
+
created: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
1260
|
+
updated: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
1261
1261
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
1262
1262
|
guardrail_config: z.nullable(
|
|
1263
1263
|
z.union([
|
|
@@ -2088,8 +2088,8 @@ export const DataFunction$inboundSchema: z.ZodType<
|
|
|
2088
2088
|
> = z.object({
|
|
2089
2089
|
_id: z.string(),
|
|
2090
2090
|
description: z.string(),
|
|
2091
|
-
created: z.string().default("2026-06-
|
|
2092
|
-
updated: z.string().default("2026-06-
|
|
2091
|
+
created: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
2092
|
+
updated: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
2093
2093
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
2094
2094
|
guardrail_config: z.nullable(
|
|
2095
2095
|
z.union([
|
|
@@ -2272,8 +2272,8 @@ export const DataPython$inboundSchema: z.ZodType<
|
|
|
2272
2272
|
> = z.object({
|
|
2273
2273
|
_id: z.string(),
|
|
2274
2274
|
description: z.string(),
|
|
2275
|
-
created: z.string().default("2026-06-
|
|
2276
|
-
updated: z.string().default("2026-06-
|
|
2275
|
+
created: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
2276
|
+
updated: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
2277
2277
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
2278
2278
|
guardrail_config: z.nullable(
|
|
2279
2279
|
z.union([
|
|
@@ -2452,8 +2452,8 @@ export const DataHTTP$inboundSchema: z.ZodType<
|
|
|
2452
2452
|
> = z.object({
|
|
2453
2453
|
_id: z.string(),
|
|
2454
2454
|
description: z.string(),
|
|
2455
|
-
created: z.string().default("2026-06-
|
|
2456
|
-
updated: z.string().default("2026-06-
|
|
2455
|
+
created: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
2456
|
+
updated: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
2457
2457
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
2458
2458
|
guardrail_config: z.nullable(
|
|
2459
2459
|
z.union([
|
|
@@ -2644,8 +2644,8 @@ export const DataJSON$inboundSchema: z.ZodType<
|
|
|
2644
2644
|
> = z.object({
|
|
2645
2645
|
_id: z.string(),
|
|
2646
2646
|
description: z.string(),
|
|
2647
|
-
created: z.string().default("2026-06-
|
|
2648
|
-
updated: z.string().default("2026-06-
|
|
2647
|
+
created: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
2648
|
+
updated: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
2649
2649
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
2650
2650
|
guardrail_config: z.nullable(
|
|
2651
2651
|
z.union([
|
|
@@ -3012,8 +3012,8 @@ export const GetEvalsLlm2$inboundSchema: z.ZodType<
|
|
|
3012
3012
|
> = z.object({
|
|
3013
3013
|
_id: z.string(),
|
|
3014
3014
|
description: z.string(),
|
|
3015
|
-
created: z.string().default("2026-06-
|
|
3016
|
-
updated: z.string().default("2026-06-
|
|
3015
|
+
created: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
3016
|
+
updated: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
3017
3017
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
3018
3018
|
guardrail_config: z.nullable(
|
|
3019
3019
|
z.union([
|
|
@@ -3225,8 +3225,8 @@ export const GetEvalsLlm1$inboundSchema: z.ZodType<
|
|
|
3225
3225
|
> = z.object({
|
|
3226
3226
|
_id: z.string(),
|
|
3227
3227
|
description: z.string(),
|
|
3228
|
-
created: z.string().default("2026-06-
|
|
3229
|
-
updated: z.string().default("2026-06-
|
|
3228
|
+
created: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
3229
|
+
updated: z.string().default("2026-06-17T13:32:20.783Z"),
|
|
3230
3230
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
3231
3231
|
guardrail_config: z.nullable(
|
|
3232
3232
|
z.union([
|
|
@@ -140,7 +140,7 @@ export const GetV2HumanEvalSetsResponseBody2$inboundSchema: z.ZodType<
|
|
|
140
140
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
141
141
|
.optional(),
|
|
142
142
|
updated: z.string().datetime({ offset: true }).default(
|
|
143
|
-
"2026-06-
|
|
143
|
+
"2026-06-17T13:32:19.477Z",
|
|
144
144
|
).transform(v => new Date(v)),
|
|
145
145
|
filter_type: z.literal("name"),
|
|
146
146
|
filter_value: z.string(),
|
|
@@ -185,7 +185,7 @@ export const GetV2HumanEvalSetsResponseBody1$inboundSchema: z.ZodType<
|
|
|
185
185
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
186
186
|
.optional(),
|
|
187
187
|
updated: z.string().datetime({ offset: true }).default(
|
|
188
|
-
"2026-06-
|
|
188
|
+
"2026-06-17T13:32:19.477Z",
|
|
189
189
|
).transform(v => new Date(v)),
|
|
190
190
|
filter_type: z.literal("span_type"),
|
|
191
191
|
filter_values: z.array(z.string()),
|
|
@@ -141,7 +141,7 @@ export const GetV2HumanEvalSetsIdResponseBody2$inboundSchema: z.ZodType<
|
|
|
141
141
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
142
142
|
.optional(),
|
|
143
143
|
updated: z.string().datetime({ offset: true }).default(
|
|
144
|
-
"2026-06-
|
|
144
|
+
"2026-06-17T13:32:19.477Z",
|
|
145
145
|
).transform(v => new Date(v)),
|
|
146
146
|
filter_type: z.literal("name"),
|
|
147
147
|
filter_value: z.string(),
|
|
@@ -186,7 +186,7 @@ export const GetV2HumanEvalSetsIdResponseBody1$inboundSchema: z.ZodType<
|
|
|
186
186
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
187
187
|
.optional(),
|
|
188
188
|
updated: z.string().datetime({ offset: true }).default(
|
|
189
|
-
"2026-06-
|
|
189
|
+
"2026-06-17T13:32:19.477Z",
|
|
190
190
|
).transform(v => new Date(v)),
|
|
191
191
|
filter_type: z.literal("span_type"),
|
|
192
192
|
filter_values: z.array(z.string()),
|
|
@@ -1522,7 +1522,7 @@ export const ListDatasetDatapointsEvaluations3$inboundSchema: z.ZodType<
|
|
|
1522
1522
|
explanation: z.string().optional(),
|
|
1523
1523
|
reviewed_by_id: z.string(),
|
|
1524
1524
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1525
|
-
"2026-06-
|
|
1525
|
+
"2026-06-17T13:32:44.254Z",
|
|
1526
1526
|
).transform(v => new Date(v)),
|
|
1527
1527
|
type: z.literal("string_array"),
|
|
1528
1528
|
values: z.array(z.string()),
|
|
@@ -1626,7 +1626,7 @@ export const ListDatasetDatapointsEvaluations2$inboundSchema: z.ZodType<
|
|
|
1626
1626
|
explanation: z.string().optional(),
|
|
1627
1627
|
reviewed_by_id: z.string(),
|
|
1628
1628
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1629
|
-
"2026-06-
|
|
1629
|
+
"2026-06-17T13:32:44.253Z",
|
|
1630
1630
|
).transform(v => new Date(v)),
|
|
1631
1631
|
type: z.literal("number"),
|
|
1632
1632
|
value: z.number(),
|
|
@@ -1726,7 +1726,7 @@ export const ListDatasetDatapointsEvaluations1$inboundSchema: z.ZodType<
|
|
|
1726
1726
|
explanation: z.string().optional(),
|
|
1727
1727
|
reviewed_by_id: z.string(),
|
|
1728
1728
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1729
|
-
"2026-06-
|
|
1729
|
+
"2026-06-17T13:32:44.252Z",
|
|
1730
1730
|
).transform(v => new Date(v)),
|
|
1731
1731
|
type: z.literal("string"),
|
|
1732
1732
|
value: z.string(),
|
|
@@ -1807,7 +1807,7 @@ export const ListDatasetDatapointsData$inboundSchema: z.ZodType<
|
|
|
1807
1807
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
1808
1808
|
.optional(),
|
|
1809
1809
|
updated: z.string().datetime({ offset: true }).default(
|
|
1810
|
-
"2026-06-
|
|
1810
|
+
"2026-06-17T13:32:19.477Z",
|
|
1811
1811
|
).transform(v => new Date(v)),
|
|
1812
1812
|
}).transform((v) => {
|
|
1813
1813
|
return remap$(v, {
|
|
@@ -169,7 +169,7 @@ export const ListDatasetsData$inboundSchema: z.ZodType<
|
|
|
169
169
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
170
170
|
.optional(),
|
|
171
171
|
updated: z.string().datetime({ offset: true }).default(
|
|
172
|
-
"2026-06-
|
|
172
|
+
"2026-06-17T13:32:19.477Z",
|
|
173
173
|
).transform(v => new Date(v)),
|
|
174
174
|
}).transform((v) => {
|
|
175
175
|
return remap$(v, {
|
|
@@ -182,7 +182,7 @@ export const ListDatasourcesData$inboundSchema: z.ZodType<
|
|
|
182
182
|
z.ZodTypeDef,
|
|
183
183
|
unknown
|
|
184
184
|
> = z.object({
|
|
185
|
-
_id: z.string().default("
|
|
185
|
+
_id: z.string().default("01KVAWHG90QWP7Y6RWZ2NBTCHG"),
|
|
186
186
|
display_name: z.string(),
|
|
187
187
|
description: z.nullable(z.string()).optional(),
|
|
188
188
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -13,6 +13,8 @@ export type ModelCreateAwsBedrockRequestBody = {
|
|
|
13
13
|
assumeRoleArn?: string | undefined;
|
|
14
14
|
assumeRoleExternalId?: string | undefined;
|
|
15
15
|
authMode: string;
|
|
16
|
+
autorouterId?: string | undefined;
|
|
17
|
+
autorouterVersion?: string | undefined;
|
|
16
18
|
description?: string | undefined;
|
|
17
19
|
displayName: string;
|
|
18
20
|
hasReasoning?: boolean | undefined;
|
|
@@ -73,6 +75,8 @@ export type ModelCreateAwsBedrockRequestBody$Outbound = {
|
|
|
73
75
|
assume_role_arn?: string | undefined;
|
|
74
76
|
assume_role_external_id?: string | undefined;
|
|
75
77
|
auth_mode: string;
|
|
78
|
+
autorouter_id?: string | undefined;
|
|
79
|
+
autorouter_version?: string | undefined;
|
|
76
80
|
description?: string | undefined;
|
|
77
81
|
display_name: string;
|
|
78
82
|
has_reasoning?: boolean | undefined;
|
|
@@ -104,6 +108,8 @@ export const ModelCreateAwsBedrockRequestBody$outboundSchema: z.ZodType<
|
|
|
104
108
|
assumeRoleArn: z.string().optional(),
|
|
105
109
|
assumeRoleExternalId: z.string().optional(),
|
|
106
110
|
authMode: z.string(),
|
|
111
|
+
autorouterId: z.string().optional(),
|
|
112
|
+
autorouterVersion: z.string().optional(),
|
|
107
113
|
description: z.string().optional(),
|
|
108
114
|
displayName: z.string(),
|
|
109
115
|
hasReasoning: z.boolean().optional(),
|
|
@@ -129,6 +135,8 @@ export const ModelCreateAwsBedrockRequestBody$outboundSchema: z.ZodType<
|
|
|
129
135
|
assumeRoleArn: "assume_role_arn",
|
|
130
136
|
assumeRoleExternalId: "assume_role_external_id",
|
|
131
137
|
authMode: "auth_mode",
|
|
138
|
+
autorouterId: "autorouter_id",
|
|
139
|
+
autorouterVersion: "autorouter_version",
|
|
132
140
|
displayName: "display_name",
|
|
133
141
|
hasReasoning: "has_reasoning",
|
|
134
142
|
inputCost: "input_cost",
|
|
@@ -12,6 +12,8 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
|
12
12
|
export type ModelUpdateAwsBedrockRequestBody = {
|
|
13
13
|
assumeRoleArn?: string | undefined;
|
|
14
14
|
assumeRoleExternalId?: string | undefined;
|
|
15
|
+
autorouterId?: string | undefined;
|
|
16
|
+
autorouterVersion?: string | undefined;
|
|
15
17
|
description?: string | undefined;
|
|
16
18
|
displayName?: string | undefined;
|
|
17
19
|
hasReasoning?: boolean | undefined;
|
|
@@ -20,7 +22,6 @@ export type ModelUpdateAwsBedrockRequestBody = {
|
|
|
20
22
|
modelDeveloper?: string | undefined;
|
|
21
23
|
modelFamily?: string | undefined;
|
|
22
24
|
modelId?: string | undefined;
|
|
23
|
-
modelType?: string | undefined;
|
|
24
25
|
outputCost?: number | undefined;
|
|
25
26
|
region?: string | undefined;
|
|
26
27
|
supportsAdaptiveReasoning?: boolean | undefined;
|
|
@@ -78,6 +79,8 @@ export type ModelUpdateAwsBedrockResponseBody = {
|
|
|
78
79
|
export type ModelUpdateAwsBedrockRequestBody$Outbound = {
|
|
79
80
|
assume_role_arn?: string | undefined;
|
|
80
81
|
assume_role_external_id?: string | undefined;
|
|
82
|
+
autorouter_id?: string | undefined;
|
|
83
|
+
autorouter_version?: string | undefined;
|
|
81
84
|
description?: string | undefined;
|
|
82
85
|
display_name?: string | undefined;
|
|
83
86
|
has_reasoning?: boolean | undefined;
|
|
@@ -86,7 +89,6 @@ export type ModelUpdateAwsBedrockRequestBody$Outbound = {
|
|
|
86
89
|
model_developer?: string | undefined;
|
|
87
90
|
model_family?: string | undefined;
|
|
88
91
|
model_id?: string | undefined;
|
|
89
|
-
model_type?: string | undefined;
|
|
90
92
|
output_cost?: number | undefined;
|
|
91
93
|
region?: string | undefined;
|
|
92
94
|
supports_adaptive_reasoning?: boolean | undefined;
|
|
@@ -107,6 +109,8 @@ export const ModelUpdateAwsBedrockRequestBody$outboundSchema: z.ZodType<
|
|
|
107
109
|
> = z.object({
|
|
108
110
|
assumeRoleArn: z.string().optional(),
|
|
109
111
|
assumeRoleExternalId: z.string().optional(),
|
|
112
|
+
autorouterId: z.string().optional(),
|
|
113
|
+
autorouterVersion: z.string().optional(),
|
|
110
114
|
description: z.string().optional(),
|
|
111
115
|
displayName: z.string().optional(),
|
|
112
116
|
hasReasoning: z.boolean().optional(),
|
|
@@ -115,7 +119,6 @@ export const ModelUpdateAwsBedrockRequestBody$outboundSchema: z.ZodType<
|
|
|
115
119
|
modelDeveloper: z.string().optional(),
|
|
116
120
|
modelFamily: z.string().optional(),
|
|
117
121
|
modelId: z.string().optional(),
|
|
118
|
-
modelType: z.string().optional(),
|
|
119
122
|
outputCost: z.number().optional(),
|
|
120
123
|
region: z.string().optional(),
|
|
121
124
|
supportsAdaptiveReasoning: z.boolean().optional(),
|
|
@@ -130,6 +133,8 @@ export const ModelUpdateAwsBedrockRequestBody$outboundSchema: z.ZodType<
|
|
|
130
133
|
return remap$(v, {
|
|
131
134
|
assumeRoleArn: "assume_role_arn",
|
|
132
135
|
assumeRoleExternalId: "assume_role_external_id",
|
|
136
|
+
autorouterId: "autorouter_id",
|
|
137
|
+
autorouterVersion: "autorouter_version",
|
|
133
138
|
displayName: "display_name",
|
|
134
139
|
hasReasoning: "has_reasoning",
|
|
135
140
|
inputCost: "input_cost",
|
|
@@ -137,7 +142,6 @@ export const ModelUpdateAwsBedrockRequestBody$outboundSchema: z.ZodType<
|
|
|
137
142
|
modelDeveloper: "model_developer",
|
|
138
143
|
modelFamily: "model_family",
|
|
139
144
|
modelId: "model_id",
|
|
140
|
-
modelType: "model_type",
|
|
141
145
|
outputCost: "output_cost",
|
|
142
146
|
supportsAdaptiveReasoning: "supports_adaptive_reasoning",
|
|
143
147
|
supportsExtendedThinking: "supports_extended_thinking",
|
|
@@ -11,6 +11,7 @@ export type ModelValidateAwsBedrockRequestBody = {
|
|
|
11
11
|
authMode: string;
|
|
12
12
|
inferenceProfileArn: string;
|
|
13
13
|
integrationId?: string | undefined;
|
|
14
|
+
modelType?: string | undefined;
|
|
14
15
|
region: string;
|
|
15
16
|
};
|
|
16
17
|
|
|
@@ -21,6 +22,7 @@ export type ModelValidateAwsBedrockRequestBody$Outbound = {
|
|
|
21
22
|
auth_mode: string;
|
|
22
23
|
inference_profile_arn: string;
|
|
23
24
|
integration_id?: string | undefined;
|
|
25
|
+
model_type?: string | undefined;
|
|
24
26
|
region: string;
|
|
25
27
|
};
|
|
26
28
|
|
|
@@ -35,6 +37,7 @@ export const ModelValidateAwsBedrockRequestBody$outboundSchema: z.ZodType<
|
|
|
35
37
|
authMode: z.string(),
|
|
36
38
|
inferenceProfileArn: z.string(),
|
|
37
39
|
integrationId: z.string().optional(),
|
|
40
|
+
modelType: z.string().optional(),
|
|
38
41
|
region: z.string(),
|
|
39
42
|
}).transform((v) => {
|
|
40
43
|
return remap$(v, {
|
|
@@ -43,6 +46,7 @@ export const ModelValidateAwsBedrockRequestBody$outboundSchema: z.ZodType<
|
|
|
43
46
|
authMode: "auth_mode",
|
|
44
47
|
inferenceProfileArn: "inference_profile_arn",
|
|
45
48
|
integrationId: "integration_id",
|
|
49
|
+
modelType: "model_type",
|
|
46
50
|
});
|
|
47
51
|
});
|
|
48
52
|
|
|
@@ -318,7 +318,7 @@ export const PatchV2HumanEvalSetsIdResponseBody2$inboundSchema: z.ZodType<
|
|
|
318
318
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
319
319
|
.optional(),
|
|
320
320
|
updated: z.string().datetime({ offset: true }).default(
|
|
321
|
-
"2026-06-
|
|
321
|
+
"2026-06-17T13:32:19.477Z",
|
|
322
322
|
).transform(v => new Date(v)),
|
|
323
323
|
filter_type: z.literal("name"),
|
|
324
324
|
filter_value: z.string(),
|
|
@@ -364,7 +364,7 @@ export const PatchV2HumanEvalSetsIdResponseBody1$inboundSchema: z.ZodType<
|
|
|
364
364
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
365
365
|
.optional(),
|
|
366
366
|
updated: z.string().datetime({ offset: true }).default(
|
|
367
|
-
"2026-06-
|
|
367
|
+
"2026-06-17T13:32:19.477Z",
|
|
368
368
|
).transform(v => new Date(v)),
|
|
369
369
|
filter_type: z.literal("span_type"),
|
|
370
370
|
filter_values: z.array(z.string()),
|
|
@@ -193,7 +193,7 @@ export const RequestBody3$outboundSchema: z.ZodType<
|
|
|
193
193
|
source: PostV2FeedbackEvaluationRequestBodyFeedbackSource$outboundSchema
|
|
194
194
|
.default("orq"),
|
|
195
195
|
explanation: z.string().optional(),
|
|
196
|
-
reviewedAt: z.date().default(() => new Date("2026-06-
|
|
196
|
+
reviewedAt: z.date().default(() => new Date("2026-06-17T13:32:44.408Z"))
|
|
197
197
|
.transform(v => v.toISOString()),
|
|
198
198
|
type: z.literal("string_array"),
|
|
199
199
|
values: z.array(z.string()),
|
|
@@ -247,7 +247,7 @@ export const PostV2FeedbackEvaluationRequestBody2$outboundSchema: z.ZodType<
|
|
|
247
247
|
"orq",
|
|
248
248
|
),
|
|
249
249
|
explanation: z.string().optional(),
|
|
250
|
-
reviewedAt: z.date().default(() => new Date("2026-06-
|
|
250
|
+
reviewedAt: z.date().default(() => new Date("2026-06-17T13:32:44.407Z"))
|
|
251
251
|
.transform(v => v.toISOString()),
|
|
252
252
|
type: z.literal("number"),
|
|
253
253
|
value: z.number(),
|
|
@@ -305,7 +305,7 @@ export const PostV2FeedbackEvaluationRequestBody1$outboundSchema: z.ZodType<
|
|
|
305
305
|
humanReviewId: z.string().optional(),
|
|
306
306
|
source: RequestBodySource$outboundSchema.default("orq"),
|
|
307
307
|
explanation: z.string().optional(),
|
|
308
|
-
reviewedAt: z.date().default(() => new Date("2026-06-
|
|
308
|
+
reviewedAt: z.date().default(() => new Date("2026-06-17T13:32:44.407Z"))
|
|
309
309
|
.transform(v => v.toISOString()),
|
|
310
310
|
type: z.literal("string"),
|
|
311
311
|
value: z.string(),
|
|
@@ -271,7 +271,7 @@ export const PostV2HumanEvalSetsResponseBody2$inboundSchema: z.ZodType<
|
|
|
271
271
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
272
272
|
.optional(),
|
|
273
273
|
updated: z.string().datetime({ offset: true }).default(
|
|
274
|
-
"2026-06-
|
|
274
|
+
"2026-06-17T13:32:19.477Z",
|
|
275
275
|
).transform(v => new Date(v)),
|
|
276
276
|
filter_type: z.literal("name"),
|
|
277
277
|
filter_value: z.string(),
|
|
@@ -316,7 +316,7 @@ export const PostV2HumanEvalSetsResponseBody1$inboundSchema: z.ZodType<
|
|
|
316
316
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
317
317
|
.optional(),
|
|
318
318
|
updated: z.string().datetime({ offset: true }).default(
|
|
319
|
-
"2026-06-
|
|
319
|
+
"2026-06-17T13:32:19.477Z",
|
|
320
320
|
).transform(v => new Date(v)),
|
|
321
321
|
filter_type: z.literal("span_type"),
|
|
322
322
|
filter_values: z.array(z.string()),
|
|
@@ -1456,7 +1456,7 @@ export const RetrieveDatapointEvaluations3$inboundSchema: z.ZodType<
|
|
|
1456
1456
|
explanation: z.string().optional(),
|
|
1457
1457
|
reviewed_by_id: z.string(),
|
|
1458
1458
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1459
|
-
"2026-06-
|
|
1459
|
+
"2026-06-17T13:32:44.262Z",
|
|
1460
1460
|
).transform(v => new Date(v)),
|
|
1461
1461
|
type: z.literal("string_array"),
|
|
1462
1462
|
values: z.array(z.string()),
|
|
@@ -1554,7 +1554,7 @@ export const RetrieveDatapointEvaluations2$inboundSchema: z.ZodType<
|
|
|
1554
1554
|
explanation: z.string().optional(),
|
|
1555
1555
|
reviewed_by_id: z.string(),
|
|
1556
1556
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1557
|
-
"2026-06-
|
|
1557
|
+
"2026-06-17T13:32:44.262Z",
|
|
1558
1558
|
).transform(v => new Date(v)),
|
|
1559
1559
|
type: z.literal("number"),
|
|
1560
1560
|
value: z.number(),
|
|
@@ -1642,7 +1642,7 @@ export const RetrieveDatapointEvaluations1$inboundSchema: z.ZodType<
|
|
|
1642
1642
|
explanation: z.string().optional(),
|
|
1643
1643
|
reviewed_by_id: z.string(),
|
|
1644
1644
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1645
|
-
"2026-06-
|
|
1645
|
+
"2026-06-17T13:32:44.261Z",
|
|
1646
1646
|
).transform(v => new Date(v)),
|
|
1647
1647
|
type: z.literal("string"),
|
|
1648
1648
|
value: z.string(),
|
|
@@ -1721,7 +1721,7 @@ export const RetrieveDatapointResponseBody$inboundSchema: z.ZodType<
|
|
|
1721
1721
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
1722
1722
|
.optional(),
|
|
1723
1723
|
updated: z.string().datetime({ offset: true }).default(
|
|
1724
|
-
"2026-06-
|
|
1724
|
+
"2026-06-17T13:32:19.477Z",
|
|
1725
1725
|
).transform(v => new Date(v)),
|
|
1726
1726
|
}).transform((v) => {
|
|
1727
1727
|
return remap$(v, {
|
|
@@ -126,7 +126,7 @@ export const RetrieveDatasetResponseBody$inboundSchema: z.ZodType<
|
|
|
126
126
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
127
127
|
.optional(),
|
|
128
128
|
updated: z.string().datetime({ offset: true }).default(
|
|
129
|
-
"2026-06-
|
|
129
|
+
"2026-06-17T13:32:19.477Z",
|
|
130
130
|
).transform(v => new Date(v)),
|
|
131
131
|
}).transform((v) => {
|
|
132
132
|
return remap$(v, {
|
|
@@ -118,7 +118,7 @@ export const RetrieveDatasourceResponseBody$inboundSchema: z.ZodType<
|
|
|
118
118
|
z.ZodTypeDef,
|
|
119
119
|
unknown
|
|
120
120
|
> = z.object({
|
|
121
|
-
_id: z.string().default("
|
|
121
|
+
_id: z.string().default("01KVAWHG9273ZN77XH64Z0WR5W"),
|
|
122
122
|
display_name: z.string(),
|
|
123
123
|
description: z.nullable(z.string()).optional(),
|
|
124
124
|
status: RetrieveDatasourceStatus$inboundSchema,
|