import { ClosedEnum } from "../../types/enums.js"; import * as z from "zod"; export declare const ConsoleV1ReportsControllerGenReportReportsStatus: { readonly FourHundredAndOne: 401; }; export type ConsoleV1ReportsControllerGenReportReportsStatus = ClosedEnum; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export type ConsoleV1ReportsControllerGenReportReportsResponseBodyData = { status: ConsoleV1ReportsControllerGenReportReportsStatus; message: string; }; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export declare class ConsoleV1ReportsControllerGenReportReportsResponseBody extends Error { status: ConsoleV1ReportsControllerGenReportReportsStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1ReportsControllerGenReportReportsResponseBodyData; constructor(err: ConsoleV1ReportsControllerGenReportReportsResponseBodyData); } export declare const ConsoleV1ReportsControllerGenReportStatus: { readonly FourHundred: 400; }; export type ConsoleV1ReportsControllerGenReportStatus = ClosedEnum; /** * Data is not available */ export type ConsoleV1ReportsControllerGenReportResponseBodyData = { status: ConsoleV1ReportsControllerGenReportStatus; message: string; }; /** * Data is not available */ export declare class ConsoleV1ReportsControllerGenReportResponseBody extends Error { status: ConsoleV1ReportsControllerGenReportStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1ReportsControllerGenReportResponseBodyData; constructor(err: ConsoleV1ReportsControllerGenReportResponseBodyData); } /** @internal */ export declare const ConsoleV1ReportsControllerGenReportReportsStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1ReportsControllerGenReportReportsStatus$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ConsoleV1ReportsControllerGenReportReportsStatus$ { /** @deprecated use `ConsoleV1ReportsControllerGenReportReportsStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; /** @deprecated use `ConsoleV1ReportsControllerGenReportReportsStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; } /** @internal */ export declare const ConsoleV1ReportsControllerGenReportReportsResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1ReportsControllerGenReportReportsResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1ReportsControllerGenReportReportsResponseBody$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 ConsoleV1ReportsControllerGenReportReportsResponseBody$ { /** @deprecated use `ConsoleV1ReportsControllerGenReportReportsResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ReportsControllerGenReportReportsResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ReportsControllerGenReportReportsResponseBody$Outbound` instead. */ type Outbound = ConsoleV1ReportsControllerGenReportReportsResponseBody$Outbound; } /** @internal */ export declare const ConsoleV1ReportsControllerGenReportStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1ReportsControllerGenReportStatus$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ConsoleV1ReportsControllerGenReportStatus$ { /** @deprecated use `ConsoleV1ReportsControllerGenReportStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundred: 400; }>; /** @deprecated use `ConsoleV1ReportsControllerGenReportStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundred: 400; }>; } /** @internal */ export declare const ConsoleV1ReportsControllerGenReportResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1ReportsControllerGenReportResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1ReportsControllerGenReportResponseBody$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 ConsoleV1ReportsControllerGenReportResponseBody$ { /** @deprecated use `ConsoleV1ReportsControllerGenReportResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ReportsControllerGenReportResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ReportsControllerGenReportResponseBody$Outbound` instead. */ type Outbound = ConsoleV1ReportsControllerGenReportResponseBody$Outbound; } //# sourceMappingURL=consolev1reportscontrollergenreport.d.ts.map