qlogicagent 2.10.15 → 2.10.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +196 -196
- package/dist/index.js +195 -195
- package/dist/types/cli/handlers/agents-handler.d.ts +1 -0
- package/package.json +1 -1
|
@@ -17,3 +17,4 @@ export declare function handleAgentsProcesses(this: any, msg: any): void;
|
|
|
17
17
|
export declare function handleAgentsKill(this: any, msg: any): void;
|
|
18
18
|
export declare function handleAgentsGetLog(this: any, msg: any): Promise<void>;
|
|
19
19
|
export declare function handleAgentsTestConnection(this: any, msg: any): Promise<void>;
|
|
20
|
+
export declare function handleAgentsPrompt(this: any, msg: any): Promise<void>;
|