PackageRegistrySearchResultItem
PackageRegistrySearchResultItem
is a datatype for information about a package that matches a search
in a package registry.
Table: PackageRegistrySearchResultItem
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 27, 2024 | |||||
description | string | Long-Term | The description of the package that matches the search. | ||
id | VersionedPackageSpecifier | yes | Long-Term | The unique identifier of the package that matches the search of the package registry. VersionedPackageSpecifier is a scalar. | |
iconUrl | UrlOrData | Long-Term | The URL to the icon for the package that matches the search. UrlOrData is a scalar. | ||
installedVersion | VersionedPackageSpecifier | yes | Long-Term | The version of the package installed. VersionedPackageSpecifier is a scalar. | |
isLatestVersionSupported | boolean | yes | Long-Term | Whether the latest version is supported. | |
minHumioVersionOfLatest | SemanticVersion | yes | Long-Term | The minimum LogScale version of the latest package. SemanticVersion is a scalar. | |
type | PackageType | yes | Long-Term | The type of package: application, or library. See PackageType . |