fix(Parser): Add UpdateEngagementPanelContentCommand

This command is sometimes used to open the Transcript panel.
This commit is contained in:
Luan
2025-02-05 06:55:13 -03:00
parent 1c1577e85f
commit 3f960effa2
2 changed files with 21 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ export { default as ContinuationCommand } from './classes/commands/ContinuationC
export { default as GetKidsBlocklistPickerCommand } from './classes/commands/GetKidsBlocklistPickerCommand.js';
export { default as RunAttestationCommand } from './classes/commands/RunAttestationCommand.js';
export { default as ShowDialogCommand } from './classes/commands/ShowDialogCommand.js';
export { default as UpdateEngagementPanelContentCommand } from './classes/commands/UpdateEngagementPanelContentCommand.js';
export { default as AuthorCommentBadge } from './classes/comments/AuthorCommentBadge.js';
export { default as CommentActionButtons } from './classes/comments/CommentActionButtons.js';
export { default as CommentDialog } from './classes/comments/CommentDialog.js';