@orq-ai/node 4.7.0-rc.30 → 4.7.0-rc.32
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 +3 -3
- package/lib/config.js +3 -3
- package/lib/config.js.map +1 -1
- package/lib/security.d.ts +1 -1
- package/lib/security.d.ts.map +1 -1
- package/lib/security.js +19 -8
- package/lib/security.js.map +1 -1
- package/models/components/reasoningpart.js +1 -1
- package/models/operations/createcontact.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/createidentity.js +1 -1
- package/models/operations/createtool.js +6 -6
- package/models/operations/getalltools.js +6 -6
- package/models/operations/getevals.js +16 -16
- package/models/operations/getv2humanevals.js +6 -6
- package/models/operations/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/getv2humanevalsid.js +6 -6
- package/models/operations/listdatasetdatapoints.js +4 -4
- package/models/operations/listdatasets.js +1 -1
- package/models/operations/listdatasources.js +1 -1
- package/models/operations/listidentities.js +1 -1
- package/models/operations/patchv2humanevalsetsid.js +2 -2
- package/models/operations/patchv2humanevalsid.js +12 -12
- package/models/operations/postv2feedbackevaluation.js +3 -3
- package/models/operations/postv2humanevals.js +12 -12
- 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/retrieveidentity.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/updateidentity.js +1 -1
- package/models/operations/updatetool.js +7 -7
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/lib/security.ts +14 -2
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/operations/createcontact.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/createidentity.ts +1 -1
- 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/getv2humanevals.ts +6 -6
- package/src/models/operations/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/getv2humanevalsid.ts +6 -6
- 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/listidentities.ts +1 -1
- package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/src/models/operations/patchv2humanevalsid.ts +12 -12
- package/src/models/operations/postv2feedbackevaluation.ts +3 -3
- package/src/models/operations/postv2humanevals.ts +12 -12
- 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/retrieveidentity.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/updateidentity.ts +1 -1
- package/src/models/operations/updatetool.ts +7 -7
|
@@ -416,8 +416,8 @@ exports.UpdateEvalResponseBodyEvalsResponse200ApplicationJson7Type$inboundSchema
|
|
|
416
416
|
exports.ResponseBodyTypescript$inboundSchema = z.object({
|
|
417
417
|
_id: z.string(),
|
|
418
418
|
description: z.string(),
|
|
419
|
-
created: z.string().default("2026-03-
|
|
420
|
-
updated: z.string().default("2026-03-
|
|
419
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
420
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
421
421
|
guardrail_config: z.union([
|
|
422
422
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
423
423
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
@@ -484,8 +484,8 @@ exports.ResponseBodyRagasMetric$inboundSchema = z.nativeEnum(exports.ResponseBod
|
|
|
484
484
|
exports.ResponseBodyRagas$inboundSchema = z.object({
|
|
485
485
|
_id: z.string(),
|
|
486
486
|
description: z.string(),
|
|
487
|
-
created: z.string().default("2026-03-
|
|
488
|
-
updated: z.string().default("2026-03-
|
|
487
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
488
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
489
489
|
guardrail_config: z.union([
|
|
490
490
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
491
491
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
@@ -825,8 +825,8 @@ function responseBodyFunctionParamsFromJSON(jsonString) {
|
|
|
825
825
|
exports.ResponseBodyFunction$inboundSchema = z.object({
|
|
826
826
|
_id: z.string(),
|
|
827
827
|
description: z.string(),
|
|
828
|
-
created: z.string().default("2026-03-
|
|
829
|
-
updated: z.string().default("2026-03-
|
|
828
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
829
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
830
830
|
guardrail_config: z.union([
|
|
831
831
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
832
832
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
@@ -924,8 +924,8 @@ exports.UpdateEvalResponseBodyEvalsResponseType$inboundSchema = z
|
|
|
924
924
|
exports.UpdateEvalResponseBodyPython$inboundSchema = z.object({
|
|
925
925
|
_id: z.string(),
|
|
926
926
|
description: z.string(),
|
|
927
|
-
created: z.string().default("2026-03-
|
|
928
|
-
updated: z.string().default("2026-03-
|
|
927
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
928
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
929
929
|
guardrail_config: z.union([
|
|
930
930
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
931
931
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
@@ -989,8 +989,8 @@ exports.UpdateEvalResponseBodyMethod$inboundSchema = z.nativeEnum(exports.Update
|
|
|
989
989
|
exports.UpdateEvalResponseBodyHTTP$inboundSchema = z.object({
|
|
990
990
|
_id: z.string(),
|
|
991
991
|
description: z.string(),
|
|
992
|
-
created: z.string().default("2026-03-
|
|
993
|
-
updated: z.string().default("2026-03-
|
|
992
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
993
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
994
994
|
guardrail_config: z.union([
|
|
995
995
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsBoolean$inboundSchema),
|
|
996
996
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsNumber$inboundSchema),
|
|
@@ -1055,8 +1055,8 @@ exports.UpdateEvalResponseBodyType$inboundSchema = z.nativeEnum(exports.UpdateEv
|
|
|
1055
1055
|
exports.UpdateEvalResponseBodyJSON$inboundSchema = z.object({
|
|
1056
1056
|
_id: z.string(),
|
|
1057
1057
|
description: z.string(),
|
|
1058
|
-
created: z.string().default("2026-03-
|
|
1059
|
-
updated: z.string().default("2026-03-
|
|
1058
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
1059
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
1060
1060
|
guardrail_config: z.union([
|
|
1061
1061
|
z.lazy(() => exports.UpdateEvalGuardrailConfigBoolean$inboundSchema),
|
|
1062
1062
|
z.lazy(() => exports.UpdateEvalGuardrailConfigNumber$inboundSchema),
|
|
@@ -1196,8 +1196,8 @@ function updateEvalLLMJuryFromJSON(jsonString) {
|
|
|
1196
1196
|
exports.UpdateEvalLlm2$inboundSchema = z.object({
|
|
1197
1197
|
_id: z.string(),
|
|
1198
1198
|
description: z.string(),
|
|
1199
|
-
created: z.string().default("2026-03-
|
|
1200
|
-
updated: z.string().default("2026-03-
|
|
1199
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
1200
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
1201
1201
|
guardrail_config: z.union([
|
|
1202
1202
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1LLMBoolean$inboundSchema),
|
|
1203
1203
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1LLMNumber$inboundSchema),
|
|
@@ -1264,8 +1264,8 @@ exports.UpdateEvalLLMType$inboundSchema = z.nativeEnum(exports.UpdateEvalLLMType
|
|
|
1264
1264
|
exports.UpdateEvalLlm1$inboundSchema = z.object({
|
|
1265
1265
|
_id: z.string(),
|
|
1266
1266
|
description: z.string(),
|
|
1267
|
-
created: z.string().default("2026-03-
|
|
1268
|
-
updated: z.string().default("2026-03-
|
|
1267
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
1268
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
1269
1269
|
guardrail_config: z.union([
|
|
1270
1270
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1Boolean$inboundSchema),
|
|
1271
1271
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1Number$inboundSchema),
|
|
@@ -83,7 +83,7 @@ exports.UpdateIdentityResponseBody$inboundSchema = z.object({
|
|
|
83
83
|
metadata: z.record(z.any()).optional(),
|
|
84
84
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
85
85
|
.optional(),
|
|
86
|
-
updated: z.string().datetime({ offset: true }).default("2026-03-
|
|
86
|
+
updated: z.string().datetime({ offset: true }).default("2026-03-31T06:51:13.157Z").transform(v => new Date(v)),
|
|
87
87
|
}).transform((v) => {
|
|
88
88
|
return (0, primitives_js_1.remap)(v, {
|
|
89
89
|
"_id": "id",
|
|
@@ -371,7 +371,7 @@ function updateToolRequestBodyToolsSchemaToJSON(updateToolRequestBodyToolsSchema
|
|
|
371
371
|
}
|
|
372
372
|
/** @internal */
|
|
373
373
|
exports.RequestBodyTools$outboundSchema = z.object({
|
|
374
|
-
id: z.string().default("
|
|
374
|
+
id: z.string().default("01KN1AJRNNZZSABYNBTJR249RH"),
|
|
375
375
|
name: z.string(),
|
|
376
376
|
description: z.string().optional(),
|
|
377
377
|
schema: z.lazy(() => exports.UpdateToolRequestBodyToolsSchema$outboundSchema),
|
|
@@ -664,7 +664,7 @@ function updateToolResponseBodyCodeToolFromJSON(jsonString) {
|
|
|
664
664
|
}
|
|
665
665
|
/** @internal */
|
|
666
666
|
exports.UpdateToolResponseBodyCodeExecutionTool$inboundSchema = z.object({
|
|
667
|
-
_id: z.string().default("
|
|
667
|
+
_id: z.string().default("tool_01KN1AJRNFMFMN1DKPK5Y1HPVY"),
|
|
668
668
|
path: z.string(),
|
|
669
669
|
key: z.string(),
|
|
670
670
|
display_name: z.string().optional(),
|
|
@@ -719,7 +719,7 @@ function updateToolResponseBodyToolsSchemaFromJSON(jsonString) {
|
|
|
719
719
|
}
|
|
720
720
|
/** @internal */
|
|
721
721
|
exports.UpdateToolResponseBodyTools$inboundSchema = z.object({
|
|
722
|
-
id: z.string().default("
|
|
722
|
+
id: z.string().default("01KN1AJRNEV9JQT3AK3MT60CNM"),
|
|
723
723
|
name: z.string(),
|
|
724
724
|
description: z.string().optional(),
|
|
725
725
|
schema: z.lazy(() => exports.UpdateToolResponseBodyToolsSchema$inboundSchema),
|
|
@@ -747,7 +747,7 @@ function updateToolResponseBodyMcpFromJSON(jsonString) {
|
|
|
747
747
|
}
|
|
748
748
|
/** @internal */
|
|
749
749
|
exports.UpdateToolResponseBodyMCPTool$inboundSchema = z.object({
|
|
750
|
-
_id: z.string().default("
|
|
750
|
+
_id: z.string().default("tool_01KN1AJRND83CV31W8SEVMWJS7"),
|
|
751
751
|
path: z.string(),
|
|
752
752
|
key: z.string(),
|
|
753
753
|
display_name: z.string().optional(),
|
|
@@ -836,7 +836,7 @@ function updateToolResponseBodyHttpFromJSON(jsonString) {
|
|
|
836
836
|
}
|
|
837
837
|
/** @internal */
|
|
838
838
|
exports.UpdateToolResponseBodyHTTPTool$inboundSchema = z.object({
|
|
839
|
-
_id: z.string().default("
|
|
839
|
+
_id: z.string().default("tool_01KN1AJRNBSDXKK52YH104CEH7"),
|
|
840
840
|
path: z.string(),
|
|
841
841
|
key: z.string(),
|
|
842
842
|
display_name: z.string().optional(),
|
|
@@ -888,7 +888,7 @@ function updateToolResponseBodyJsonSchemaFromJSON(jsonString) {
|
|
|
888
888
|
}
|
|
889
889
|
/** @internal */
|
|
890
890
|
exports.UpdateToolResponseBodyJSONSchemaTool$inboundSchema = z.object({
|
|
891
|
-
_id: z.string().default("
|
|
891
|
+
_id: z.string().default("tool_01KN1AJRNAT1XMDQ93SMQ8H18J"),
|
|
892
892
|
path: z.string(),
|
|
893
893
|
key: z.string(),
|
|
894
894
|
display_name: z.string().optional(),
|
|
@@ -944,7 +944,7 @@ function updateToolResponseBodyFunctionFromJSON(jsonString) {
|
|
|
944
944
|
}
|
|
945
945
|
/** @internal */
|
|
946
946
|
exports.UpdateToolResponseBodyFunctionTool$inboundSchema = z.object({
|
|
947
|
-
_id: z.string().default("
|
|
947
|
+
_id: z.string().default("tool_01KN1AJRN88FGDNZAMN0TR0TE1"),
|
|
948
948
|
path: z.string(),
|
|
949
949
|
key: z.string(),
|
|
950
950
|
display_name: z.string().optional(),
|
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -68,7 +68,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
68
68
|
export const SDK_METADATA = {
|
|
69
69
|
language: "typescript",
|
|
70
70
|
openapiDocVersion: "2.0",
|
|
71
|
-
sdkVersion: "4.7.0-rc.
|
|
72
|
-
genVersion: "2.
|
|
73
|
-
userAgent: "speakeasy-sdk/typescript 4.7.0-rc.
|
|
71
|
+
sdkVersion: "4.7.0-rc.32",
|
|
72
|
+
genVersion: "2.879.1",
|
|
73
|
+
userAgent: "speakeasy-sdk/typescript 4.7.0-rc.32 2.879.1 2.0 @orq-ai/node",
|
|
74
74
|
} as const;
|
package/src/lib/security.ts
CHANGED
|
@@ -240,8 +240,9 @@ function applyBearer(
|
|
|
240
240
|
|
|
241
241
|
export function resolveGlobalSecurity(
|
|
242
242
|
security: Partial<components.Security> | null | undefined,
|
|
243
|
+
allowedFields?: number[],
|
|
243
244
|
): SecurityState | null {
|
|
244
|
-
|
|
245
|
+
let inputs: SecurityInput[][] = [
|
|
245
246
|
[
|
|
246
247
|
{
|
|
247
248
|
fieldName: "Authorization",
|
|
@@ -249,7 +250,18 @@ export function resolveGlobalSecurity(
|
|
|
249
250
|
value: security?.apiKey ?? env().ORQ_API_KEY,
|
|
250
251
|
},
|
|
251
252
|
],
|
|
252
|
-
|
|
253
|
+
];
|
|
254
|
+
|
|
255
|
+
if (allowedFields) {
|
|
256
|
+
inputs = allowedFields.map((i) => {
|
|
257
|
+
if (i < 0 || i >= inputs.length) {
|
|
258
|
+
throw new RangeError(`invalid allowedFields index ${i}`);
|
|
259
|
+
}
|
|
260
|
+
return inputs[i]!;
|
|
261
|
+
});
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
return resolveSecurity(...inputs);
|
|
253
265
|
}
|
|
254
266
|
|
|
255
267
|
export async function extractSecurity<
|
|
@@ -40,7 +40,7 @@ export const ReasoningPart$inboundSchema: z.ZodType<
|
|
|
40
40
|
z.ZodTypeDef,
|
|
41
41
|
unknown
|
|
42
42
|
> = z.object({
|
|
43
|
-
_id: z.string().default("
|
|
43
|
+
_id: z.string().default("reasoning_01kn1ajr4s6b6wx6y09dk43dhx"),
|
|
44
44
|
metadata: z.record(z.any()).optional(),
|
|
45
45
|
kind: z.literal("reasoning"),
|
|
46
46
|
reasoning: z.string(),
|
|
@@ -134,7 +134,7 @@ export const CreateContactResponseBody$inboundSchema: z.ZodType<
|
|
|
134
134
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
135
135
|
.optional(),
|
|
136
136
|
updated: z.string().datetime({ offset: true }).default(
|
|
137
|
-
"2026-03-
|
|
137
|
+
"2026-03-31T06:51:13.157Z",
|
|
138
138
|
).transform(v => new Date(v)),
|
|
139
139
|
}).transform((v) => {
|
|
140
140
|
return remap$(v, {
|
|
@@ -138,7 +138,7 @@ export const CreateDatasetResponseBody$inboundSchema: z.ZodType<
|
|
|
138
138
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
139
139
|
.optional(),
|
|
140
140
|
updated: z.string().datetime({ offset: true }).default(
|
|
141
|
-
"2026-03-
|
|
141
|
+
"2026-03-31T06:51:13.157Z",
|
|
142
142
|
).transform(v => new Date(v)),
|
|
143
143
|
}).transform((v) => {
|
|
144
144
|
return remap$(v, {
|
|
@@ -2355,7 +2355,7 @@ export const Evaluations3$inboundSchema: z.ZodType<
|
|
|
2355
2355
|
),
|
|
2356
2356
|
reviewed_by_id: z.string(),
|
|
2357
2357
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2358
|
-
"2026-03-
|
|
2358
|
+
"2026-03-31T06:51:30.558Z",
|
|
2359
2359
|
).transform(v => new Date(v)),
|
|
2360
2360
|
type: z.literal("string_array"),
|
|
2361
2361
|
values: z.array(z.string()),
|
|
@@ -2400,7 +2400,7 @@ export const Evaluations2$inboundSchema: z.ZodType<
|
|
|
2400
2400
|
source: CreateDatasetItemEvaluationsSource$inboundSchema.default("orq"),
|
|
2401
2401
|
reviewed_by_id: z.string(),
|
|
2402
2402
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2403
|
-
"2026-03-
|
|
2403
|
+
"2026-03-31T06:51:30.557Z",
|
|
2404
2404
|
).transform(v => new Date(v)),
|
|
2405
2405
|
type: z.literal("number"),
|
|
2406
2406
|
value: z.number(),
|
|
@@ -2446,7 +2446,7 @@ export const Evaluations1$inboundSchema: z.ZodType<
|
|
|
2446
2446
|
source: EvaluationsSource$inboundSchema.default("orq"),
|
|
2447
2447
|
reviewed_by_id: z.string(),
|
|
2448
2448
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2449
|
-
"2026-03-
|
|
2449
|
+
"2026-03-31T06:51:30.557Z",
|
|
2450
2450
|
).transform(v => new Date(v)),
|
|
2451
2451
|
type: z.literal("string"),
|
|
2452
2452
|
value: z.string(),
|
|
@@ -2529,7 +2529,7 @@ export const CreateDatasetItemResponseBody$inboundSchema: z.ZodType<
|
|
|
2529
2529
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
2530
2530
|
.optional(),
|
|
2531
2531
|
updated: z.string().datetime({ offset: true }).default(
|
|
2532
|
-
"2026-03-
|
|
2532
|
+
"2026-03-31T06:51:13.157Z",
|
|
2533
2533
|
).transform(v => new Date(v)),
|
|
2534
2534
|
}).transform((v) => {
|
|
2535
2535
|
return remap$(v, {
|
|
@@ -403,7 +403,7 @@ export const CreateDatasourceResponseBody$inboundSchema: z.ZodType<
|
|
|
403
403
|
z.ZodTypeDef,
|
|
404
404
|
unknown
|
|
405
405
|
> = z.object({
|
|
406
|
-
_id: z.string().default("
|
|
406
|
+
_id: z.string().default("01KN1AJRSG8FMFM6J2DYTZ81FT"),
|
|
407
407
|
display_name: z.string(),
|
|
408
408
|
description: z.string().optional(),
|
|
409
409
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -2245,8 +2245,8 @@ export const Typescript$inboundSchema: z.ZodType<
|
|
|
2245
2245
|
> = z.object({
|
|
2246
2246
|
_id: z.string(),
|
|
2247
2247
|
description: z.string(),
|
|
2248
|
-
created: z.string().default("2026-03-
|
|
2249
|
-
updated: z.string().default("2026-03-
|
|
2248
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
2249
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
2250
2250
|
guardrail_config: z.union([
|
|
2251
2251
|
z.lazy(() =>
|
|
2252
2252
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema
|
|
@@ -2394,8 +2394,8 @@ export const Ragas$inboundSchema: z.ZodType<Ragas, z.ZodTypeDef, unknown> = z
|
|
|
2394
2394
|
.object({
|
|
2395
2395
|
_id: z.string(),
|
|
2396
2396
|
description: z.string(),
|
|
2397
|
-
created: z.string().default("2026-03-
|
|
2398
|
-
updated: z.string().default("2026-03-
|
|
2397
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
2398
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
2399
2399
|
guardrail_config: z.union([
|
|
2400
2400
|
z.lazy(() =>
|
|
2401
2401
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema
|
|
@@ -3184,8 +3184,8 @@ export const CreateEvalResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
3184
3184
|
> = z.object({
|
|
3185
3185
|
_id: z.string(),
|
|
3186
3186
|
description: z.string(),
|
|
3187
|
-
created: z.string().default("2026-03-
|
|
3188
|
-
updated: z.string().default("2026-03-
|
|
3187
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
3188
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
3189
3189
|
guardrail_config: z.union([
|
|
3190
3190
|
z.lazy(() =>
|
|
3191
3191
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema
|
|
@@ -3363,8 +3363,8 @@ export const ResponseBodyPython$inboundSchema: z.ZodType<
|
|
|
3363
3363
|
> = z.object({
|
|
3364
3364
|
_id: z.string(),
|
|
3365
3365
|
description: z.string(),
|
|
3366
|
-
created: z.string().default("2026-03-
|
|
3367
|
-
updated: z.string().default("2026-03-
|
|
3366
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
3367
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
3368
3368
|
guardrail_config: z.union([
|
|
3369
3369
|
z.lazy(() =>
|
|
3370
3370
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema
|
|
@@ -3504,8 +3504,8 @@ export const ResponseBodyHTTP$inboundSchema: z.ZodType<
|
|
|
3504
3504
|
> = z.object({
|
|
3505
3505
|
_id: z.string(),
|
|
3506
3506
|
description: z.string(),
|
|
3507
|
-
created: z.string().default("2026-03-
|
|
3508
|
-
updated: z.string().default("2026-03-
|
|
3507
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
3508
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
3509
3509
|
guardrail_config: z.union([
|
|
3510
3510
|
z.lazy(() =>
|
|
3511
3511
|
CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema
|
|
@@ -3641,8 +3641,8 @@ export const ResponseBodyJSON$inboundSchema: z.ZodType<
|
|
|
3641
3641
|
> = z.object({
|
|
3642
3642
|
_id: z.string(),
|
|
3643
3643
|
description: z.string(),
|
|
3644
|
-
created: z.string().default("2026-03-
|
|
3645
|
-
updated: z.string().default("2026-03-
|
|
3644
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
3645
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
3646
3646
|
guardrail_config: z.union([
|
|
3647
3647
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
3648
3648
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
@@ -3952,8 +3952,8 @@ export const CreateEvalLlm2$inboundSchema: z.ZodType<
|
|
|
3952
3952
|
> = z.object({
|
|
3953
3953
|
_id: z.string(),
|
|
3954
3954
|
description: z.string(),
|
|
3955
|
-
created: z.string().default("2026-03-
|
|
3956
|
-
updated: z.string().default("2026-03-
|
|
3955
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
3956
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
3957
3957
|
guardrail_config: z.union([
|
|
3958
3958
|
z.lazy(() =>
|
|
3959
3959
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1LLMBoolean$inboundSchema
|
|
@@ -4096,8 +4096,8 @@ export const CreateEvalLlm1$inboundSchema: z.ZodType<
|
|
|
4096
4096
|
> = z.object({
|
|
4097
4097
|
_id: z.string(),
|
|
4098
4098
|
description: z.string(),
|
|
4099
|
-
created: z.string().default("2026-03-
|
|
4100
|
-
updated: z.string().default("2026-03-
|
|
4099
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
4100
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
4101
4101
|
guardrail_config: z.union([
|
|
4102
4102
|
z.lazy(() =>
|
|
4103
4103
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1Boolean$inboundSchema
|
|
@@ -139,7 +139,7 @@ export const CreateIdentityResponseBody$inboundSchema: z.ZodType<
|
|
|
139
139
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
140
140
|
.optional(),
|
|
141
141
|
updated: z.string().datetime({ offset: true }).default(
|
|
142
|
-
"2026-03-
|
|
142
|
+
"2026-03-31T06:51:13.157Z",
|
|
143
143
|
).transform(v => new Date(v)),
|
|
144
144
|
}).transform((v) => {
|
|
145
145
|
return remap$(v, {
|
|
@@ -1899,7 +1899,7 @@ export const ResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
1899
1899
|
z.ZodTypeDef,
|
|
1900
1900
|
unknown
|
|
1901
1901
|
> = z.object({
|
|
1902
|
-
_id: z.string().default("
|
|
1902
|
+
_id: z.string().default("tool_01KN1AJRN2C30NCWW1A9CXEP51"),
|
|
1903
1903
|
path: z.string(),
|
|
1904
1904
|
key: z.string(),
|
|
1905
1905
|
display_name: z.string().optional(),
|
|
@@ -1998,7 +1998,7 @@ export const ResponseBodyTools$inboundSchema: z.ZodType<
|
|
|
1998
1998
|
z.ZodTypeDef,
|
|
1999
1999
|
unknown
|
|
2000
2000
|
> = z.object({
|
|
2001
|
-
id: z.string().default("
|
|
2001
|
+
id: z.string().default("01KN1AJRN1VAFD3R1YN1CDTRCJ"),
|
|
2002
2002
|
name: z.string(),
|
|
2003
2003
|
description: z.string().optional(),
|
|
2004
2004
|
schema: z.lazy(() => CreateToolResponseBodySchema$inboundSchema),
|
|
@@ -2052,7 +2052,7 @@ export const ResponseBodyMCPTool$inboundSchema: z.ZodType<
|
|
|
2052
2052
|
z.ZodTypeDef,
|
|
2053
2053
|
unknown
|
|
2054
2054
|
> = z.object({
|
|
2055
|
-
_id: z.string().default("
|
|
2055
|
+
_id: z.string().default("tool_01KN1AJRN0PQR2450D49A171SE"),
|
|
2056
2056
|
path: z.string(),
|
|
2057
2057
|
key: z.string(),
|
|
2058
2058
|
display_name: z.string().optional(),
|
|
@@ -2240,7 +2240,7 @@ export const ResponseBodyHTTPTool$inboundSchema: z.ZodType<
|
|
|
2240
2240
|
z.ZodTypeDef,
|
|
2241
2241
|
unknown
|
|
2242
2242
|
> = z.object({
|
|
2243
|
-
_id: z.string().default("
|
|
2243
|
+
_id: z.string().default("tool_01KN1AJRMY6R391DHQE8FW1Z5C"),
|
|
2244
2244
|
path: z.string(),
|
|
2245
2245
|
key: z.string(),
|
|
2246
2246
|
display_name: z.string().optional(),
|
|
@@ -2335,7 +2335,7 @@ export const ResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
2335
2335
|
z.ZodTypeDef,
|
|
2336
2336
|
unknown
|
|
2337
2337
|
> = z.object({
|
|
2338
|
-
_id: z.string().default("
|
|
2338
|
+
_id: z.string().default("tool_01KN1AJRMW6D7BK6B7CH6WXEKX"),
|
|
2339
2339
|
path: z.string(),
|
|
2340
2340
|
key: z.string(),
|
|
2341
2341
|
display_name: z.string().optional(),
|
|
@@ -2438,7 +2438,7 @@ export const ResponseBodyFunctionTool$inboundSchema: z.ZodType<
|
|
|
2438
2438
|
z.ZodTypeDef,
|
|
2439
2439
|
unknown
|
|
2440
2440
|
> = z.object({
|
|
2441
|
-
_id: z.string().default("
|
|
2441
|
+
_id: z.string().default("tool_01KN1AJRMVQEHHY4TGZ2A2SD0M"),
|
|
2442
2442
|
path: z.string(),
|
|
2443
2443
|
key: z.string(),
|
|
2444
2444
|
display_name: z.string().optional(),
|
|
@@ -768,7 +768,7 @@ export const DataCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
768
768
|
z.ZodTypeDef,
|
|
769
769
|
unknown
|
|
770
770
|
> = z.object({
|
|
771
|
-
_id: z.string().default("
|
|
771
|
+
_id: z.string().default("tool_01KN1AJRM94088W7PT8R55G10E"),
|
|
772
772
|
path: z.string(),
|
|
773
773
|
key: z.string(),
|
|
774
774
|
display_name: z.string().optional(),
|
|
@@ -867,7 +867,7 @@ export const DataTools$inboundSchema: z.ZodType<
|
|
|
867
867
|
z.ZodTypeDef,
|
|
868
868
|
unknown
|
|
869
869
|
> = z.object({
|
|
870
|
-
id: z.string().default("
|
|
870
|
+
id: z.string().default("01KN1AJRM9QYSG349EKN770G7J"),
|
|
871
871
|
name: z.string(),
|
|
872
872
|
description: z.string().optional(),
|
|
873
873
|
schema: z.lazy(() => GetAllToolsDataSchema$inboundSchema),
|
|
@@ -918,7 +918,7 @@ export const DataMCPTool$inboundSchema: z.ZodType<
|
|
|
918
918
|
z.ZodTypeDef,
|
|
919
919
|
unknown
|
|
920
920
|
> = z.object({
|
|
921
|
-
_id: z.string().default("
|
|
921
|
+
_id: z.string().default("tool_01KN1AJRM72Q7P9CK6CSGQ6M1T"),
|
|
922
922
|
path: z.string(),
|
|
923
923
|
key: z.string(),
|
|
924
924
|
display_name: z.string().optional(),
|
|
@@ -1105,7 +1105,7 @@ export const DataHTTPTool$inboundSchema: z.ZodType<
|
|
|
1105
1105
|
z.ZodTypeDef,
|
|
1106
1106
|
unknown
|
|
1107
1107
|
> = z.object({
|
|
1108
|
-
_id: z.string().default("
|
|
1108
|
+
_id: z.string().default("tool_01KN1AJRM583EVRRPM05PVF1WY"),
|
|
1109
1109
|
path: z.string(),
|
|
1110
1110
|
key: z.string(),
|
|
1111
1111
|
display_name: z.string().optional(),
|
|
@@ -1200,7 +1200,7 @@ export const DataJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
1200
1200
|
z.ZodTypeDef,
|
|
1201
1201
|
unknown
|
|
1202
1202
|
> = z.object({
|
|
1203
|
-
_id: z.string().default("
|
|
1203
|
+
_id: z.string().default("tool_01KN1AJRM44DHZ5XQNV9NGR8XF"),
|
|
1204
1204
|
path: z.string(),
|
|
1205
1205
|
key: z.string(),
|
|
1206
1206
|
display_name: z.string().optional(),
|
|
@@ -1304,7 +1304,7 @@ export const DataFunctionTool$inboundSchema: z.ZodType<
|
|
|
1304
1304
|
z.ZodTypeDef,
|
|
1305
1305
|
unknown
|
|
1306
1306
|
> = z.object({
|
|
1307
|
-
_id: z.string().default("
|
|
1307
|
+
_id: z.string().default("tool_01KN1AJRM2DPC8VWRRJ8EHSMFB"),
|
|
1308
1308
|
path: z.string(),
|
|
1309
1309
|
key: z.string(),
|
|
1310
1310
|
display_name: z.string().optional(),
|
|
@@ -906,8 +906,8 @@ export const DataTypescript$inboundSchema: z.ZodType<
|
|
|
906
906
|
> = z.object({
|
|
907
907
|
_id: z.string(),
|
|
908
908
|
description: z.string(),
|
|
909
|
-
created: z.string().default("2026-03-
|
|
910
|
-
updated: z.string().default("2026-03-
|
|
909
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
910
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
911
911
|
guardrail_config: z.union([
|
|
912
912
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
913
913
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
@@ -1045,8 +1045,8 @@ export const DataRagas$inboundSchema: z.ZodType<
|
|
|
1045
1045
|
> = z.object({
|
|
1046
1046
|
_id: z.string(),
|
|
1047
1047
|
description: z.string(),
|
|
1048
|
-
created: z.string().default("2026-03-
|
|
1049
|
-
updated: z.string().default("2026-03-
|
|
1048
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
1049
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
1050
1050
|
guardrail_config: z.union([
|
|
1051
1051
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
1052
1052
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
@@ -1837,8 +1837,8 @@ export const DataFunction$inboundSchema: z.ZodType<
|
|
|
1837
1837
|
> = z.object({
|
|
1838
1838
|
_id: z.string(),
|
|
1839
1839
|
description: z.string(),
|
|
1840
|
-
created: z.string().default("2026-03-
|
|
1841
|
-
updated: z.string().default("2026-03-
|
|
1840
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
1841
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
1842
1842
|
guardrail_config: z.union([
|
|
1843
1843
|
z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
1844
1844
|
z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
|
|
@@ -1988,8 +1988,8 @@ export const DataPython$inboundSchema: z.ZodType<
|
|
|
1988
1988
|
> = z.object({
|
|
1989
1989
|
_id: z.string(),
|
|
1990
1990
|
description: z.string(),
|
|
1991
|
-
created: z.string().default("2026-03-
|
|
1992
|
-
updated: z.string().default("2026-03-
|
|
1991
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
1992
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
1993
1993
|
guardrail_config: z.union([
|
|
1994
1994
|
z.lazy(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
1995
1995
|
z.lazy(() => GetEvalsGuardrailConfigNumber$inboundSchema),
|
|
@@ -2128,8 +2128,8 @@ export const DataHTTP$inboundSchema: z.ZodType<
|
|
|
2128
2128
|
> = z.object({
|
|
2129
2129
|
_id: z.string(),
|
|
2130
2130
|
description: z.string(),
|
|
2131
|
-
created: z.string().default("2026-03-
|
|
2132
|
-
updated: z.string().default("2026-03-
|
|
2131
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
2132
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
2133
2133
|
guardrail_config: z.union([
|
|
2134
2134
|
z.lazy(() =>
|
|
2135
2135
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema
|
|
@@ -2278,8 +2278,8 @@ export const DataJSON$inboundSchema: z.ZodType<
|
|
|
2278
2278
|
> = z.object({
|
|
2279
2279
|
_id: z.string(),
|
|
2280
2280
|
description: z.string(),
|
|
2281
|
-
created: z.string().default("2026-03-
|
|
2282
|
-
updated: z.string().default("2026-03-
|
|
2281
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
2282
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
2283
2283
|
guardrail_config: z.union([
|
|
2284
2284
|
z.lazy(() =>
|
|
2285
2285
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema
|
|
@@ -2584,8 +2584,8 @@ export const GetEvalsLlm2$inboundSchema: z.ZodType<
|
|
|
2584
2584
|
> = z.object({
|
|
2585
2585
|
_id: z.string(),
|
|
2586
2586
|
description: z.string(),
|
|
2587
|
-
created: z.string().default("2026-03-
|
|
2588
|
-
updated: z.string().default("2026-03-
|
|
2587
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
2588
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
2589
2589
|
guardrail_config: z.union([
|
|
2590
2590
|
z.lazy(() =>
|
|
2591
2591
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData1Boolean$inboundSchema
|
|
@@ -2728,8 +2728,8 @@ export const GetEvalsLlm1$inboundSchema: z.ZodType<
|
|
|
2728
2728
|
> = z.object({
|
|
2729
2729
|
_id: z.string(),
|
|
2730
2730
|
description: z.string(),
|
|
2731
|
-
created: z.string().default("2026-03-
|
|
2732
|
-
updated: z.string().default("2026-03-
|
|
2731
|
+
created: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
2732
|
+
updated: z.string().default("2026-03-31T06:51:15.560Z"),
|
|
2733
2733
|
guardrail_config: z.union([
|
|
2734
2734
|
z.lazy(() =>
|
|
2735
2735
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema
|
|
@@ -374,7 +374,7 @@ export const ResponseBody6$inboundSchema: z.ZodType<
|
|
|
374
374
|
> = z.object({
|
|
375
375
|
type: z.literal("text"),
|
|
376
376
|
id: z.string(),
|
|
377
|
-
key: z.string().default("
|
|
377
|
+
key: z.string().default("orq_01kn1ajs1z"),
|
|
378
378
|
display_name: z.string(),
|
|
379
379
|
description: z.string(),
|
|
380
380
|
domain_id: z.string().optional(),
|
|
@@ -440,7 +440,7 @@ export const ResponseBody5$inboundSchema: z.ZodType<
|
|
|
440
440
|
type: z.literal("single_select"),
|
|
441
441
|
options: z.array(z.lazy(() => ResponseBodyOptions$inboundSchema)),
|
|
442
442
|
id: z.string(),
|
|
443
|
-
key: z.string().default("
|
|
443
|
+
key: z.string().default("orq_01kn1ajs1y"),
|
|
444
444
|
display_name: z.string(),
|
|
445
445
|
description: z.string(),
|
|
446
446
|
domain_id: z.string().optional(),
|
|
@@ -510,7 +510,7 @@ export const ResponseBody4$inboundSchema: z.ZodType<
|
|
|
510
510
|
z.lazy(() => GetV2HumanEvalsResponseBodyOptions$inboundSchema),
|
|
511
511
|
),
|
|
512
512
|
id: z.string(),
|
|
513
|
-
key: z.string().default("
|
|
513
|
+
key: z.string().default("orq_01kn1ajs1x"),
|
|
514
514
|
display_name: z.string(),
|
|
515
515
|
description: z.string(),
|
|
516
516
|
domain_id: z.string().optional(),
|
|
@@ -568,7 +568,7 @@ export const ResponseBody3$inboundSchema: z.ZodType<
|
|
|
568
568
|
type: z.literal("range"),
|
|
569
569
|
config: z.lazy(() => ResponseBodyConfig$inboundSchema),
|
|
570
570
|
id: z.string(),
|
|
571
|
-
key: z.string().default("
|
|
571
|
+
key: z.string().default("orq_01kn1ajs1v"),
|
|
572
572
|
display_name: z.string(),
|
|
573
573
|
description: z.string(),
|
|
574
574
|
domain_id: z.string().optional(),
|
|
@@ -605,7 +605,7 @@ export const ResponseBody2$inboundSchema: z.ZodType<
|
|
|
605
605
|
> = z.object({
|
|
606
606
|
type: z.literal("correction"),
|
|
607
607
|
id: z.string(),
|
|
608
|
-
key: z.string().default("
|
|
608
|
+
key: z.string().default("orq_01kn1ajs1t"),
|
|
609
609
|
display_name: z.string(),
|
|
610
610
|
description: z.string(),
|
|
611
611
|
domain_id: z.string().optional(),
|
|
@@ -642,7 +642,7 @@ export const ResponseBody1$inboundSchema: z.ZodType<
|
|
|
642
642
|
> = z.object({
|
|
643
643
|
type: z.literal("boolean"),
|
|
644
644
|
id: z.string(),
|
|
645
|
-
key: z.string().default("
|
|
645
|
+
key: z.string().default("orq_01kn1ajs1s"),
|
|
646
646
|
display_name: z.string(),
|
|
647
647
|
description: z.string(),
|
|
648
648
|
domain_id: z.string().optional(),
|