Skip to content

Re-align frontend types with backend #107

Re-align frontend types with backend

Re-align frontend types with backend #107

Triggered via push October 16, 2024 11:08
Status Failure
Total duration 1m 3s
Billable time 1m
Artifacts
publish-storybook
54s
publish-storybook
Fit to window
Zoom out
Zoom in

Annotations

10 errors
publish-storybook: lib/components/atoms/BaseBanner/BaseBanner.stories.tsx#L15
Property 'priority' is missing in type '{ id: string; type: TileType.Banner; active: true; createdAt: string; updatedAt: string; tileHeight: TileHeight.Full; configuration: { artworkUrl: string; title: string; description: string; buttonText: string; url: string; urlTarget: UrlTarget.sameWindow; }; }' but required in type 'Tile'.
publish-storybook: lib/components/atoms/BaseTile/BaseTile.stories.tsx#L20
Property 'priority' is missing in type '{ id: string; active: true; createdAt: string; updatedAt: string; tileHeight: TileHeight.Full; configuration: { artworkUrl: string; }; }' but required in type 'Tile'.
publish-storybook: lib/components/atoms/BaseTile/BaseTile.stories.tsx#L33
Property 'priority' is missing in type '{ id: string; active: true; createdAt: string; updatedAt: string; tileHeight: TileHeight.Half; configuration: { artworkUrl: string; }; }' but required in type 'Tile'.
publish-storybook: lib/components/molecules/Carousel/Carousel.stories.tsx#L23
Property 'priority' is missing in type '{ id: string; type: TileType.Banner; createdAt: string; updatedAt: string; active: true; tileHeight: TileHeight.Full; configuration: { artworkUrl: string | null | undefined; title: string | ... 1 more ... | undefined; description: string | ... 1 more ... | undefined; buttonText: string | ... 1 more ... | undefined; ...' but required in type 'Tile'.
publish-storybook: lib/components/molecules/Carousel/Carousel.stories.tsx#L44
Property 'name' is missing in type '{ id: string; title: string; type: SectionType.Banner; active: true; priority: number; description: string; tiles: Tile[]; createdAt: string; updatedAt: string; }' but required in type 'TSection'.
publish-storybook: lib/components/organisms/BadgeTile/BadgeTile.stories.tsx#L17
Property 'priority' is missing in type '{ id: string; type: TileType.Badge; createdAt: string; updatedAt: string; active: true; tileHeight: TileHeight.Full; configuration: { badgeId: string; count: number; badge: { id: string; ... 4 more ...; updatedAt: string; }; }; }' but required in type 'Tile'.
publish-storybook: lib/components/organisms/BadgeTile/BadgeTile.stories.tsx#L42
Property 'priority' is missing in type '{ id: string; type: TileType.Badge; createdAt: string; updatedAt: string; active: true; tileHeight: TileHeight.Full; configuration: { badgeId: string; count: number; badge: { id: string; ... 4 more ...; updatedAt: string; }; }; }' but required in type 'Tile'.
publish-storybook: lib/components/organisms/BannerTile/BannerTile.stories.tsx#L15
Property 'priority' is missing in type '{ id: string; type: TileType.Banner; active: true; createdAt: string; updatedAt: string; tileHeight: TileHeight.Full; configuration: { artworkUrl: string; title: string; description: string; buttonText: string; url: string; urlTarget: UrlTarget.sameWindow; }; }' but required in type 'Tile'.
publish-storybook: lib/components/organisms/BannerTile/BannerTile.stories.tsx#L36
Property 'priority' is missing in type '{ id: string; type: TileType.Banner; active: true; createdAt: string; updatedAt: string; tileHeight: TileHeight.Full; configuration: { artworkUrl: string; title: string; description: string; url: string; urlTarget: UrlTarget.sameWindow; buttonText: string; }; }' but required in type 'Tile'.
publish-storybook: lib/components/organisms/ContentTile/ContentTile.stories.tsx#L20
Property 'priority' is missing in type '{ id: string; type: TileType.Content; active: true; createdAt: string; updatedAt: string; tileHeight: TileHeight.Full; configuration: { title: string; description: string; artworkUrl: string; }; }' but required in type 'Tile'.