@orq-ai/node 4.0.0-rc.30 → 4.0.0-rc.31
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 +24 -22
- package/bin/mcp-server.js +2116 -596
- package/bin/mcp-server.js.map +50 -47
- package/docs/sdks/tools/README.md +93 -12
- package/examples/package-lock.json +1 -1
- package/funcs/toolsCreate.d.ts +2 -1
- package/funcs/toolsCreate.d.ts.map +1 -1
- package/funcs/toolsCreate.js +6 -2
- package/funcs/toolsCreate.js.map +1 -1
- package/funcs/toolsSync.d.ts +18 -0
- package/funcs/toolsSync.d.ts.map +1 -0
- package/funcs/toolsSync.js +123 -0
- package/funcs/toolsSync.js.map +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.d.ts.map +1 -1
- package/mcp-server/server.js +3 -1
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/toolsSync.d.ts +8 -0
- package/mcp-server/tools/toolsSync.d.ts.map +1 -0
- package/mcp-server/tools/toolsSync.js +64 -0
- package/mcp-server/tools/toolsSync.js.map +1 -0
- package/models/operations/createagent.d.ts +53 -24
- package/models/operations/createagent.d.ts.map +1 -1
- package/models/operations/createagent.js +51 -25
- 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.js +28 -28
- package/models/operations/createtool.d.ts +373 -144
- package/models/operations/createtool.d.ts.map +1 -1
- package/models/operations/createtool.js +332 -133
- package/models/operations/createtool.js.map +1 -1
- package/models/operations/deploymentgetconfig.d.ts +8 -8
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +13 -12
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/duplicateagent.d.ts +0 -19
- package/models/operations/duplicateagent.d.ts.map +1 -1
- package/models/operations/duplicateagent.js +3 -21
- package/models/operations/duplicateagent.js.map +1 -1
- package/models/operations/duplicatetool.d.ts +189 -49
- package/models/operations/duplicatetool.d.ts.map +1 -1
- package/models/operations/duplicatetool.js +172 -44
- package/models/operations/duplicatetool.js.map +1 -1
- 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 +0 -19
- package/models/operations/getagent.d.ts.map +1 -1
- package/models/operations/getagent.js +3 -20
- package/models/operations/getagent.js.map +1 -1
- package/models/operations/getalltools.d.ts +194 -54
- package/models/operations/getalltools.d.ts.map +1 -1
- package/models/operations/getalltools.js +176 -51
- package/models/operations/getalltools.js.map +1 -1
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/index.d.ts +1 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +1 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/listagents.d.ts +0 -19
- package/models/operations/listagents.d.ts.map +1 -1
- package/models/operations/listagents.js +3 -22
- 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.js +2 -2
- 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/retrievetool.d.ts +189 -49
- package/models/operations/retrievetool.d.ts.map +1 -1
- package/models/operations/retrievetool.js +172 -44
- package/models/operations/retrievetool.js.map +1 -1
- package/models/operations/runagent.d.ts +279 -23
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +274 -15
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +282 -26
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +268 -22
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/syncmcptool.d.ts +1113 -0
- package/models/operations/syncmcptool.d.ts.map +1 -0
- package/models/operations/syncmcptool.js +1070 -0
- package/models/operations/syncmcptool.js.map +1 -0
- package/models/operations/updateagent.d.ts +53 -43
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +52 -43
- 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/updatetool.d.ts +394 -114
- package/models/operations/updatetool.d.ts.map +1 -1
- package/models/operations/updatetool.js +356 -95
- package/models/operations/updatetool.js.map +1 -1
- package/package.json +1 -1
- package/sdk/tools.d.ts +7 -0
- package/sdk/tools.d.ts.map +1 -1
- package/sdk/tools.js +10 -0
- package/sdk/tools.js.map +1 -1
- package/src/funcs/toolsCreate.ts +11 -2
- package/src/funcs/toolsSync.ts +176 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/toolsSync.ts +37 -0
- package/src/models/operations/createagent.ts +114 -40
- 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 +28 -28
- package/src/models/operations/createtool.ts +873 -277
- package/src/models/operations/deploymentgetconfig.ts +29 -20
- package/src/models/operations/duplicateagent.ts +0 -37
- package/src/models/operations/duplicatetool.ts +466 -87
- 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 +0 -38
- package/src/models/operations/getalltools.ts +447 -96
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/index.ts +1 -0
- package/src/models/operations/listagents.ts +0 -37
- 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 +2 -2
- 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/retrievetool.ts +466 -85
- package/src/models/operations/runagent.ts +656 -25
- package/src/models/operations/streamrunagent.ts +749 -34
- package/src/models/operations/syncmcptool.ts +2599 -0
- package/src/models/operations/updateagent.ts +121 -77
- 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/updatetool.ts +910 -190
- package/src/sdk/tools.ts +18 -0
|
@@ -665,6 +665,44 @@ export const ToolApprovalRequired = {
|
|
|
665
665
|
*/
|
|
666
666
|
export type ToolApprovalRequired = ClosedEnum<typeof ToolApprovalRequired>;
|
|
667
667
|
|
|
668
|
+
/**
|
|
669
|
+
* MCP tool type
|
|
670
|
+
*/
|
|
671
|
+
export const CreateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type =
|
|
672
|
+
{
|
|
673
|
+
Mcp: "mcp",
|
|
674
|
+
} as const;
|
|
675
|
+
/**
|
|
676
|
+
* MCP tool type
|
|
677
|
+
*/
|
|
678
|
+
export type CreateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type =
|
|
679
|
+
ClosedEnum<
|
|
680
|
+
typeof CreateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type
|
|
681
|
+
>;
|
|
682
|
+
|
|
683
|
+
/**
|
|
684
|
+
* Executes tools from Model Context Protocol (MCP) servers. Must reference a pre-created MCP tool by key or id.
|
|
685
|
+
*/
|
|
686
|
+
export type MCPTool = {
|
|
687
|
+
/**
|
|
688
|
+
* MCP tool type
|
|
689
|
+
*/
|
|
690
|
+
type:
|
|
691
|
+
CreateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type;
|
|
692
|
+
/**
|
|
693
|
+
* The key of the pre-created MCP tool
|
|
694
|
+
*/
|
|
695
|
+
key?: string | undefined;
|
|
696
|
+
/**
|
|
697
|
+
* The ID of the pre-created MCP tool
|
|
698
|
+
*/
|
|
699
|
+
id?: string | undefined;
|
|
700
|
+
/**
|
|
701
|
+
* Whether this tool requires approval before execution
|
|
702
|
+
*/
|
|
703
|
+
requiresApproval?: boolean | undefined;
|
|
704
|
+
};
|
|
705
|
+
|
|
668
706
|
/**
|
|
669
707
|
* Function tool type
|
|
670
708
|
*/
|
|
@@ -989,7 +1027,7 @@ export type GoogleSearchTool = {
|
|
|
989
1027
|
};
|
|
990
1028
|
|
|
991
1029
|
/**
|
|
992
|
-
* Tool configuration for agent create/update operations. Built-in tools only require a type, while custom tools (HTTP, Code, Function) must reference pre-created tools by key or id.
|
|
1030
|
+
* Tool configuration for agent create/update operations. Built-in tools only require a type, while custom tools (HTTP, Code, Function, MCP) must reference pre-created tools by key or id.
|
|
993
1031
|
*/
|
|
994
1032
|
export type AgentToolInputCRUD =
|
|
995
1033
|
| GoogleSearchTool
|
|
@@ -1005,7 +1043,8 @@ export type AgentToolInputCRUD =
|
|
|
1005
1043
|
| CurrentDateTool
|
|
1006
1044
|
| HTTPTool
|
|
1007
1045
|
| CodeExecutionTool
|
|
1008
|
-
| FunctionTool
|
|
1046
|
+
| FunctionTool
|
|
1047
|
+
| MCPTool;
|
|
1009
1048
|
|
|
1010
1049
|
/**
|
|
1011
1050
|
* Determines whether the evaluator runs on the agent input (user message) or output (agent response).
|
|
@@ -1096,6 +1135,7 @@ export type Settings = {
|
|
|
1096
1135
|
| HTTPTool
|
|
1097
1136
|
| CodeExecutionTool
|
|
1098
1137
|
| FunctionTool
|
|
1138
|
+
| MCPTool
|
|
1099
1139
|
>
|
|
1100
1140
|
| undefined;
|
|
1101
1141
|
/**
|
|
@@ -2037,19 +2077,6 @@ export type CreateAgentKnowledgeBases = {
|
|
|
2037
2077
|
knowledgeId: string;
|
|
2038
2078
|
};
|
|
2039
2079
|
|
|
2040
|
-
export const CreateAgentCollapsedConfigurationSections = {
|
|
2041
|
-
Information: "information",
|
|
2042
|
-
Model: "model",
|
|
2043
|
-
Tools: "tools",
|
|
2044
|
-
Context: "context",
|
|
2045
|
-
RuntimeConstraints: "runtime_constraints",
|
|
2046
|
-
Evaluators: "evaluators",
|
|
2047
|
-
Guardrails: "guardrails",
|
|
2048
|
-
} as const;
|
|
2049
|
-
export type CreateAgentCollapsedConfigurationSections = ClosedEnum<
|
|
2050
|
-
typeof CreateAgentCollapsedConfigurationSections
|
|
2051
|
-
>;
|
|
2052
|
-
|
|
2053
2080
|
/**
|
|
2054
2081
|
* Agent created successfully
|
|
2055
2082
|
*/
|
|
@@ -2099,12 +2126,6 @@ export type CreateAgentResponseBody = {
|
|
|
2099
2126
|
* Agent knowledge bases reference
|
|
2100
2127
|
*/
|
|
2101
2128
|
knowledgeBases?: Array<CreateAgentKnowledgeBases> | undefined;
|
|
2102
|
-
/**
|
|
2103
|
-
* List of collapsed sections in configuration. Duplicates are not allowed.
|
|
2104
|
-
*/
|
|
2105
|
-
collapsedConfigurationSections?:
|
|
2106
|
-
| Array<CreateAgentCollapsedConfigurationSections>
|
|
2107
|
-
| undefined;
|
|
2108
2129
|
};
|
|
2109
2130
|
|
|
2110
2131
|
/** @internal */
|
|
@@ -3783,6 +3804,71 @@ export const ToolApprovalRequired$outboundSchema: z.ZodNativeEnum<
|
|
|
3783
3804
|
typeof ToolApprovalRequired
|
|
3784
3805
|
> = ToolApprovalRequired$inboundSchema;
|
|
3785
3806
|
|
|
3807
|
+
/** @internal */
|
|
3808
|
+
export const CreateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type$inboundSchema:
|
|
3809
|
+
z.ZodNativeEnum<
|
|
3810
|
+
typeof CreateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type
|
|
3811
|
+
> = z.nativeEnum(
|
|
3812
|
+
CreateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type,
|
|
3813
|
+
);
|
|
3814
|
+
/** @internal */
|
|
3815
|
+
export const CreateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type$outboundSchema:
|
|
3816
|
+
z.ZodNativeEnum<
|
|
3817
|
+
typeof CreateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type
|
|
3818
|
+
> =
|
|
3819
|
+
CreateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type$inboundSchema;
|
|
3820
|
+
|
|
3821
|
+
/** @internal */
|
|
3822
|
+
export const MCPTool$inboundSchema: z.ZodType<MCPTool, z.ZodTypeDef, unknown> =
|
|
3823
|
+
z.object({
|
|
3824
|
+
type:
|
|
3825
|
+
CreateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type$inboundSchema,
|
|
3826
|
+
key: z.string().optional(),
|
|
3827
|
+
id: z.string().optional(),
|
|
3828
|
+
requires_approval: z.boolean().default(false),
|
|
3829
|
+
}).transform((v) => {
|
|
3830
|
+
return remap$(v, {
|
|
3831
|
+
"requires_approval": "requiresApproval",
|
|
3832
|
+
});
|
|
3833
|
+
});
|
|
3834
|
+
/** @internal */
|
|
3835
|
+
export type MCPTool$Outbound = {
|
|
3836
|
+
type: string;
|
|
3837
|
+
key?: string | undefined;
|
|
3838
|
+
id?: string | undefined;
|
|
3839
|
+
requires_approval: boolean;
|
|
3840
|
+
};
|
|
3841
|
+
|
|
3842
|
+
/** @internal */
|
|
3843
|
+
export const MCPTool$outboundSchema: z.ZodType<
|
|
3844
|
+
MCPTool$Outbound,
|
|
3845
|
+
z.ZodTypeDef,
|
|
3846
|
+
MCPTool
|
|
3847
|
+
> = z.object({
|
|
3848
|
+
type:
|
|
3849
|
+
CreateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type$outboundSchema,
|
|
3850
|
+
key: z.string().optional(),
|
|
3851
|
+
id: z.string().optional(),
|
|
3852
|
+
requiresApproval: z.boolean().default(false),
|
|
3853
|
+
}).transform((v) => {
|
|
3854
|
+
return remap$(v, {
|
|
3855
|
+
requiresApproval: "requires_approval",
|
|
3856
|
+
});
|
|
3857
|
+
});
|
|
3858
|
+
|
|
3859
|
+
export function mcpToolToJSON(mcpTool: MCPTool): string {
|
|
3860
|
+
return JSON.stringify(MCPTool$outboundSchema.parse(mcpTool));
|
|
3861
|
+
}
|
|
3862
|
+
export function mcpToolFromJSON(
|
|
3863
|
+
jsonString: string,
|
|
3864
|
+
): SafeParseResult<MCPTool, SDKValidationError> {
|
|
3865
|
+
return safeParse(
|
|
3866
|
+
jsonString,
|
|
3867
|
+
(x) => MCPTool$inboundSchema.parse(JSON.parse(x)),
|
|
3868
|
+
`Failed to parse 'MCPTool' from JSON`,
|
|
3869
|
+
);
|
|
3870
|
+
}
|
|
3871
|
+
|
|
3786
3872
|
/** @internal */
|
|
3787
3873
|
export const CreateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools14Type$inboundSchema:
|
|
3788
3874
|
z.ZodNativeEnum<
|
|
@@ -4699,6 +4785,7 @@ export const AgentToolInputCRUD$inboundSchema: z.ZodType<
|
|
|
4699
4785
|
z.lazy(() => HTTPTool$inboundSchema),
|
|
4700
4786
|
z.lazy(() => CodeExecutionTool$inboundSchema),
|
|
4701
4787
|
z.lazy(() => FunctionTool$inboundSchema),
|
|
4788
|
+
z.lazy(() => MCPTool$inboundSchema),
|
|
4702
4789
|
]);
|
|
4703
4790
|
/** @internal */
|
|
4704
4791
|
export type AgentToolInputCRUD$Outbound =
|
|
@@ -4715,7 +4802,8 @@ export type AgentToolInputCRUD$Outbound =
|
|
|
4715
4802
|
| CurrentDateTool$Outbound
|
|
4716
4803
|
| HTTPTool$Outbound
|
|
4717
4804
|
| CodeExecutionTool$Outbound
|
|
4718
|
-
| FunctionTool$Outbound
|
|
4805
|
+
| FunctionTool$Outbound
|
|
4806
|
+
| MCPTool$Outbound;
|
|
4719
4807
|
|
|
4720
4808
|
/** @internal */
|
|
4721
4809
|
export const AgentToolInputCRUD$outboundSchema: z.ZodType<
|
|
@@ -4737,6 +4825,7 @@ export const AgentToolInputCRUD$outboundSchema: z.ZodType<
|
|
|
4737
4825
|
z.lazy(() => HTTPTool$outboundSchema),
|
|
4738
4826
|
z.lazy(() => CodeExecutionTool$outboundSchema),
|
|
4739
4827
|
z.lazy(() => FunctionTool$outboundSchema),
|
|
4828
|
+
z.lazy(() => MCPTool$outboundSchema),
|
|
4740
4829
|
]);
|
|
4741
4830
|
|
|
4742
4831
|
export function agentToolInputCRUDToJSON(
|
|
@@ -4901,6 +4990,7 @@ export const Settings$inboundSchema: z.ZodType<
|
|
|
4901
4990
|
z.lazy(() => HTTPTool$inboundSchema),
|
|
4902
4991
|
z.lazy(() => CodeExecutionTool$inboundSchema),
|
|
4903
4992
|
z.lazy(() => FunctionTool$inboundSchema),
|
|
4993
|
+
z.lazy(() => MCPTool$inboundSchema),
|
|
4904
4994
|
]),
|
|
4905
4995
|
).optional(),
|
|
4906
4996
|
evaluators: z.array(z.lazy(() => Evaluators$inboundSchema)).optional(),
|
|
@@ -4933,6 +5023,7 @@ export type Settings$Outbound = {
|
|
|
4933
5023
|
| HTTPTool$Outbound
|
|
4934
5024
|
| CodeExecutionTool$Outbound
|
|
4935
5025
|
| FunctionTool$Outbound
|
|
5026
|
+
| MCPTool$Outbound
|
|
4936
5027
|
>
|
|
4937
5028
|
| undefined;
|
|
4938
5029
|
evaluators?: Array<Evaluators$Outbound> | undefined;
|
|
@@ -4966,6 +5057,7 @@ export const Settings$outboundSchema: z.ZodType<
|
|
|
4966
5057
|
z.lazy(() => HTTPTool$outboundSchema),
|
|
4967
5058
|
z.lazy(() => CodeExecutionTool$outboundSchema),
|
|
4968
5059
|
z.lazy(() => FunctionTool$outboundSchema),
|
|
5060
|
+
z.lazy(() => MCPTool$outboundSchema),
|
|
4969
5061
|
]),
|
|
4970
5062
|
).optional(),
|
|
4971
5063
|
evaluators: z.array(z.lazy(() => Evaluators$outboundSchema)).optional(),
|
|
@@ -7542,15 +7634,6 @@ export function createAgentKnowledgeBasesFromJSON(
|
|
|
7542
7634
|
);
|
|
7543
7635
|
}
|
|
7544
7636
|
|
|
7545
|
-
/** @internal */
|
|
7546
|
-
export const CreateAgentCollapsedConfigurationSections$inboundSchema:
|
|
7547
|
-
z.ZodNativeEnum<typeof CreateAgentCollapsedConfigurationSections> = z
|
|
7548
|
-
.nativeEnum(CreateAgentCollapsedConfigurationSections);
|
|
7549
|
-
/** @internal */
|
|
7550
|
-
export const CreateAgentCollapsedConfigurationSections$outboundSchema:
|
|
7551
|
-
z.ZodNativeEnum<typeof CreateAgentCollapsedConfigurationSections> =
|
|
7552
|
-
CreateAgentCollapsedConfigurationSections$inboundSchema;
|
|
7553
|
-
|
|
7554
7637
|
/** @internal */
|
|
7555
7638
|
export const CreateAgentResponseBody$inboundSchema: z.ZodType<
|
|
7556
7639
|
CreateAgentResponseBody,
|
|
@@ -7580,9 +7663,6 @@ export const CreateAgentResponseBody$inboundSchema: z.ZodType<
|
|
|
7580
7663
|
knowledge_bases: z.array(
|
|
7581
7664
|
z.lazy(() => CreateAgentKnowledgeBases$inboundSchema),
|
|
7582
7665
|
).optional(),
|
|
7583
|
-
collapsed_configuration_sections: z.array(
|
|
7584
|
-
CreateAgentCollapsedConfigurationSections$inboundSchema,
|
|
7585
|
-
).optional(),
|
|
7586
7666
|
}).transform((v) => {
|
|
7587
7667
|
return remap$(v, {
|
|
7588
7668
|
"_id": "id",
|
|
@@ -7594,7 +7674,6 @@ export const CreateAgentResponseBody$inboundSchema: z.ZodType<
|
|
|
7594
7674
|
"memory_stores": "memoryStores",
|
|
7595
7675
|
"team_of_agents": "teamOfAgents",
|
|
7596
7676
|
"knowledge_bases": "knowledgeBases",
|
|
7597
|
-
"collapsed_configuration_sections": "collapsedConfigurationSections",
|
|
7598
7677
|
});
|
|
7599
7678
|
});
|
|
7600
7679
|
/** @internal */
|
|
@@ -7620,7 +7699,6 @@ export type CreateAgentResponseBody$Outbound = {
|
|
|
7620
7699
|
metrics?: Metrics$Outbound | undefined;
|
|
7621
7700
|
variables?: { [k: string]: any } | undefined;
|
|
7622
7701
|
knowledge_bases?: Array<CreateAgentKnowledgeBases$Outbound> | undefined;
|
|
7623
|
-
collapsed_configuration_sections?: Array<string> | undefined;
|
|
7624
7702
|
};
|
|
7625
7703
|
|
|
7626
7704
|
/** @internal */
|
|
@@ -7652,9 +7730,6 @@ export const CreateAgentResponseBody$outboundSchema: z.ZodType<
|
|
|
7652
7730
|
knowledgeBases: z.array(
|
|
7653
7731
|
z.lazy(() => CreateAgentKnowledgeBases$outboundSchema),
|
|
7654
7732
|
).optional(),
|
|
7655
|
-
collapsedConfigurationSections: z.array(
|
|
7656
|
-
CreateAgentCollapsedConfigurationSections$outboundSchema,
|
|
7657
|
-
).optional(),
|
|
7658
7733
|
}).transform((v) => {
|
|
7659
7734
|
return remap$(v, {
|
|
7660
7735
|
id: "_id",
|
|
@@ -7666,7 +7741,6 @@ export const CreateAgentResponseBody$outboundSchema: z.ZodType<
|
|
|
7666
7741
|
memoryStores: "memory_stores",
|
|
7667
7742
|
teamOfAgents: "team_of_agents",
|
|
7668
7743
|
knowledgeBases: "knowledge_bases",
|
|
7669
|
-
collapsedConfigurationSections: "collapsed_configuration_sections",
|
|
7670
7744
|
});
|
|
7671
7745
|
});
|
|
7672
7746
|
|
|
@@ -516,7 +516,7 @@ export const CreateBudgetResponseBody$inboundSchema: z.ZodType<
|
|
|
516
516
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
517
517
|
.optional(),
|
|
518
518
|
updated: z.string().datetime({ offset: true }).default(
|
|
519
|
-
"2025-11-
|
|
519
|
+
"2025-11-14T05:44:48.210Z",
|
|
520
520
|
).transform(v => new Date(v)),
|
|
521
521
|
}).transform((v) => {
|
|
522
522
|
return remap$(v, {
|
|
@@ -553,7 +553,7 @@ export const CreateBudgetResponseBody$outboundSchema: z.ZodType<
|
|
|
553
553
|
isActive: z.boolean(),
|
|
554
554
|
consumption: z.lazy(() => Consumption$outboundSchema).optional(),
|
|
555
555
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
556
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
556
|
+
updated: z.date().default(() => new Date("2025-11-14T05:44:48.210Z"))
|
|
557
557
|
.transform(v => v.toISOString()),
|
|
558
558
|
}).transform((v) => {
|
|
559
559
|
return remap$(v, {
|
|
@@ -167,7 +167,7 @@ export const CreateContactResponseBody$inboundSchema: z.ZodType<
|
|
|
167
167
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
168
168
|
.optional(),
|
|
169
169
|
updated: z.string().datetime({ offset: true }).default(
|
|
170
|
-
"2025-11-
|
|
170
|
+
"2025-11-14T05:44:47.890Z",
|
|
171
171
|
).transform(v => new Date(v)),
|
|
172
172
|
}).transform((v) => {
|
|
173
173
|
return remap$(v, {
|
|
@@ -207,7 +207,7 @@ export const CreateContactResponseBody$outboundSchema: z.ZodType<
|
|
|
207
207
|
tags: z.array(z.string()).optional(),
|
|
208
208
|
metadata: z.record(z.any()).optional(),
|
|
209
209
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
210
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
210
|
+
updated: z.date().default(() => new Date("2025-11-14T05:44:47.890Z"))
|
|
211
211
|
.transform(v => v.toISOString()),
|
|
212
212
|
}).transform((v) => {
|
|
213
213
|
return remap$(v, {
|
|
@@ -187,7 +187,7 @@ export const CreateDatasetResponseBody$inboundSchema: z.ZodType<
|
|
|
187
187
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
188
188
|
.optional(),
|
|
189
189
|
updated: z.string().datetime({ offset: true }).default(
|
|
190
|
-
"2025-11-
|
|
190
|
+
"2025-11-14T05:44:47.890Z",
|
|
191
191
|
).transform(v => new Date(v)),
|
|
192
192
|
}).transform((v) => {
|
|
193
193
|
return remap$(v, {
|
|
@@ -226,7 +226,7 @@ export const CreateDatasetResponseBody$outboundSchema: z.ZodType<
|
|
|
226
226
|
createdById: z.string().optional(),
|
|
227
227
|
updatedById: z.string().optional(),
|
|
228
228
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
229
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
229
|
+
updated: z.date().default(() => new Date("2025-11-14T05:44:47.890Z"))
|
|
230
230
|
.transform(v => v.toISOString()),
|
|
231
231
|
}).transform((v) => {
|
|
232
232
|
return remap$(v, {
|
|
@@ -4929,7 +4929,7 @@ export const Evaluations3$inboundSchema: z.ZodType<
|
|
|
4929
4929
|
source: CreateDatasetItemEvaluationsSource$inboundSchema.default("orq"),
|
|
4930
4930
|
reviewed_by_id: z.string(),
|
|
4931
4931
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
4932
|
-
"2025-11-
|
|
4932
|
+
"2025-11-14T05:44:59.159Z",
|
|
4933
4933
|
).transform(v => new Date(v)),
|
|
4934
4934
|
type: CreateDatasetItemEvaluationsDatasetsType$inboundSchema,
|
|
4935
4935
|
values: z.array(z.string()),
|
|
@@ -4964,7 +4964,7 @@ export const Evaluations3$outboundSchema: z.ZodType<
|
|
|
4964
4964
|
humanReviewId: z.string(),
|
|
4965
4965
|
source: CreateDatasetItemEvaluationsSource$outboundSchema.default("orq"),
|
|
4966
4966
|
reviewedById: z.string(),
|
|
4967
|
-
reviewedAt: z.date().default(() => new Date("2025-11-
|
|
4967
|
+
reviewedAt: z.date().default(() => new Date("2025-11-14T05:44:59.159Z"))
|
|
4968
4968
|
.transform(v => v.toISOString()),
|
|
4969
4969
|
type: CreateDatasetItemEvaluationsDatasetsType$outboundSchema,
|
|
4970
4970
|
values: z.array(z.string()),
|
|
@@ -5029,7 +5029,7 @@ export const Evaluations2$inboundSchema: z.ZodType<
|
|
|
5029
5029
|
source: EvaluationsSource$inboundSchema.default("orq"),
|
|
5030
5030
|
reviewed_by_id: z.string(),
|
|
5031
5031
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
5032
|
-
"2025-11-
|
|
5032
|
+
"2025-11-14T05:44:59.158Z",
|
|
5033
5033
|
).transform(v => new Date(v)),
|
|
5034
5034
|
type: CreateDatasetItemEvaluationsType$inboundSchema,
|
|
5035
5035
|
value: z.number(),
|
|
@@ -5064,7 +5064,7 @@ export const Evaluations2$outboundSchema: z.ZodType<
|
|
|
5064
5064
|
humanReviewId: z.string(),
|
|
5065
5065
|
source: EvaluationsSource$outboundSchema.default("orq"),
|
|
5066
5066
|
reviewedById: z.string(),
|
|
5067
|
-
reviewedAt: z.date().default(() => new Date("2025-11-
|
|
5067
|
+
reviewedAt: z.date().default(() => new Date("2025-11-14T05:44:59.158Z"))
|
|
5068
5068
|
.transform(v => v.toISOString()),
|
|
5069
5069
|
type: CreateDatasetItemEvaluationsType$outboundSchema,
|
|
5070
5070
|
value: z.number(),
|
|
@@ -5127,7 +5127,7 @@ export const Evaluations1$inboundSchema: z.ZodType<
|
|
|
5127
5127
|
source: Source$inboundSchema.default("orq"),
|
|
5128
5128
|
reviewed_by_id: z.string(),
|
|
5129
5129
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
5130
|
-
"2025-11-
|
|
5130
|
+
"2025-11-14T05:44:59.157Z",
|
|
5131
5131
|
).transform(v => new Date(v)),
|
|
5132
5132
|
type: EvaluationsType$inboundSchema,
|
|
5133
5133
|
value: z.string(),
|
|
@@ -5162,7 +5162,7 @@ export const Evaluations1$outboundSchema: z.ZodType<
|
|
|
5162
5162
|
humanReviewId: z.string(),
|
|
5163
5163
|
source: Source$outboundSchema.default("orq"),
|
|
5164
5164
|
reviewedById: z.string(),
|
|
5165
|
-
reviewedAt: z.date().default(() => new Date("2025-11-
|
|
5165
|
+
reviewedAt: z.date().default(() => new Date("2025-11-14T05:44:59.157Z"))
|
|
5166
5166
|
.transform(v => v.toISOString()),
|
|
5167
5167
|
type: EvaluationsType$outboundSchema,
|
|
5168
5168
|
value: z.string(),
|
|
@@ -5267,7 +5267,7 @@ export const CreateDatasetItemResponseBody$inboundSchema: z.ZodType<
|
|
|
5267
5267
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
5268
5268
|
.optional(),
|
|
5269
5269
|
updated: z.string().datetime({ offset: true }).default(
|
|
5270
|
-
"2025-11-
|
|
5270
|
+
"2025-11-14T05:44:47.890Z",
|
|
5271
5271
|
).transform(v => new Date(v)),
|
|
5272
5272
|
}).transform((v) => {
|
|
5273
5273
|
return remap$(v, {
|
|
@@ -5345,7 +5345,7 @@ export const CreateDatasetItemResponseBody$outboundSchema: z.ZodType<
|
|
|
5345
5345
|
createdById: z.string().optional(),
|
|
5346
5346
|
updatedById: z.string().optional(),
|
|
5347
5347
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
5348
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
5348
|
+
updated: z.date().default(() => new Date("2025-11-14T05:44:47.890Z"))
|
|
5349
5349
|
.transform(v => v.toISOString()),
|
|
5350
5350
|
}).transform((v) => {
|
|
5351
5351
|
return remap$(v, {
|
|
@@ -608,7 +608,7 @@ export const CreateDatasourceResponseBody$inboundSchema: z.ZodType<
|
|
|
608
608
|
z.ZodTypeDef,
|
|
609
609
|
unknown
|
|
610
610
|
> = z.object({
|
|
611
|
-
_id: z.string().default("
|
|
611
|
+
_id: z.string().default("01KA0EAFVTJYQ5BHMECHQWAQST"),
|
|
612
612
|
display_name: z.string(),
|
|
613
613
|
description: z.string().optional(),
|
|
614
614
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -651,7 +651,7 @@ export const CreateDatasourceResponseBody$outboundSchema: z.ZodType<
|
|
|
651
651
|
z.ZodTypeDef,
|
|
652
652
|
CreateDatasourceResponseBody
|
|
653
653
|
> = z.object({
|
|
654
|
-
id: z.string().default("
|
|
654
|
+
id: z.string().default("01KA0EAFVTJYQ5BHMECHQWAQST"),
|
|
655
655
|
displayName: z.string(),
|
|
656
656
|
description: z.string().optional(),
|
|
657
657
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -2756,8 +2756,8 @@ export const Typescript$inboundSchema: z.ZodType<
|
|
|
2756
2756
|
> = z.object({
|
|
2757
2757
|
_id: z.string(),
|
|
2758
2758
|
description: z.string(),
|
|
2759
|
-
created: z.string().default("2025-11-
|
|
2760
|
-
updated: z.string().default("2025-11-
|
|
2759
|
+
created: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
2760
|
+
updated: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
2761
2761
|
guardrail_config: z.union([
|
|
2762
2762
|
z.lazy(() =>
|
|
2763
2763
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema
|
|
@@ -2799,8 +2799,8 @@ export const Typescript$outboundSchema: z.ZodType<
|
|
|
2799
2799
|
> = z.object({
|
|
2800
2800
|
id: z.string(),
|
|
2801
2801
|
description: z.string(),
|
|
2802
|
-
created: z.string().default("2025-11-
|
|
2803
|
-
updated: z.string().default("2025-11-
|
|
2802
|
+
created: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
2803
|
+
updated: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
2804
2804
|
guardrailConfig: z.union([
|
|
2805
2805
|
z.lazy(() =>
|
|
2806
2806
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema
|
|
@@ -3081,8 +3081,8 @@ export const Ragas$inboundSchema: z.ZodType<Ragas, z.ZodTypeDef, unknown> = z
|
|
|
3081
3081
|
.object({
|
|
3082
3082
|
_id: z.string(),
|
|
3083
3083
|
description: z.string(),
|
|
3084
|
-
created: z.string().default("2025-11-
|
|
3085
|
-
updated: z.string().default("2025-11-
|
|
3084
|
+
created: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
3085
|
+
updated: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
3086
3086
|
guardrail_config: z.union([
|
|
3087
3087
|
z.lazy(() =>
|
|
3088
3088
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema
|
|
@@ -3127,8 +3127,8 @@ export const Ragas$outboundSchema: z.ZodType<
|
|
|
3127
3127
|
> = z.object({
|
|
3128
3128
|
id: z.string(),
|
|
3129
3129
|
description: z.string(),
|
|
3130
|
-
created: z.string().default("2025-11-
|
|
3131
|
-
updated: z.string().default("2025-11-
|
|
3130
|
+
created: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
3131
|
+
updated: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
3132
3132
|
guardrailConfig: z.union([
|
|
3133
3133
|
z.lazy(() =>
|
|
3134
3134
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema
|
|
@@ -5416,8 +5416,8 @@ export const CreateEvalResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
5416
5416
|
> = z.object({
|
|
5417
5417
|
_id: z.string(),
|
|
5418
5418
|
description: z.string(),
|
|
5419
|
-
created: z.string().default("2025-11-
|
|
5420
|
-
updated: z.string().default("2025-11-
|
|
5419
|
+
created: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
5420
|
+
updated: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
5421
5421
|
guardrail_config: z.union([
|
|
5422
5422
|
z.lazy(() =>
|
|
5423
5423
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema
|
|
@@ -5530,8 +5530,8 @@ export const CreateEvalResponseBodyFunction$outboundSchema: z.ZodType<
|
|
|
5530
5530
|
> = z.object({
|
|
5531
5531
|
id: z.string(),
|
|
5532
5532
|
description: z.string(),
|
|
5533
|
-
created: z.string().default("2025-11-
|
|
5534
|
-
updated: z.string().default("2025-11-
|
|
5533
|
+
created: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
5534
|
+
updated: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
5535
5535
|
guardrailConfig: z.union([
|
|
5536
5536
|
z.lazy(() =>
|
|
5537
5537
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema
|
|
@@ -5848,8 +5848,8 @@ export const ResponseBodyPython$inboundSchema: z.ZodType<
|
|
|
5848
5848
|
> = z.object({
|
|
5849
5849
|
_id: z.string(),
|
|
5850
5850
|
description: z.string(),
|
|
5851
|
-
created: z.string().default("2025-11-
|
|
5852
|
-
updated: z.string().default("2025-11-
|
|
5851
|
+
created: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
5852
|
+
updated: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
5853
5853
|
guardrail_config: z.union([
|
|
5854
5854
|
z.lazy(() =>
|
|
5855
5855
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema
|
|
@@ -5890,8 +5890,8 @@ export const ResponseBodyPython$outboundSchema: z.ZodType<
|
|
|
5890
5890
|
> = z.object({
|
|
5891
5891
|
id: z.string(),
|
|
5892
5892
|
description: z.string(),
|
|
5893
|
-
created: z.string().default("2025-11-
|
|
5894
|
-
updated: z.string().default("2025-11-
|
|
5893
|
+
created: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
5894
|
+
updated: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
5895
5895
|
guardrailConfig: z.union([
|
|
5896
5896
|
z.lazy(() =>
|
|
5897
5897
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema
|
|
@@ -6171,8 +6171,8 @@ export const ResponseBodyHTTP$inboundSchema: z.ZodType<
|
|
|
6171
6171
|
> = z.object({
|
|
6172
6172
|
_id: z.string(),
|
|
6173
6173
|
description: z.string(),
|
|
6174
|
-
created: z.string().default("2025-11-
|
|
6175
|
-
updated: z.string().default("2025-11-
|
|
6174
|
+
created: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
6175
|
+
updated: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
6176
6176
|
guardrail_config: z.union([
|
|
6177
6177
|
z.lazy(() =>
|
|
6178
6178
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema
|
|
@@ -6219,8 +6219,8 @@ export const ResponseBodyHTTP$outboundSchema: z.ZodType<
|
|
|
6219
6219
|
> = z.object({
|
|
6220
6220
|
id: z.string(),
|
|
6221
6221
|
description: z.string(),
|
|
6222
|
-
created: z.string().default("2025-11-
|
|
6223
|
-
updated: z.string().default("2025-11-
|
|
6222
|
+
created: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
6223
|
+
updated: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
6224
6224
|
guardrailConfig: z.union([
|
|
6225
6225
|
z.lazy(() =>
|
|
6226
6226
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema
|
|
@@ -6476,8 +6476,8 @@ export const ResponseBodyJSON$inboundSchema: z.ZodType<
|
|
|
6476
6476
|
> = z.object({
|
|
6477
6477
|
_id: z.string(),
|
|
6478
6478
|
description: z.string(),
|
|
6479
|
-
created: z.string().default("2025-11-
|
|
6480
|
-
updated: z.string().default("2025-11-
|
|
6479
|
+
created: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
6480
|
+
updated: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
6481
6481
|
guardrail_config: z.union([
|
|
6482
6482
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
6483
6483
|
z.lazy(() =>
|
|
@@ -6516,8 +6516,8 @@ export const ResponseBodyJSON$outboundSchema: z.ZodType<
|
|
|
6516
6516
|
> = z.object({
|
|
6517
6517
|
id: z.string(),
|
|
6518
6518
|
description: z.string(),
|
|
6519
|
-
created: z.string().default("2025-11-
|
|
6520
|
-
updated: z.string().default("2025-11-
|
|
6519
|
+
created: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
6520
|
+
updated: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
6521
6521
|
guardrailConfig: z.union([
|
|
6522
6522
|
z.lazy(() =>
|
|
6523
6523
|
CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema
|
|
@@ -6755,8 +6755,8 @@ export const ResponseBodyLLM$inboundSchema: z.ZodType<
|
|
|
6755
6755
|
> = z.object({
|
|
6756
6756
|
_id: z.string(),
|
|
6757
6757
|
description: z.string(),
|
|
6758
|
-
created: z.string().default("2025-11-
|
|
6759
|
-
updated: z.string().default("2025-11-
|
|
6758
|
+
created: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
6759
|
+
updated: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
6760
6760
|
guardrail_config: z.union([
|
|
6761
6761
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
6762
6762
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
@@ -6795,8 +6795,8 @@ export const ResponseBodyLLM$outboundSchema: z.ZodType<
|
|
|
6795
6795
|
> = z.object({
|
|
6796
6796
|
id: z.string(),
|
|
6797
6797
|
description: z.string(),
|
|
6798
|
-
created: z.string().default("2025-11-
|
|
6799
|
-
updated: z.string().default("2025-11-
|
|
6798
|
+
created: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
6799
|
+
updated: z.string().default("2025-11-14T05:44:50.452Z"),
|
|
6800
6800
|
guardrailConfig: z.union([
|
|
6801
6801
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
6802
6802
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|