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