mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
test(ui): align plugin install harness identity
This commit is contained in:
@@ -41,7 +41,11 @@ type TestPluginsPage = HTMLElement & {
|
||||
activeTab: "installed" | "discover";
|
||||
searchResults: PluginSearchResult[] | null;
|
||||
applyMutationResult: (result: PluginMutationResult) => void;
|
||||
install: (rowKey: string, request: PluginInstallRequest) => Promise<void>;
|
||||
install: (
|
||||
rowKey: string,
|
||||
request: PluginInstallRequest,
|
||||
installIdentity: string,
|
||||
) => Promise<void>;
|
||||
refreshCatalog: () => Promise<void>;
|
||||
updateEnabled: (pluginId: string, enabled: boolean, key?: string) => Promise<void>;
|
||||
uninstall: (pluginId: string, rowKey: string) => Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user