Skip to content

feat: add bookmark, like, recycled, published packed item #2294

feat: add bookmark, like, recycled, published packed item

feat: add bookmark, like, recycled, published packed item #2294

Triggered via pull request April 9, 2024 09:55
@pyphiliapyphilia
synchronize #470
more-packed
Status Failure
Total duration 23s
Artifacts

test.yml

on: pull_request
build-node
13s
build-node
Fit to window
Zoom out
Zoom in

Annotations

5 errors
build-node: src/item/folderItem/folderItem.factory.ts#L32
Type '{ permission: PermissionLevel | null; hidden?: ItemTag | undefined; public?: ItemTag | undefined; lang: string; settings: ItemSettings; ... 9 more ...; updatedAt: string; }' is not assignable to type 'PackedItemFactoryOutputType<FolderItemType>'.
build-node: src/item/h5pItem/h5pItem.factory.ts#L37
Type '{ permission: PermissionLevel | null; hidden?: ItemTag | undefined; public?: ItemTag | undefined; lang: string; settings: ItemSettings; ... 9 more ...; updatedAt: string; }' is not assignable to type 'PackedItemFactoryOutputType<H5PItemType>'.
build-node: src/item/linkItem/linkItem.factory.ts#L44
Type '{ permission: PermissionLevel | null; hidden?: ItemTag | undefined; public?: ItemTag | undefined; lang: string; settings: LinkItemSettings & ItemSettings; ... 9 more ...; updatedAt: string; }' is not assignable to type 'PackedItemFactoryOutputType<LinkItemType>'.
build-node: src/item/shortcutItem/shortcutItem.factory.ts#L35
Type '{ permission: PermissionLevel | null; hidden?: ItemTag | undefined; public?: ItemTag | undefined; lang: string; settings: ItemSettings; ... 9 more ...; updatedAt: string; }' is not assignable to type 'PackedItemFactoryOutputType<ShortcutItemType>'.
build-node
Process completed with exit code 2.