fix(backend): improve stubs paths #1180
lint-and-test.yml
on: push
Lint app and run tests
1m 25s
Annotations
10 errors
|
Lint app and run tests
Type '{ aiSettings: { chatContext: any; project: { id: any; name: any; }; }; }' is not assignable to type 'OrganizationTableRowWithRelations'.
|
|
Lint app and run tests
Type '{ chat: { id: any; creator: { id: any; name: any; email: any; }; permissions: { inherited: { accessLevel: "read" | "write"; target: { type: "user"; user: { id: number; name: string; email: string; avatar?: { publicUrl: string; } | null | undefined; }; } | { type: "group"; group: { id: number; name: string; }; }; }[]; current: { accessLevel: "read" | "write"; target: { type: "user"; user: { id: number; name: string; email: string; avatar?: { publicUrl: string; } | null | undefined; }; } | { type: "group"; group: { id: number; name: string; }; }; }[]; }; }; aiModel: { id: any; name: any; } | null; creator: { id: any; email: any; name: any; } | null; repliedMessage: { id: any; role: any; content: any; creator: { id: any; email: any; name: any; } | null; } | null; app: { id: any; name: any; } | null; files: { id: any; resource: { id: any; name: any; type: any; s3Key: any; createdAt: any; updatedAt: any; publicUrl: string; bucket: { id: any; name: any; }; }; }[]; }' is not assignable to type 'MessageTableRowWithRelations'.
|
|
Lint app and run tests
No overload matches this call.
|
|
Lint app and run tests
No overload matches this call.
|
|
Lint app and run tests
Cannot find module '~/commercial' or its corresponding type declarations.
|
|
Lint app and run tests
Type '{ apps: { id: any; aiExternalApi: { id: any; } | null; }[]; project: { id: any; name: any; internal: boolean; } | null; organization: { id: any; name: any; }; creator: { id: any; email: any; name: any; }; summary: { id: any; content: any; contentGenerated: any; contentGeneratedAt: any; name: any; nameGenerated: any; nameGeneratedAt: any; }; stats: { messages: { total: number; }; }; permissions: { inherited: { accessLevel: "read" | "write"; target: { type: "user"; user: { id: number; name: string; email: string; avatar?: { publicUrl: string; } | null | undefined; }; } | { type: "group"; group: { id: number; name: string; }; }; }[]; current: { accessLevel: "read" | "write"; target: { type: "user"; user: { id: number; name: string; email: string; avatar?: { publicUrl: string; } | null | undefined; }; } | { type: "group"; group: { id: number; name: string; }; }; }[]; }; }' is not assignable to type 'ChatTableRowWithRelations'.
|
|
Lint app and run tests
Type '{ organization: { id: any; name: any; }; category: { id: any; name: any; }; permissions: { inherited: never[]; current: { accessLevel: "read" | "write"; target: { type: "user"; user: { id: number; name: string; email: string; avatar?: { publicUrl: string; } | null | undefined; }; } | { type: "group"; group: { id: number; name: string; }; }; }[]; }; project: { id: any; name: any; }; aiModel: { id: any; name: any; } | null; aiExternalApi: { id: any; schema: any; } | null; logo: { id: any; name: any; createdAt: any; updatedAt: any; type: any; s3Key: any; publicUrl: string; bucket: { id: any; name: any; }; } | null; categoryId: any; categoryName: any; }' is not assignable to type 'AppTableRowWithRelations'.
|
|
Lint app and run tests
Type '{ organization: { id: any; name: any; }; parentCategory: { id: any; name: any; } | null; }' is not assignable to type 'AppTableRowWithRelations'.
|
|
Lint app and run tests
Type '{ organization: { id: any; name: any; }; }' is not assignable to type 'AIModelTableRowWithRelations'.
|
|
Lint app and run tests
Type '{ organization: { id: any; name: any; }; permissions: { inherited: never[]; current: { accessLevel: "read" | "write"; target: { type: "user"; user: { id: number; name: string; email: string; avatar?: { publicUrl: string; } | null | undefined; }; } | { type: "group"; group: { id: number; name: string; }; }; }[]; }; logo: { id: any; name: any; createdAt: any; updatedAt: any; type: any; s3Key: any; publicUrl: string; bucket: { id: any; name: any; }; } | null; }' is not assignable to type 'AIExternalAPITableRowWithRelations'.
|