import { z } from "zod"; /** * Log stream operations — the first-class `/log-streams` surface of the * log-source taxonomy (log source provider → log source → log stream). * * Log streams are addressed directly by ID; only `list` and `create` take a * `logSourceId` (the parent filter / creation root). The former nesting under * `/log-sources/streams/...` was removed in the log-streams surface rename — * no aliases. */ export declare const ListLogStreamsInputSchema: z.ZodObject<{ logSourceId: z.ZodString; enabled: z.ZodOptional; }, z.core.$strip>; export declare const ListLogStreamsOutputSchema: z.ZodObject<{ streams: z.ZodArray; config: z.ZodRecord; status: z.ZodEnum<{ active: "active"; error: "error"; pending: "pending"; provisioning: "provisioning"; }>; errorMessage: z.ZodNullable; enabled: z.ZodBoolean; provisionedVia: z.ZodEnum<{ auto: "auto"; manual: "manual"; }>; createdAt: z.ZodString; endpointCards: z.ZodOptional; kind: z.ZodEnum<{ hostPort: "hostPort"; url: "url"; }>; label: z.ZodOptional; url: z.ZodOptional; host: z.ZodOptional; port: z.ZodOptional; description: z.ZodOptional; extraCredential: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; export type ListLogStreamsInput = z.infer; export type ListLogStreamsOutput = z.infer; export declare const listLogStreams: import("../orpc-contracts/index.js").OperationDefinition; }, z.core.$strip>, z.ZodObject<{ streams: z.ZodArray; config: z.ZodRecord; status: z.ZodEnum<{ active: "active"; error: "error"; pending: "pending"; provisioning: "provisioning"; }>; errorMessage: z.ZodNullable; enabled: z.ZodBoolean; provisionedVia: z.ZodEnum<{ auto: "auto"; manual: "manual"; }>; createdAt: z.ZodString; endpointCards: z.ZodOptional; kind: z.ZodEnum<{ hostPort: "hostPort"; url: "url"; }>; label: z.ZodOptional; url: z.ZodOptional; host: z.ZodOptional; port: z.ZodOptional; description: z.ZodOptional; extraCredential: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>, "api">; export declare const CreateLogStreamInputSchema: z.ZodObject<{ logSourceId: z.ZodString; config: z.ZodOptional>; }, z.core.$strict>; export declare const CreateLogStreamOutputSchema: z.ZodObject<{ streamId: z.ZodString; }, z.core.$strip>; export type CreateLogStreamInput = z.infer; export type CreateLogStreamOutput = z.infer; export declare const createLogStream: import("../orpc-contracts/index.js").OperationDefinition>; }, z.core.$strict>, z.ZodObject<{ streamId: z.ZodString; }, z.core.$strip>, "api">; export declare const CreateLogStreamsRequestItemSchema: z.ZodObject<{ config: z.ZodOptional>; }, z.core.$strict>; export declare const CreateLogStreamsInputSchema: z.ZodObject<{ logSourceId: z.ZodString; streams: z.ZodArray>; }, z.core.$strict>>; setAutoProvisionFilter: z.ZodOptional; denylist: z.ZodArray; }, z.core.$strip>>>; }, z.core.$strict>; export declare const CreateLogStreamsAcceptedItemSchema: z.ZodObject<{ streamId: z.ZodString; }, z.core.$strip>; export declare const CreateLogStreamsOutputSchema: z.ZodObject<{ accepted: z.ZodArray>; }, z.core.$strip>; export type CreateLogStreamsInput = z.infer; export type CreateLogStreamsOutput = z.infer; export declare const createLogStreams: import("../orpc-contracts/index.js").OperationDefinition>; }, z.core.$strict>>; setAutoProvisionFilter: z.ZodOptional; denylist: z.ZodArray; }, z.core.$strip>>>; }, z.core.$strict>, z.ZodObject<{ accepted: z.ZodArray>; }, z.core.$strip>, "api">; export declare const GetLogStreamVolumeStatsInputSchema: z.ZodObject<{ logSourceId: z.ZodString; startDate: z.ZodString; endDate: z.ZodString; }, z.core.$strip>; export declare const LogStreamVolumeStatsSchema: z.ZodObject<{ streamId: z.ZodString; totalBytes: z.ZodNumber; logCount: z.ZodNumber; bytesPerHour: z.ZodNumber; lastIngestedAt: z.ZodNullable; }, z.core.$strip>; export declare const GetLogStreamVolumeStatsOutputSchema: z.ZodObject<{ stats: z.ZodArray; }, z.core.$strip>>; }, z.core.$strip>; export type GetLogStreamVolumeStatsInput = z.infer; export type GetLogStreamVolumeStatsOutput = z.infer; export declare const getLogStreamVolumeStats: import("../orpc-contracts/index.js").OperationDefinition, z.ZodObject<{ stats: z.ZodArray; }, z.core.$strip>>; }, z.core.$strip>, "api">; export declare const GetLogStreamInputSchema: z.ZodObject<{ streamId: z.ZodString; }, z.core.$strip>; export declare const GetLogStreamOutputSchema: z.ZodObject<{ stream: z.ZodObject<{ id: z.ZodString; logSourceId: z.ZodString; displayName: z.ZodNullable; config: z.ZodRecord; status: z.ZodEnum<{ active: "active"; error: "error"; pending: "pending"; provisioning: "provisioning"; }>; errorMessage: z.ZodNullable; enabled: z.ZodBoolean; provisionedVia: z.ZodEnum<{ auto: "auto"; manual: "manual"; }>; createdAt: z.ZodString; endpointCards: z.ZodOptional; kind: z.ZodEnum<{ hostPort: "hostPort"; url: "url"; }>; label: z.ZodOptional; url: z.ZodOptional; host: z.ZodOptional; port: z.ZodOptional; description: z.ZodOptional; extraCredential: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; }, z.core.$strip>; export type GetLogStreamInput = z.infer; export type GetLogStreamOutput = z.infer; export declare const getLogStream: import("../orpc-contracts/index.js").OperationDefinition, z.ZodObject<{ stream: z.ZodObject<{ id: z.ZodString; logSourceId: z.ZodString; displayName: z.ZodNullable; config: z.ZodRecord; status: z.ZodEnum<{ active: "active"; error: "error"; pending: "pending"; provisioning: "provisioning"; }>; errorMessage: z.ZodNullable; enabled: z.ZodBoolean; provisionedVia: z.ZodEnum<{ auto: "auto"; manual: "manual"; }>; createdAt: z.ZodString; endpointCards: z.ZodOptional; kind: z.ZodEnum<{ hostPort: "hostPort"; url: "url"; }>; label: z.ZodOptional; url: z.ZodOptional; host: z.ZodOptional; port: z.ZodOptional; description: z.ZodOptional; extraCredential: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; }, z.core.$strip>, "api">; export declare const UpdateLogStreamInputSchema: z.ZodObject<{ streamId: z.ZodString; enabled: z.ZodOptional; }, z.core.$strict>; export declare const UpdateLogStreamOutputSchema: z.ZodObject<{ stream: z.ZodObject<{ id: z.ZodString; logSourceId: z.ZodString; displayName: z.ZodNullable; config: z.ZodRecord; status: z.ZodEnum<{ active: "active"; error: "error"; pending: "pending"; provisioning: "provisioning"; }>; errorMessage: z.ZodNullable; enabled: z.ZodBoolean; provisionedVia: z.ZodEnum<{ auto: "auto"; manual: "manual"; }>; createdAt: z.ZodString; endpointCards: z.ZodOptional; kind: z.ZodEnum<{ hostPort: "hostPort"; url: "url"; }>; label: z.ZodOptional; url: z.ZodOptional; host: z.ZodOptional; port: z.ZodOptional; description: z.ZodOptional; extraCredential: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; }, z.core.$strip>; export type UpdateLogStreamInput = z.infer; export type UpdateLogStreamOutput = z.infer; export declare const updateLogStream: import("../orpc-contracts/index.js").OperationDefinition; }, z.core.$strict>, z.ZodObject<{ stream: z.ZodObject<{ id: z.ZodString; logSourceId: z.ZodString; displayName: z.ZodNullable; config: z.ZodRecord; status: z.ZodEnum<{ active: "active"; error: "error"; pending: "pending"; provisioning: "provisioning"; }>; errorMessage: z.ZodNullable; enabled: z.ZodBoolean; provisionedVia: z.ZodEnum<{ auto: "auto"; manual: "manual"; }>; createdAt: z.ZodString; endpointCards: z.ZodOptional; kind: z.ZodEnum<{ hostPort: "hostPort"; url: "url"; }>; label: z.ZodOptional; url: z.ZodOptional; host: z.ZodOptional; port: z.ZodOptional; description: z.ZodOptional; extraCredential: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; }, z.core.$strip>, "api">; export declare const DeleteLogStreamInputSchema: z.ZodObject<{ streamId: z.ZodString; }, z.core.$strip>; export declare const DeleteLogStreamOutputSchema: z.ZodObject<{ success: z.ZodBoolean; }, z.core.$strip>; export type DeleteLogStreamInput = z.infer; export type DeleteLogStreamOutput = z.infer; export declare const deleteLogStream: import("../orpc-contracts/index.js").OperationDefinition, z.ZodObject<{ success: z.ZodBoolean; }, z.core.$strip>, "api">; export declare const ReassignLogStreamInputSchema: z.ZodObject<{ streamId: z.ZodString; targetLogSourceId: z.ZodString; }, z.core.$strict>; export declare const ReassignLogStreamOutputSchema: z.ZodObject<{ stream: z.ZodObject<{ id: z.ZodString; logSourceId: z.ZodString; displayName: z.ZodNullable; config: z.ZodRecord; status: z.ZodEnum<{ active: "active"; error: "error"; pending: "pending"; provisioning: "provisioning"; }>; errorMessage: z.ZodNullable; enabled: z.ZodBoolean; provisionedVia: z.ZodEnum<{ auto: "auto"; manual: "manual"; }>; createdAt: z.ZodString; endpointCards: z.ZodOptional; kind: z.ZodEnum<{ hostPort: "hostPort"; url: "url"; }>; label: z.ZodOptional; url: z.ZodOptional; host: z.ZodOptional; port: z.ZodOptional; description: z.ZodOptional; extraCredential: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; }, z.core.$strip>; export type ReassignLogStreamInput = z.infer; export type ReassignLogStreamOutput = z.infer; export declare const reassignLogStream: import("../orpc-contracts/index.js").OperationDefinition, z.ZodObject<{ stream: z.ZodObject<{ id: z.ZodString; logSourceId: z.ZodString; displayName: z.ZodNullable; config: z.ZodRecord; status: z.ZodEnum<{ active: "active"; error: "error"; pending: "pending"; provisioning: "provisioning"; }>; errorMessage: z.ZodNullable; enabled: z.ZodBoolean; provisionedVia: z.ZodEnum<{ auto: "auto"; manual: "manual"; }>; createdAt: z.ZodString; endpointCards: z.ZodOptional; kind: z.ZodEnum<{ hostPort: "hostPort"; url: "url"; }>; label: z.ZodOptional; url: z.ZodOptional; host: z.ZodOptional; port: z.ZodOptional; description: z.ZodOptional; extraCredential: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; }, z.core.$strip>, "api">; export declare const logStreamsContract: { readonly list: import("@orpc/contract").ContractProcedure; }, z.core.$strip>, z.ZodObject<{ streams: z.ZodArray; config: z.ZodRecord; status: z.ZodEnum<{ active: "active"; error: "error"; pending: "pending"; provisioning: "provisioning"; }>; errorMessage: z.ZodNullable; enabled: z.ZodBoolean; provisionedVia: z.ZodEnum<{ auto: "auto"; manual: "manual"; }>; createdAt: z.ZodString; endpointCards: z.ZodOptional; kind: z.ZodEnum<{ hostPort: "hostPort"; url: "url"; }>; label: z.ZodOptional; url: z.ZodOptional; host: z.ZodOptional; port: z.ZodOptional; description: z.ZodOptional; extraCredential: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>, Record, import("../orpc-contracts/index.js").OperationContractMetadata<"api">>; readonly create: import("@orpc/contract").ContractProcedure>; }, z.core.$strict>, z.ZodObject<{ streamId: z.ZodString; }, z.core.$strip>, Record, import("../orpc-contracts/index.js").OperationContractMetadata<"api">>; readonly createBatch: import("@orpc/contract").ContractProcedure>; }, z.core.$strict>>; setAutoProvisionFilter: z.ZodOptional; denylist: z.ZodArray; }, z.core.$strip>>>; }, z.core.$strict>, z.ZodObject<{ accepted: z.ZodArray>; }, z.core.$strip>, Record, import("../orpc-contracts/index.js").OperationContractMetadata<"api">>; readonly volumeStats: import("@orpc/contract").ContractProcedure, z.ZodObject<{ stats: z.ZodArray; }, z.core.$strip>>; }, z.core.$strip>, Record, import("../orpc-contracts/index.js").OperationContractMetadata<"api">>; readonly get: import("@orpc/contract").ContractProcedure, z.ZodObject<{ stream: z.ZodObject<{ id: z.ZodString; logSourceId: z.ZodString; displayName: z.ZodNullable; config: z.ZodRecord; status: z.ZodEnum<{ active: "active"; error: "error"; pending: "pending"; provisioning: "provisioning"; }>; errorMessage: z.ZodNullable; enabled: z.ZodBoolean; provisionedVia: z.ZodEnum<{ auto: "auto"; manual: "manual"; }>; createdAt: z.ZodString; endpointCards: z.ZodOptional; kind: z.ZodEnum<{ hostPort: "hostPort"; url: "url"; }>; label: z.ZodOptional; url: z.ZodOptional; host: z.ZodOptional; port: z.ZodOptional; description: z.ZodOptional; extraCredential: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; }, z.core.$strip>, Record, import("../orpc-contracts/index.js").OperationContractMetadata<"api">>; readonly update: import("@orpc/contract").ContractProcedure; }, z.core.$strict>, z.ZodObject<{ stream: z.ZodObject<{ id: z.ZodString; logSourceId: z.ZodString; displayName: z.ZodNullable; config: z.ZodRecord; status: z.ZodEnum<{ active: "active"; error: "error"; pending: "pending"; provisioning: "provisioning"; }>; errorMessage: z.ZodNullable; enabled: z.ZodBoolean; provisionedVia: z.ZodEnum<{ auto: "auto"; manual: "manual"; }>; createdAt: z.ZodString; endpointCards: z.ZodOptional; kind: z.ZodEnum<{ hostPort: "hostPort"; url: "url"; }>; label: z.ZodOptional; url: z.ZodOptional; host: z.ZodOptional; port: z.ZodOptional; description: z.ZodOptional; extraCredential: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; }, z.core.$strip>, Record, import("../orpc-contracts/index.js").OperationContractMetadata<"api">>; readonly delete: import("@orpc/contract").ContractProcedure, z.ZodObject<{ success: z.ZodBoolean; }, z.core.$strip>, Record, import("../orpc-contracts/index.js").OperationContractMetadata<"api">>; readonly reassign: import("@orpc/contract").ContractProcedure, z.ZodObject<{ stream: z.ZodObject<{ id: z.ZodString; logSourceId: z.ZodString; displayName: z.ZodNullable; config: z.ZodRecord; status: z.ZodEnum<{ active: "active"; error: "error"; pending: "pending"; provisioning: "provisioning"; }>; errorMessage: z.ZodNullable; enabled: z.ZodBoolean; provisionedVia: z.ZodEnum<{ auto: "auto"; manual: "manual"; }>; createdAt: z.ZodString; endpointCards: z.ZodOptional; kind: z.ZodEnum<{ hostPort: "hostPort"; url: "url"; }>; label: z.ZodOptional; url: z.ZodOptional; host: z.ZodOptional; port: z.ZodOptional; description: z.ZodOptional; extraCredential: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; }, z.core.$strip>, Record, import("../orpc-contracts/index.js").OperationContractMetadata<"api">>; };