refactor: mint programs on the frontend #2746
Annotations
8 errors and 1 warning
build
@tunarr/shared#build: command (/home/runner/work/tunarr/tunarr/shared) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
|
build
Property 'externalIds' is missing in type '{ title: string | undefined; index: number | undefined; externalKey: string | undefined; guids: string[]; }' but required in type '{ externalIds: ({ type: "single"; id: string; source: "plex-guid" | "imdb" | "tmdb" | "tvdb"; } | { type: "multi"; id: string; source: "plex" | "jellyfin"; sourceId: string; })[]; index?: number | undefined; ... 4 more ...; guids?: string[] | undefined; }'.
|
build
Property 'externalIds' is missing in type '{ title: string | undefined; externalKey: string | undefined; guids: string[]; }' but required in type '{ externalIds: ({ type: "single"; id: string; source: "plex-guid" | "imdb" | "tmdb" | "tvdb"; } | { type: "multi"; id: string; source: "plex" | "jellyfin"; sourceId: string; })[]; index?: number | undefined; ... 4 more ...; guids?: string[] | undefined; }'.
|
build
Property 'externalIds' is missing in type '{ title: string | undefined; index: number | undefined; externalKey: string | undefined; guids: string[]; year: number | undefined; }' but required in type '{ externalIds: ({ type: "single"; id: string; source: "plex-guid" | "imdb" | "tmdb" | "tvdb"; } | { type: "multi"; id: string; source: "plex" | "jellyfin"; sourceId: string; })[]; index?: number | undefined; ... 4 more ...; guids?: string[] | undefined; }'.
|
build
Property 'externalIds' is missing in type '{ title: string; externalKey: string | undefined; guids: string[]; }' but required in type '{ externalIds: ({ type: "single"; id: string; source: "plex-guid" | "imdb" | "tmdb" | "tvdb"; } | { type: "multi"; id: string; source: "plex" | "jellyfin"; sourceId: string; })[]; index?: number | undefined; ... 4 more ...; guids?: string[] | undefined; }'.
|
build
Property 'externalIds' is missing in type '{ title: string | undefined; index: number | undefined; externalKey: string | undefined; }' but required in type '{ externalIds: ({ type: "single"; id: string; source: "plex-guid" | "imdb" | "tmdb" | "tvdb"; } | { type: "multi"; id: string; source: "plex" | "jellyfin"; sourceId: string; })[]; index?: number | undefined; ... 4 more ...; guids?: string[] | undefined; }'.
|
build
Property 'externalIds' is missing in type '{ title: string | undefined; externalKey: string | undefined; }' but required in type '{ externalIds: ({ type: "single"; id: string; source: "plex-guid" | "imdb" | "tmdb" | "tvdb"; } | { type: "multi"; id: string; source: "plex" | "jellyfin"; sourceId: string; })[]; index?: number | undefined; ... 4 more ...; guids?: string[] | undefined; }'.
|
build
Process completed with exit code 1.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|