import { ClosedEnum } from "../../types/enums.js"; import * as components from "../components/index.js"; import * as z from "zod"; export declare const ConsoleV1IngestionControllerGenReadIngestionQueryParamType: { readonly Redshift: "redshift"; readonly BigqueryV2: "bigquery-v2"; readonly SnowflakeV2: "snowflake-v2"; readonly Databricks: "databricks"; readonly AzureSynapse: "azure-synapse"; readonly S3: "s3"; readonly Athena: "athena"; readonly Adls: "adls"; }; export type ConsoleV1IngestionControllerGenReadIngestionQueryParamType = ClosedEnum; export declare const QueryParamDataset: { readonly Events: "Events"; readonly Metrics: "Metrics"; readonly ExportExposures: "export_exposures"; readonly EntityProperties: "entity_properties"; }; export type QueryParamDataset = ClosedEnum; export type ConsoleV1IngestionControllerGenReadIngestionRequest = { type: ConsoleV1IngestionControllerGenReadIngestionQueryParamType; dataset: QueryParamDataset; sourceName?: string | undefined; /** * Optional header to respect review settings for mutation endpoints. */ xRespectReviewSettings?: string | undefined; }; /** * Read Ingestion Success */ export type ConsoleV1IngestionControllerGenReadIngestionResponseBody = { /** * A simple string explaining the result of the operation. */ message: string; data: components.IngestionDto; }; /** @internal */ export declare const ConsoleV1IngestionControllerGenReadIngestionQueryParamType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1IngestionControllerGenReadIngestionQueryParamType$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 ConsoleV1IngestionControllerGenReadIngestionQueryParamType$ { /** @deprecated use `ConsoleV1IngestionControllerGenReadIngestionQueryParamType$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly Redshift: "redshift"; readonly BigqueryV2: "bigquery-v2"; readonly SnowflakeV2: "snowflake-v2"; readonly Databricks: "databricks"; readonly AzureSynapse: "azure-synapse"; readonly S3: "s3"; readonly Athena: "athena"; readonly Adls: "adls"; }>; /** @deprecated use `ConsoleV1IngestionControllerGenReadIngestionQueryParamType$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly Redshift: "redshift"; readonly BigqueryV2: "bigquery-v2"; readonly SnowflakeV2: "snowflake-v2"; readonly Databricks: "databricks"; readonly AzureSynapse: "azure-synapse"; readonly S3: "s3"; readonly Athena: "athena"; readonly Adls: "adls"; }>; } /** @internal */ export declare const QueryParamDataset$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const QueryParamDataset$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 QueryParamDataset$ { /** @deprecated use `QueryParamDataset$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly Events: "Events"; readonly Metrics: "Metrics"; readonly ExportExposures: "export_exposures"; readonly EntityProperties: "entity_properties"; }>; /** @deprecated use `QueryParamDataset$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly Events: "Events"; readonly Metrics: "Metrics"; readonly ExportExposures: "export_exposures"; readonly EntityProperties: "entity_properties"; }>; } /** @internal */ export declare const ConsoleV1IngestionControllerGenReadIngestionRequest$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1IngestionControllerGenReadIngestionRequest$Outbound = { type: string; dataset: string; source_name?: string | undefined; "x-respect-review-settings"?: string | undefined; }; /** @internal */ export declare const ConsoleV1IngestionControllerGenReadIngestionRequest$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 ConsoleV1IngestionControllerGenReadIngestionRequest$ { /** @deprecated use `ConsoleV1IngestionControllerGenReadIngestionRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1IngestionControllerGenReadIngestionRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1IngestionControllerGenReadIngestionRequest$Outbound` instead. */ type Outbound = ConsoleV1IngestionControllerGenReadIngestionRequest$Outbound; } /** @internal */ export declare const ConsoleV1IngestionControllerGenReadIngestionResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1IngestionControllerGenReadIngestionResponseBody$Outbound = { message: string; data: components.IngestionDto$Outbound; }; /** @internal */ export declare const ConsoleV1IngestionControllerGenReadIngestionResponseBody$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 ConsoleV1IngestionControllerGenReadIngestionResponseBody$ { /** @deprecated use `ConsoleV1IngestionControllerGenReadIngestionResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1IngestionControllerGenReadIngestionResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1IngestionControllerGenReadIngestionResponseBody$Outbound` instead. */ type Outbound = ConsoleV1IngestionControllerGenReadIngestionResponseBody$Outbound; } //# sourceMappingURL=consolev1ingestioncontrollergenreadingestion.d.ts.map