refactor(cloudly): consume external interfaces package

This commit is contained in:
2026-04-25 13:57:59 +00:00
parent 94e0c38191
commit 37512cfaa6
78 changed files with 75 additions and 3114 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export class CloudlyNodeManager {
* is used be serverconfig module on the node to get the actual node config
*/
this.typedRouter.addTypedHandler(
new plugins.typedrequest.TypedHandler<plugins.servezoneInterfaces.requests.config.IRequest_Any_Cloudly_GetNodeConfig>(
new plugins.typedrequest.TypedHandler<plugins.servezoneInterfaces.requests.node.IRequest_Any_Cloudly_GetNodeConfig>(
'getNodeConfig',
async (requestData) => {
const nodeId = requestData.nodeId;