Expose public module catalog discovery
This commit is contained in:
@@ -425,6 +425,9 @@ export type ModulePackageCatalogItem = {
|
||||
description?: string | null;
|
||||
version?: string | null;
|
||||
action: "install" | "update" | "uninstall";
|
||||
installed: boolean;
|
||||
installed_version?: string | null;
|
||||
update_available: boolean;
|
||||
dependencies: string[];
|
||||
optional_dependencies: string[];
|
||||
migration_safety: "automatic" | "requires_review" | "forward_only" | "destructive";
|
||||
|
||||
Reference in New Issue
Block a user