import * as z from "zod"; import { Result as SafeParseResult } from "../../types/fp.js"; import { HTTPError, HTTPError$Outbound } from "./httperror.js"; import { HTTPValidationError, HTTPValidationError$Outbound } from "./httpvalidationerror.js"; import { SDKValidationError } from "./sdkvalidationerror.js"; import { StudioApiError, StudioApiError$Outbound } from "./studioapierror.js"; /** * Internal Server Error */ export type GenAudioToTextGenerateResponse500ResponseBody = HTTPError | StudioApiError; /** * Validation Error */ export type GenAudioToTextGenerateResponse422ResponseBody = HTTPValidationError | StudioApiError; /** * Unsupported Media Type */ export type GenAudioToTextGenerateResponse415ResponseBody = HTTPError | StudioApiError; /** * Request Entity Too Large */ export type GenAudioToTextGenerateResponseResponseBody = HTTPError | StudioApiError; /** * Unauthorized */ export type GenAudioToTextGenerateResponseBody = HTTPError | StudioApiError; /** * Bad Request */ export type GenAudioToTextResponseBody = HTTPError | StudioApiError; /** @internal */ export declare const GenAudioToTextGenerateResponse500ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GenAudioToTextGenerateResponse500ResponseBody$Outbound = HTTPError$Outbound | StudioApiError$Outbound; /** @internal */ export declare const GenAudioToTextGenerateResponse500ResponseBody$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace GenAudioToTextGenerateResponse500ResponseBody$ { /** @deprecated use `GenAudioToTextGenerateResponse500ResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GenAudioToTextGenerateResponse500ResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GenAudioToTextGenerateResponse500ResponseBody$Outbound` instead. */ type Outbound = GenAudioToTextGenerateResponse500ResponseBody$Outbound; } export declare function genAudioToTextGenerateResponse500ResponseBodyToJSON(genAudioToTextGenerateResponse500ResponseBody: GenAudioToTextGenerateResponse500ResponseBody): string; export declare function genAudioToTextGenerateResponse500ResponseBodyFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GenAudioToTextGenerateResponse422ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GenAudioToTextGenerateResponse422ResponseBody$Outbound = HTTPValidationError$Outbound | StudioApiError$Outbound; /** @internal */ export declare const GenAudioToTextGenerateResponse422ResponseBody$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace GenAudioToTextGenerateResponse422ResponseBody$ { /** @deprecated use `GenAudioToTextGenerateResponse422ResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GenAudioToTextGenerateResponse422ResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GenAudioToTextGenerateResponse422ResponseBody$Outbound` instead. */ type Outbound = GenAudioToTextGenerateResponse422ResponseBody$Outbound; } export declare function genAudioToTextGenerateResponse422ResponseBodyToJSON(genAudioToTextGenerateResponse422ResponseBody: GenAudioToTextGenerateResponse422ResponseBody): string; export declare function genAudioToTextGenerateResponse422ResponseBodyFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GenAudioToTextGenerateResponse415ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GenAudioToTextGenerateResponse415ResponseBody$Outbound = HTTPError$Outbound | StudioApiError$Outbound; /** @internal */ export declare const GenAudioToTextGenerateResponse415ResponseBody$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace GenAudioToTextGenerateResponse415ResponseBody$ { /** @deprecated use `GenAudioToTextGenerateResponse415ResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GenAudioToTextGenerateResponse415ResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GenAudioToTextGenerateResponse415ResponseBody$Outbound` instead. */ type Outbound = GenAudioToTextGenerateResponse415ResponseBody$Outbound; } export declare function genAudioToTextGenerateResponse415ResponseBodyToJSON(genAudioToTextGenerateResponse415ResponseBody: GenAudioToTextGenerateResponse415ResponseBody): string; export declare function genAudioToTextGenerateResponse415ResponseBodyFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GenAudioToTextGenerateResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GenAudioToTextGenerateResponseResponseBody$Outbound = HTTPError$Outbound | StudioApiError$Outbound; /** @internal */ export declare const GenAudioToTextGenerateResponseResponseBody$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace GenAudioToTextGenerateResponseResponseBody$ { /** @deprecated use `GenAudioToTextGenerateResponseResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GenAudioToTextGenerateResponseResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GenAudioToTextGenerateResponseResponseBody$Outbound` instead. */ type Outbound = GenAudioToTextGenerateResponseResponseBody$Outbound; } export declare function genAudioToTextGenerateResponseResponseBodyToJSON(genAudioToTextGenerateResponseResponseBody: GenAudioToTextGenerateResponseResponseBody): string; export declare function genAudioToTextGenerateResponseResponseBodyFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GenAudioToTextGenerateResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GenAudioToTextGenerateResponseBody$Outbound = HTTPError$Outbound | StudioApiError$Outbound; /** @internal */ export declare const GenAudioToTextGenerateResponseBody$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace GenAudioToTextGenerateResponseBody$ { /** @deprecated use `GenAudioToTextGenerateResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GenAudioToTextGenerateResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GenAudioToTextGenerateResponseBody$Outbound` instead. */ type Outbound = GenAudioToTextGenerateResponseBody$Outbound; } export declare function genAudioToTextGenerateResponseBodyToJSON(genAudioToTextGenerateResponseBody: GenAudioToTextGenerateResponseBody): string; export declare function genAudioToTextGenerateResponseBodyFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GenAudioToTextResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GenAudioToTextResponseBody$Outbound = HTTPError$Outbound | StudioApiError$Outbound; /** @internal */ export declare const GenAudioToTextResponseBody$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace GenAudioToTextResponseBody$ { /** @deprecated use `GenAudioToTextResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GenAudioToTextResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GenAudioToTextResponseBody$Outbound` instead. */ type Outbound = GenAudioToTextResponseBody$Outbound; } export declare function genAudioToTextResponseBodyToJSON(genAudioToTextResponseBody: GenAudioToTextResponseBody): string; export declare function genAudioToTextResponseBodyFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=genaudiototext.d.ts.map