import { ClosedEnum } from "../../types/enums.js"; import * as components from "../components/index.js"; import * as z from "zod"; export declare const ConsoleV1IngestionControllerGenDeleteIngestionSourceQueryParamType: { 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 ConsoleV1IngestionControllerGenDeleteIngestionSourceQueryParamType = ClosedEnum; export declare const ConsoleV1IngestionControllerGenDeleteIngestionSourceQueryParamDataset: { readonly Events: "Events"; readonly Metrics: "Metrics"; readonly ExportExposures: "export_exposures"; readonly EntityProperties: "entity_properties"; }; export type ConsoleV1IngestionControllerGenDeleteIngestionSourceQueryParamDataset = ClosedEnum; export type ConsoleV1IngestionControllerGenDeleteIngestionSourceRequest = { type: ConsoleV1IngestionControllerGenDeleteIngestionSourceQueryParamType; dataset: ConsoleV1IngestionControllerGenDeleteIngestionSourceQueryParamDataset; sourceName?: string | undefined; /** * Optional header to respect review settings for mutation endpoints. */ xRespectReviewSettings?: string | undefined; }; /** * Delete Ingestion Success */ export type ConsoleV1IngestionControllerGenDeleteIngestionSourceResponseBody = { /** * A simple string explaining the result of the operation. */ message: string; data: components.IngestionDto; }; /** @internal */ export declare const ConsoleV1IngestionControllerGenDeleteIngestionSourceQueryParamType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1IngestionControllerGenDeleteIngestionSourceQueryParamType$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 ConsoleV1IngestionControllerGenDeleteIngestionSourceQueryParamType$ { /** @deprecated use `ConsoleV1IngestionControllerGenDeleteIngestionSourceQueryParamType$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 `ConsoleV1IngestionControllerGenDeleteIngestionSourceQueryParamType$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 ConsoleV1IngestionControllerGenDeleteIngestionSourceQueryParamDataset$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1IngestionControllerGenDeleteIngestionSourceQueryParamDataset$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 ConsoleV1IngestionControllerGenDeleteIngestionSourceQueryParamDataset$ { /** @deprecated use `ConsoleV1IngestionControllerGenDeleteIngestionSourceQueryParamDataset$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly Events: "Events"; readonly Metrics: "Metrics"; readonly ExportExposures: "export_exposures"; readonly EntityProperties: "entity_properties"; }>; /** @deprecated use `ConsoleV1IngestionControllerGenDeleteIngestionSourceQueryParamDataset$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly Events: "Events"; readonly Metrics: "Metrics"; readonly ExportExposures: "export_exposures"; readonly EntityProperties: "entity_properties"; }>; } /** @internal */ export declare const ConsoleV1IngestionControllerGenDeleteIngestionSourceRequest$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1IngestionControllerGenDeleteIngestionSourceRequest$Outbound = { type: string; dataset: string; source_name?: string | undefined; "x-respect-review-settings"?: string | undefined; }; /** @internal */ export declare const ConsoleV1IngestionControllerGenDeleteIngestionSourceRequest$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 ConsoleV1IngestionControllerGenDeleteIngestionSourceRequest$ { /** @deprecated use `ConsoleV1IngestionControllerGenDeleteIngestionSourceRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1IngestionControllerGenDeleteIngestionSourceRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1IngestionControllerGenDeleteIngestionSourceRequest$Outbound` instead. */ type Outbound = ConsoleV1IngestionControllerGenDeleteIngestionSourceRequest$Outbound; } /** @internal */ export declare const ConsoleV1IngestionControllerGenDeleteIngestionSourceResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1IngestionControllerGenDeleteIngestionSourceResponseBody$Outbound = { message: string; data: components.IngestionDto$Outbound; }; /** @internal */ export declare const ConsoleV1IngestionControllerGenDeleteIngestionSourceResponseBody$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 ConsoleV1IngestionControllerGenDeleteIngestionSourceResponseBody$ { /** @deprecated use `ConsoleV1IngestionControllerGenDeleteIngestionSourceResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1IngestionControllerGenDeleteIngestionSourceResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1IngestionControllerGenDeleteIngestionSourceResponseBody$Outbound` instead. */ type Outbound = ConsoleV1IngestionControllerGenDeleteIngestionSourceResponseBody$Outbound; } //# sourceMappingURL=consolev1ingestioncontrollergendeleteingestionsource.d.ts.map