Issue/#74 unused event types #244
Annotations
10 errors and 1 warning
src/entities/http-dump/ui/preview-card/preview-card.stories.ts#L15
Argument of type '{ uuid: string; type: string; payload: { received_at: string; host: string; request: { method: string; uri: string; headers: { Host: string[]; "Sec-Ch-Ua-Platform": string[]; "User-Agent": string[]; "Accept-Language": string[]; "Accept-Encoding": string[]; Accept: string[]; }; ... 4 more ...; files: { ...; }[]; }; }...' is not assignable to parameter of type 'ServerEvent<HttpDumpServer>'.
|
src/entities/inspector/ui/inspector-stat-board/inspector-stat-board.stories.ts#L15
Argument of type '{ uuid: string; type: string; payload: ({ model: string; name: string; type: string; hash: string; host: { hostname: string; ip: string; os: string; }; http: { request: { method: string; version: string; socket: { ...; }; cookies: { ...; }; headers: { ...; }; }; url: { ...; }; }; ... 6 more ...; context?: undefined;...' is not assignable to parameter of type 'ServerEvent<Inspector>'.
|
src/entities/inspector/ui/preview-card/preview-card.stories.ts#L15
Argument of type '{ uuid: string; type: string; payload: ({ model: string; name: string; type: string; hash: string; host: { hostname: string; ip: string; os: string; }; http: { request: { method: string; version: string; socket: { ...; }; cookies: { ...; }; headers: { ...; }; }; url: { ...; }; }; ... 6 more ...; context?: undefined;...' is not assignable to parameter of type 'ServerEvent<Inspector>'.
|
src/entities/monolog/ui/preview-card/preview-card.stories.ts#L15
Argument of type '{ uuid: string; type: string; payload: { message: string; context: { foo: string; }; level: number; level_name: string; channel: string; datetime: string; extra: never[]; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<Monolog>'.
|
src/entities/monolog/ui/preview-card/preview-card.stories.ts#L22
Argument of type '{ uuid: string; type: string; payload: { message: string; context: { foo: string; }; level: number; level_name: string; channel: string; datetime: string; extra: never[]; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<Monolog>'.
|
src/entities/profiler/ui/preview-card/preview-card.stories.ts#L15
Argument of type '{ uuid: string; type: string; payload: { tags: { php: string; dispatcher: string; method: string; url: string; controller: string; action: string; }; app_name: string; hostname: string; date: number; peaks: { ...; }; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<Profiler>'.
|
src/entities/ray/ui/preview-card/preview-card.stories.ts#L41
Argument of type '{ uuid: string; type: string; payload: { uuid: string; payloads: { type: string; content: { content: boolean; label: string; }; origin: { file: string; line_number: number; hostname: string; }; }[]; meta: { php_version: string; ... 4 more ...; ray_package_version: string; }; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<RayDump>'.
|
src/entities/ray/ui/preview-card/preview-card.stories.ts#L45
Argument of type '{ uuid: string; type: string; payload: { uuid: string; payloads: { type: string; content: { content: boolean; label: string; }; origin: { file: string; line_number: number; hostname: string; }; }[]; meta: { php_version: string; ... 4 more ...; ray_package_version: string; }; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<RayDump>'.
|
src/entities/ray/ui/preview-card/preview-card.stories.ts#L49
Argument of type '{ uuid: string; type: string; payload: { uuid: string; payloads: { type: string; content: { content: string; label: string; }; origin: { file: string; line_number: number; hostname: string; }; }[]; meta: { php_version: string; ... 4 more ...; ray_package_version: string; }; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<RayDump>'.
|
src/entities/ray/ui/preview-card/preview-card.stories.ts#L53
Argument of type '{ project: null; uuid: string; type: string; timestamp: number; payload: { uuid: string; payloads: { type: string; content: { class: string; message: string; frames: { file_name: string; line_number: number; class: string; method: string; vendor_frame: boolean; snippet: { ...; }[]; }[]; }; }[]; }; }' is not assignable to parameter of type 'ServerEvent<RayDump>'.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading