chore: release v8.14.3 #577
Annotations
10 errors
test:
test/typescript/data.ts#L3
Type '{ user_id: string; user: { id: string; role: string; created_at: string; updated_at: string; banned: false; online: false; name: string; }; status: string; created_at: string; updated_at: string; banned: false; shadow_banned: false; role: string; channel_role: string; notifications_muted: false; }' is not assignable to type 'ChannelMemberResponse<{ attachmentType: {}; channelType: { description?: string | undefined; image?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { ...; }; }>'.
|
test:
test/typescript/data.ts#L3
Type '{ user_id: string; user: { id: string; role: string; created_at: string; updated_at: string; last_active: string; banned: false; online: true; name: string; }; invited: true; invite_accepted_at: string; ... 7 more ...; notifications_muted: false; }' is not assignable to type 'ChannelMemberResponse<{ attachmentType: {}; channelType: { description?: string | undefined; image?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { ...; }; }>'.
|
test:
test/typescript/data.ts#L3
Type '{ user_id: string; user: { id: string; role: string; created_at: string; updated_at: string; banned: false; online: false; }; status: string; created_at: string; updated_at: string; banned: false; shadow_banned: false; role: string; channel_role: string; notifications_muted: false; }' is not assignable to type 'ChannelMemberResponse<{ attachmentType: {}; channelType: { description?: string | undefined; image?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { ...; }; }>'.
|
test:
test/typescript/data.ts#L3
Type '{ user_id: string; user: { id: string; role: string; created_at: string; updated_at: string; last_active: string; banned: false; online: true; }; status: string; created_at: string; updated_at: string; ... 4 more ...; notifications_muted: false; }' is not assignable to type 'ChannelMemberResponse<{ attachmentType: {}; channelType: { description?: string | undefined; image?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { ...; }; }>'.
|
test:
test/typescript/data.ts#L5
Type '{ user_id: string; user: { id: string; role: string; created_at: string; updated_at: string; last_active: string; banned: false; online: true; }; status: string; created_at: string; updated_at: string; ... 4 more ...; notifications_muted: false; }' is not assignable to type 'ChannelMemberResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; }>'.
|
test:
test/typescript/data.ts#L5
Type '{ user_id: string; user: { id: string; role: string; created_at: string; updated_at: string; banned: false; online: false; }; status: string; created_at: string; updated_at: string; banned: false; shadow_banned: false; role: string; channel_role: string; notifications_muted: false; }' is not assignable to type 'ChannelMemberResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; }>'.
|
test:
test/typescript/data.ts#L5
Type '{ user_id: string; user: { id: string; role: string; created_at: string; updated_at: string; banned: false; online: false; }; status: string; created_at: string; updated_at: string; banned: false; shadow_banned: false; role: string; channel_role: string; notifications_muted: false; }' is not assignable to type 'ChannelMemberResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; }>'.
|
test:
test/typescript/data.ts#L6
Type '{ user_id: string; user: { id: string; role: string; created_at: string; updated_at: string; last_active: string; banned: false; online: true; }; is_moderator: true; status: string; created_at: string; ... 5 more ...; notifications_muted: false; }' is not assignable to type 'ChannelMemberResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; }>'.
|
test:
test/typescript/data.ts#L24
Type '{ user_id: string; user: { id: string; role: string; created_at: string; updated_at: string; last_active: string; banned: false; online: true; }; status: string; created_at: string; updated_at: string; ... 4 more ...; notifications_muted: false; }' is not assignable to type 'ChannelMemberResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; }>'.
|
test:
test/typescript/data.ts#L41
Type '{ user_id: string; user: { id: string; role: string; created_at: string; updated_at: string; last_active: string; banned: false; online: true; }; status: string; created_at: string; updated_at: string; ... 4 more ...; notifications_muted: false; }' is not assignable to type 'ChannelMemberResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; }>'.
|