Skip to content

feat: add support for user-installable apps #200

feat: add support for user-installable apps

feat: add support for user-installable apps #200

Triggered via pull request July 19, 2024 14:13
Status Failure
Total duration 40s
Artifacts

test.yml

on: pull_request
Build and Test
29s
Build and Test
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
Build and Test
@barry-bot/testing#build: command (/home/runner/work/Barry/Barry/packages/testing) npm run build exited (1)
Build and Test
Type '{ application_id: string; app_permissions: string; entitlements: never[]; guild_id: string; guild_locale: "en-US"; id: string; locale: "en-US"; member: { permissions: string; avatar: null; deaf: false; ... 4 more ...; user: { ...; }; }; token: string; version: 1; }' does not satisfy the expected type 'Omit<APIBaseInteraction<InteractionType, any>, "type">'.
Build and Test
Type '{ type: InteractionType.Ping; application_id: string; app_permissions: string; entitlements: never[]; guild_id: string; guild_locale: "en-US"; id: string; locale: "en-US"; member: { ...; }; token: string; version: 1; }' does not satisfy the expected type 'APIPingInteraction'.
Build and Test
Type '{ channel: { id: string; name: string; type: ChannelType.GuildText; }; channel_id: string; data: T; type: InteractionType.ApplicationCommand; application_id: string; app_permissions: string; ... 7 more ...; version: 1; }' is not assignable to type 'APIApplicationCommandInteractionWrapper<T>'.
Build and Test
Type '{ channel: { id: string; name: string; type: ChannelType.GuildText; }; channel_id: string; data: APIMessageComponentInteractionData; message: { attachments: never[]; ... 12 more ...; type: 0; }; ... 10 more ...; version: 1; }' is not assignable to type 'APIMessageComponentInteraction'.
Build and Test
Type '{ data: APIChatInputApplicationCommandInteractionData & Required<Pick<APIChatInputApplicationCommandInteractionData, "options">>; ... 10 more ...; version: 1; }' is not assignable to type 'APIApplicationCommandAutocompleteInteraction'.
Build and Test
Type '{ data: APIModalSubmission; type: InteractionType.ModalSubmit; application_id: string; app_permissions: string; entitlements: never[]; guild_id: string; guild_locale: "en-US"; ... 4 more ...; version: 1; }' is not assignable to type 'APIModalSubmitInteraction'.
Build and Test
Process completed with exit code 1.
Build and Test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/