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