import * as z from "zod/v3"; import { WistiaError } from "./wistiaerror.js"; /** * Internal server error */ export type DeleteChannelEpisodesChannelEpisodeHashedIdInternalServerErrorData = { error?: string | undefined; }; /** * Internal server error */ export declare class DeleteChannelEpisodesChannelEpisodeHashedIdInternalServerError extends WistiaError { error?: string | undefined; /** The original data that was passed to this error instance. */ data$: DeleteChannelEpisodesChannelEpisodeHashedIdInternalServerErrorData; constructor(err: DeleteChannelEpisodesChannelEpisodeHashedIdInternalServerErrorData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden, token is valid but account does not have access to feature */ export type DeleteChannelEpisodesChannelEpisodeHashedIdForbiddenErrorData = { error?: string | undefined; }; /** * Forbidden, token is valid but account does not have access to feature */ export declare class DeleteChannelEpisodesChannelEpisodeHashedIdForbiddenError extends WistiaError { error?: string | undefined; /** The original data that was passed to this error instance. */ data$: DeleteChannelEpisodesChannelEpisodeHashedIdForbiddenErrorData; constructor(err: DeleteChannelEpisodesChannelEpisodeHashedIdForbiddenErrorData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized, invalid or missing token */ export type DeleteChannelEpisodesChannelEpisodeHashedIdUnauthorizedErrorData = { error?: string | undefined; }; /** * Unauthorized, invalid or missing token */ export declare class DeleteChannelEpisodesChannelEpisodeHashedIdUnauthorizedError extends WistiaError { error?: string | undefined; /** The original data that was passed to this error instance. */ data$: DeleteChannelEpisodesChannelEpisodeHashedIdUnauthorizedErrorData; constructor(err: DeleteChannelEpisodesChannelEpisodeHashedIdUnauthorizedErrorData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const DeleteChannelEpisodesChannelEpisodeHashedIdInternalServerError$inboundSchema: z.ZodType; /** @internal */ export declare const DeleteChannelEpisodesChannelEpisodeHashedIdForbiddenError$inboundSchema: z.ZodType; /** @internal */ export declare const DeleteChannelEpisodesChannelEpisodeHashedIdUnauthorizedError$inboundSchema: z.ZodType; //# sourceMappingURL=deletechannelepisodeschannelepisodehashedid.d.ts.map