@orq-ai/node 3.10.0-rc.2 → 3.10.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/README.md +93 -91
- package/bin/mcp-server.js +1983 -1375
- package/bin/mcp-server.js.map +50 -47
- package/docs/sdks/{knowledgebases → chunking}/README.md +10 -10
- package/docs/sdks/knowledge/README.md +77 -0
- package/examples/README.md +5 -0
- package/examples/contactsCreate.example.ts +2 -0
- package/examples/package-lock.json +2 -2
- package/funcs/{knowledgeBasesChunkText.d.ts → chunkingParse.d.ts} +3 -3
- package/funcs/chunkingParse.d.ts.map +1 -0
- package/funcs/{knowledgeBasesChunkText.js → chunkingParse.js} +8 -8
- package/funcs/chunkingParse.js.map +1 -0
- package/funcs/knowledgeCreate.d.ts +14 -0
- package/funcs/knowledgeCreate.d.ts.map +1 -0
- package/funcs/knowledgeCreate.js +111 -0
- package/funcs/knowledgeCreate.js.map +1 -0
- 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/event-streams.d.ts +1 -1
- package/lib/event-streams.d.ts.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/mcp-server.js.map +1 -1
- package/mcp-server/server.d.ts.map +1 -1
- package/mcp-server/server.js +5 -3
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/chunkingParse.d.ts +8 -0
- package/mcp-server/tools/chunkingParse.d.ts.map +1 -0
- package/mcp-server/tools/{knowledgeBasesChunkText.js → chunkingParse.js} +8 -8
- package/mcp-server/tools/chunkingParse.js.map +1 -0
- package/mcp-server/tools/knowledgeCreate.d.ts +8 -0
- package/mcp-server/tools/knowledgeCreate.d.ts.map +1 -0
- package/mcp-server/tools/knowledgeCreate.js +62 -0
- package/mcp-server/tools/knowledgeCreate.js.map +1 -0
- package/models/components/deployments.d.ts +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.d.ts +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/createknowledge.d.ts +426 -0
- package/models/operations/createknowledge.d.ts.map +1 -0
- package/models/operations/createknowledge.js +431 -0
- package/models/operations/createknowledge.js.map +1 -0
- package/models/operations/createprompt.d.ts +14 -2
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +4 -0
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/deploymentcreatemetric.d.ts +2 -2
- package/models/operations/deploymentgetconfig.d.ts +3 -3
- package/models/operations/deploymentinvoke.d.ts +6 -0
- package/models/operations/deploymentinvoke.d.ts.map +1 -1
- package/models/operations/deploymentinvoke.js +2 -0
- package/models/operations/deploymentinvoke.js.map +1 -1
- package/models/operations/deployments.d.ts +7 -1
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +2 -0
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/deploymentstream.d.ts +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/getallprompts.d.ts +7 -1
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +2 -0
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getevals.d.ts +525 -4
- package/models/operations/getevals.d.ts.map +1 -1
- package/models/operations/getevals.js +582 -36
- package/models/operations/getevals.js.map +1 -1
- package/models/operations/getoneprompt.d.ts +7 -1
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +2 -0
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +7 -1
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +2 -0
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/index.d.ts +2 -1
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +2 -1
- package/models/operations/index.js.map +1 -1
- package/models/operations/invokeeval.d.ts +5 -5
- package/models/operations/invokeeval.d.ts.map +1 -1
- package/models/operations/invokeeval.js +4 -4
- package/models/operations/invokeeval.js.map +1 -1
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.d.ts +1 -1
- package/models/operations/listdatasetdatapoints.js +2 -2
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/listpromptversions.d.ts +7 -1
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +2 -0
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/{chunktext.d.ts → parse.d.ts} +83 -83
- package/models/operations/parse.d.ts.map +1 -0
- package/models/operations/{chunktext.js → parse.js} +113 -117
- package/models/operations/parse.js.map +1 -0
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.d.ts +1 -1
- 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.d.ts +2 -2
- package/models/operations/updatedatapoint.js +2 -2
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +16 -16
- package/models/operations/updateknowledge.d.ts +106 -106
- package/models/operations/updateknowledge.d.ts.map +1 -1
- package/models/operations/updateknowledge.js +125 -129
- package/models/operations/updateknowledge.js.map +1 -1
- package/models/operations/updateprompt.d.ts +14 -2
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +4 -0
- package/models/operations/updateprompt.js.map +1 -1
- package/package.json +2 -2
- package/sdk/{knowledgebases.d.ts → chunking.d.ts} +4 -4
- package/sdk/chunking.d.ts.map +1 -0
- package/sdk/{knowledgebases.js → chunking.js} +8 -8
- package/sdk/chunking.js.map +1 -0
- package/sdk/knowledge.d.ts +4 -0
- package/sdk/knowledge.d.ts.map +1 -1
- package/sdk/knowledge.js +7 -0
- package/sdk/knowledge.js.map +1 -1
- package/sdk/sdk.d.ts +3 -3
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +3 -3
- package/sdk/sdk.js.map +1 -1
- package/src/funcs/{knowledgeBasesChunkText.ts → chunkingParse.ts} +11 -11
- package/src/funcs/knowledgeCreate.ts +158 -0
- package/src/lib/config.ts +3 -3
- package/src/lib/event-streams.ts +1 -1
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +5 -3
- package/src/mcp-server/tools/{knowledgeBasesChunkText.ts → chunkingParse.ts} +6 -6
- package/src/mcp-server/tools/knowledgeCreate.ts +35 -0
- package/src/models/components/deployments.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 +4 -4
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +16 -16
- package/src/models/operations/createknowledge.ts +846 -0
- package/src/models/operations/createprompt.ts +6 -2
- package/src/models/operations/deploymentcreatemetric.ts +2 -2
- package/src/models/operations/deploymentgetconfig.ts +3 -3
- package/src/models/operations/deploymentinvoke.ts +2 -0
- package/src/models/operations/deployments.ts +3 -1
- package/src/models/operations/deploymentstream.ts +2 -2
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getallprompts.ts +3 -1
- package/src/models/operations/getevals.ts +1159 -32
- package/src/models/operations/getoneprompt.ts +3 -1
- package/src/models/operations/getpromptversion.ts +3 -1
- package/src/models/operations/index.ts +2 -1
- package/src/models/operations/invokeeval.ts +9 -9
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +3 -3
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/listpromptversions.ts +3 -1
- package/src/models/operations/{chunktext.ts → parse.ts} +164 -183
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +3 -3
- 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 +4 -4
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +16 -16
- package/src/models/operations/updateknowledge.ts +266 -206
- package/src/models/operations/updateprompt.ts +6 -2
- package/src/sdk/{knowledgebases.ts → chunking.ts} +7 -7
- package/src/sdk/knowledge.ts +15 -0
- package/src/sdk/sdk.ts +4 -4
- package/funcs/knowledgeBasesChunkText.d.ts.map +0 -1
- package/funcs/knowledgeBasesChunkText.js.map +0 -1
- package/mcp-server/tools/knowledgeBasesChunkText.d.ts +0 -8
- package/mcp-server/tools/knowledgeBasesChunkText.d.ts.map +0 -1
- package/mcp-server/tools/knowledgeBasesChunkText.js.map +0 -1
- package/models/operations/chunktext.d.ts.map +0 -1
- package/models/operations/chunktext.js.map +0 -1
- package/sdk/knowledgebases.d.ts.map +0 -1
- package/sdk/knowledgebases.js.map +0 -1
|
@@ -155,6 +155,85 @@ export declare const GetEvalsDataEvalsResponse200Type: {
|
|
|
155
155
|
readonly FunctionEval: "function_eval";
|
|
156
156
|
};
|
|
157
157
|
export type GetEvalsDataEvalsResponse200Type = ClosedEnum<typeof GetEvalsDataEvalsResponse200Type>;
|
|
158
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type: {
|
|
159
|
+
readonly BertCoherence: "bert_coherence";
|
|
160
|
+
};
|
|
161
|
+
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type = ClosedEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type>;
|
|
162
|
+
export type ThirtyFive = {
|
|
163
|
+
type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type;
|
|
164
|
+
};
|
|
165
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type: {
|
|
166
|
+
readonly GrammarDiversity: "grammar_diversity";
|
|
167
|
+
};
|
|
168
|
+
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type = ClosedEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type>;
|
|
169
|
+
export type ThirtyFour = {
|
|
170
|
+
type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type;
|
|
171
|
+
};
|
|
172
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type: {
|
|
173
|
+
readonly SemanticRepetition: "semantic_repetition";
|
|
174
|
+
};
|
|
175
|
+
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type = ClosedEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type>;
|
|
176
|
+
export type ThirtyThree = {
|
|
177
|
+
type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type;
|
|
178
|
+
};
|
|
179
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData532Type: {
|
|
180
|
+
readonly LexicalRepetition: "lexical_repetition";
|
|
181
|
+
};
|
|
182
|
+
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData532Type = ClosedEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData532Type>;
|
|
183
|
+
export type ThirtyTwo = {
|
|
184
|
+
type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData532Type;
|
|
185
|
+
};
|
|
186
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData531Type: {
|
|
187
|
+
readonly SentencesCount: "sentences_count";
|
|
188
|
+
};
|
|
189
|
+
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData531Type = ClosedEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData531Type>;
|
|
190
|
+
export type ThirtyOne = {
|
|
191
|
+
type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData531Type;
|
|
192
|
+
};
|
|
193
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData530Type: {
|
|
194
|
+
readonly WordsCount: "words_count";
|
|
195
|
+
};
|
|
196
|
+
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData530Type = ClosedEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData530Type>;
|
|
197
|
+
export type Thirty = {
|
|
198
|
+
type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData530Type;
|
|
199
|
+
};
|
|
200
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData529Type: {
|
|
201
|
+
readonly GseEnglishLevel: "gse_english_level";
|
|
202
|
+
};
|
|
203
|
+
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData529Type = ClosedEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData529Type>;
|
|
204
|
+
export type TwentyNine = {
|
|
205
|
+
type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData529Type;
|
|
206
|
+
};
|
|
207
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData528Type: {
|
|
208
|
+
readonly FleschReadingEase: "flesch_reading_ease";
|
|
209
|
+
};
|
|
210
|
+
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData528Type = ClosedEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData528Type>;
|
|
211
|
+
export type TwentyEight = {
|
|
212
|
+
type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData528Type;
|
|
213
|
+
};
|
|
214
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData527Type: {
|
|
215
|
+
readonly MostRepeatedWords: "most_repeated_words";
|
|
216
|
+
};
|
|
217
|
+
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData527Type = ClosedEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData527Type>;
|
|
218
|
+
export type TwentySeven = {
|
|
219
|
+
type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData527Type;
|
|
220
|
+
};
|
|
221
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData526Type: {
|
|
222
|
+
readonly KeywordsMatch: "keywords_match";
|
|
223
|
+
};
|
|
224
|
+
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData526Type = ClosedEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData526Type>;
|
|
225
|
+
export type TwentySix = {
|
|
226
|
+
type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData526Type;
|
|
227
|
+
keywords: Array<string>;
|
|
228
|
+
};
|
|
229
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData525Type: {
|
|
230
|
+
readonly TopicMatch: "topic_match";
|
|
231
|
+
};
|
|
232
|
+
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData525Type = ClosedEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData525Type>;
|
|
233
|
+
export type TwentyFive = {
|
|
234
|
+
type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData525Type;
|
|
235
|
+
topic: string;
|
|
236
|
+
};
|
|
158
237
|
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData524Type: {
|
|
159
238
|
readonly LevenshteinDistance: "levenshtein_distance";
|
|
160
239
|
};
|
|
@@ -334,7 +413,7 @@ export type FunctionParams1 = {
|
|
|
334
413
|
type: FunctionParamsType;
|
|
335
414
|
value: string;
|
|
336
415
|
};
|
|
337
|
-
export type DataFunctionParams = Twelve | FunctionParams1 | FunctionParams2 | FunctionParams3 | FunctionParams4 | Eight | Nine | Eleven | Thirteen | Fifteen | Five | Six | Seven | Ten | Fourteen | Sixteen | Seventeen | Eighteen | Nineteen | Twenty | TwentyOne | TwentyTwo | TwentyThree | TwentyFour;
|
|
416
|
+
export type DataFunctionParams = Twelve | FunctionParams1 | FunctionParams2 | FunctionParams3 | FunctionParams4 | Eight | Nine | Eleven | Thirteen | Fifteen | TwentyFive | TwentySix | Five | Six | Seven | Ten | Fourteen | Sixteen | Seventeen | Eighteen | Nineteen | Twenty | TwentyOne | TwentyTwo | TwentyThree | TwentyFour | TwentySeven | TwentyEight | TwentyNine | Thirty | ThirtyOne | ThirtyTwo | ThirtyThree | ThirtyFour | ThirtyFive;
|
|
338
417
|
export type DataFunction = {
|
|
339
418
|
id: string;
|
|
340
419
|
description: string;
|
|
@@ -342,7 +421,7 @@ export type DataFunction = {
|
|
|
342
421
|
updated?: string | undefined;
|
|
343
422
|
guardrailConfig?: GetEvalsGuardrailConfigEvalsResponseNumber | GetEvalsGuardrailConfigEvalsResponseBoolean | undefined;
|
|
344
423
|
type: GetEvalsDataEvalsResponse200Type;
|
|
345
|
-
functionParams: Twelve | FunctionParams1 | FunctionParams2 | FunctionParams3 | FunctionParams4 | Eight | Nine | Eleven | Thirteen | Fifteen | Five | Six | Seven | Ten | Fourteen | Sixteen | Seventeen | Eighteen | Nineteen | Twenty | TwentyOne | TwentyTwo | TwentyThree | TwentyFour;
|
|
424
|
+
functionParams: Twelve | FunctionParams1 | FunctionParams2 | FunctionParams3 | FunctionParams4 | Eight | Nine | Eleven | Thirteen | Fifteen | TwentyFive | TwentySix | Five | Six | Seven | Ten | Fourteen | Sixteen | Seventeen | Eighteen | Nineteen | Twenty | TwentyOne | TwentyTwo | TwentyThree | TwentyFour | TwentySeven | TwentyEight | TwentyNine | Thirty | ThirtyOne | ThirtyTwo | ThirtyThree | ThirtyFour | ThirtyFive;
|
|
346
425
|
key: string;
|
|
347
426
|
};
|
|
348
427
|
export declare const GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataType: {
|
|
@@ -1134,6 +1213,448 @@ export declare namespace GetEvalsDataEvalsResponse200Type$ {
|
|
|
1134
1213
|
}>;
|
|
1135
1214
|
}
|
|
1136
1215
|
/** @internal */
|
|
1216
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type$inboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type>;
|
|
1217
|
+
/** @internal */
|
|
1218
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type$outboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type>;
|
|
1219
|
+
/**
|
|
1220
|
+
* @internal
|
|
1221
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1222
|
+
*/
|
|
1223
|
+
export declare namespace GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type$ {
|
|
1224
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type$inboundSchema` instead. */
|
|
1225
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1226
|
+
readonly BertCoherence: "bert_coherence";
|
|
1227
|
+
}>;
|
|
1228
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData535Type$outboundSchema` instead. */
|
|
1229
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1230
|
+
readonly BertCoherence: "bert_coherence";
|
|
1231
|
+
}>;
|
|
1232
|
+
}
|
|
1233
|
+
/** @internal */
|
|
1234
|
+
export declare const ThirtyFive$inboundSchema: z.ZodType<ThirtyFive, z.ZodTypeDef, unknown>;
|
|
1235
|
+
/** @internal */
|
|
1236
|
+
export type ThirtyFive$Outbound = {
|
|
1237
|
+
type: string;
|
|
1238
|
+
};
|
|
1239
|
+
/** @internal */
|
|
1240
|
+
export declare const ThirtyFive$outboundSchema: z.ZodType<ThirtyFive$Outbound, z.ZodTypeDef, ThirtyFive>;
|
|
1241
|
+
/**
|
|
1242
|
+
* @internal
|
|
1243
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1244
|
+
*/
|
|
1245
|
+
export declare namespace ThirtyFive$ {
|
|
1246
|
+
/** @deprecated use `ThirtyFive$inboundSchema` instead. */
|
|
1247
|
+
const inboundSchema: z.ZodType<ThirtyFive, z.ZodTypeDef, unknown>;
|
|
1248
|
+
/** @deprecated use `ThirtyFive$outboundSchema` instead. */
|
|
1249
|
+
const outboundSchema: z.ZodType<ThirtyFive$Outbound, z.ZodTypeDef, ThirtyFive>;
|
|
1250
|
+
/** @deprecated use `ThirtyFive$Outbound` instead. */
|
|
1251
|
+
type Outbound = ThirtyFive$Outbound;
|
|
1252
|
+
}
|
|
1253
|
+
export declare function thirtyFiveToJSON(thirtyFive: ThirtyFive): string;
|
|
1254
|
+
export declare function thirtyFiveFromJSON(jsonString: string): SafeParseResult<ThirtyFive, SDKValidationError>;
|
|
1255
|
+
/** @internal */
|
|
1256
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type$inboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type>;
|
|
1257
|
+
/** @internal */
|
|
1258
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type$outboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type>;
|
|
1259
|
+
/**
|
|
1260
|
+
* @internal
|
|
1261
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1262
|
+
*/
|
|
1263
|
+
export declare namespace GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type$ {
|
|
1264
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type$inboundSchema` instead. */
|
|
1265
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1266
|
+
readonly GrammarDiversity: "grammar_diversity";
|
|
1267
|
+
}>;
|
|
1268
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData534Type$outboundSchema` instead. */
|
|
1269
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1270
|
+
readonly GrammarDiversity: "grammar_diversity";
|
|
1271
|
+
}>;
|
|
1272
|
+
}
|
|
1273
|
+
/** @internal */
|
|
1274
|
+
export declare const ThirtyFour$inboundSchema: z.ZodType<ThirtyFour, z.ZodTypeDef, unknown>;
|
|
1275
|
+
/** @internal */
|
|
1276
|
+
export type ThirtyFour$Outbound = {
|
|
1277
|
+
type: string;
|
|
1278
|
+
};
|
|
1279
|
+
/** @internal */
|
|
1280
|
+
export declare const ThirtyFour$outboundSchema: z.ZodType<ThirtyFour$Outbound, z.ZodTypeDef, ThirtyFour>;
|
|
1281
|
+
/**
|
|
1282
|
+
* @internal
|
|
1283
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1284
|
+
*/
|
|
1285
|
+
export declare namespace ThirtyFour$ {
|
|
1286
|
+
/** @deprecated use `ThirtyFour$inboundSchema` instead. */
|
|
1287
|
+
const inboundSchema: z.ZodType<ThirtyFour, z.ZodTypeDef, unknown>;
|
|
1288
|
+
/** @deprecated use `ThirtyFour$outboundSchema` instead. */
|
|
1289
|
+
const outboundSchema: z.ZodType<ThirtyFour$Outbound, z.ZodTypeDef, ThirtyFour>;
|
|
1290
|
+
/** @deprecated use `ThirtyFour$Outbound` instead. */
|
|
1291
|
+
type Outbound = ThirtyFour$Outbound;
|
|
1292
|
+
}
|
|
1293
|
+
export declare function thirtyFourToJSON(thirtyFour: ThirtyFour): string;
|
|
1294
|
+
export declare function thirtyFourFromJSON(jsonString: string): SafeParseResult<ThirtyFour, SDKValidationError>;
|
|
1295
|
+
/** @internal */
|
|
1296
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type$inboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type>;
|
|
1297
|
+
/** @internal */
|
|
1298
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type$outboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type>;
|
|
1299
|
+
/**
|
|
1300
|
+
* @internal
|
|
1301
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1302
|
+
*/
|
|
1303
|
+
export declare namespace GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type$ {
|
|
1304
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type$inboundSchema` instead. */
|
|
1305
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1306
|
+
readonly SemanticRepetition: "semantic_repetition";
|
|
1307
|
+
}>;
|
|
1308
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData533Type$outboundSchema` instead. */
|
|
1309
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1310
|
+
readonly SemanticRepetition: "semantic_repetition";
|
|
1311
|
+
}>;
|
|
1312
|
+
}
|
|
1313
|
+
/** @internal */
|
|
1314
|
+
export declare const ThirtyThree$inboundSchema: z.ZodType<ThirtyThree, z.ZodTypeDef, unknown>;
|
|
1315
|
+
/** @internal */
|
|
1316
|
+
export type ThirtyThree$Outbound = {
|
|
1317
|
+
type: string;
|
|
1318
|
+
};
|
|
1319
|
+
/** @internal */
|
|
1320
|
+
export declare const ThirtyThree$outboundSchema: z.ZodType<ThirtyThree$Outbound, z.ZodTypeDef, ThirtyThree>;
|
|
1321
|
+
/**
|
|
1322
|
+
* @internal
|
|
1323
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1324
|
+
*/
|
|
1325
|
+
export declare namespace ThirtyThree$ {
|
|
1326
|
+
/** @deprecated use `ThirtyThree$inboundSchema` instead. */
|
|
1327
|
+
const inboundSchema: z.ZodType<ThirtyThree, z.ZodTypeDef, unknown>;
|
|
1328
|
+
/** @deprecated use `ThirtyThree$outboundSchema` instead. */
|
|
1329
|
+
const outboundSchema: z.ZodType<ThirtyThree$Outbound, z.ZodTypeDef, ThirtyThree>;
|
|
1330
|
+
/** @deprecated use `ThirtyThree$Outbound` instead. */
|
|
1331
|
+
type Outbound = ThirtyThree$Outbound;
|
|
1332
|
+
}
|
|
1333
|
+
export declare function thirtyThreeToJSON(thirtyThree: ThirtyThree): string;
|
|
1334
|
+
export declare function thirtyThreeFromJSON(jsonString: string): SafeParseResult<ThirtyThree, SDKValidationError>;
|
|
1335
|
+
/** @internal */
|
|
1336
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData532Type$inboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData532Type>;
|
|
1337
|
+
/** @internal */
|
|
1338
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData532Type$outboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData532Type>;
|
|
1339
|
+
/**
|
|
1340
|
+
* @internal
|
|
1341
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1342
|
+
*/
|
|
1343
|
+
export declare namespace GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData532Type$ {
|
|
1344
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData532Type$inboundSchema` instead. */
|
|
1345
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1346
|
+
readonly LexicalRepetition: "lexical_repetition";
|
|
1347
|
+
}>;
|
|
1348
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData532Type$outboundSchema` instead. */
|
|
1349
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1350
|
+
readonly LexicalRepetition: "lexical_repetition";
|
|
1351
|
+
}>;
|
|
1352
|
+
}
|
|
1353
|
+
/** @internal */
|
|
1354
|
+
export declare const ThirtyTwo$inboundSchema: z.ZodType<ThirtyTwo, z.ZodTypeDef, unknown>;
|
|
1355
|
+
/** @internal */
|
|
1356
|
+
export type ThirtyTwo$Outbound = {
|
|
1357
|
+
type: string;
|
|
1358
|
+
};
|
|
1359
|
+
/** @internal */
|
|
1360
|
+
export declare const ThirtyTwo$outboundSchema: z.ZodType<ThirtyTwo$Outbound, z.ZodTypeDef, ThirtyTwo>;
|
|
1361
|
+
/**
|
|
1362
|
+
* @internal
|
|
1363
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1364
|
+
*/
|
|
1365
|
+
export declare namespace ThirtyTwo$ {
|
|
1366
|
+
/** @deprecated use `ThirtyTwo$inboundSchema` instead. */
|
|
1367
|
+
const inboundSchema: z.ZodType<ThirtyTwo, z.ZodTypeDef, unknown>;
|
|
1368
|
+
/** @deprecated use `ThirtyTwo$outboundSchema` instead. */
|
|
1369
|
+
const outboundSchema: z.ZodType<ThirtyTwo$Outbound, z.ZodTypeDef, ThirtyTwo>;
|
|
1370
|
+
/** @deprecated use `ThirtyTwo$Outbound` instead. */
|
|
1371
|
+
type Outbound = ThirtyTwo$Outbound;
|
|
1372
|
+
}
|
|
1373
|
+
export declare function thirtyTwoToJSON(thirtyTwo: ThirtyTwo): string;
|
|
1374
|
+
export declare function thirtyTwoFromJSON(jsonString: string): SafeParseResult<ThirtyTwo, SDKValidationError>;
|
|
1375
|
+
/** @internal */
|
|
1376
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData531Type$inboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData531Type>;
|
|
1377
|
+
/** @internal */
|
|
1378
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData531Type$outboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData531Type>;
|
|
1379
|
+
/**
|
|
1380
|
+
* @internal
|
|
1381
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1382
|
+
*/
|
|
1383
|
+
export declare namespace GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData531Type$ {
|
|
1384
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData531Type$inboundSchema` instead. */
|
|
1385
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1386
|
+
readonly SentencesCount: "sentences_count";
|
|
1387
|
+
}>;
|
|
1388
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData531Type$outboundSchema` instead. */
|
|
1389
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1390
|
+
readonly SentencesCount: "sentences_count";
|
|
1391
|
+
}>;
|
|
1392
|
+
}
|
|
1393
|
+
/** @internal */
|
|
1394
|
+
export declare const ThirtyOne$inboundSchema: z.ZodType<ThirtyOne, z.ZodTypeDef, unknown>;
|
|
1395
|
+
/** @internal */
|
|
1396
|
+
export type ThirtyOne$Outbound = {
|
|
1397
|
+
type: string;
|
|
1398
|
+
};
|
|
1399
|
+
/** @internal */
|
|
1400
|
+
export declare const ThirtyOne$outboundSchema: z.ZodType<ThirtyOne$Outbound, z.ZodTypeDef, ThirtyOne>;
|
|
1401
|
+
/**
|
|
1402
|
+
* @internal
|
|
1403
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1404
|
+
*/
|
|
1405
|
+
export declare namespace ThirtyOne$ {
|
|
1406
|
+
/** @deprecated use `ThirtyOne$inboundSchema` instead. */
|
|
1407
|
+
const inboundSchema: z.ZodType<ThirtyOne, z.ZodTypeDef, unknown>;
|
|
1408
|
+
/** @deprecated use `ThirtyOne$outboundSchema` instead. */
|
|
1409
|
+
const outboundSchema: z.ZodType<ThirtyOne$Outbound, z.ZodTypeDef, ThirtyOne>;
|
|
1410
|
+
/** @deprecated use `ThirtyOne$Outbound` instead. */
|
|
1411
|
+
type Outbound = ThirtyOne$Outbound;
|
|
1412
|
+
}
|
|
1413
|
+
export declare function thirtyOneToJSON(thirtyOne: ThirtyOne): string;
|
|
1414
|
+
export declare function thirtyOneFromJSON(jsonString: string): SafeParseResult<ThirtyOne, SDKValidationError>;
|
|
1415
|
+
/** @internal */
|
|
1416
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData530Type$inboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData530Type>;
|
|
1417
|
+
/** @internal */
|
|
1418
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData530Type$outboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData530Type>;
|
|
1419
|
+
/**
|
|
1420
|
+
* @internal
|
|
1421
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1422
|
+
*/
|
|
1423
|
+
export declare namespace GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData530Type$ {
|
|
1424
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData530Type$inboundSchema` instead. */
|
|
1425
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1426
|
+
readonly WordsCount: "words_count";
|
|
1427
|
+
}>;
|
|
1428
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData530Type$outboundSchema` instead. */
|
|
1429
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1430
|
+
readonly WordsCount: "words_count";
|
|
1431
|
+
}>;
|
|
1432
|
+
}
|
|
1433
|
+
/** @internal */
|
|
1434
|
+
export declare const Thirty$inboundSchema: z.ZodType<Thirty, z.ZodTypeDef, unknown>;
|
|
1435
|
+
/** @internal */
|
|
1436
|
+
export type Thirty$Outbound = {
|
|
1437
|
+
type: string;
|
|
1438
|
+
};
|
|
1439
|
+
/** @internal */
|
|
1440
|
+
export declare const Thirty$outboundSchema: z.ZodType<Thirty$Outbound, z.ZodTypeDef, Thirty>;
|
|
1441
|
+
/**
|
|
1442
|
+
* @internal
|
|
1443
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1444
|
+
*/
|
|
1445
|
+
export declare namespace Thirty$ {
|
|
1446
|
+
/** @deprecated use `Thirty$inboundSchema` instead. */
|
|
1447
|
+
const inboundSchema: z.ZodType<Thirty, z.ZodTypeDef, unknown>;
|
|
1448
|
+
/** @deprecated use `Thirty$outboundSchema` instead. */
|
|
1449
|
+
const outboundSchema: z.ZodType<Thirty$Outbound, z.ZodTypeDef, Thirty>;
|
|
1450
|
+
/** @deprecated use `Thirty$Outbound` instead. */
|
|
1451
|
+
type Outbound = Thirty$Outbound;
|
|
1452
|
+
}
|
|
1453
|
+
export declare function thirtyToJSON(thirty: Thirty): string;
|
|
1454
|
+
export declare function thirtyFromJSON(jsonString: string): SafeParseResult<Thirty, SDKValidationError>;
|
|
1455
|
+
/** @internal */
|
|
1456
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData529Type$inboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData529Type>;
|
|
1457
|
+
/** @internal */
|
|
1458
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData529Type$outboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData529Type>;
|
|
1459
|
+
/**
|
|
1460
|
+
* @internal
|
|
1461
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1462
|
+
*/
|
|
1463
|
+
export declare namespace GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData529Type$ {
|
|
1464
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData529Type$inboundSchema` instead. */
|
|
1465
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1466
|
+
readonly GseEnglishLevel: "gse_english_level";
|
|
1467
|
+
}>;
|
|
1468
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData529Type$outboundSchema` instead. */
|
|
1469
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1470
|
+
readonly GseEnglishLevel: "gse_english_level";
|
|
1471
|
+
}>;
|
|
1472
|
+
}
|
|
1473
|
+
/** @internal */
|
|
1474
|
+
export declare const TwentyNine$inboundSchema: z.ZodType<TwentyNine, z.ZodTypeDef, unknown>;
|
|
1475
|
+
/** @internal */
|
|
1476
|
+
export type TwentyNine$Outbound = {
|
|
1477
|
+
type: string;
|
|
1478
|
+
};
|
|
1479
|
+
/** @internal */
|
|
1480
|
+
export declare const TwentyNine$outboundSchema: z.ZodType<TwentyNine$Outbound, z.ZodTypeDef, TwentyNine>;
|
|
1481
|
+
/**
|
|
1482
|
+
* @internal
|
|
1483
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1484
|
+
*/
|
|
1485
|
+
export declare namespace TwentyNine$ {
|
|
1486
|
+
/** @deprecated use `TwentyNine$inboundSchema` instead. */
|
|
1487
|
+
const inboundSchema: z.ZodType<TwentyNine, z.ZodTypeDef, unknown>;
|
|
1488
|
+
/** @deprecated use `TwentyNine$outboundSchema` instead. */
|
|
1489
|
+
const outboundSchema: z.ZodType<TwentyNine$Outbound, z.ZodTypeDef, TwentyNine>;
|
|
1490
|
+
/** @deprecated use `TwentyNine$Outbound` instead. */
|
|
1491
|
+
type Outbound = TwentyNine$Outbound;
|
|
1492
|
+
}
|
|
1493
|
+
export declare function twentyNineToJSON(twentyNine: TwentyNine): string;
|
|
1494
|
+
export declare function twentyNineFromJSON(jsonString: string): SafeParseResult<TwentyNine, SDKValidationError>;
|
|
1495
|
+
/** @internal */
|
|
1496
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData528Type$inboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData528Type>;
|
|
1497
|
+
/** @internal */
|
|
1498
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData528Type$outboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData528Type>;
|
|
1499
|
+
/**
|
|
1500
|
+
* @internal
|
|
1501
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1502
|
+
*/
|
|
1503
|
+
export declare namespace GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData528Type$ {
|
|
1504
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData528Type$inboundSchema` instead. */
|
|
1505
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1506
|
+
readonly FleschReadingEase: "flesch_reading_ease";
|
|
1507
|
+
}>;
|
|
1508
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData528Type$outboundSchema` instead. */
|
|
1509
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1510
|
+
readonly FleschReadingEase: "flesch_reading_ease";
|
|
1511
|
+
}>;
|
|
1512
|
+
}
|
|
1513
|
+
/** @internal */
|
|
1514
|
+
export declare const TwentyEight$inboundSchema: z.ZodType<TwentyEight, z.ZodTypeDef, unknown>;
|
|
1515
|
+
/** @internal */
|
|
1516
|
+
export type TwentyEight$Outbound = {
|
|
1517
|
+
type: string;
|
|
1518
|
+
};
|
|
1519
|
+
/** @internal */
|
|
1520
|
+
export declare const TwentyEight$outboundSchema: z.ZodType<TwentyEight$Outbound, z.ZodTypeDef, TwentyEight>;
|
|
1521
|
+
/**
|
|
1522
|
+
* @internal
|
|
1523
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1524
|
+
*/
|
|
1525
|
+
export declare namespace TwentyEight$ {
|
|
1526
|
+
/** @deprecated use `TwentyEight$inboundSchema` instead. */
|
|
1527
|
+
const inboundSchema: z.ZodType<TwentyEight, z.ZodTypeDef, unknown>;
|
|
1528
|
+
/** @deprecated use `TwentyEight$outboundSchema` instead. */
|
|
1529
|
+
const outboundSchema: z.ZodType<TwentyEight$Outbound, z.ZodTypeDef, TwentyEight>;
|
|
1530
|
+
/** @deprecated use `TwentyEight$Outbound` instead. */
|
|
1531
|
+
type Outbound = TwentyEight$Outbound;
|
|
1532
|
+
}
|
|
1533
|
+
export declare function twentyEightToJSON(twentyEight: TwentyEight): string;
|
|
1534
|
+
export declare function twentyEightFromJSON(jsonString: string): SafeParseResult<TwentyEight, SDKValidationError>;
|
|
1535
|
+
/** @internal */
|
|
1536
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData527Type$inboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData527Type>;
|
|
1537
|
+
/** @internal */
|
|
1538
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData527Type$outboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData527Type>;
|
|
1539
|
+
/**
|
|
1540
|
+
* @internal
|
|
1541
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1542
|
+
*/
|
|
1543
|
+
export declare namespace GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData527Type$ {
|
|
1544
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData527Type$inboundSchema` instead. */
|
|
1545
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1546
|
+
readonly MostRepeatedWords: "most_repeated_words";
|
|
1547
|
+
}>;
|
|
1548
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData527Type$outboundSchema` instead. */
|
|
1549
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1550
|
+
readonly MostRepeatedWords: "most_repeated_words";
|
|
1551
|
+
}>;
|
|
1552
|
+
}
|
|
1553
|
+
/** @internal */
|
|
1554
|
+
export declare const TwentySeven$inboundSchema: z.ZodType<TwentySeven, z.ZodTypeDef, unknown>;
|
|
1555
|
+
/** @internal */
|
|
1556
|
+
export type TwentySeven$Outbound = {
|
|
1557
|
+
type: string;
|
|
1558
|
+
};
|
|
1559
|
+
/** @internal */
|
|
1560
|
+
export declare const TwentySeven$outboundSchema: z.ZodType<TwentySeven$Outbound, z.ZodTypeDef, TwentySeven>;
|
|
1561
|
+
/**
|
|
1562
|
+
* @internal
|
|
1563
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1564
|
+
*/
|
|
1565
|
+
export declare namespace TwentySeven$ {
|
|
1566
|
+
/** @deprecated use `TwentySeven$inboundSchema` instead. */
|
|
1567
|
+
const inboundSchema: z.ZodType<TwentySeven, z.ZodTypeDef, unknown>;
|
|
1568
|
+
/** @deprecated use `TwentySeven$outboundSchema` instead. */
|
|
1569
|
+
const outboundSchema: z.ZodType<TwentySeven$Outbound, z.ZodTypeDef, TwentySeven>;
|
|
1570
|
+
/** @deprecated use `TwentySeven$Outbound` instead. */
|
|
1571
|
+
type Outbound = TwentySeven$Outbound;
|
|
1572
|
+
}
|
|
1573
|
+
export declare function twentySevenToJSON(twentySeven: TwentySeven): string;
|
|
1574
|
+
export declare function twentySevenFromJSON(jsonString: string): SafeParseResult<TwentySeven, SDKValidationError>;
|
|
1575
|
+
/** @internal */
|
|
1576
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData526Type$inboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData526Type>;
|
|
1577
|
+
/** @internal */
|
|
1578
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData526Type$outboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData526Type>;
|
|
1579
|
+
/**
|
|
1580
|
+
* @internal
|
|
1581
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1582
|
+
*/
|
|
1583
|
+
export declare namespace GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData526Type$ {
|
|
1584
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData526Type$inboundSchema` instead. */
|
|
1585
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1586
|
+
readonly KeywordsMatch: "keywords_match";
|
|
1587
|
+
}>;
|
|
1588
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData526Type$outboundSchema` instead. */
|
|
1589
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1590
|
+
readonly KeywordsMatch: "keywords_match";
|
|
1591
|
+
}>;
|
|
1592
|
+
}
|
|
1593
|
+
/** @internal */
|
|
1594
|
+
export declare const TwentySix$inboundSchema: z.ZodType<TwentySix, z.ZodTypeDef, unknown>;
|
|
1595
|
+
/** @internal */
|
|
1596
|
+
export type TwentySix$Outbound = {
|
|
1597
|
+
type: string;
|
|
1598
|
+
keywords: Array<string>;
|
|
1599
|
+
};
|
|
1600
|
+
/** @internal */
|
|
1601
|
+
export declare const TwentySix$outboundSchema: z.ZodType<TwentySix$Outbound, z.ZodTypeDef, TwentySix>;
|
|
1602
|
+
/**
|
|
1603
|
+
* @internal
|
|
1604
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1605
|
+
*/
|
|
1606
|
+
export declare namespace TwentySix$ {
|
|
1607
|
+
/** @deprecated use `TwentySix$inboundSchema` instead. */
|
|
1608
|
+
const inboundSchema: z.ZodType<TwentySix, z.ZodTypeDef, unknown>;
|
|
1609
|
+
/** @deprecated use `TwentySix$outboundSchema` instead. */
|
|
1610
|
+
const outboundSchema: z.ZodType<TwentySix$Outbound, z.ZodTypeDef, TwentySix>;
|
|
1611
|
+
/** @deprecated use `TwentySix$Outbound` instead. */
|
|
1612
|
+
type Outbound = TwentySix$Outbound;
|
|
1613
|
+
}
|
|
1614
|
+
export declare function twentySixToJSON(twentySix: TwentySix): string;
|
|
1615
|
+
export declare function twentySixFromJSON(jsonString: string): SafeParseResult<TwentySix, SDKValidationError>;
|
|
1616
|
+
/** @internal */
|
|
1617
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData525Type$inboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData525Type>;
|
|
1618
|
+
/** @internal */
|
|
1619
|
+
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData525Type$outboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData525Type>;
|
|
1620
|
+
/**
|
|
1621
|
+
* @internal
|
|
1622
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1623
|
+
*/
|
|
1624
|
+
export declare namespace GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData525Type$ {
|
|
1625
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData525Type$inboundSchema` instead. */
|
|
1626
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1627
|
+
readonly TopicMatch: "topic_match";
|
|
1628
|
+
}>;
|
|
1629
|
+
/** @deprecated use `GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData525Type$outboundSchema` instead. */
|
|
1630
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1631
|
+
readonly TopicMatch: "topic_match";
|
|
1632
|
+
}>;
|
|
1633
|
+
}
|
|
1634
|
+
/** @internal */
|
|
1635
|
+
export declare const TwentyFive$inboundSchema: z.ZodType<TwentyFive, z.ZodTypeDef, unknown>;
|
|
1636
|
+
/** @internal */
|
|
1637
|
+
export type TwentyFive$Outbound = {
|
|
1638
|
+
type: string;
|
|
1639
|
+
topic: string;
|
|
1640
|
+
};
|
|
1641
|
+
/** @internal */
|
|
1642
|
+
export declare const TwentyFive$outboundSchema: z.ZodType<TwentyFive$Outbound, z.ZodTypeDef, TwentyFive>;
|
|
1643
|
+
/**
|
|
1644
|
+
* @internal
|
|
1645
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1646
|
+
*/
|
|
1647
|
+
export declare namespace TwentyFive$ {
|
|
1648
|
+
/** @deprecated use `TwentyFive$inboundSchema` instead. */
|
|
1649
|
+
const inboundSchema: z.ZodType<TwentyFive, z.ZodTypeDef, unknown>;
|
|
1650
|
+
/** @deprecated use `TwentyFive$outboundSchema` instead. */
|
|
1651
|
+
const outboundSchema: z.ZodType<TwentyFive$Outbound, z.ZodTypeDef, TwentyFive>;
|
|
1652
|
+
/** @deprecated use `TwentyFive$Outbound` instead. */
|
|
1653
|
+
type Outbound = TwentyFive$Outbound;
|
|
1654
|
+
}
|
|
1655
|
+
export declare function twentyFiveToJSON(twentyFive: TwentyFive): string;
|
|
1656
|
+
export declare function twentyFiveFromJSON(jsonString: string): SafeParseResult<TwentyFive, SDKValidationError>;
|
|
1657
|
+
/** @internal */
|
|
1137
1658
|
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData524Type$inboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData524Type>;
|
|
1138
1659
|
/** @internal */
|
|
1139
1660
|
export declare const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData524Type$outboundSchema: z.ZodNativeEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData524Type>;
|
|
@@ -2107,7 +2628,7 @@ export declare function functionParams1FromJSON(jsonString: string): SafeParseRe
|
|
|
2107
2628
|
/** @internal */
|
|
2108
2629
|
export declare const DataFunctionParams$inboundSchema: z.ZodType<DataFunctionParams, z.ZodTypeDef, unknown>;
|
|
2109
2630
|
/** @internal */
|
|
2110
|
-
export type DataFunctionParams$Outbound = Twelve$Outbound | FunctionParams1$Outbound | FunctionParams2$Outbound | FunctionParams3$Outbound | FunctionParams4$Outbound | Eight$Outbound | Nine$Outbound | Eleven$Outbound | Thirteen$Outbound | Fifteen$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;
|
|
2631
|
+
export type DataFunctionParams$Outbound = Twelve$Outbound | FunctionParams1$Outbound | FunctionParams2$Outbound | FunctionParams3$Outbound | FunctionParams4$Outbound | Eight$Outbound | Nine$Outbound | Eleven$Outbound | Thirteen$Outbound | Fifteen$Outbound | TwentyFive$Outbound | TwentySix$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 | TwentySeven$Outbound | TwentyEight$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyThree$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound;
|
|
2111
2632
|
/** @internal */
|
|
2112
2633
|
export declare const DataFunctionParams$outboundSchema: z.ZodType<DataFunctionParams$Outbound, z.ZodTypeDef, DataFunctionParams>;
|
|
2113
2634
|
/**
|
|
@@ -2134,7 +2655,7 @@ export type DataFunction$Outbound = {
|
|
|
2134
2655
|
updated: string;
|
|
2135
2656
|
guardrail_config?: GetEvalsGuardrailConfigEvalsResponseNumber$Outbound | GetEvalsGuardrailConfigEvalsResponseBoolean$Outbound | undefined;
|
|
2136
2657
|
type: string;
|
|
2137
|
-
function_params: Twelve$Outbound | FunctionParams1$Outbound | FunctionParams2$Outbound | FunctionParams3$Outbound | FunctionParams4$Outbound | Eight$Outbound | Nine$Outbound | Eleven$Outbound | Thirteen$Outbound | Fifteen$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;
|
|
2658
|
+
function_params: Twelve$Outbound | FunctionParams1$Outbound | FunctionParams2$Outbound | FunctionParams3$Outbound | FunctionParams4$Outbound | Eight$Outbound | Nine$Outbound | Eleven$Outbound | Thirteen$Outbound | Fifteen$Outbound | TwentyFive$Outbound | TwentySix$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 | TwentySeven$Outbound | TwentyEight$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyThree$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound;
|
|
2138
2659
|
key: string;
|
|
2139
2660
|
};
|
|
2140
2661
|
/** @internal */
|