Variable: GatewayDeploymentPingResponseSchema
const GatewayDeploymentPingResponseSchema: ZodObject<{
status: ZodString;
gateway_base_url: ZodString;
outbound: ZodObject<{
status: ZodString;
status_code: ZodOptional<ZodNumber>;
version: ZodOptional<ZodString>;
error: ZodOptional<ZodString>;
}, "passthrough", ZodTypeAny, objectOutputType<{
status: ZodString;
status_code: ZodOptional<ZodNumber>;
version: ZodOptional<ZodString>;
error: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">, objectInputType<{
status: ZodString;
status_code: ZodOptional<ZodNumber>;
version: ZodOptional<ZodString>;
error: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">>;
inbound: ZodObject<{
status: ZodString;
error: ZodOptional<ZodString>;
}, "passthrough", ZodTypeAny, objectOutputType<{
status: ZodString;
error: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">, objectInputType<{
status: ZodString;
error: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">>;
object: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
status: ZodString;
gateway_base_url: ZodString;
outbound: ZodObject<{
status: ZodString;
status_code: ZodOptional<ZodNumber>;
version: ZodOptional<ZodString>;
error: ZodOptional<ZodString>;
}, "passthrough", ZodTypeAny, objectOutputType<{
status: ZodString;
status_code: ZodOptional<ZodNumber>;
version: ZodOptional<ZodString>;
error: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">, objectInputType<{
status: ZodString;
status_code: ZodOptional<ZodNumber>;
version: ZodOptional<ZodString>;
error: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">>;
inbound: ZodObject<{
status: ZodString;
error: ZodOptional<ZodString>;
}, "passthrough", ZodTypeAny, objectOutputType<{
status: ZodString;
error: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">, objectInputType<{
status: ZodString;
error: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">>;
object: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
status: ZodString;
gateway_base_url: ZodString;
outbound: ZodObject<{
status: ZodString;
status_code: ZodOptional<ZodNumber>;
version: ZodOptional<ZodString>;
error: ZodOptional<ZodString>;
}, "passthrough", ZodTypeAny, objectOutputType<{
status: ZodString;
status_code: ZodOptional<ZodNumber>;
version: ZodOptional<ZodString>;
error: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">, objectInputType<{
status: ZodString;
status_code: ZodOptional<ZodNumber>;
version: ZodOptional<ZodString>;
error: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">>;
inbound: ZodObject<{
status: ZodString;
error: ZodOptional<ZodString>;
}, "passthrough", ZodTypeAny, objectOutputType<{
status: ZodString;
error: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">, objectInputType<{
status: ZodString;
error: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">>;
object: ZodString;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/ai-gateway.ts:1194
Two-way connectivity result for a configured self-hosted deployment.