Scheduled tests #133
Annotations
10 errors and 2 warnings
test:
test/typescript/data.ts#L6
Type '{ id: string; language: ""; role: string; teams: never[]; created_at: string; updated_at: string; banned: false; online: true; last_active: string; blocked_user_ids: never[]; shadow_banned: false; devices: never[]; invisible: false; }' is not assignable to type 'UserResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; pollType: {}; pollOptionType: {}; }>'.
|
test:
test/typescript/data.ts#L6
Type '{ created_at: string; updated_at: string; name: string; typing_events: true; read_events: true; connect_events: true; search: true; reactions: true; replies: true; quotes: true; mutes: true; uploads: true; ... 13 more ...; commands: { ...; }[]; }' is not assignable to type 'ChannelConfigWithInfo<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; pollType: {}; pollOptionType: {}; }>'.
|
test:
test/typescript/data.ts#L6
Type '{ id: string; language: ""; role: string; teams: never[]; created_at: string; updated_at: string; banned: false; online: true; last_active: string; blocked_user_ids: never[]; shadow_banned: false; devices: never[]; invisible: false; }' is not assignable to type 'UserResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; pollType: {}; pollOptionType: {}; }>'.
|
test:
test/typescript/data.ts#L10
Type '{ created_at: string; updated_at: string; name: string; typing_events: true; read_events: true; connect_events: true; search: true; reactions: true; replies: true; quotes: true; mutes: true; uploads: true; ... 13 more ...; commands: { ...; }[]; }' is not assignable to type 'ChannelConfigWithInfo<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; pollType: {}; pollOptionType: {}; }>'.
|
test:
test/typescript/data.ts#L24
Type '{ id: string; language: ""; role: string; teams: never[]; created_at: string; updated_at: string; banned: false; online: true; last_active: string; blocked_user_ids: never[]; shadow_banned: false; devices: never[]; invisible: false; }' is not assignable to type 'UserResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; pollType: {}; pollOptionType: {}; }>'.
|
test:
test/typescript/data.ts#L24
Type '{ created_at: string; updated_at: string; name: string; typing_events: true; read_events: true; connect_events: true; search: true; reactions: true; replies: true; quotes: true; mutes: true; uploads: true; ... 13 more ...; commands: { ...; }[]; }' is not assignable to type 'ChannelConfigWithInfo<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; pollType: {}; pollOptionType: {}; }>'.
|
test:
test/typescript/data.ts#L24
Type '{ id: string; language: ""; role: string; teams: never[]; created_at: string; updated_at: string; banned: false; online: true; last_active: string; blocked_user_ids: never[]; shadow_banned: false; devices: never[]; invisible: false; }' is not assignable to type 'UserResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; pollType: {}; pollOptionType: {}; }>'.
|
test:
test/typescript/data.ts#L26
Type '{ id: string; role: string; created_at: string; updated_at: string; last_active: string; last_engaged_at: string; banned: false; online: true; name: string; image: string; status: string; }' is not assignable to type 'UserResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { image: string; status: string; }; pollType: {}; pollOptionType: {}; }>'.
|
test:
test/typescript/data.ts#L27
Type '{ id: string; role: string; created_at: string; updated_at: string; last_active: string; last_engaged_at: string; banned: false; online: true; name: string; image: string; status: string; }' is not assignable to type 'UserResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { image: string; status: string; }; pollType: {}; pollOptionType: {}; }>'.
|
test:
test/typescript/data.ts#L28
Type '{ name: string; typing_events: true; read_events: true; connect_events: true; search: true; reactions: true; replies: true; quotes: true; mutes: true; uploads: true; url_enrichment: true; custom_events: true; ... 11 more ...; commands: "moderation_set"[]; }' is not assignable to type '{ reminders: boolean; automod?: ChannelConfigAutomod | undefined; automod_behavior?: ChannelConfigAutomodBehavior | undefined; ... 21 more ...; url_enrichment?: boolean | undefined; }'.
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, voxmedia/github-action-slack-notify-build@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|