diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 5eec5fcf..532a8059 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -2644,6 +2644,9 @@ export class CommandController extends Controller { mpCee?: string | null; refCommandCode?: string | null; refCommandName?: string | null; + positionLine?: string | null; + positionPathSide?: string | null; + positionExecutive?: string | null; }[]; }, ) {