import { GetPreflightStatusesByObjectRequest, GetPreflightStatusesByObjectResponse, GetPreflightStatusesRequest, GetPreflightStatusesResponse } from "./preflight_pb.js"; import { MethodKind } from "@bufbuild/protobuf"; import { GetAvailableFileTypesRequest, GetAvailableFileTypesResponse, GetPreflightCheckConfigRequest, GetPreflightCheckConfigResponse, SavePreflightCheckConfigRequest, SavePreflightCheckConfigResponse } from "./preflight-check-config_pb.js"; import { GetCustomerPreflightRequest, GetCustomerPreflightResponse, StartCustomerPreflightRequest, StartCustomerPreflightResponse } from "./customer-preflight_pb.js"; import { GetCustomerReportFileSummaryRequest, GetCustomerReportFileSummaryResponse, GetCustomerReportPageRequest, GetCustomerReportPageResponse, GetCustomerReportSummaryRequest, GetCustomerReportSummaryResponse } from "./customer-preflight-report_pb.js"; /** * @generated from service preflight.v1.PreflightService */ export declare const PreflightService: { readonly typeName: "preflight.v1.PreflightService"; readonly methods: { /** * @generated from rpc preflight.v1.PreflightService.GetPreflightStatuses */ readonly getPreflightStatuses: { readonly name: "GetPreflightStatuses"; readonly I: typeof GetPreflightStatusesRequest; readonly O: typeof GetPreflightStatusesResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v1.PreflightService.GetPreflightStatusesByObject */ readonly getPreflightStatusesByObject: { readonly name: "GetPreflightStatusesByObject"; readonly I: typeof GetPreflightStatusesByObjectRequest; readonly O: typeof GetPreflightStatusesByObjectResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v1.PreflightService.GetAvailableFileTypes */ readonly getAvailableFileTypes: { readonly name: "GetAvailableFileTypes"; readonly I: typeof GetAvailableFileTypesRequest; readonly O: typeof GetAvailableFileTypesResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v1.PreflightService.SavePreflightCheckConfig */ readonly savePreflightCheckConfig: { readonly name: "SavePreflightCheckConfig"; readonly I: typeof SavePreflightCheckConfigRequest; readonly O: typeof SavePreflightCheckConfigResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v1.PreflightService.GetPreflightCheckConfig */ readonly getPreflightCheckConfig: { readonly name: "GetPreflightCheckConfig"; readonly I: typeof GetPreflightCheckConfigRequest; readonly O: typeof GetPreflightCheckConfigResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v1.PreflightService.StartCustomerPreflight */ readonly startCustomerPreflight: { readonly name: "StartCustomerPreflight"; readonly I: typeof StartCustomerPreflightRequest; readonly O: typeof StartCustomerPreflightResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v1.PreflightService.GetCustomerPreflight */ readonly getCustomerPreflight: { readonly name: "GetCustomerPreflight"; readonly I: typeof GetCustomerPreflightRequest; readonly O: typeof GetCustomerPreflightResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v1.PreflightService.GetCustomerReportSummary */ readonly getCustomerReportSummary: { readonly name: "GetCustomerReportSummary"; readonly I: typeof GetCustomerReportSummaryRequest; readonly O: typeof GetCustomerReportSummaryResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v1.PreflightService.GetCustomerReportFileSummary */ readonly getCustomerReportFileSummary: { readonly name: "GetCustomerReportFileSummary"; readonly I: typeof GetCustomerReportFileSummaryRequest; readonly O: typeof GetCustomerReportFileSummaryResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v1.PreflightService.GetCustomerReportPage */ readonly getCustomerReportPage: { readonly name: "GetCustomerReportPage"; readonly I: typeof GetCustomerReportPageRequest; readonly O: typeof GetCustomerReportPageResponse; readonly kind: MethodKind.Unary; }; }; };