// @generated by protoc-gen-connect-web v0.11.0 with parameter "target=ts" // @generated from file preflight/v2/00-preflight_service.proto (package preflight.v2, syntax proto3) /* eslint-disable */ // @ts-nocheck 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 const PreflightService = { typeName: "preflight.v2.PreflightService", methods: { /** * @generated from rpc preflight.v2.PreflightService.GetAvailableFileTypes */ getAvailableFileTypes: { name: "GetAvailableFileTypes", I: GetAvailableFileTypesRequest, O: GetAvailableFileTypesResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.SavePreflightCheckConfig */ savePreflightCheckConfig: { name: "SavePreflightCheckConfig", I: SavePreflightCheckConfigRequest, O: SavePreflightCheckConfigResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.GetPreflightCheckConfig */ getPreflightCheckConfig: { name: "GetPreflightCheckConfig", I: GetPreflightCheckConfigRequest, O: GetPreflightCheckConfigResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.StartPreflight */ startPreflight: { name: "StartPreflight", I: StartPreflightRequest, O: StartPreflightResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.GetPreflightReport */ getPreflightReport: { name: "GetPreflightReport", I: GetPreflightReportRequest, O: GetPreflightReportResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.GetPreflightFileReport */ getPreflightFileReport: { name: "GetPreflightFileReport", I: GetPreflightFileReportRequest, O: GetPreflightFileReportResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.GetPreflightPageReport */ getPreflightPageReport: { name: "GetPreflightPageReport", I: GetPreflightPageReportRequest, O: GetPreflightPageReportResponse, kind: MethodKind.Unary, }, /** * Size Category Methods * * @generated from rpc preflight.v2.PreflightService.ListSizeCategories */ listSizeCategories: { name: "ListSizeCategories", I: ListSizeCategoriesRequest, O: ListSizeCategoriesResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.GetSizeCategory */ getSizeCategory: { name: "GetSizeCategory", I: GetSizeCategoryRequest, O: GetSizeCategoryResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.CreateSizeCategory */ createSizeCategory: { name: "CreateSizeCategory", I: CreateSizeCategoryRequest, O: CreateSizeCategoryResponse, kind: MethodKind.Unary, }, /** * rpc CreateSizeAndAddToCategory(CreateSizeAndAddToCategoryRequest) returns (CreateSizeAndAddToCategoryResponse) {} * * @generated from rpc preflight.v2.PreflightService.UpdateSizeCategory */ updateSizeCategory: { name: "UpdateSizeCategory", I: UpdateSizeCategoryRequest, O: UpdateSizeCategoryResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.DeleteSizeCategory */ deleteSizeCategory: { name: "DeleteSizeCategory", I: DeleteSizeCategoryRequest, O: DeleteSizeCategoryResponse, kind: MethodKind.Unary, }, /** * Preset Template Methods * * @generated from rpc preflight.v2.PreflightService.GetPresetTemplate */ getPresetTemplate: { name: "GetPresetTemplate", I: GetPresetTemplateRequest, O: GetPresetTemplateResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.ListPresetTemplates */ listPresetTemplates: { name: "ListPresetTemplates", I: ListPresetTemplatesRequest, O: ListPresetTemplatesResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.CreatePresetTemplate */ createPresetTemplate: { name: "CreatePresetTemplate", I: CreatePresetTemplateRequest, O: CreatePresetTemplateResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.UpdatePresetTemplate */ updatePresetTemplate: { name: "UpdatePresetTemplate", I: UpdatePresetTemplateRequest, O: UpdatePresetTemplateResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.DeletePresetTemplate */ deletePresetTemplate: { name: "DeletePresetTemplate", I: DeletePresetTemplateRequest, O: DeletePresetTemplateResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.SetPresetTemplateAsDefault */ setPresetTemplateAsDefault: { name: "SetPresetTemplateAsDefault", I: SetPresetTemplateAsDefaultRequest, O: SetPresetTemplateAsDefaultResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.GetDefaultPresetTemplate */ getDefaultPresetTemplate: { name: "GetDefaultPresetTemplate", I: GetDefaultPresetTemplateRequest, O: GetDefaultPresetTemplateResponse, kind: MethodKind.Unary, }, /** * Guide Group Methods * * @generated from rpc preflight.v2.PreflightService.GetGuideGroups */ getGuideGroups: { name: "GetGuideGroups", I: GetGuideGroupsRequest, O: GetGuideGroupsResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.GetGuideGroup */ getGuideGroup: { name: "GetGuideGroup", I: GetGuideGroupRequest, O: GetGuideGroupResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.CreateGuideGroup */ createGuideGroup: { name: "CreateGuideGroup", I: CreateGuideGroupRequest, O: CreateGuideGroupResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.UpdateGuideGroup */ updateGuideGroup: { name: "UpdateGuideGroup", I: UpdateGuideGroupRequest, O: UpdateGuideGroupResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.DeleteGuideGroup */ deleteGuideGroup: { name: "DeleteGuideGroup", I: DeleteGuideGroupRequest, O: DeleteGuideGroupResponse, kind: MethodKind.Unary, }, /** * Guide Methods * * @generated from rpc preflight.v2.PreflightService.GetGuide */ getGuide: { name: "GetGuide", I: GetGuideRequest, O: GetGuideResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.CreateGuide */ createGuide: { name: "CreateGuide", I: CreateGuideRequest, O: CreateGuideResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.UpdateGuide */ updateGuide: { name: "UpdateGuide", I: UpdateGuideRequest, O: UpdateGuideResponse, kind: MethodKind.Unary, }, /** * @generated from rpc preflight.v2.PreflightService.DeleteGuide */ deleteGuide: { name: "DeleteGuide", I: DeleteGuideRequest, O: DeleteGuideResponse, kind: MethodKind.Unary, }, } } as const;