import { GetAvailableFileTypesRequest, GetAvailableFileTypesResponse, GetPreflightCheckConfigRequest, GetPreflightCheckConfigResponse, SavePreflightCheckConfigRequest, SavePreflightCheckConfigResponse } from "./config_pb.js"; import { MethodKind } from "@bufbuild/protobuf"; import { GetPreflightFileReportRequest, GetPreflightFileReportResponse, GetPreflightPageReportRequest, GetPreflightPageReportResponse, StartPreflightRequest, StartPreflightResponse } from "./preflight_pb.js"; import { GetPreflightReportRequest, GetPreflightReportResponse } from "./preflight-batch_pb.js"; import { CreateSizeCategoryRequest, CreateSizeCategoryResponse, DeleteSizeCategoryRequest, DeleteSizeCategoryResponse, GetSizeCategoryRequest, GetSizeCategoryResponse, ListSizeCategoriesRequest, ListSizeCategoriesResponse, UpdateSizeCategoryRequest, UpdateSizeCategoryResponse } from "./size_pb.js"; import { CreatePresetTemplateRequest, CreatePresetTemplateResponse, DeletePresetTemplateRequest, DeletePresetTemplateResponse, GetDefaultPresetTemplateRequest, GetDefaultPresetTemplateResponse, GetPresetTemplateRequest, GetPresetTemplateResponse, ListPresetTemplatesRequest, ListPresetTemplatesResponse, SetPresetTemplateAsDefaultRequest, SetPresetTemplateAsDefaultResponse, UpdatePresetTemplateRequest, UpdatePresetTemplateResponse } from "./preset-template_pb.js"; import { CreateGuideGroupRequest, CreateGuideGroupResponse, CreateGuideRequest, CreateGuideResponse, DeleteGuideGroupRequest, DeleteGuideGroupResponse, DeleteGuideRequest, DeleteGuideResponse, GetGuideGroupRequest, GetGuideGroupResponse, GetGuideGroupsRequest, GetGuideGroupsResponse, GetGuideRequest, GetGuideResponse, UpdateGuideGroupRequest, UpdateGuideGroupResponse, UpdateGuideRequest, UpdateGuideResponse } from "./guide_pb.js"; /** * @generated from service preflight.v2.PreflightService */ export declare const PreflightService: { readonly typeName: "preflight.v2.PreflightService"; readonly methods: { /** * @generated from rpc preflight.v2.PreflightService.GetAvailableFileTypes */ readonly getAvailableFileTypes: { readonly name: "GetAvailableFileTypes"; readonly I: typeof GetAvailableFileTypesRequest; readonly O: typeof GetAvailableFileTypesResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.SavePreflightCheckConfig */ readonly savePreflightCheckConfig: { readonly name: "SavePreflightCheckConfig"; readonly I: typeof SavePreflightCheckConfigRequest; readonly O: typeof SavePreflightCheckConfigResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.GetPreflightCheckConfig */ readonly getPreflightCheckConfig: { readonly name: "GetPreflightCheckConfig"; readonly I: typeof GetPreflightCheckConfigRequest; readonly O: typeof GetPreflightCheckConfigResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.StartPreflight */ readonly startPreflight: { readonly name: "StartPreflight"; readonly I: typeof StartPreflightRequest; readonly O: typeof StartPreflightResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.GetPreflightReport */ readonly getPreflightReport: { readonly name: "GetPreflightReport"; readonly I: typeof GetPreflightReportRequest; readonly O: typeof GetPreflightReportResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.GetPreflightFileReport */ readonly getPreflightFileReport: { readonly name: "GetPreflightFileReport"; readonly I: typeof GetPreflightFileReportRequest; readonly O: typeof GetPreflightFileReportResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.GetPreflightPageReport */ readonly getPreflightPageReport: { readonly name: "GetPreflightPageReport"; readonly I: typeof GetPreflightPageReportRequest; readonly O: typeof GetPreflightPageReportResponse; readonly kind: MethodKind.Unary; }; /** * Size Category Methods * * @generated from rpc preflight.v2.PreflightService.ListSizeCategories */ readonly listSizeCategories: { readonly name: "ListSizeCategories"; readonly I: typeof ListSizeCategoriesRequest; readonly O: typeof ListSizeCategoriesResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.GetSizeCategory */ readonly getSizeCategory: { readonly name: "GetSizeCategory"; readonly I: typeof GetSizeCategoryRequest; readonly O: typeof GetSizeCategoryResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.CreateSizeCategory */ readonly createSizeCategory: { readonly name: "CreateSizeCategory"; readonly I: typeof CreateSizeCategoryRequest; readonly O: typeof CreateSizeCategoryResponse; readonly kind: MethodKind.Unary; }; /** * rpc CreateSizeAndAddToCategory(CreateSizeAndAddToCategoryRequest) returns (CreateSizeAndAddToCategoryResponse) {} * * @generated from rpc preflight.v2.PreflightService.UpdateSizeCategory */ readonly updateSizeCategory: { readonly name: "UpdateSizeCategory"; readonly I: typeof UpdateSizeCategoryRequest; readonly O: typeof UpdateSizeCategoryResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.DeleteSizeCategory */ readonly deleteSizeCategory: { readonly name: "DeleteSizeCategory"; readonly I: typeof DeleteSizeCategoryRequest; readonly O: typeof DeleteSizeCategoryResponse; readonly kind: MethodKind.Unary; }; /** * Preset Template Methods * * @generated from rpc preflight.v2.PreflightService.GetPresetTemplate */ readonly getPresetTemplate: { readonly name: "GetPresetTemplate"; readonly I: typeof GetPresetTemplateRequest; readonly O: typeof GetPresetTemplateResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.ListPresetTemplates */ readonly listPresetTemplates: { readonly name: "ListPresetTemplates"; readonly I: typeof ListPresetTemplatesRequest; readonly O: typeof ListPresetTemplatesResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.CreatePresetTemplate */ readonly createPresetTemplate: { readonly name: "CreatePresetTemplate"; readonly I: typeof CreatePresetTemplateRequest; readonly O: typeof CreatePresetTemplateResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.UpdatePresetTemplate */ readonly updatePresetTemplate: { readonly name: "UpdatePresetTemplate"; readonly I: typeof UpdatePresetTemplateRequest; readonly O: typeof UpdatePresetTemplateResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.DeletePresetTemplate */ readonly deletePresetTemplate: { readonly name: "DeletePresetTemplate"; readonly I: typeof DeletePresetTemplateRequest; readonly O: typeof DeletePresetTemplateResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.SetPresetTemplateAsDefault */ readonly setPresetTemplateAsDefault: { readonly name: "SetPresetTemplateAsDefault"; readonly I: typeof SetPresetTemplateAsDefaultRequest; readonly O: typeof SetPresetTemplateAsDefaultResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.GetDefaultPresetTemplate */ readonly getDefaultPresetTemplate: { readonly name: "GetDefaultPresetTemplate"; readonly I: typeof GetDefaultPresetTemplateRequest; readonly O: typeof GetDefaultPresetTemplateResponse; readonly kind: MethodKind.Unary; }; /** * Guide Group Methods * * @generated from rpc preflight.v2.PreflightService.GetGuideGroups */ readonly getGuideGroups: { readonly name: "GetGuideGroups"; readonly I: typeof GetGuideGroupsRequest; readonly O: typeof GetGuideGroupsResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.GetGuideGroup */ readonly getGuideGroup: { readonly name: "GetGuideGroup"; readonly I: typeof GetGuideGroupRequest; readonly O: typeof GetGuideGroupResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.CreateGuideGroup */ readonly createGuideGroup: { readonly name: "CreateGuideGroup"; readonly I: typeof CreateGuideGroupRequest; readonly O: typeof CreateGuideGroupResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.UpdateGuideGroup */ readonly updateGuideGroup: { readonly name: "UpdateGuideGroup"; readonly I: typeof UpdateGuideGroupRequest; readonly O: typeof UpdateGuideGroupResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.DeleteGuideGroup */ readonly deleteGuideGroup: { readonly name: "DeleteGuideGroup"; readonly I: typeof DeleteGuideGroupRequest; readonly O: typeof DeleteGuideGroupResponse; readonly kind: MethodKind.Unary; }; /** * Guide Methods * * @generated from rpc preflight.v2.PreflightService.GetGuide */ readonly getGuide: { readonly name: "GetGuide"; readonly I: typeof GetGuideRequest; readonly O: typeof GetGuideResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.CreateGuide */ readonly createGuide: { readonly name: "CreateGuide"; readonly I: typeof CreateGuideRequest; readonly O: typeof CreateGuideResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.UpdateGuide */ readonly updateGuide: { readonly name: "UpdateGuide"; readonly I: typeof UpdateGuideRequest; readonly O: typeof UpdateGuideResponse; readonly kind: MethodKind.Unary; }; /** * @generated from rpc preflight.v2.PreflightService.DeleteGuide */ readonly deleteGuide: { readonly name: "DeleteGuide"; readonly I: typeof DeleteGuideRequest; readonly O: typeof DeleteGuideResponse; readonly kind: MethodKind.Unary; }; }; };