@orq-ai/node 4.0.0-rc.45 → 4.0.0-rc.48
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 +764 -1540
- package/bin/mcp-server.js.map +58 -58
- package/docs/sdks/agents/README.md +4 -6
- package/examples/package-lock.json +1 -1
- package/funcs/agentsDuplicate.d.ts +1 -1
- package/funcs/agentsDuplicate.js +5 -4
- package/funcs/agentsDuplicate.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/mcp-server/tools/agentsDuplicate.js +1 -1
- package/mcp-server/tools/agentsDuplicate.js.map +1 -1
- package/models/operations/createagent.d.ts +90 -10
- package/models/operations/createagent.d.ts.map +1 -1
- package/models/operations/createagent.js +87 -20
- package/models/operations/createagent.js.map +1 -1
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.d.ts +106 -106
- package/models/operations/createeval.d.ts.map +1 -1
- package/models/operations/createeval.js +242 -234
- package/models/operations/createeval.js.map +1 -1
- package/models/operations/creatememorystore.d.ts +10 -391
- package/models/operations/creatememorystore.d.ts.map +1 -1
- package/models/operations/creatememorystore.js +5 -565
- package/models/operations/creatememorystore.js.map +1 -1
- package/models/operations/createprompt.d.ts +40 -0
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +33 -7
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createtool.js +12 -12
- package/models/operations/deploymentgetconfig.d.ts +20 -0
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +22 -8
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deployments.d.ts +20 -0
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +16 -3
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/duplicateagent.d.ts +66 -3
- package/models/operations/duplicateagent.d.ts.map +1 -1
- package/models/operations/duplicateagent.js +77 -5
- package/models/operations/duplicateagent.js.map +1 -1
- package/models/operations/duplicatetool.js +12 -12
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getagent.d.ts +40 -0
- package/models/operations/getagent.d.ts.map +1 -1
- package/models/operations/getagent.js +36 -3
- package/models/operations/getagent.js.map +1 -1
- package/models/operations/getallmemorystores.d.ts +5 -195
- package/models/operations/getallmemorystores.d.ts.map +1 -1
- package/models/operations/getallmemorystores.js +3 -273
- package/models/operations/getallmemorystores.js.map +1 -1
- package/models/operations/getallprompts.d.ts +20 -0
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +16 -3
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getalltools.js +12 -12
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/getoneprompt.d.ts +20 -0
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +16 -3
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +20 -0
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +16 -2
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/listagents.d.ts +40 -0
- package/models/operations/listagents.d.ts.map +1 -1
- package/models/operations/listagents.js +37 -4
- package/models/operations/listagents.js.map +1 -1
- package/models/operations/listbudgets.js +2 -2
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +8 -8
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.d.ts +5 -5
- package/models/operations/listdatasources.d.ts.map +1 -1
- package/models/operations/listdatasources.js +4 -4
- package/models/operations/listdatasources.js.map +1 -1
- package/models/operations/listpromptversions.d.ts +20 -0
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +16 -3
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievememorystore.d.ts +5 -196
- package/models/operations/retrievememorystore.d.ts.map +1 -1
- package/models/operations/retrievememorystore.js +3 -273
- package/models/operations/retrievememorystore.js.map +1 -1
- package/models/operations/retrievetool.js +12 -12
- package/models/operations/runagent.d.ts +40 -0
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +45 -10
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +40 -0
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +44 -9
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/syncmcptool.js +12 -12
- package/models/operations/updateagent.d.ts +80 -0
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +73 -8
- package/models/operations/updateagent.js.map +1 -1
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +8 -8
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/updatememorystore.d.ts +5 -195
- package/models/operations/updatememorystore.d.ts.map +1 -1
- package/models/operations/updatememorystore.js +3 -290
- package/models/operations/updatememorystore.js.map +1 -1
- package/models/operations/updateprompt.d.ts +40 -0
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +33 -7
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.js +14 -14
- package/package.json +1 -1
- package/sdk/agents.d.ts +1 -1
- package/sdk/agents.js +1 -1
- package/src/funcs/agentsDuplicate.ts +6 -5
- 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/mcp-server/tools/agentsDuplicate.ts +1 -1
- package/src/models/operations/createagent.ts +170 -43
- package/src/models/operations/createbudget.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +423 -524
- package/src/models/operations/creatememorystore.ts +14 -1094
- package/src/models/operations/createprompt.ts +60 -0
- package/src/models/operations/createtool.ts +12 -12
- package/src/models/operations/deploymentgetconfig.ts +30 -0
- package/src/models/operations/deployments.ts +30 -0
- package/src/models/operations/duplicateagent.ts +153 -5
- package/src/models/operations/duplicatetool.ts +12 -12
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getagent.ts +65 -0
- package/src/models/operations/getallmemorystores.ts +7 -595
- package/src/models/operations/getallprompts.ts +30 -0
- package/src/models/operations/getalltools.ts +12 -12
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/getoneprompt.ts +30 -0
- package/src/models/operations/getpromptversion.ts +30 -0
- package/src/models/operations/listagents.ts +68 -0
- package/src/models/operations/listbudgets.ts +2 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +9 -9
- package/src/models/operations/listpromptversions.ts +30 -0
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievememorystore.ts +7 -596
- package/src/models/operations/retrievetool.ts +12 -12
- package/src/models/operations/runagent.ts +71 -2
- package/src/models/operations/streamrunagent.ts +76 -2
- package/src/models/operations/syncmcptool.ts +12 -12
- package/src/models/operations/updateagent.ts +141 -0
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +8 -8
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +28 -28
- package/src/models/operations/updatememorystore.ts +7 -527
- package/src/models/operations/updateprompt.ts +60 -0
- package/src/models/operations/updatetool.ts +14 -14
- package/src/sdk/agents.ts +1 -1
|
@@ -1849,7 +1849,7 @@ exports.Evaluations3$inboundSchema = z.object({
|
|
|
1849
1849
|
human_review_id: z.string(),
|
|
1850
1850
|
source: exports.CreateDatasetItemEvaluationsSource$inboundSchema.default("orq"),
|
|
1851
1851
|
reviewed_by_id: z.string(),
|
|
1852
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-
|
|
1852
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-19T09:05:00.243Z").transform(v => new Date(v)),
|
|
1853
1853
|
type: exports.CreateDatasetItemEvaluationsDatasetsType$inboundSchema,
|
|
1854
1854
|
values: z.array(z.string()),
|
|
1855
1855
|
}).transform((v) => {
|
|
@@ -1867,7 +1867,7 @@ exports.Evaluations3$outboundSchema = z.object({
|
|
|
1867
1867
|
humanReviewId: z.string(),
|
|
1868
1868
|
source: exports.CreateDatasetItemEvaluationsSource$outboundSchema.default("orq"),
|
|
1869
1869
|
reviewedById: z.string(),
|
|
1870
|
-
reviewedAt: z.date().default(() => new Date("2025-11-
|
|
1870
|
+
reviewedAt: z.date().default(() => new Date("2025-11-19T09:05:00.243Z"))
|
|
1871
1871
|
.transform(v => v.toISOString()),
|
|
1872
1872
|
type: exports.CreateDatasetItemEvaluationsDatasetsType$outboundSchema,
|
|
1873
1873
|
values: z.array(z.string()),
|
|
@@ -1904,7 +1904,7 @@ exports.Evaluations2$inboundSchema = z.object({
|
|
|
1904
1904
|
human_review_id: z.string(),
|
|
1905
1905
|
source: exports.EvaluationsSource$inboundSchema.default("orq"),
|
|
1906
1906
|
reviewed_by_id: z.string(),
|
|
1907
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-
|
|
1907
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-19T09:05:00.242Z").transform(v => new Date(v)),
|
|
1908
1908
|
type: exports.CreateDatasetItemEvaluationsType$inboundSchema,
|
|
1909
1909
|
value: z.number(),
|
|
1910
1910
|
}).transform((v) => {
|
|
@@ -1922,7 +1922,7 @@ exports.Evaluations2$outboundSchema = z.object({
|
|
|
1922
1922
|
humanReviewId: z.string(),
|
|
1923
1923
|
source: exports.EvaluationsSource$outboundSchema.default("orq"),
|
|
1924
1924
|
reviewedById: z.string(),
|
|
1925
|
-
reviewedAt: z.date().default(() => new Date("2025-11-
|
|
1925
|
+
reviewedAt: z.date().default(() => new Date("2025-11-19T09:05:00.242Z"))
|
|
1926
1926
|
.transform(v => v.toISOString()),
|
|
1927
1927
|
type: exports.CreateDatasetItemEvaluationsType$outboundSchema,
|
|
1928
1928
|
value: z.number(),
|
|
@@ -1960,7 +1960,7 @@ exports.Evaluations1$inboundSchema = z.object({
|
|
|
1960
1960
|
human_review_id: z.string(),
|
|
1961
1961
|
source: exports.Source$inboundSchema.default("orq"),
|
|
1962
1962
|
reviewed_by_id: z.string(),
|
|
1963
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-
|
|
1963
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-19T09:05:00.241Z").transform(v => new Date(v)),
|
|
1964
1964
|
type: exports.EvaluationsType$inboundSchema,
|
|
1965
1965
|
value: z.string(),
|
|
1966
1966
|
}).transform((v) => {
|
|
@@ -1978,7 +1978,7 @@ exports.Evaluations1$outboundSchema = z.object({
|
|
|
1978
1978
|
humanReviewId: z.string(),
|
|
1979
1979
|
source: exports.Source$outboundSchema.default("orq"),
|
|
1980
1980
|
reviewedById: z.string(),
|
|
1981
|
-
reviewedAt: z.date().default(() => new Date("2025-11-
|
|
1981
|
+
reviewedAt: z.date().default(() => new Date("2025-11-19T09:05:00.241Z"))
|
|
1982
1982
|
.transform(v => v.toISOString()),
|
|
1983
1983
|
type: exports.EvaluationsType$outboundSchema,
|
|
1984
1984
|
value: z.string(),
|
|
@@ -2038,7 +2038,7 @@ exports.CreateDatasetItemResponseBody$inboundSchema = z.object({
|
|
|
2038
2038
|
updated_by_id: z.string().optional(),
|
|
2039
2039
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
2040
2040
|
.optional(),
|
|
2041
|
-
updated: z.string().datetime({ offset: true }).default("2025-11-
|
|
2041
|
+
updated: z.string().datetime({ offset: true }).default("2025-11-19T09:04:48.852Z").transform(v => new Date(v)),
|
|
2042
2042
|
}).transform((v) => {
|
|
2043
2043
|
return (0, primitives_js_1.remap)(v, {
|
|
2044
2044
|
"_id": "id",
|
|
@@ -2073,7 +2073,7 @@ exports.CreateDatasetItemResponseBody$outboundSchema = z.object({
|
|
|
2073
2073
|
createdById: z.string().optional(),
|
|
2074
2074
|
updatedById: z.string().optional(),
|
|
2075
2075
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
2076
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
2076
|
+
updated: z.date().default(() => new Date("2025-11-19T09:04:48.852Z"))
|
|
2077
2077
|
.transform(v => v.toISOString()),
|
|
2078
2078
|
}).transform((v) => {
|
|
2079
2079
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -282,7 +282,7 @@ exports.CreateDatasourceStatus$inboundSchema = z.nativeEnum(exports.CreateDataso
|
|
|
282
282
|
exports.CreateDatasourceStatus$outboundSchema = exports.CreateDatasourceStatus$inboundSchema;
|
|
283
283
|
/** @internal */
|
|
284
284
|
exports.CreateDatasourceResponseBody$inboundSchema = z.object({
|
|
285
|
-
_id: z.string().default("
|
|
285
|
+
_id: z.string().default("01KADNRAQ8933J9XAN2CN7YFST"),
|
|
286
286
|
display_name: z.string(),
|
|
287
287
|
description: z.string().optional(),
|
|
288
288
|
status: exports.CreateDatasourceStatus$inboundSchema,
|
|
@@ -306,7 +306,7 @@ exports.CreateDatasourceResponseBody$inboundSchema = z.object({
|
|
|
306
306
|
});
|
|
307
307
|
/** @internal */
|
|
308
308
|
exports.CreateDatasourceResponseBody$outboundSchema = z.object({
|
|
309
|
-
id: z.string().default("
|
|
309
|
+
id: z.string().default("01KADNRAQ8933J9XAN2CN7YFST"),
|
|
310
310
|
displayName: z.string(),
|
|
311
311
|
description: z.string().optional(),
|
|
312
312
|
status: exports.CreateDatasourceStatus$outboundSchema,
|
|
@@ -486,63 +486,63 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
486
486
|
readonly CosineSimilarity: "cosine_similarity";
|
|
487
487
|
};
|
|
488
488
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type>;
|
|
489
|
-
export type
|
|
489
|
+
export type TwentyThree = {
|
|
490
490
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type;
|
|
491
491
|
};
|
|
492
492
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type: {
|
|
493
493
|
readonly MeteorScore: "meteor_score";
|
|
494
494
|
};
|
|
495
495
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type>;
|
|
496
|
-
export type
|
|
496
|
+
export type TwentyTwo = {
|
|
497
497
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type;
|
|
498
498
|
};
|
|
499
499
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type: {
|
|
500
500
|
readonly RougeN: "rouge_n";
|
|
501
501
|
};
|
|
502
502
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type>;
|
|
503
|
-
export type
|
|
503
|
+
export type TwentyOne = {
|
|
504
504
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type;
|
|
505
505
|
};
|
|
506
506
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type: {
|
|
507
507
|
readonly BleuScore: "bleu_score";
|
|
508
508
|
};
|
|
509
509
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type>;
|
|
510
|
-
export type
|
|
510
|
+
export type Twenty = {
|
|
511
511
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type;
|
|
512
512
|
};
|
|
513
513
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type: {
|
|
514
514
|
readonly BertScore: "bert_score";
|
|
515
515
|
};
|
|
516
516
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type>;
|
|
517
|
-
export type
|
|
517
|
+
export type Nineteen = {
|
|
518
518
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type;
|
|
519
519
|
};
|
|
520
520
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type: {
|
|
521
521
|
readonly ModerationsGoogle: "moderations_google";
|
|
522
522
|
};
|
|
523
523
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type>;
|
|
524
|
-
export type
|
|
524
|
+
export type Eighteen = {
|
|
525
525
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type;
|
|
526
526
|
};
|
|
527
527
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type: {
|
|
528
528
|
readonly ModerationsOpenai: "moderations_openai";
|
|
529
529
|
};
|
|
530
530
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type>;
|
|
531
|
-
export type
|
|
531
|
+
export type Seventeen = {
|
|
532
532
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type;
|
|
533
533
|
};
|
|
534
534
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type: {
|
|
535
535
|
readonly IsValidJson: "is_valid_json";
|
|
536
536
|
};
|
|
537
537
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type>;
|
|
538
|
-
export type
|
|
538
|
+
export type Sixteen = {
|
|
539
539
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type;
|
|
540
540
|
};
|
|
541
541
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type: {
|
|
542
542
|
readonly Regex: "regex";
|
|
543
543
|
};
|
|
544
544
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type>;
|
|
545
|
-
export type
|
|
545
|
+
export type Fifteen = {
|
|
546
546
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type;
|
|
547
547
|
pattern: string;
|
|
548
548
|
};
|
|
@@ -550,14 +550,14 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
550
550
|
readonly OneLine: "one_line";
|
|
551
551
|
};
|
|
552
552
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type>;
|
|
553
|
-
export type
|
|
553
|
+
export type Fourteen = {
|
|
554
554
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type;
|
|
555
555
|
};
|
|
556
556
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type: {
|
|
557
557
|
readonly LengthGreaterThan: "length_greater_than";
|
|
558
558
|
};
|
|
559
559
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type>;
|
|
560
|
-
export type
|
|
560
|
+
export type Thirteen = {
|
|
561
561
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type;
|
|
562
562
|
value: number;
|
|
563
563
|
};
|
|
@@ -565,7 +565,7 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
565
565
|
readonly LengthBetween: "length_between";
|
|
566
566
|
};
|
|
567
567
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type>;
|
|
568
|
-
export type
|
|
568
|
+
export type Twelve = {
|
|
569
569
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type;
|
|
570
570
|
min: number;
|
|
571
571
|
max: number;
|
|
@@ -574,7 +574,7 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
574
574
|
readonly LengthLessThan: "length_less_than";
|
|
575
575
|
};
|
|
576
576
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type>;
|
|
577
|
-
export type
|
|
577
|
+
export type Eleven = {
|
|
578
578
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type;
|
|
579
579
|
value: number;
|
|
580
580
|
};
|
|
@@ -582,14 +582,14 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
582
582
|
readonly ExactMatch: "exact_match";
|
|
583
583
|
};
|
|
584
584
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type>;
|
|
585
|
-
export type
|
|
585
|
+
export type Ten = {
|
|
586
586
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type;
|
|
587
587
|
};
|
|
588
588
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type: {
|
|
589
589
|
readonly EndsWith: "ends_with";
|
|
590
590
|
};
|
|
591
591
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type>;
|
|
592
|
-
export type
|
|
592
|
+
export type Nine = {
|
|
593
593
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type;
|
|
594
594
|
value: string;
|
|
595
595
|
};
|
|
@@ -597,7 +597,7 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
597
597
|
readonly StartWith: "start_with";
|
|
598
598
|
};
|
|
599
599
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type>;
|
|
600
|
-
export type
|
|
600
|
+
export type Eight = {
|
|
601
601
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type;
|
|
602
602
|
value: string;
|
|
603
603
|
};
|
|
@@ -605,7 +605,7 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
605
605
|
readonly ContainsValidLink: "contains_valid_link";
|
|
606
606
|
};
|
|
607
607
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType>;
|
|
608
|
-
export type
|
|
608
|
+
export type Seven = {
|
|
609
609
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType;
|
|
610
610
|
};
|
|
611
611
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType: {
|
|
@@ -654,7 +654,7 @@ export type CreateEvalFunctionParams1 = {
|
|
|
654
654
|
type: FunctionParamsType;
|
|
655
655
|
value: string;
|
|
656
656
|
};
|
|
657
|
-
export type FunctionParams =
|
|
657
|
+
export type FunctionParams = Twelve | CreateEvalFunctionParams1 | CreateEvalFunctionParams2 | CreateEvalFunctionParams3 | CreateEvalFunctionParams4 | Eight | Nine | Eleven | Thirteen | Fifteen | TwentyFive | TwentySix | CreateEvalFunctionParams5 | CreateEvalFunctionParams6 | Seven | Ten | Fourteen | Sixteen | Seventeen | Eighteen | Nineteen | Twenty | TwentyOne | TwentyTwo | TwentyThree | TwentyFour | TwentySeven | TwentyEight | TwentyNine | Thirty | ThirtyOne | ThirtyTwo | ThirtyThree | ThirtyFour | ThirtyFive;
|
|
658
658
|
export type CreateEvalResponseBodyFunction = {
|
|
659
659
|
id: string;
|
|
660
660
|
description: string;
|
|
@@ -662,7 +662,7 @@ export type CreateEvalResponseBodyFunction = {
|
|
|
662
662
|
updated?: string | undefined;
|
|
663
663
|
guardrailConfig?: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number | CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean | undefined;
|
|
664
664
|
type: CreateEvalResponseBodyEvalsResponse200Type;
|
|
665
|
-
functionParams:
|
|
665
|
+
functionParams: Twelve | CreateEvalFunctionParams1 | CreateEvalFunctionParams2 | CreateEvalFunctionParams3 | CreateEvalFunctionParams4 | Eight | Nine | Eleven | Thirteen | Fifteen | TwentyFive | TwentySix | CreateEvalFunctionParams5 | CreateEvalFunctionParams6 | Seven | Ten | Fourteen | Sixteen | Seventeen | Eighteen | Nineteen | Twenty | TwentyOne | TwentyTwo | TwentyThree | TwentyFour | TwentySeven | TwentyEight | TwentyNine | Thirty | ThirtyOne | ThirtyTwo | ThirtyThree | ThirtyFour | ThirtyFive;
|
|
666
666
|
key: string;
|
|
667
667
|
};
|
|
668
668
|
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody42Type: {
|
|
@@ -1511,246 +1511,246 @@ export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResp
|
|
|
1511
1511
|
/** @internal */
|
|
1512
1512
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type>;
|
|
1513
1513
|
/** @internal */
|
|
1514
|
-
export declare const
|
|
1514
|
+
export declare const TwentyThree$inboundSchema: z.ZodType<TwentyThree, z.ZodTypeDef, unknown>;
|
|
1515
1515
|
/** @internal */
|
|
1516
|
-
export type
|
|
1516
|
+
export type TwentyThree$Outbound = {
|
|
1517
1517
|
type: string;
|
|
1518
1518
|
};
|
|
1519
1519
|
/** @internal */
|
|
1520
|
-
export declare const
|
|
1521
|
-
export declare function
|
|
1522
|
-
export declare function
|
|
1520
|
+
export declare const TwentyThree$outboundSchema: z.ZodType<TwentyThree$Outbound, z.ZodTypeDef, TwentyThree>;
|
|
1521
|
+
export declare function twentyThreeToJSON(twentyThree: TwentyThree): string;
|
|
1522
|
+
export declare function twentyThreeFromJSON(jsonString: string): SafeParseResult<TwentyThree, SDKValidationError>;
|
|
1523
1523
|
/** @internal */
|
|
1524
1524
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type>;
|
|
1525
1525
|
/** @internal */
|
|
1526
1526
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type>;
|
|
1527
1527
|
/** @internal */
|
|
1528
|
-
export declare const
|
|
1528
|
+
export declare const TwentyTwo$inboundSchema: z.ZodType<TwentyTwo, z.ZodTypeDef, unknown>;
|
|
1529
1529
|
/** @internal */
|
|
1530
|
-
export type
|
|
1530
|
+
export type TwentyTwo$Outbound = {
|
|
1531
1531
|
type: string;
|
|
1532
1532
|
};
|
|
1533
1533
|
/** @internal */
|
|
1534
|
-
export declare const
|
|
1535
|
-
export declare function
|
|
1536
|
-
export declare function
|
|
1534
|
+
export declare const TwentyTwo$outboundSchema: z.ZodType<TwentyTwo$Outbound, z.ZodTypeDef, TwentyTwo>;
|
|
1535
|
+
export declare function twentyTwoToJSON(twentyTwo: TwentyTwo): string;
|
|
1536
|
+
export declare function twentyTwoFromJSON(jsonString: string): SafeParseResult<TwentyTwo, SDKValidationError>;
|
|
1537
1537
|
/** @internal */
|
|
1538
1538
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type>;
|
|
1539
1539
|
/** @internal */
|
|
1540
1540
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type>;
|
|
1541
1541
|
/** @internal */
|
|
1542
|
-
export declare const
|
|
1542
|
+
export declare const TwentyOne$inboundSchema: z.ZodType<TwentyOne, z.ZodTypeDef, unknown>;
|
|
1543
1543
|
/** @internal */
|
|
1544
|
-
export type
|
|
1544
|
+
export type TwentyOne$Outbound = {
|
|
1545
1545
|
type: string;
|
|
1546
1546
|
};
|
|
1547
1547
|
/** @internal */
|
|
1548
|
-
export declare const
|
|
1549
|
-
export declare function
|
|
1550
|
-
export declare function
|
|
1548
|
+
export declare const TwentyOne$outboundSchema: z.ZodType<TwentyOne$Outbound, z.ZodTypeDef, TwentyOne>;
|
|
1549
|
+
export declare function twentyOneToJSON(twentyOne: TwentyOne): string;
|
|
1550
|
+
export declare function twentyOneFromJSON(jsonString: string): SafeParseResult<TwentyOne, SDKValidationError>;
|
|
1551
1551
|
/** @internal */
|
|
1552
1552
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type>;
|
|
1553
1553
|
/** @internal */
|
|
1554
1554
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type>;
|
|
1555
1555
|
/** @internal */
|
|
1556
|
-
export declare const
|
|
1556
|
+
export declare const Twenty$inboundSchema: z.ZodType<Twenty, z.ZodTypeDef, unknown>;
|
|
1557
1557
|
/** @internal */
|
|
1558
|
-
export type
|
|
1558
|
+
export type Twenty$Outbound = {
|
|
1559
1559
|
type: string;
|
|
1560
1560
|
};
|
|
1561
1561
|
/** @internal */
|
|
1562
|
-
export declare const
|
|
1563
|
-
export declare function
|
|
1564
|
-
export declare function
|
|
1562
|
+
export declare const Twenty$outboundSchema: z.ZodType<Twenty$Outbound, z.ZodTypeDef, Twenty>;
|
|
1563
|
+
export declare function twentyToJSON(twenty: Twenty): string;
|
|
1564
|
+
export declare function twentyFromJSON(jsonString: string): SafeParseResult<Twenty, SDKValidationError>;
|
|
1565
1565
|
/** @internal */
|
|
1566
1566
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type>;
|
|
1567
1567
|
/** @internal */
|
|
1568
1568
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type>;
|
|
1569
1569
|
/** @internal */
|
|
1570
|
-
export declare const
|
|
1570
|
+
export declare const Nineteen$inboundSchema: z.ZodType<Nineteen, z.ZodTypeDef, unknown>;
|
|
1571
1571
|
/** @internal */
|
|
1572
|
-
export type
|
|
1572
|
+
export type Nineteen$Outbound = {
|
|
1573
1573
|
type: string;
|
|
1574
1574
|
};
|
|
1575
1575
|
/** @internal */
|
|
1576
|
-
export declare const
|
|
1577
|
-
export declare function
|
|
1578
|
-
export declare function
|
|
1576
|
+
export declare const Nineteen$outboundSchema: z.ZodType<Nineteen$Outbound, z.ZodTypeDef, Nineteen>;
|
|
1577
|
+
export declare function nineteenToJSON(nineteen: Nineteen): string;
|
|
1578
|
+
export declare function nineteenFromJSON(jsonString: string): SafeParseResult<Nineteen, SDKValidationError>;
|
|
1579
1579
|
/** @internal */
|
|
1580
1580
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type>;
|
|
1581
1581
|
/** @internal */
|
|
1582
1582
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type>;
|
|
1583
1583
|
/** @internal */
|
|
1584
|
-
export declare const
|
|
1584
|
+
export declare const Eighteen$inboundSchema: z.ZodType<Eighteen, z.ZodTypeDef, unknown>;
|
|
1585
1585
|
/** @internal */
|
|
1586
|
-
export type
|
|
1586
|
+
export type Eighteen$Outbound = {
|
|
1587
1587
|
type: string;
|
|
1588
1588
|
};
|
|
1589
1589
|
/** @internal */
|
|
1590
|
-
export declare const
|
|
1591
|
-
export declare function
|
|
1592
|
-
export declare function
|
|
1590
|
+
export declare const Eighteen$outboundSchema: z.ZodType<Eighteen$Outbound, z.ZodTypeDef, Eighteen>;
|
|
1591
|
+
export declare function eighteenToJSON(eighteen: Eighteen): string;
|
|
1592
|
+
export declare function eighteenFromJSON(jsonString: string): SafeParseResult<Eighteen, SDKValidationError>;
|
|
1593
1593
|
/** @internal */
|
|
1594
1594
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type>;
|
|
1595
1595
|
/** @internal */
|
|
1596
1596
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type>;
|
|
1597
1597
|
/** @internal */
|
|
1598
|
-
export declare const
|
|
1598
|
+
export declare const Seventeen$inboundSchema: z.ZodType<Seventeen, z.ZodTypeDef, unknown>;
|
|
1599
1599
|
/** @internal */
|
|
1600
|
-
export type
|
|
1600
|
+
export type Seventeen$Outbound = {
|
|
1601
1601
|
type: string;
|
|
1602
1602
|
};
|
|
1603
1603
|
/** @internal */
|
|
1604
|
-
export declare const
|
|
1605
|
-
export declare function
|
|
1606
|
-
export declare function
|
|
1604
|
+
export declare const Seventeen$outboundSchema: z.ZodType<Seventeen$Outbound, z.ZodTypeDef, Seventeen>;
|
|
1605
|
+
export declare function seventeenToJSON(seventeen: Seventeen): string;
|
|
1606
|
+
export declare function seventeenFromJSON(jsonString: string): SafeParseResult<Seventeen, SDKValidationError>;
|
|
1607
1607
|
/** @internal */
|
|
1608
1608
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type>;
|
|
1609
1609
|
/** @internal */
|
|
1610
1610
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type>;
|
|
1611
1611
|
/** @internal */
|
|
1612
|
-
export declare const
|
|
1612
|
+
export declare const Sixteen$inboundSchema: z.ZodType<Sixteen, z.ZodTypeDef, unknown>;
|
|
1613
1613
|
/** @internal */
|
|
1614
|
-
export type
|
|
1614
|
+
export type Sixteen$Outbound = {
|
|
1615
1615
|
type: string;
|
|
1616
1616
|
};
|
|
1617
1617
|
/** @internal */
|
|
1618
|
-
export declare const
|
|
1619
|
-
export declare function
|
|
1620
|
-
export declare function
|
|
1618
|
+
export declare const Sixteen$outboundSchema: z.ZodType<Sixteen$Outbound, z.ZodTypeDef, Sixteen>;
|
|
1619
|
+
export declare function sixteenToJSON(sixteen: Sixteen): string;
|
|
1620
|
+
export declare function sixteenFromJSON(jsonString: string): SafeParseResult<Sixteen, SDKValidationError>;
|
|
1621
1621
|
/** @internal */
|
|
1622
1622
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type>;
|
|
1623
1623
|
/** @internal */
|
|
1624
1624
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type>;
|
|
1625
1625
|
/** @internal */
|
|
1626
|
-
export declare const
|
|
1626
|
+
export declare const Fifteen$inboundSchema: z.ZodType<Fifteen, z.ZodTypeDef, unknown>;
|
|
1627
1627
|
/** @internal */
|
|
1628
|
-
export type
|
|
1628
|
+
export type Fifteen$Outbound = {
|
|
1629
1629
|
type: string;
|
|
1630
1630
|
pattern: string;
|
|
1631
1631
|
};
|
|
1632
1632
|
/** @internal */
|
|
1633
|
-
export declare const
|
|
1634
|
-
export declare function
|
|
1635
|
-
export declare function
|
|
1633
|
+
export declare const Fifteen$outboundSchema: z.ZodType<Fifteen$Outbound, z.ZodTypeDef, Fifteen>;
|
|
1634
|
+
export declare function fifteenToJSON(fifteen: Fifteen): string;
|
|
1635
|
+
export declare function fifteenFromJSON(jsonString: string): SafeParseResult<Fifteen, SDKValidationError>;
|
|
1636
1636
|
/** @internal */
|
|
1637
1637
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type>;
|
|
1638
1638
|
/** @internal */
|
|
1639
1639
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type>;
|
|
1640
1640
|
/** @internal */
|
|
1641
|
-
export declare const
|
|
1641
|
+
export declare const Fourteen$inboundSchema: z.ZodType<Fourteen, z.ZodTypeDef, unknown>;
|
|
1642
1642
|
/** @internal */
|
|
1643
|
-
export type
|
|
1643
|
+
export type Fourteen$Outbound = {
|
|
1644
1644
|
type: string;
|
|
1645
1645
|
};
|
|
1646
1646
|
/** @internal */
|
|
1647
|
-
export declare const
|
|
1648
|
-
export declare function
|
|
1649
|
-
export declare function
|
|
1647
|
+
export declare const Fourteen$outboundSchema: z.ZodType<Fourteen$Outbound, z.ZodTypeDef, Fourteen>;
|
|
1648
|
+
export declare function fourteenToJSON(fourteen: Fourteen): string;
|
|
1649
|
+
export declare function fourteenFromJSON(jsonString: string): SafeParseResult<Fourteen, SDKValidationError>;
|
|
1650
1650
|
/** @internal */
|
|
1651
1651
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type>;
|
|
1652
1652
|
/** @internal */
|
|
1653
1653
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type>;
|
|
1654
1654
|
/** @internal */
|
|
1655
|
-
export declare const
|
|
1655
|
+
export declare const Thirteen$inboundSchema: z.ZodType<Thirteen, z.ZodTypeDef, unknown>;
|
|
1656
1656
|
/** @internal */
|
|
1657
|
-
export type
|
|
1657
|
+
export type Thirteen$Outbound = {
|
|
1658
1658
|
type: string;
|
|
1659
1659
|
value: number;
|
|
1660
1660
|
};
|
|
1661
1661
|
/** @internal */
|
|
1662
|
-
export declare const
|
|
1663
|
-
export declare function
|
|
1664
|
-
export declare function
|
|
1662
|
+
export declare const Thirteen$outboundSchema: z.ZodType<Thirteen$Outbound, z.ZodTypeDef, Thirteen>;
|
|
1663
|
+
export declare function thirteenToJSON(thirteen: Thirteen): string;
|
|
1664
|
+
export declare function thirteenFromJSON(jsonString: string): SafeParseResult<Thirteen, SDKValidationError>;
|
|
1665
1665
|
/** @internal */
|
|
1666
1666
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type>;
|
|
1667
1667
|
/** @internal */
|
|
1668
1668
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type>;
|
|
1669
1669
|
/** @internal */
|
|
1670
|
-
export declare const
|
|
1670
|
+
export declare const Twelve$inboundSchema: z.ZodType<Twelve, z.ZodTypeDef, unknown>;
|
|
1671
1671
|
/** @internal */
|
|
1672
|
-
export type
|
|
1672
|
+
export type Twelve$Outbound = {
|
|
1673
1673
|
type: string;
|
|
1674
1674
|
min: number;
|
|
1675
1675
|
max: number;
|
|
1676
1676
|
};
|
|
1677
1677
|
/** @internal */
|
|
1678
|
-
export declare const
|
|
1679
|
-
export declare function
|
|
1680
|
-
export declare function
|
|
1678
|
+
export declare const Twelve$outboundSchema: z.ZodType<Twelve$Outbound, z.ZodTypeDef, Twelve>;
|
|
1679
|
+
export declare function twelveToJSON(twelve: Twelve): string;
|
|
1680
|
+
export declare function twelveFromJSON(jsonString: string): SafeParseResult<Twelve, SDKValidationError>;
|
|
1681
1681
|
/** @internal */
|
|
1682
1682
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type>;
|
|
1683
1683
|
/** @internal */
|
|
1684
1684
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type>;
|
|
1685
1685
|
/** @internal */
|
|
1686
|
-
export declare const
|
|
1686
|
+
export declare const Eleven$inboundSchema: z.ZodType<Eleven, z.ZodTypeDef, unknown>;
|
|
1687
1687
|
/** @internal */
|
|
1688
|
-
export type
|
|
1688
|
+
export type Eleven$Outbound = {
|
|
1689
1689
|
type: string;
|
|
1690
1690
|
value: number;
|
|
1691
1691
|
};
|
|
1692
1692
|
/** @internal */
|
|
1693
|
-
export declare const
|
|
1694
|
-
export declare function
|
|
1695
|
-
export declare function
|
|
1693
|
+
export declare const Eleven$outboundSchema: z.ZodType<Eleven$Outbound, z.ZodTypeDef, Eleven>;
|
|
1694
|
+
export declare function elevenToJSON(eleven: Eleven): string;
|
|
1695
|
+
export declare function elevenFromJSON(jsonString: string): SafeParseResult<Eleven, SDKValidationError>;
|
|
1696
1696
|
/** @internal */
|
|
1697
1697
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type>;
|
|
1698
1698
|
/** @internal */
|
|
1699
1699
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type>;
|
|
1700
1700
|
/** @internal */
|
|
1701
|
-
export declare const
|
|
1701
|
+
export declare const Ten$inboundSchema: z.ZodType<Ten, z.ZodTypeDef, unknown>;
|
|
1702
1702
|
/** @internal */
|
|
1703
|
-
export type
|
|
1703
|
+
export type Ten$Outbound = {
|
|
1704
1704
|
type: string;
|
|
1705
1705
|
};
|
|
1706
1706
|
/** @internal */
|
|
1707
|
-
export declare const
|
|
1708
|
-
export declare function
|
|
1709
|
-
export declare function
|
|
1707
|
+
export declare const Ten$outboundSchema: z.ZodType<Ten$Outbound, z.ZodTypeDef, Ten>;
|
|
1708
|
+
export declare function tenToJSON(ten: Ten): string;
|
|
1709
|
+
export declare function tenFromJSON(jsonString: string): SafeParseResult<Ten, SDKValidationError>;
|
|
1710
1710
|
/** @internal */
|
|
1711
1711
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type>;
|
|
1712
1712
|
/** @internal */
|
|
1713
1713
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type>;
|
|
1714
1714
|
/** @internal */
|
|
1715
|
-
export declare const
|
|
1715
|
+
export declare const Nine$inboundSchema: z.ZodType<Nine, z.ZodTypeDef, unknown>;
|
|
1716
1716
|
/** @internal */
|
|
1717
|
-
export type
|
|
1717
|
+
export type Nine$Outbound = {
|
|
1718
1718
|
type: string;
|
|
1719
1719
|
value: string;
|
|
1720
1720
|
};
|
|
1721
1721
|
/** @internal */
|
|
1722
|
-
export declare const
|
|
1723
|
-
export declare function
|
|
1724
|
-
export declare function
|
|
1722
|
+
export declare const Nine$outboundSchema: z.ZodType<Nine$Outbound, z.ZodTypeDef, Nine>;
|
|
1723
|
+
export declare function nineToJSON(nine: Nine): string;
|
|
1724
|
+
export declare function nineFromJSON(jsonString: string): SafeParseResult<Nine, SDKValidationError>;
|
|
1725
1725
|
/** @internal */
|
|
1726
1726
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type>;
|
|
1727
1727
|
/** @internal */
|
|
1728
1728
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type>;
|
|
1729
1729
|
/** @internal */
|
|
1730
|
-
export declare const
|
|
1730
|
+
export declare const Eight$inboundSchema: z.ZodType<Eight, z.ZodTypeDef, unknown>;
|
|
1731
1731
|
/** @internal */
|
|
1732
|
-
export type
|
|
1732
|
+
export type Eight$Outbound = {
|
|
1733
1733
|
type: string;
|
|
1734
1734
|
value: string;
|
|
1735
1735
|
};
|
|
1736
1736
|
/** @internal */
|
|
1737
|
-
export declare const
|
|
1738
|
-
export declare function
|
|
1739
|
-
export declare function
|
|
1737
|
+
export declare const Eight$outboundSchema: z.ZodType<Eight$Outbound, z.ZodTypeDef, Eight>;
|
|
1738
|
+
export declare function eightToJSON(eight: Eight): string;
|
|
1739
|
+
export declare function eightFromJSON(jsonString: string): SafeParseResult<Eight, SDKValidationError>;
|
|
1740
1740
|
/** @internal */
|
|
1741
1741
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType>;
|
|
1742
1742
|
/** @internal */
|
|
1743
1743
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType>;
|
|
1744
1744
|
/** @internal */
|
|
1745
|
-
export declare const
|
|
1745
|
+
export declare const Seven$inboundSchema: z.ZodType<Seven, z.ZodTypeDef, unknown>;
|
|
1746
1746
|
/** @internal */
|
|
1747
|
-
export type
|
|
1747
|
+
export type Seven$Outbound = {
|
|
1748
1748
|
type: string;
|
|
1749
1749
|
};
|
|
1750
1750
|
/** @internal */
|
|
1751
|
-
export declare const
|
|
1752
|
-
export declare function
|
|
1753
|
-
export declare function
|
|
1751
|
+
export declare const Seven$outboundSchema: z.ZodType<Seven$Outbound, z.ZodTypeDef, Seven>;
|
|
1752
|
+
export declare function sevenToJSON(seven: Seven): string;
|
|
1753
|
+
export declare function sevenFromJSON(jsonString: string): SafeParseResult<Seven, SDKValidationError>;
|
|
1754
1754
|
/** @internal */
|
|
1755
1755
|
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType>;
|
|
1756
1756
|
/** @internal */
|
|
@@ -1842,7 +1842,7 @@ export declare function createEvalFunctionParams1FromJSON(jsonString: string): S
|
|
|
1842
1842
|
/** @internal */
|
|
1843
1843
|
export declare const FunctionParams$inboundSchema: z.ZodType<FunctionParams, z.ZodTypeDef, unknown>;
|
|
1844
1844
|
/** @internal */
|
|
1845
|
-
export type FunctionParams$Outbound =
|
|
1845
|
+
export type FunctionParams$Outbound = Twelve$Outbound | CreateEvalFunctionParams1$Outbound | CreateEvalFunctionParams2$Outbound | CreateEvalFunctionParams3$Outbound | CreateEvalFunctionParams4$Outbound | Eight$Outbound | Nine$Outbound | Eleven$Outbound | Thirteen$Outbound | Fifteen$Outbound | TwentyFive$Outbound | TwentySix$Outbound | CreateEvalFunctionParams5$Outbound | CreateEvalFunctionParams6$Outbound | Seven$Outbound | Ten$Outbound | Fourteen$Outbound | Sixteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | Nineteen$Outbound | Twenty$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyThree$Outbound | TwentyFour$Outbound | TwentySeven$Outbound | TwentyEight$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyThree$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound;
|
|
1846
1846
|
/** @internal */
|
|
1847
1847
|
export declare const FunctionParams$outboundSchema: z.ZodType<FunctionParams$Outbound, z.ZodTypeDef, FunctionParams>;
|
|
1848
1848
|
export declare function functionParamsToJSON(functionParams: FunctionParams): string;
|
|
@@ -1857,7 +1857,7 @@ export type CreateEvalResponseBodyFunction$Outbound = {
|
|
|
1857
1857
|
updated: string;
|
|
1858
1858
|
guardrail_config?: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$Outbound | CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$Outbound | undefined;
|
|
1859
1859
|
type: string;
|
|
1860
|
-
function_params:
|
|
1860
|
+
function_params: Twelve$Outbound | CreateEvalFunctionParams1$Outbound | CreateEvalFunctionParams2$Outbound | CreateEvalFunctionParams3$Outbound | CreateEvalFunctionParams4$Outbound | Eight$Outbound | Nine$Outbound | Eleven$Outbound | Thirteen$Outbound | Fifteen$Outbound | TwentyFive$Outbound | TwentySix$Outbound | CreateEvalFunctionParams5$Outbound | CreateEvalFunctionParams6$Outbound | Seven$Outbound | Ten$Outbound | Fourteen$Outbound | Sixteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | Nineteen$Outbound | Twenty$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyThree$Outbound | TwentyFour$Outbound | TwentySeven$Outbound | TwentyEight$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyThree$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound;
|
|
1861
1861
|
key: string;
|
|
1862
1862
|
};
|
|
1863
1863
|
/** @internal */
|