mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-30 09:55:18 +00:00
feat(parser): Add RunAttestationCommand
Can be used to get attestation responses from BotGuard, assuming you have a VM (retrieved using the `/att/get` endpoint, with engagement type set to `ENGAGEMENT_TYPE_UNBOUND`) loaded up.
This commit is contained in:
@@ -70,6 +70,7 @@ export { default as AddToPlaylistCommand } from './classes/commands/AddToPlaylis
|
||||
export { default as CommandExecutorCommand } from './classes/commands/CommandExecutorCommand.js';
|
||||
export { default as ContinuationCommand } from './classes/commands/ContinuationCommand.js';
|
||||
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 AuthorCommentBadge } from './classes/comments/AuthorCommentBadge.js';
|
||||
export { default as CommentActionButtons } from './classes/comments/CommentActionButtons.js';
|
||||
|
||||
Reference in New Issue
Block a user