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