@orq-ai/node 3.8.0-rc.19 → 3.8.0-rc.20
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 +245 -245
- package/bin/mcp-server.js.map +45 -45
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +2 -2
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.js +16 -16
- package/models/operations/evalsageappropriate.d.ts +2 -2
- package/models/operations/evalsageappropriate.js +2 -2
- package/models/operations/evalsfactcheckingknowledgebase.d.ts +2 -2
- package/models/operations/evalsfactcheckingknowledgebase.js +2 -2
- package/models/operations/evalsgrammar.d.ts +2 -2
- package/models/operations/evalsgrammar.js +2 -2
- package/models/operations/evalslocalization.d.ts +2 -2
- package/models/operations/evalslocalization.js +2 -2
- package/models/operations/evalspii.d.ts +2 -2
- package/models/operations/evalspii.js +2 -2
- package/models/operations/evalsragascoherence.d.ts +2 -2
- package/models/operations/evalsragascoherence.js +2 -2
- package/models/operations/evalsragasconciseness.d.ts +2 -2
- package/models/operations/evalsragasconciseness.js +2 -2
- package/models/operations/evalsragascontextprecision.d.ts +2 -2
- package/models/operations/evalsragascontextprecision.js +2 -2
- package/models/operations/evalsragascorrectness.d.ts +2 -2
- package/models/operations/evalsragascorrectness.js +2 -2
- package/models/operations/evalsragasfaithfulness.d.ts +2 -2
- package/models/operations/evalsragasfaithfulness.js +2 -2
- package/models/operations/evalsragasharmfulness.d.ts +2 -2
- package/models/operations/evalsragasharmfulness.js +2 -2
- package/models/operations/evalsragasmaliciousness.d.ts +2 -2
- package/models/operations/evalsragasmaliciousness.js +2 -2
- package/models/operations/evalsragasresponserelevancy.d.ts +2 -2
- package/models/operations/evalsragasresponserelevancy.js +2 -2
- package/models/operations/evalssentimentclassification.d.ts +2 -2
- package/models/operations/evalssentimentclassification.js +2 -2
- package/models/operations/evalssummarization.d.ts +2 -2
- package/models/operations/evalssummarization.js +2 -2
- package/models/operations/evalstoneofvoice.d.ts +2 -2
- package/models/operations/evalstoneofvoice.js +2 -2
- package/models/operations/evalstranslation.d.ts +2 -2
- package/models/operations/evalstranslation.js +2 -2
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getevals.d.ts +56 -56
- package/models/operations/getevals.d.ts.map +1 -1
- package/models/operations/getevals.js +111 -106
- package/models/operations/getevals.js.map +1 -1
- package/models/operations/invokeeval.d.ts +108 -108
- package/models/operations/invokeeval.d.ts.map +1 -1
- package/models/operations/invokeeval.js +141 -144
- package/models/operations/invokeeval.js.map +1 -1
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +2 -2
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +2 -2
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +2 -2
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +16 -16
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +2 -2
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +16 -16
- package/src/models/operations/evalsageappropriate.ts +4 -4
- package/src/models/operations/evalsfactcheckingknowledgebase.ts +4 -4
- package/src/models/operations/evalsgrammar.ts +4 -4
- package/src/models/operations/evalslocalization.ts +4 -4
- package/src/models/operations/evalspii.ts +4 -4
- package/src/models/operations/evalsragascoherence.ts +4 -4
- package/src/models/operations/evalsragasconciseness.ts +4 -4
- package/src/models/operations/evalsragascontextprecision.ts +4 -4
- package/src/models/operations/evalsragascorrectness.ts +4 -4
- package/src/models/operations/evalsragasfaithfulness.ts +4 -4
- package/src/models/operations/evalsragasharmfulness.ts +4 -4
- package/src/models/operations/evalsragasmaliciousness.ts +4 -4
- package/src/models/operations/evalsragasresponserelevancy.ts +4 -4
- package/src/models/operations/evalssentimentclassification.ts +4 -4
- package/src/models/operations/evalssummarization.ts +4 -4
- package/src/models/operations/evalstoneofvoice.ts +4 -4
- package/src/models/operations/evalstranslation.ts +4 -4
- 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/getevals.ts +155 -180
- package/src/models/operations/invokeeval.ts +251 -223
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +2 -2
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +2 -2
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +2 -2
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +16 -16
|
@@ -45,14 +45,14 @@ const z = __importStar(require("zod"));
|
|
|
45
45
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
46
46
|
/** @internal */
|
|
47
47
|
exports.EvalsRagasMaliciousnessRequestBody$inboundSchema = z.object({
|
|
48
|
-
|
|
48
|
+
query: z.string(),
|
|
49
49
|
output: z.string(),
|
|
50
50
|
model: z.string(),
|
|
51
51
|
reference: z.string().optional(),
|
|
52
52
|
});
|
|
53
53
|
/** @internal */
|
|
54
54
|
exports.EvalsRagasMaliciousnessRequestBody$outboundSchema = z.object({
|
|
55
|
-
|
|
55
|
+
query: z.string(),
|
|
56
56
|
output: z.string(),
|
|
57
57
|
model: z.string(),
|
|
58
58
|
reference: z.string().optional(),
|
|
@@ -5,7 +5,7 @@ export type EvalsRagasResponseRelevancyRequestBody = {
|
|
|
5
5
|
/**
|
|
6
6
|
* Latest user message
|
|
7
7
|
*/
|
|
8
|
-
|
|
8
|
+
query: string;
|
|
9
9
|
/**
|
|
10
10
|
* The generated response from the model
|
|
11
11
|
*/
|
|
@@ -26,7 +26,7 @@ export type EvalsRagasResponseRelevancyResponseBody = {
|
|
|
26
26
|
export declare const EvalsRagasResponseRelevancyRequestBody$inboundSchema: z.ZodType<EvalsRagasResponseRelevancyRequestBody, z.ZodTypeDef, unknown>;
|
|
27
27
|
/** @internal */
|
|
28
28
|
export type EvalsRagasResponseRelevancyRequestBody$Outbound = {
|
|
29
|
-
|
|
29
|
+
query: string;
|
|
30
30
|
output: string;
|
|
31
31
|
model: string;
|
|
32
32
|
retrievals?: Array<string> | undefined;
|
|
@@ -45,14 +45,14 @@ const z = __importStar(require("zod"));
|
|
|
45
45
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
46
46
|
/** @internal */
|
|
47
47
|
exports.EvalsRagasResponseRelevancyRequestBody$inboundSchema = z.object({
|
|
48
|
-
|
|
48
|
+
query: z.string(),
|
|
49
49
|
output: z.string(),
|
|
50
50
|
model: z.string(),
|
|
51
51
|
retrievals: z.array(z.string()).optional(),
|
|
52
52
|
});
|
|
53
53
|
/** @internal */
|
|
54
54
|
exports.EvalsRagasResponseRelevancyRequestBody$outboundSchema = z.object({
|
|
55
|
-
|
|
55
|
+
query: z.string(),
|
|
56
56
|
output: z.string(),
|
|
57
57
|
model: z.string(),
|
|
58
58
|
retrievals: z.array(z.string()).optional(),
|
|
@@ -2,7 +2,7 @@ import * as z from "zod";
|
|
|
2
2
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
3
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
4
|
export type EvalsSentimentClassificationRequestBody = {
|
|
5
|
-
|
|
5
|
+
query: string;
|
|
6
6
|
output: string;
|
|
7
7
|
model: string;
|
|
8
8
|
};
|
|
@@ -21,7 +21,7 @@ export type EvalsSentimentClassificationResponseBody = {
|
|
|
21
21
|
export declare const EvalsSentimentClassificationRequestBody$inboundSchema: z.ZodType<EvalsSentimentClassificationRequestBody, z.ZodTypeDef, unknown>;
|
|
22
22
|
/** @internal */
|
|
23
23
|
export type EvalsSentimentClassificationRequestBody$Outbound = {
|
|
24
|
-
|
|
24
|
+
query: string;
|
|
25
25
|
output: string;
|
|
26
26
|
model: string;
|
|
27
27
|
};
|
|
@@ -49,13 +49,13 @@ const z = __importStar(require("zod"));
|
|
|
49
49
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
50
50
|
/** @internal */
|
|
51
51
|
exports.EvalsSentimentClassificationRequestBody$inboundSchema = z.object({
|
|
52
|
-
|
|
52
|
+
query: z.string(),
|
|
53
53
|
output: z.string(),
|
|
54
54
|
model: z.string(),
|
|
55
55
|
});
|
|
56
56
|
/** @internal */
|
|
57
57
|
exports.EvalsSentimentClassificationRequestBody$outboundSchema = z.object({
|
|
58
|
-
|
|
58
|
+
query: z.string(),
|
|
59
59
|
output: z.string(),
|
|
60
60
|
model: z.string(),
|
|
61
61
|
});
|
|
@@ -2,7 +2,7 @@ import * as z from "zod";
|
|
|
2
2
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
3
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
4
|
export type EvalsSummarizationRequestBody = {
|
|
5
|
-
|
|
5
|
+
query: string;
|
|
6
6
|
output: string;
|
|
7
7
|
model: string;
|
|
8
8
|
};
|
|
@@ -21,7 +21,7 @@ export type EvalsSummarizationResponseBody = {
|
|
|
21
21
|
export declare const EvalsSummarizationRequestBody$inboundSchema: z.ZodType<EvalsSummarizationRequestBody, z.ZodTypeDef, unknown>;
|
|
22
22
|
/** @internal */
|
|
23
23
|
export type EvalsSummarizationRequestBody$Outbound = {
|
|
24
|
-
|
|
24
|
+
query: string;
|
|
25
25
|
output: string;
|
|
26
26
|
model: string;
|
|
27
27
|
};
|
|
@@ -49,13 +49,13 @@ const z = __importStar(require("zod"));
|
|
|
49
49
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
50
50
|
/** @internal */
|
|
51
51
|
exports.EvalsSummarizationRequestBody$inboundSchema = z.object({
|
|
52
|
-
|
|
52
|
+
query: z.string(),
|
|
53
53
|
output: z.string(),
|
|
54
54
|
model: z.string(),
|
|
55
55
|
});
|
|
56
56
|
/** @internal */
|
|
57
57
|
exports.EvalsSummarizationRequestBody$outboundSchema = z.object({
|
|
58
|
-
|
|
58
|
+
query: z.string(),
|
|
59
59
|
output: z.string(),
|
|
60
60
|
model: z.string(),
|
|
61
61
|
});
|
|
@@ -2,7 +2,7 @@ import * as z from "zod";
|
|
|
2
2
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
3
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
4
|
export type EvalsToneOfVoiceRequestBody = {
|
|
5
|
-
|
|
5
|
+
query: string;
|
|
6
6
|
output: string;
|
|
7
7
|
model: string;
|
|
8
8
|
};
|
|
@@ -21,7 +21,7 @@ export type EvalsToneOfVoiceResponseBody = {
|
|
|
21
21
|
export declare const EvalsToneOfVoiceRequestBody$inboundSchema: z.ZodType<EvalsToneOfVoiceRequestBody, z.ZodTypeDef, unknown>;
|
|
22
22
|
/** @internal */
|
|
23
23
|
export type EvalsToneOfVoiceRequestBody$Outbound = {
|
|
24
|
-
|
|
24
|
+
query: string;
|
|
25
25
|
output: string;
|
|
26
26
|
model: string;
|
|
27
27
|
};
|
|
@@ -49,13 +49,13 @@ const z = __importStar(require("zod"));
|
|
|
49
49
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
50
50
|
/** @internal */
|
|
51
51
|
exports.EvalsToneOfVoiceRequestBody$inboundSchema = z.object({
|
|
52
|
-
|
|
52
|
+
query: z.string(),
|
|
53
53
|
output: z.string(),
|
|
54
54
|
model: z.string(),
|
|
55
55
|
});
|
|
56
56
|
/** @internal */
|
|
57
57
|
exports.EvalsToneOfVoiceRequestBody$outboundSchema = z.object({
|
|
58
|
-
|
|
58
|
+
query: z.string(),
|
|
59
59
|
output: z.string(),
|
|
60
60
|
model: z.string(),
|
|
61
61
|
});
|
|
@@ -2,7 +2,7 @@ import * as z from "zod";
|
|
|
2
2
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
3
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
4
|
export type EvalsTranslationRequestBody = {
|
|
5
|
-
|
|
5
|
+
query: string;
|
|
6
6
|
output: string;
|
|
7
7
|
model: string;
|
|
8
8
|
};
|
|
@@ -21,7 +21,7 @@ export type EvalsTranslationResponseBody = {
|
|
|
21
21
|
export declare const EvalsTranslationRequestBody$inboundSchema: z.ZodType<EvalsTranslationRequestBody, z.ZodTypeDef, unknown>;
|
|
22
22
|
/** @internal */
|
|
23
23
|
export type EvalsTranslationRequestBody$Outbound = {
|
|
24
|
-
|
|
24
|
+
query: string;
|
|
25
25
|
output: string;
|
|
26
26
|
model: string;
|
|
27
27
|
};
|
|
@@ -49,13 +49,13 @@ const z = __importStar(require("zod"));
|
|
|
49
49
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
50
50
|
/** @internal */
|
|
51
51
|
exports.EvalsTranslationRequestBody$inboundSchema = z.object({
|
|
52
|
-
|
|
52
|
+
query: z.string(),
|
|
53
53
|
output: z.string(),
|
|
54
54
|
model: z.string(),
|
|
55
55
|
});
|
|
56
56
|
/** @internal */
|
|
57
57
|
exports.EvalsTranslationRequestBody$outboundSchema = z.object({
|
|
58
|
-
|
|
58
|
+
query: z.string(),
|
|
59
59
|
output: z.string(),
|
|
60
60
|
model: z.string(),
|
|
61
61
|
});
|
|
@@ -108,7 +108,7 @@ exports.FileGetResponseBody$inboundSchema = z.object({
|
|
|
108
108
|
bytes: z.number(),
|
|
109
109
|
file_name: z.string(),
|
|
110
110
|
workspace_id: z.string(),
|
|
111
|
-
created: z.string().datetime({ offset: true }).default("2025-06-
|
|
111
|
+
created: z.string().datetime({ offset: true }).default("2025-06-12T12:39:14.309Z").transform(v => new Date(v)),
|
|
112
112
|
}).transform((v) => {
|
|
113
113
|
return (0, primitives_js_1.remap)(v, {
|
|
114
114
|
"_id": "id",
|
|
@@ -125,7 +125,7 @@ exports.FileGetResponseBody$outboundSchema = z.object({
|
|
|
125
125
|
bytes: z.number(),
|
|
126
126
|
fileName: z.string(),
|
|
127
127
|
workspaceId: z.string(),
|
|
128
|
-
created: z.date().default(() => new Date("2025-06-
|
|
128
|
+
created: z.date().default(() => new Date("2025-06-12T12:39:14.309Z"))
|
|
129
129
|
.transform(v => v.toISOString()),
|
|
130
130
|
}).transform((v) => {
|
|
131
131
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -134,7 +134,7 @@ exports.FileListData$inboundSchema = z.object({
|
|
|
134
134
|
bytes: z.number(),
|
|
135
135
|
file_name: z.string(),
|
|
136
136
|
workspace_id: z.string(),
|
|
137
|
-
created: z.string().datetime({ offset: true }).default("2025-06-
|
|
137
|
+
created: z.string().datetime({ offset: true }).default("2025-06-12T12:39:14.309Z").transform(v => new Date(v)),
|
|
138
138
|
}).transform((v) => {
|
|
139
139
|
return (0, primitives_js_1.remap)(v, {
|
|
140
140
|
"_id": "id",
|
|
@@ -151,7 +151,7 @@ exports.FileListData$outboundSchema = z.object({
|
|
|
151
151
|
bytes: z.number(),
|
|
152
152
|
fileName: z.string(),
|
|
153
153
|
workspaceId: z.string(),
|
|
154
|
-
created: z.date().default(() => new Date("2025-06-
|
|
154
|
+
created: z.date().default(() => new Date("2025-06-12T12:39:14.309Z"))
|
|
155
155
|
.transform(v => v.toISOString()),
|
|
156
156
|
}).transform((v) => {
|
|
157
157
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -166,7 +166,7 @@ exports.FileUploadResponseBody$inboundSchema = z.object({
|
|
|
166
166
|
bytes: z.number(),
|
|
167
167
|
file_name: z.string(),
|
|
168
168
|
workspace_id: z.string(),
|
|
169
|
-
created: z.string().datetime({ offset: true }).default("2025-06-
|
|
169
|
+
created: z.string().datetime({ offset: true }).default("2025-06-12T12:39:14.309Z").transform(v => new Date(v)),
|
|
170
170
|
}).transform((v) => {
|
|
171
171
|
return (0, primitives_js_1.remap)(v, {
|
|
172
172
|
"_id": "id",
|
|
@@ -183,7 +183,7 @@ exports.FileUploadResponseBody$outboundSchema = z.object({
|
|
|
183
183
|
bytes: z.number(),
|
|
184
184
|
fileName: z.string(),
|
|
185
185
|
workspaceId: z.string(),
|
|
186
|
-
created: z.date().default(() => new Date("2025-06-
|
|
186
|
+
created: z.date().default(() => new Date("2025-06-12T12:39:14.309Z"))
|
|
187
187
|
.transform(v => v.toISOString()),
|
|
188
188
|
}).transform((v) => {
|
|
189
189
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -276,7 +276,7 @@ export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONRespon
|
|
|
276
276
|
readonly StartWith: "start_with";
|
|
277
277
|
};
|
|
278
278
|
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType = ClosedEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType>;
|
|
279
|
-
export type
|
|
279
|
+
export type Eight = {
|
|
280
280
|
type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType;
|
|
281
281
|
value: string;
|
|
282
282
|
};
|
|
@@ -284,21 +284,21 @@ export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONRespon
|
|
|
284
284
|
readonly ContainsValidLink: "contains_valid_link";
|
|
285
285
|
};
|
|
286
286
|
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType>;
|
|
287
|
-
export type
|
|
287
|
+
export type Seven = {
|
|
288
288
|
type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType;
|
|
289
289
|
};
|
|
290
290
|
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType: {
|
|
291
291
|
readonly ContainsUrl: "contains_url";
|
|
292
292
|
};
|
|
293
293
|
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType = ClosedEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType>;
|
|
294
|
-
export type
|
|
294
|
+
export type Six = {
|
|
295
295
|
type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType;
|
|
296
296
|
};
|
|
297
297
|
export declare const GetEvalsFunctionParamsEvalsResponse200Type: {
|
|
298
298
|
readonly ContainsEmail: "contains_email";
|
|
299
299
|
};
|
|
300
300
|
export type GetEvalsFunctionParamsEvalsResponse200Type = ClosedEnum<typeof GetEvalsFunctionParamsEvalsResponse200Type>;
|
|
301
|
-
export type
|
|
301
|
+
export type Five = {
|
|
302
302
|
type: GetEvalsFunctionParamsEvalsResponse200Type;
|
|
303
303
|
};
|
|
304
304
|
export declare const GetEvalsFunctionParamsEvalsResponseType: {
|
|
@@ -333,7 +333,7 @@ export type FunctionParams1 = {
|
|
|
333
333
|
type: FunctionParamsType;
|
|
334
334
|
value: string;
|
|
335
335
|
};
|
|
336
|
-
export type DataFunctionParams =
|
|
336
|
+
export type DataFunctionParams = Five | Six | Seven | Ten | Fourteen | Sixteen | Seventeen | Eighteen | Nineteen | Twenty | TwentyOne | TwentyTwo | TwentyThree | TwentyFour | FunctionParams1 | FunctionParams2 | FunctionParams3 | FunctionParams4 | Eight | Nine | Eleven | Thirteen | Fifteen | Twelve;
|
|
337
337
|
export type DataFunction = {
|
|
338
338
|
id: string;
|
|
339
339
|
description: string;
|
|
@@ -341,7 +341,7 @@ export type DataFunction = {
|
|
|
341
341
|
updated?: string | undefined;
|
|
342
342
|
guardrailConfig?: GetEvalsGuardrailConfigEvalsResponseBoolean | GetEvalsGuardrailConfigEvalsResponseNumber | undefined;
|
|
343
343
|
type: GetEvalsDataEvalsResponse200Type;
|
|
344
|
-
functionParams:
|
|
344
|
+
functionParams: Five | Six | Seven | Ten | Fourteen | Sixteen | Seventeen | Eighteen | Nineteen | Twenty | TwentyOne | TwentyTwo | TwentyThree | TwentyFour | FunctionParams1 | FunctionParams2 | FunctionParams3 | FunctionParams4 | Eight | Nine | Eleven | Thirteen | Fifteen | Twelve;
|
|
345
345
|
key: string;
|
|
346
346
|
};
|
|
347
347
|
export declare const GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataType: {
|
|
@@ -1795,28 +1795,28 @@ export declare namespace GetEvalsFunctionParamsEvalsResponse200ApplicationJSONRe
|
|
|
1795
1795
|
}>;
|
|
1796
1796
|
}
|
|
1797
1797
|
/** @internal */
|
|
1798
|
-
export declare const
|
|
1798
|
+
export declare const Eight$inboundSchema: z.ZodType<Eight, z.ZodTypeDef, unknown>;
|
|
1799
1799
|
/** @internal */
|
|
1800
|
-
export type
|
|
1800
|
+
export type Eight$Outbound = {
|
|
1801
1801
|
type: string;
|
|
1802
1802
|
value: string;
|
|
1803
1803
|
};
|
|
1804
1804
|
/** @internal */
|
|
1805
|
-
export declare const
|
|
1805
|
+
export declare const Eight$outboundSchema: z.ZodType<Eight$Outbound, z.ZodTypeDef, Eight>;
|
|
1806
1806
|
/**
|
|
1807
1807
|
* @internal
|
|
1808
1808
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1809
1809
|
*/
|
|
1810
|
-
export declare namespace
|
|
1811
|
-
/** @deprecated use `
|
|
1812
|
-
const inboundSchema: z.ZodType<
|
|
1813
|
-
/** @deprecated use `
|
|
1814
|
-
const outboundSchema: z.ZodType<
|
|
1815
|
-
/** @deprecated use `
|
|
1816
|
-
type Outbound =
|
|
1810
|
+
export declare namespace Eight$ {
|
|
1811
|
+
/** @deprecated use `Eight$inboundSchema` instead. */
|
|
1812
|
+
const inboundSchema: z.ZodType<Eight, z.ZodTypeDef, unknown>;
|
|
1813
|
+
/** @deprecated use `Eight$outboundSchema` instead. */
|
|
1814
|
+
const outboundSchema: z.ZodType<Eight$Outbound, z.ZodTypeDef, Eight>;
|
|
1815
|
+
/** @deprecated use `Eight$Outbound` instead. */
|
|
1816
|
+
type Outbound = Eight$Outbound;
|
|
1817
1817
|
}
|
|
1818
|
-
export declare function
|
|
1819
|
-
export declare function
|
|
1818
|
+
export declare function eightToJSON(eight: Eight): string;
|
|
1819
|
+
export declare function eightFromJSON(jsonString: string): SafeParseResult<Eight, SDKValidationError>;
|
|
1820
1820
|
/** @internal */
|
|
1821
1821
|
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType>;
|
|
1822
1822
|
/** @internal */
|
|
@@ -1836,27 +1836,27 @@ export declare namespace GetEvalsFunctionParamsEvalsResponse200ApplicationJSONRe
|
|
|
1836
1836
|
}>;
|
|
1837
1837
|
}
|
|
1838
1838
|
/** @internal */
|
|
1839
|
-
export declare const
|
|
1839
|
+
export declare const Seven$inboundSchema: z.ZodType<Seven, z.ZodTypeDef, unknown>;
|
|
1840
1840
|
/** @internal */
|
|
1841
|
-
export type
|
|
1841
|
+
export type Seven$Outbound = {
|
|
1842
1842
|
type: string;
|
|
1843
1843
|
};
|
|
1844
1844
|
/** @internal */
|
|
1845
|
-
export declare const
|
|
1845
|
+
export declare const Seven$outboundSchema: z.ZodType<Seven$Outbound, z.ZodTypeDef, Seven>;
|
|
1846
1846
|
/**
|
|
1847
1847
|
* @internal
|
|
1848
1848
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1849
1849
|
*/
|
|
1850
|
-
export declare namespace
|
|
1851
|
-
/** @deprecated use `
|
|
1852
|
-
const inboundSchema: z.ZodType<
|
|
1853
|
-
/** @deprecated use `
|
|
1854
|
-
const outboundSchema: z.ZodType<
|
|
1855
|
-
/** @deprecated use `
|
|
1856
|
-
type Outbound =
|
|
1850
|
+
export declare namespace Seven$ {
|
|
1851
|
+
/** @deprecated use `Seven$inboundSchema` instead. */
|
|
1852
|
+
const inboundSchema: z.ZodType<Seven, z.ZodTypeDef, unknown>;
|
|
1853
|
+
/** @deprecated use `Seven$outboundSchema` instead. */
|
|
1854
|
+
const outboundSchema: z.ZodType<Seven$Outbound, z.ZodTypeDef, Seven>;
|
|
1855
|
+
/** @deprecated use `Seven$Outbound` instead. */
|
|
1856
|
+
type Outbound = Seven$Outbound;
|
|
1857
1857
|
}
|
|
1858
|
-
export declare function
|
|
1859
|
-
export declare function
|
|
1858
|
+
export declare function sevenToJSON(seven: Seven): string;
|
|
1859
|
+
export declare function sevenFromJSON(jsonString: string): SafeParseResult<Seven, SDKValidationError>;
|
|
1860
1860
|
/** @internal */
|
|
1861
1861
|
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType>;
|
|
1862
1862
|
/** @internal */
|
|
@@ -1876,27 +1876,27 @@ export declare namespace GetEvalsFunctionParamsEvalsResponse200ApplicationJSONTy
|
|
|
1876
1876
|
}>;
|
|
1877
1877
|
}
|
|
1878
1878
|
/** @internal */
|
|
1879
|
-
export declare const
|
|
1879
|
+
export declare const Six$inboundSchema: z.ZodType<Six, z.ZodTypeDef, unknown>;
|
|
1880
1880
|
/** @internal */
|
|
1881
|
-
export type
|
|
1881
|
+
export type Six$Outbound = {
|
|
1882
1882
|
type: string;
|
|
1883
1883
|
};
|
|
1884
1884
|
/** @internal */
|
|
1885
|
-
export declare const
|
|
1885
|
+
export declare const Six$outboundSchema: z.ZodType<Six$Outbound, z.ZodTypeDef, Six>;
|
|
1886
1886
|
/**
|
|
1887
1887
|
* @internal
|
|
1888
1888
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1889
1889
|
*/
|
|
1890
|
-
export declare namespace
|
|
1891
|
-
/** @deprecated use `
|
|
1892
|
-
const inboundSchema: z.ZodType<
|
|
1893
|
-
/** @deprecated use `
|
|
1894
|
-
const outboundSchema: z.ZodType<
|
|
1895
|
-
/** @deprecated use `
|
|
1896
|
-
type Outbound =
|
|
1890
|
+
export declare namespace Six$ {
|
|
1891
|
+
/** @deprecated use `Six$inboundSchema` instead. */
|
|
1892
|
+
const inboundSchema: z.ZodType<Six, z.ZodTypeDef, unknown>;
|
|
1893
|
+
/** @deprecated use `Six$outboundSchema` instead. */
|
|
1894
|
+
const outboundSchema: z.ZodType<Six$Outbound, z.ZodTypeDef, Six>;
|
|
1895
|
+
/** @deprecated use `Six$Outbound` instead. */
|
|
1896
|
+
type Outbound = Six$Outbound;
|
|
1897
1897
|
}
|
|
1898
|
-
export declare function
|
|
1899
|
-
export declare function
|
|
1898
|
+
export declare function sixToJSON(six: Six): string;
|
|
1899
|
+
export declare function sixFromJSON(jsonString: string): SafeParseResult<Six, SDKValidationError>;
|
|
1900
1900
|
/** @internal */
|
|
1901
1901
|
export declare const GetEvalsFunctionParamsEvalsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200Type>;
|
|
1902
1902
|
/** @internal */
|
|
@@ -1916,27 +1916,27 @@ export declare namespace GetEvalsFunctionParamsEvalsResponse200Type$ {
|
|
|
1916
1916
|
}>;
|
|
1917
1917
|
}
|
|
1918
1918
|
/** @internal */
|
|
1919
|
-
export declare const
|
|
1919
|
+
export declare const Five$inboundSchema: z.ZodType<Five, z.ZodTypeDef, unknown>;
|
|
1920
1920
|
/** @internal */
|
|
1921
|
-
export type
|
|
1921
|
+
export type Five$Outbound = {
|
|
1922
1922
|
type: string;
|
|
1923
1923
|
};
|
|
1924
1924
|
/** @internal */
|
|
1925
|
-
export declare const
|
|
1925
|
+
export declare const Five$outboundSchema: z.ZodType<Five$Outbound, z.ZodTypeDef, Five>;
|
|
1926
1926
|
/**
|
|
1927
1927
|
* @internal
|
|
1928
1928
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1929
1929
|
*/
|
|
1930
|
-
export declare namespace
|
|
1931
|
-
/** @deprecated use `
|
|
1932
|
-
const inboundSchema: z.ZodType<
|
|
1933
|
-
/** @deprecated use `
|
|
1934
|
-
const outboundSchema: z.ZodType<
|
|
1935
|
-
/** @deprecated use `
|
|
1936
|
-
type Outbound =
|
|
1930
|
+
export declare namespace Five$ {
|
|
1931
|
+
/** @deprecated use `Five$inboundSchema` instead. */
|
|
1932
|
+
const inboundSchema: z.ZodType<Five, z.ZodTypeDef, unknown>;
|
|
1933
|
+
/** @deprecated use `Five$outboundSchema` instead. */
|
|
1934
|
+
const outboundSchema: z.ZodType<Five$Outbound, z.ZodTypeDef, Five>;
|
|
1935
|
+
/** @deprecated use `Five$Outbound` instead. */
|
|
1936
|
+
type Outbound = Five$Outbound;
|
|
1937
1937
|
}
|
|
1938
|
-
export declare function
|
|
1939
|
-
export declare function
|
|
1938
|
+
export declare function fiveToJSON(five: Five): string;
|
|
1939
|
+
export declare function fiveFromJSON(jsonString: string): SafeParseResult<Five, SDKValidationError>;
|
|
1940
1940
|
/** @internal */
|
|
1941
1941
|
export declare const GetEvalsFunctionParamsEvalsResponseType$inboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponseType>;
|
|
1942
1942
|
/** @internal */
|
|
@@ -2104,7 +2104,7 @@ export declare function functionParams1FromJSON(jsonString: string): SafeParseRe
|
|
|
2104
2104
|
/** @internal */
|
|
2105
2105
|
export declare const DataFunctionParams$inboundSchema: z.ZodType<DataFunctionParams, z.ZodTypeDef, unknown>;
|
|
2106
2106
|
/** @internal */
|
|
2107
|
-
export type DataFunctionParams$Outbound =
|
|
2107
|
+
export type DataFunctionParams$Outbound = Five$Outbound | Six$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 | FunctionParams1$Outbound | FunctionParams2$Outbound | FunctionParams3$Outbound | FunctionParams4$Outbound | Eight$Outbound | Nine$Outbound | Eleven$Outbound | Thirteen$Outbound | Fifteen$Outbound | Twelve$Outbound;
|
|
2108
2108
|
/** @internal */
|
|
2109
2109
|
export declare const DataFunctionParams$outboundSchema: z.ZodType<DataFunctionParams$Outbound, z.ZodTypeDef, DataFunctionParams>;
|
|
2110
2110
|
/**
|
|
@@ -2131,7 +2131,7 @@ export type DataFunction$Outbound = {
|
|
|
2131
2131
|
updated: string;
|
|
2132
2132
|
guardrail_config?: GetEvalsGuardrailConfigEvalsResponseBoolean$Outbound | GetEvalsGuardrailConfigEvalsResponseNumber$Outbound | undefined;
|
|
2133
2133
|
type: string;
|
|
2134
|
-
function_params:
|
|
2134
|
+
function_params: Five$Outbound | Six$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 | FunctionParams1$Outbound | FunctionParams2$Outbound | FunctionParams3$Outbound | FunctionParams4$Outbound | Eight$Outbound | Nine$Outbound | Eleven$Outbound | Thirteen$Outbound | Fifteen$Outbound | Twelve$Outbound;
|
|
2135
2135
|
key: string;
|
|
2136
2136
|
};
|
|
2137
2137
|
/** @internal */
|