Skip to content

Replace seamapi package with seam package #3179

Replace seamapi package with seam package

Replace seamapi package with seam package #3179

Triggered via pull request July 11, 2024 20:48
@razor-xrazor-x
synchronize #641
seam-http
Status Failure
Total duration 1m 25s
Artifacts

check.yml

on: pull_request
Matrix: lint
Matrix: test
Matrix: typecheck
Matrix: install
Fit to window
Zoom out
Zoom in

Annotations

31 errors
Build / Package: src/lib/seam/components/AccessCodeDetails/AccessCodeDetails.tsx#L87
Parameter 'error' implicitly has an 'any' type.
Build / Package: src/lib/seam/components/AccessCodeDetails/AccessCodeDetails.tsx#L95
Parameter 'warning' implicitly has an 'any' type.
Build / Package: src/lib/seam/components/ClimateSettingScheduleDetails/ClimateSettingScheduleCard.tsx#L57
Type '{ device_id: string; created_at: string; climate_setting_schedule_id: string; schedule_type: "time_bound"; schedule_starts_at: string; schedule_ends_at: string; name?: string | undefined; ... 8 more ...; manual_override_allowed?: boolean | undefined; }' is not assignable to type 'ClimateSetting'.
Build / Package: src/lib/seam/components/ClimateSettingScheduleDetails/ClimateSettingScheduleDetails.tsx#L118
Type '{ device_id: string; created_at: string; climate_setting_schedule_id: string; schedule_type: "time_bound"; schedule_starts_at: string; schedule_ends_at: string; name?: string | undefined; ... 8 more ...; manual_override_allowed?: boolean | undefined; }' is not assignable to type 'ClimateSetting'.
Build / Package: src/lib/seam/components/ClimateSettingScheduleTable/ClimateSettingScheduleRowDetails.tsx#L23
Type '{ device_id: string; created_at: string; climate_setting_schedule_id: string; schedule_type: "time_bound"; schedule_starts_at: string; schedule_ends_at: string; name?: string | undefined; ... 8 more ...; manual_override_allowed?: boolean | undefined; }' is not assignable to type 'ClimateSetting'.
Build / Package: src/lib/seam/components/CreateAccessCodeForm/CreateAccessCodeForm.tsx#L154
Property 'error_code' is missing in type 'SeamHttpApiError' but required in type 'SeamError'.
Build / Package: src/lib/seam/components/CreateAccessCodeForm/CreateAccessCodeForm.tsx#L155
Type 'SeamHttpApiError' is not assignable to type 'SeamError'.
Typecheck (Node.js v18): src/lib/seam/components/AccessCodeDetails/AccessCodeDetails.tsx#L87
Parameter 'error' implicitly has an 'any' type.
Typecheck (Node.js v18): src/lib/seam/components/AccessCodeDetails/AccessCodeDetails.tsx#L95
Parameter 'warning' implicitly has an 'any' type.
Typecheck (Node.js v18): src/lib/seam/components/AccessCodeTable/AccessCodeHealthBar.stories.tsx#L36
Type '{ device_id: string; access_code_id: string; created_at: string; type: "ongoing"; code: string; status: "setting"; is_backup_access_code_available: false; is_external_modification_allowed: false; errors: { ...; }[]; warnings: { ...; }[]; }' is missing the following properties from type '{ type: "time_bound" | "ongoing"; code: string | null; name: string | null; status: "set" | "unknown" | "setting" | "unset" | "removing"; common_code_key: string | null; access_code_id: string; ... 14 more ...; pulled_backup_access_code_id?: string | ... 1 more ... | undefined; }': name, common_code_key, is_managed, is_one_time_use, is_offline_access_code
Typecheck (Node.js v18): src/lib/seam/components/AccessCodeTable/AccessCodeHealthBar.stories.tsx#L71
Object literal may only specify known properties, and 'appearance' does not exist in type '{ type: "time_bound" | "ongoing"; code: string | null; name: string | null; status: "set" | "unknown" | "setting" | "unset" | "removing"; common_code_key: string | null; access_code_id: string; ... 14 more ...; pulled_backup_access_code_id?: string | ... 1 more ... | undefined; }'.
Typecheck (Node.js v18): src/lib/seam/components/ClimateSettingScheduleDetails/ClimateSettingScheduleCard.tsx#L57
Type '{ device_id: string; created_at: string; climate_setting_schedule_id: string; schedule_type: "time_bound"; schedule_starts_at: string; schedule_ends_at: string; name?: string | undefined; ... 8 more ...; manual_override_allowed?: boolean | undefined; }' is not assignable to type 'ClimateSetting'.
Typecheck (Node.js v18): src/lib/seam/components/ClimateSettingScheduleDetails/ClimateSettingScheduleDetails.tsx#L118
Type '{ device_id: string; created_at: string; climate_setting_schedule_id: string; schedule_type: "time_bound"; schedule_starts_at: string; schedule_ends_at: string; name?: string | undefined; ... 8 more ...; manual_override_allowed?: boolean | undefined; }' is not assignable to type 'ClimateSetting'.
Typecheck (Node.js v18): src/lib/seam/components/ClimateSettingScheduleTable/ClimateSettingScheduleRowDetails.tsx#L23
Type '{ device_id: string; created_at: string; climate_setting_schedule_id: string; schedule_type: "time_bound"; schedule_starts_at: string; schedule_ends_at: string; name?: string | undefined; ... 8 more ...; manual_override_allowed?: boolean | undefined; }' is not assignable to type 'ClimateSetting'.
Typecheck (Node.js v18): src/lib/seam/components/CreateAccessCodeForm/CreateAccessCodeForm.tsx#L154
Property 'error_code' is missing in type 'SeamHttpApiError' but required in type 'SeamError'.
Typecheck (Node.js v18): src/lib/seam/components/CreateAccessCodeForm/CreateAccessCodeForm.tsx#L155
Type 'SeamHttpApiError' is not assignable to type 'SeamError'.
Typecheck (Node.js v20): src/lib/seam/components/AccessCodeDetails/AccessCodeDetails.tsx#L87
Parameter 'error' implicitly has an 'any' type.
Typecheck (Node.js v20): src/lib/seam/components/AccessCodeDetails/AccessCodeDetails.tsx#L95
Parameter 'warning' implicitly has an 'any' type.
Typecheck (Node.js v20): src/lib/seam/components/AccessCodeTable/AccessCodeHealthBar.stories.tsx#L36
Type '{ device_id: string; access_code_id: string; created_at: string; type: "ongoing"; code: string; status: "setting"; is_backup_access_code_available: false; is_external_modification_allowed: false; errors: { ...; }[]; warnings: { ...; }[]; }' is missing the following properties from type '{ type: "time_bound" | "ongoing"; code: string | null; name: string | null; status: "set" | "unknown" | "setting" | "unset" | "removing"; common_code_key: string | null; access_code_id: string; ... 14 more ...; pulled_backup_access_code_id?: string | ... 1 more ... | undefined; }': name, common_code_key, is_managed, is_one_time_use, is_offline_access_code
Typecheck (Node.js v20): src/lib/seam/components/AccessCodeTable/AccessCodeHealthBar.stories.tsx#L71
Object literal may only specify known properties, and 'appearance' does not exist in type '{ type: "time_bound" | "ongoing"; code: string | null; name: string | null; status: "set" | "unknown" | "setting" | "unset" | "removing"; common_code_key: string | null; access_code_id: string; ... 14 more ...; pulled_backup_access_code_id?: string | ... 1 more ... | undefined; }'.
Typecheck (Node.js v20): src/lib/seam/components/ClimateSettingScheduleDetails/ClimateSettingScheduleCard.tsx#L57
Type '{ device_id: string; created_at: string; climate_setting_schedule_id: string; schedule_type: "time_bound"; schedule_starts_at: string; schedule_ends_at: string; name?: string | undefined; ... 8 more ...; manual_override_allowed?: boolean | undefined; }' is not assignable to type 'ClimateSetting'.
Typecheck (Node.js v20): src/lib/seam/components/ClimateSettingScheduleDetails/ClimateSettingScheduleDetails.tsx#L118
Type '{ device_id: string; created_at: string; climate_setting_schedule_id: string; schedule_type: "time_bound"; schedule_starts_at: string; schedule_ends_at: string; name?: string | undefined; ... 8 more ...; manual_override_allowed?: boolean | undefined; }' is not assignable to type 'ClimateSetting'.
Typecheck (Node.js v20): src/lib/seam/components/ClimateSettingScheduleTable/ClimateSettingScheduleRowDetails.tsx#L23
Type '{ device_id: string; created_at: string; climate_setting_schedule_id: string; schedule_type: "time_bound"; schedule_starts_at: string; schedule_ends_at: string; name?: string | undefined; ... 8 more ...; manual_override_allowed?: boolean | undefined; }' is not assignable to type 'ClimateSetting'.
Typecheck (Node.js v20): src/lib/seam/components/CreateAccessCodeForm/CreateAccessCodeForm.tsx#L154
Property 'error_code' is missing in type 'SeamHttpApiError' but required in type 'SeamError'.
Typecheck (Node.js v20): src/lib/seam/components/CreateAccessCodeForm/CreateAccessCodeForm.tsx#L155
Type 'SeamHttpApiError' is not assignable to type 'SeamError'.
Docs
Process completed with exit code 3.