// @generated by protoc-gen-connect-web v0.11.0 with parameter "target=ts" // @generated from file preflight/v1/00-preflight_service.proto (package preflight.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck 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 const PreflightService = { typeName: "preflight.v1.PreflightService", methods: { /** * @generated from rpc preflight.v1.PreflightService.GetPreflightStatuses */ getPreflightStatuses: { name: "GetPreflightStatuses", I: GetPreflightStatusesRequest, O: GetPreflightStatusesResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v1.PreflightService.GetPreflightStatusesByObject */ getPreflightStatusesByObject: { name: "GetPreflightStatusesByObject", I: GetPreflightStatusesByObjectRequest, O: GetPreflightStatusesByObjectResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v1.PreflightService.GetAvailableFileTypes */ getAvailableFileTypes: { name: "GetAvailableFileTypes", I: GetAvailableFileTypesRequest, O: GetAvailableFileTypesResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v1.PreflightService.SavePreflightCheckConfig */ savePreflightCheckConfig: { name: "SavePreflightCheckConfig", I: SavePreflightCheckConfigRequest, O: SavePreflightCheckConfigResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v1.PreflightService.GetPreflightCheckConfig */ getPreflightCheckConfig: { name: "GetPreflightCheckConfig", I: GetPreflightCheckConfigRequest, O: GetPreflightCheckConfigResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v1.PreflightService.StartCustomerPreflight */ startCustomerPreflight: { name: "StartCustomerPreflight", I: StartCustomerPreflightRequest, O: StartCustomerPreflightResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v1.PreflightService.GetCustomerPreflight */ getCustomerPreflight: { name: "GetCustomerPreflight", I: GetCustomerPreflightRequest, O: GetCustomerPreflightResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v1.PreflightService.GetCustomerReportSummary */ getCustomerReportSummary: { name: "GetCustomerReportSummary", I: GetCustomerReportSummaryRequest, O: GetCustomerReportSummaryResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v1.PreflightService.GetCustomerReportFileSummary */ getCustomerReportFileSummary: { name: "GetCustomerReportFileSummary", I: GetCustomerReportFileSummaryRequest, O: GetCustomerReportFileSummaryResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v1.PreflightService.GetCustomerReportPage */ getCustomerReportPage: { name: "GetCustomerReportPage", I: GetCustomerReportPageRequest, O: GetCustomerReportPageResponse, kind: MethodKind.Unary, }, } } as const;