UNPKG

ardunno-cli

Version:
16 lines 6.76 kB
export { BoardDetailsRequest, BoardDetailsResponse, BoardIdentificationProperties, BoardIdentificationProperties_PropertiesEntry, BoardIdentifyRequest, BoardIdentifyRequest_PropertiesEntry, BoardIdentifyResponse, BoardListAllRequest, BoardListAllResponse, BoardListItem, BoardListRequest, BoardListResponse, BoardListWatchRequest, BoardListWatchResponse, BoardPlatform, BoardSearchRequest, BoardSearchResponse, ConfigOption, ConfigValue, DetectedPort, Help, Package, Systems, ToolsDependencies, } from './cc/arduino/cli/commands/v1/board'; export { ArchiveSketchRequest, ArchiveSketchResponse, ArduinoCoreServiceClient, ArduinoCoreServiceDefinition, ArduinoCoreServiceImplementation, CheckForArduinoCLIUpdatesRequest, CheckForArduinoCLIUpdatesResponse, CleanDownloadCacheDirectoryRequest, CleanDownloadCacheDirectoryResponse, CreateRequest, CreateResponse, DestroyRequest, DestroyResponse, FailedInstanceInitError, FailedInstanceInitReason, IndexUpdateReport, IndexUpdateReport_Status, InitRequest, InitResponse, InitResponse_Progress, LoadSketchRequest, LoadSketchResponse, NewSketchRequest, NewSketchResponse, ProfileCreateRequest, ProfileCreateResponse, ProfileLibAddRequest, ProfileLibAddResponse, ProfileLibListRequest, ProfileLibListResponse, ProfileLibRemoveRequest, ProfileLibRemoveResponse, ProfileSetDefaultRequest, ProfileSetDefaultResponse, SetSketchDefaultsRequest, SetSketchDefaultsResponse, UpdateIndexRequest, UpdateIndexResponse, UpdateIndexResponse_Result, UpdateLibrariesIndexRequest, UpdateLibrariesIndexResponse, UpdateLibrariesIndexResponse_Result, VersionRequest, VersionResponse, failedInstanceInitReasonFromJSON, failedInstanceInitReasonToJSON, indexUpdateReport_StatusFromJSON, indexUpdateReport_StatusToJSON, } from './cc/arduino/cli/commands/v1/commands'; export { Board, DownloadProgress, DownloadProgressEnd, DownloadProgressStart, DownloadProgressUpdate, HelpResources, InstalledPlatformReference, Instance, MissingProgrammerError, MonitorPortConfiguration, MonitorPortSetting, Platform, PlatformMetadata, PlatformRelease, PlatformSummary, PlatformSummary_ReleasesEntry, ProfileLibraryReference, ProfileLibraryReference_IndexLibrary, ProfileLibraryReference_LocalLibrary, Programmer, Sketch, SketchProfile, TaskProgress, } from './cc/arduino/cli/commands/v1/common'; export { BuilderResult, CompileDiagnostic, CompileDiagnosticContext, CompileDiagnosticNote, CompileRequest, CompileRequest_SourceOverrideEntry, CompileResponse, ExecutableSectionSize, InstanceNeedsReinitializationError, } from './cc/arduino/cli/commands/v1/compile'; export { AlreadyAtLatestVersionError, PlatformDownloadRequest, PlatformDownloadResponse, PlatformDownloadResponse_Result, PlatformInstallRequest, PlatformInstallResponse, PlatformInstallResponse_Result, PlatformLoadingError, PlatformSearchRequest, PlatformSearchResponse, PlatformUninstallRequest, PlatformUninstallResponse, PlatformUninstallResponse_Result, PlatformUpgradeRequest, PlatformUpgradeResponse, PlatformUpgradeResponse_Result, } from './cc/arduino/cli/commands/v1/core'; export { DebugGCCToolchainConfiguration, DebugOpenOCDServerConfiguration, DebugRequest, DebugResponse, DebugResponse_Result, GetDebugConfigRequest, GetDebugConfigResponse, GetDebugConfigResponse_CustomConfigsEntry, IsDebugSupportedRequest, IsDebugSupportedResponse, } from './cc/arduino/cli/commands/v1/debug'; export { DownloadResource, GitLibraryInstallRequest, GitLibraryInstallResponse, GitLibraryInstallResponse_Result, InstalledLibrary, Library, LibraryDependency, LibraryDependencyStatus, LibraryDownloadRequest, LibraryDownloadResponse, LibraryDownloadResponse_Result, LibraryInstallLocation, LibraryInstallRequest, LibraryInstallResponse, LibraryInstallResponse_Result, LibraryLayout, LibraryListRequest, LibraryListResponse, LibraryLocation, LibraryRelease, LibraryResolveDependenciesRequest, LibraryResolveDependenciesResponse, LibrarySearchRequest, LibrarySearchResponse, LibrarySearchStatus, LibraryUninstallRequest, LibraryUninstallResponse, LibraryUninstallResponse_Result, LibraryUpgradeAllRequest, LibraryUpgradeAllResponse, LibraryUpgradeAllResponse_Result, LibraryUpgradeRequest, LibraryUpgradeResponse, LibraryUpgradeResponse_Result, Library_CompatibleWithEntry, Library_PropertiesEntry, SearchedLibrary, SearchedLibrary_ReleasesEntry, ZipLibraryInstallRequest, ZipLibraryInstallResponse, ZipLibraryInstallResponse_Result, libraryInstallLocationFromJSON, libraryInstallLocationToJSON, libraryLayoutFromJSON, libraryLayoutToJSON, libraryLocationFromJSON, libraryLocationToJSON, librarySearchStatusFromJSON, librarySearchStatusToJSON, } from './cc/arduino/cli/commands/v1/lib'; export { EnumerateMonitorPortSettingsRequest, EnumerateMonitorPortSettingsResponse, MonitorPortOpenRequest, MonitorPortSettingDescriptor, MonitorRequest, MonitorResponse, } from './cc/arduino/cli/commands/v1/monitor'; export { Port, Port_PropertiesEntry } from './cc/arduino/cli/commands/v1/port'; export { Configuration, ConfigurationGetRequest, ConfigurationGetResponse, ConfigurationOpenRequest, ConfigurationOpenResponse, ConfigurationSaveRequest, ConfigurationSaveResponse, Configuration_BoardManager, Configuration_BuildCache, Configuration_Daemon, Configuration_Directories, Configuration_Directories_Builtin, Configuration_Library, Configuration_Logging, Configuration_Network, Configuration_Output, Configuration_Sketch, Configuration_Updater, SettingsEnumerateRequest, SettingsEnumerateResponse, SettingsEnumerateResponse_Entry, SettingsGetValueRequest, SettingsGetValueResponse, SettingsSetValueRequest, SettingsSetValueResponse, } from './cc/arduino/cli/commands/v1/settings'; export { BurnBootloaderRequest, BurnBootloaderRequest_UserFieldsEntry, BurnBootloaderResponse, ListProgrammersAvailableForUploadRequest, ListProgrammersAvailableForUploadResponse, ProgrammerIsRequiredForUploadError, SupportedUserFieldsRequest, SupportedUserFieldsResponse, UploadRequest, UploadRequest_UserFieldsEntry, UploadResponse, UploadResult, UploadUsingProgrammerRequest, UploadUsingProgrammerRequest_UserFieldsEntry, UploadUsingProgrammerResponse, UserField, } from './cc/arduino/cli/commands/v1/upload'; export { DeleteRequest, DeleteResponse, GetAllRequest, GetAllResponse, GetValueRequest, GetValueResponse, MergeRequest, MergeResponse, SetValueRequest, SetValueResponse, SettingsServiceClient, SettingsServiceDefinition, SettingsServiceImplementation, WriteRequest, WriteResponse, } from './cc/arduino/cli/settings/v1/settings'; export { Any } from './google/protobuf/any'; export { BoolValue, BytesValue, DoubleValue, FloatValue, Int32Value, Int64Value, StringValue, UInt32Value, UInt64Value, } from './google/protobuf/wrappers'; export { Status } from './google/rpc/status'; //# sourceMappingURL=index.d.ts.map