Skip to content

Subscription page integration #534

Subscription page integration

Subscription page integration #534

Triggered via pull request November 27, 2024 09:31
Status Failure
Total duration 48s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Typecheck: src/views/HistoricalAlerts/index.tsx#L195
Property 'urgency' does not exist on type 'AlertFilter'.
Typecheck: src/views/HistoricalAlerts/index.tsx#L196
Property 'severity' does not exist on type 'AlertFilter'.
Typecheck: src/views/HistoricalAlerts/index.tsx#L197
Property 'certainty' does not exist on type 'AlertFilter'.
Typecheck: src/views/HistoricalAlerts/index.tsx#L198
Property 'category' does not exist on type 'AlertFilter'.
Typecheck: src/views/HistoricalAlerts/index.tsx#L390
Type '"urgency"' is not assignable to type '"id" | "region" | "country" | "sent" | "infos" | "admin1" | "AND" | "DISTINCT" | "NOT" | "OR"'.
Typecheck: src/views/HistoricalAlerts/index.tsx#L394
Property 'urgency' does not exist on type 'AlertFilter'.
Typecheck: src/views/HistoricalAlerts/index.tsx#L395
Type '(...args: EntriesAsList<AlertFilter>) => void' is not assignable to type '(newValue: AlertInfoUrgencyEnum[], name: "id" | "region" | "country" | "sent" | "infos" | "admin1" | "AND" | "DISTINCT" | "NOT" | "OR") => void'.
Typecheck: src/views/HistoricalAlerts/index.tsx#L400
Type '"severity"' is not assignable to type '"id" | "region" | "country" | "sent" | "infos" | "admin1" | "AND" | "DISTINCT" | "NOT" | "OR"'.
Typecheck: src/views/HistoricalAlerts/index.tsx#L404
Property 'severity' does not exist on type 'AlertFilter'.
Typecheck: src/views/HistoricalAlerts/index.tsx#L405
Type '(...args: EntriesAsList<AlertFilter>) => void' is not assignable to type '(newValue: AlertInfoSeverityEnum[], name: "id" | "region" | "country" | "sent" | "infos" | "admin1" | "AND" | "DISTINCT" | "NOT" | "OR") => void'.