fix: Update @seamapi/http with longer action attempt timeout #3515
Annotations
27 errors
|
Build / Package
Process completed with exit code 1.
|
|
Build / Package:
src/lib/ui/thermostat/ClimateModeMenu.tsx#L85
Function lacks ending return statement and return type does not include 'undefined'.
|
|
Build / Package:
src/lib/ui/thermostat/ClimateModeMenu.tsx#L73
Element implicitly has an 'any' type because expression of type '"off" | "heat" | "cool" | "heat_cool" | "eco"' can't be used to index type '{ heat: string; cool: string; heat_cool: string; off: string; }'.
|
|
Build / Package:
src/lib/ui/thermostat/ClimateModeMenu.tsx#L57
Element implicitly has an 'any' type because expression of type '"off" | "heat" | "cool" | "heat_cool" | "eco"' can't be used to index type '{ heat: string; cool: string; heat_cool: string; off: string; }'.
|
|
Build / Package:
src/lib/seam/thermostats/use-update-thermostat-climate-preset.ts#L88
Object literal may only specify known properties, and 'can_program' does not exist in type '{ climate_preset_key: string; can_edit: boolean; can_delete: boolean; can_use_with_thermostat_daily_programs: boolean; display_name: string; manual_override_allowed: boolean; name?: string | null | undefined; ... 7 more ...; ecobee_metadata?: { ...; } | undefined; }'.
|
|
Build / Package:
src/lib/seam/thermostats/use-create-thermostat-climate-preset.ts#L88
Object literal may only specify known properties, and 'can_program' does not exist in type '{ climate_preset_key: string; can_edit: boolean; can_delete: boolean; can_use_with_thermostat_daily_programs: boolean; display_name: string; manual_override_allowed: boolean; name?: string | null | undefined; ... 7 more ...; ecobee_metadata?: { ...; } | undefined; }'.
|
|
Typecheck (Node.js v20):
src/lib/ui/thermostat/ClimateModeMenu.tsx#L85
Function lacks ending return statement and return type does not include 'undefined'.
|
|
Typecheck (Node.js v20):
src/lib/ui/thermostat/ClimateModeMenu.tsx#L73
Element implicitly has an 'any' type because expression of type '"off" | "heat" | "cool" | "heat_cool" | "eco"' can't be used to index type '{ heat: string; cool: string; heat_cool: string; off: string; }'.
|
|
Typecheck (Node.js v20):
src/lib/ui/thermostat/ClimateModeMenu.tsx#L57
Element implicitly has an 'any' type because expression of type '"off" | "heat" | "cool" | "heat_cool" | "eco"' can't be used to index type '{ heat: string; cool: string; heat_cool: string; off: string; }'.
|
|
Typecheck (Node.js v20):
src/lib/ui/AccessCodeForm/AccessCodeForm.stories.tsx#L16
Property 'space_ids' is missing in type '{ device_id: string; workspace_id: string; display_name: string; custom_metadata: {}; location: {}; properties: { name: string; manufacturer: undefined; model: { display_name: string; manufacturer_display_name: string; }; ... 4 more ...; appearance: { ...; }; }; ... 6 more ...; is_managed: true; }' but required in type '{ display_name: string; device_id: string; workspace_id: string; created_at: string; errors: ({ message: string; created_at: string; error_code: "account_disconnected"; is_connected_account_error?: boolean | undefined; is_bridge_error?: boolean | undefined; } | ... 15 more ... | { ...; })[]; ... 28 more ...; nicknam...'.
|
|
Typecheck (Node.js v20):
src/lib/seam/thermostats/use-update-thermostat-climate-preset.ts#L88
Object literal may only specify known properties, and 'can_program' does not exist in type '{ climate_preset_key: string; can_edit: boolean; can_delete: boolean; can_use_with_thermostat_daily_programs: boolean; display_name: string; manual_override_allowed: boolean; name?: string | null | undefined; ... 7 more ...; ecobee_metadata?: { ...; } | undefined; }'.
|
|
Typecheck (Node.js v20):
src/lib/seam/thermostats/use-create-thermostat-climate-preset.ts#L88
Object literal may only specify known properties, and 'can_program' does not exist in type '{ climate_preset_key: string; can_edit: boolean; can_delete: boolean; can_use_with_thermostat_daily_programs: boolean; display_name: string; manual_override_allowed: boolean; name?: string | null | undefined; ... 7 more ...; ecobee_metadata?: { ...; } | undefined; }'.
|
|
Typecheck (Node.js v20):
src/lib/seam/components/DeviceTable/DeviceHealthBar.stories.tsx#L84
Property 'space_ids' is missing in type '{ connected_account_id: string; device_type: "august_lock"; device_id: string; is_managed: true; capabilities_supported: never[]; created_at: string; workspace_id: string; custom_metadata: {}; ... 4 more ...; warnings: { ...; }[]; }' but required in type '{ display_name: string; device_id: string; workspace_id: string; created_at: string; errors: ({ message: string; created_at: string; error_code: "account_disconnected"; is_connected_account_error?: boolean | undefined; is_bridge_error?: boolean | undefined; } | ... 15 more ... | { ...; })[]; ... 28 more ...; nicknam...'.
|
|
Typecheck (Node.js v20):
src/lib/seam/components/DeviceTable/DeviceHealthBar.stories.tsx#L44
Property 'space_ids' is missing in type '{ connected_account_id: string; device_type: "august_lock"; device_id: string; is_managed: true; custom_metadata: {}; display_name: string; location: {}; capabilities_supported: never[]; created_at: string; workspace_id: string; properties: { ...; }; errors: { ...; }[]; warnings: { ...; }[]; }' but required in type '{ display_name: string; device_id: string; workspace_id: string; created_at: string; errors: ({ message: string; created_at: string; error_code: "account_disconnected"; is_connected_account_error?: boolean | undefined; is_bridge_error?: boolean | undefined; } | ... 15 more ... | { ...; })[]; ... 28 more ...; nicknam...'.
|
|
Typecheck (Node.js v20):
src/lib/seam/components/AccessCodeTable/AccessCodeHealthBar.stories.tsx#L68
Property 'workspace_id' is missing in type '{ device_id: string; name: string; access_code_id: string; created_at: string; type: "ongoing"; code: string; status: "setting"; is_backup_access_code_available: false; is_managed: true; is_one_time_use: false; ... 5 more ...; warnings: { ...; }[]; }' but required in type '{ code: string | null; type: "time_bound" | "ongoing"; status: "unknown" | "set" | "setting" | "unset" | "removing"; name: string | null; device_id: string; workspace_id: string; created_at: string; ... 14 more ...; pulled_backup_access_code_id?: string | ... 1 more ... | undefined; }'.
|
|
Typecheck (Node.js v20):
src/lib/seam/components/AccessCodeTable/AccessCodeHealthBar.stories.tsx#L36
Property 'workspace_id' is missing in type '{ device_id: string; name: string; access_code_id: string; created_at: string; type: "ongoing"; code: string; status: "setting"; is_managed: true; is_one_time_use: false; is_offline_access_code: false; ... 5 more ...; warnings: { ...; }[]; }' but required in type '{ code: string | null; type: "time_bound" | "ongoing"; status: "unknown" | "set" | "setting" | "unset" | "removing"; name: string | null; device_id: string; workspace_id: string; created_at: string; ... 14 more ...; pulled_backup_access_code_id?: string | ... 1 more ... | undefined; }'.
|
|
Typecheck (Node.js v18):
src/lib/ui/thermostat/ClimateModeMenu.tsx#L85
Function lacks ending return statement and return type does not include 'undefined'.
|
|
Typecheck (Node.js v18):
src/lib/ui/thermostat/ClimateModeMenu.tsx#L73
Element implicitly has an 'any' type because expression of type '"off" | "heat" | "cool" | "heat_cool" | "eco"' can't be used to index type '{ heat: string; cool: string; heat_cool: string; off: string; }'.
|
|
Typecheck (Node.js v18):
src/lib/ui/thermostat/ClimateModeMenu.tsx#L57
Element implicitly has an 'any' type because expression of type '"off" | "heat" | "cool" | "heat_cool" | "eco"' can't be used to index type '{ heat: string; cool: string; heat_cool: string; off: string; }'.
|
|
Typecheck (Node.js v18):
src/lib/ui/AccessCodeForm/AccessCodeForm.stories.tsx#L16
Property 'space_ids' is missing in type '{ device_id: string; workspace_id: string; display_name: string; custom_metadata: {}; location: {}; properties: { name: string; manufacturer: undefined; model: { display_name: string; manufacturer_display_name: string; }; ... 4 more ...; appearance: { ...; }; }; ... 6 more ...; is_managed: true; }' but required in type '{ display_name: string; device_id: string; workspace_id: string; created_at: string; errors: ({ message: string; created_at: string; error_code: "account_disconnected"; is_connected_account_error?: boolean | undefined; is_bridge_error?: boolean | undefined; } | ... 15 more ... | { ...; })[]; ... 28 more ...; nicknam...'.
|
|
Typecheck (Node.js v18):
src/lib/seam/thermostats/use-update-thermostat-climate-preset.ts#L88
Object literal may only specify known properties, and 'can_program' does not exist in type '{ climate_preset_key: string; can_edit: boolean; can_delete: boolean; can_use_with_thermostat_daily_programs: boolean; display_name: string; manual_override_allowed: boolean; name?: string | null | undefined; ... 7 more ...; ecobee_metadata?: { ...; } | undefined; }'.
|
|
Typecheck (Node.js v18):
src/lib/seam/thermostats/use-create-thermostat-climate-preset.ts#L88
Object literal may only specify known properties, and 'can_program' does not exist in type '{ climate_preset_key: string; can_edit: boolean; can_delete: boolean; can_use_with_thermostat_daily_programs: boolean; display_name: string; manual_override_allowed: boolean; name?: string | null | undefined; ... 7 more ...; ecobee_metadata?: { ...; } | undefined; }'.
|
|
Typecheck (Node.js v18):
src/lib/seam/components/DeviceTable/DeviceHealthBar.stories.tsx#L84
Property 'space_ids' is missing in type '{ connected_account_id: string; device_type: "august_lock"; device_id: string; is_managed: true; capabilities_supported: never[]; created_at: string; workspace_id: string; custom_metadata: {}; ... 4 more ...; warnings: { ...; }[]; }' but required in type '{ display_name: string; device_id: string; workspace_id: string; created_at: string; errors: ({ message: string; created_at: string; error_code: "account_disconnected"; is_connected_account_error?: boolean | undefined; is_bridge_error?: boolean | undefined; } | ... 15 more ... | { ...; })[]; ... 28 more ...; nicknam...'.
|
|
Typecheck (Node.js v18):
src/lib/seam/components/DeviceTable/DeviceHealthBar.stories.tsx#L44
Property 'space_ids' is missing in type '{ connected_account_id: string; device_type: "august_lock"; device_id: string; is_managed: true; custom_metadata: {}; display_name: string; location: {}; capabilities_supported: never[]; created_at: string; workspace_id: string; properties: { ...; }; errors: { ...; }[]; warnings: { ...; }[]; }' but required in type '{ display_name: string; device_id: string; workspace_id: string; created_at: string; errors: ({ message: string; created_at: string; error_code: "account_disconnected"; is_connected_account_error?: boolean | undefined; is_bridge_error?: boolean | undefined; } | ... 15 more ... | { ...; })[]; ... 28 more ...; nicknam...'.
|
|
Typecheck (Node.js v18):
src/lib/seam/components/AccessCodeTable/AccessCodeHealthBar.stories.tsx#L68
Property 'workspace_id' is missing in type '{ device_id: string; name: string; access_code_id: string; created_at: string; type: "ongoing"; code: string; status: "setting"; is_backup_access_code_available: false; is_managed: true; is_one_time_use: false; ... 5 more ...; warnings: { ...; }[]; }' but required in type '{ code: string | null; type: "time_bound" | "ongoing"; status: "unknown" | "set" | "setting" | "unset" | "removing"; name: string | null; device_id: string; workspace_id: string; created_at: string; ... 14 more ...; pulled_backup_access_code_id?: string | ... 1 more ... | undefined; }'.
|
|
Typecheck (Node.js v18):
src/lib/seam/components/AccessCodeTable/AccessCodeHealthBar.stories.tsx#L36
Property 'workspace_id' is missing in type '{ device_id: string; name: string; access_code_id: string; created_at: string; type: "ongoing"; code: string; status: "setting"; is_managed: true; is_one_time_use: false; is_offline_access_code: false; ... 5 more ...; warnings: { ...; }[]; }' but required in type '{ code: string | null; type: "time_bound" | "ongoing"; status: "unknown" | "set" | "setting" | "unset" | "removing"; name: string | null; device_id: string; workspace_id: string; created_at: string; ... 14 more ...; pulled_backup_access_code_id?: string | ... 1 more ... | undefined; }'.
|
|
Docs
Process completed with exit code 3.
|