Bump @lokalise/fastify-extras from 30.2.1 to 30.7.0 #395
Annotations
4 errors
|
build
Process completed with exit code 2.
|
|
build:
src/modules/connector-shell/translate/translateController.ts#L43
Type 'RouteType<{ statusCode: number; payload: { message: string; errorCode: string; details?: Record<string, any> | undefined; }; } | { items: { uniqueId: string; groupId: string; metadata: Record<any, any>; translations: Record<...>; }[]; payload?: { ...; } | undefined; }, { ...; }, undefined, undefined, { ...; }>' is not assignable to type 'RouteType<{ items: { uniqueId: string; groupId: string; metadata: Record<any, any>; translations: Record<string, string>; }[]; payload?: { message: string; errorCode: string; details: { ...; }; } | undefined; }, { ...; }, undefined, undefined, { ...; }>'.
|
|
build:
src/modules/connector-shell/itemList/ItemListController.ts#L47
Type 'RouteType<{ statusCode: number; payload: { message: string; errorCode: string; details?: Record<string, any> | undefined; }; } | { data: { uniqueId: string; groupId: string; metadata: Record<any, any>; fields: { ...; }; title: string; groupTitle: string; }[]; meta: { ...; }; }, undefined, undefined, { ...; }, { ...;...' is not assignable to type 'RouteType<{ data: { uniqueId: string; groupId: string; metadata: Record<any, any>; fields: { [x: string]: unknown; }; title: string; groupTitle: string; }[]; meta: { count: number; cursor?: string | undefined; hasMore?: boolean | undefined; }; }, undefined, undefined, { ...; }, { ...; }>'.
|
|
build:
src/modules/connector-shell/env/envController.ts#L49
Type 'RouteType<{ statusCode: number; payload: { message: string; errorCode: string; details?: Record<string, any> | undefined; }; } | { defaultLocale: string; locales: { name: string; code: string; }[]; cacheItemStructure: Record<...>; supportedContentTypes?: string[] | undefined; }, undefined, undefined, undefined, { .....' is not assignable to type 'RouteType<{ defaultLocale: string; locales: { name: string; code: string; }[]; cacheItemStructure: Record<string, string>; supportedContentTypes?: string[] | undefined; }, undefined, undefined, undefined, { ...; }>'.
|