Skip to content

(BEDS-510) adapt structs to design #246

(BEDS-510) adapt structs to design

(BEDS-510) adapt structs to design #246

Triggered via pull request October 1, 2024 11:34
Status Failure
Total duration 1m 23s
Artifacts
lint and typecheck
1m 11s
lint and typecheck
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
lint and typecheck
Property 'rocket_pool_subscription_count' does not exist on type '{ is_email_notifications_enabled: boolean; is_push_notifications_enabled: boolean; vdb_most_notified_groups: string[]; adb_most_notified_groups: string[]; last_24h_emails_count: number; ... 6 more ...; networks_subscription_count: number; }'. Did you mean 'clients_subscription_count'?
lint and typecheck
Property 'rocket_pool_subscription_count' does not exist on type '{ is_email_notifications_enabled: boolean; is_push_notifications_enabled: boolean; vdb_most_notified_groups: string[]; adb_most_notified_groups: string[]; last_24h_emails_count: number; ... 6 more ...; networks_subscription_count: number; }'. Did you mean 'clients_subscription_count'?
lint and typecheck
Type '{ group_offline_threshold: number; is_attestations_missed_subscribed: true; is_block_proposal_subscribed: true; is_group_offline_subscribed: true; is_real_time_mode_enabled: false; ... 6 more ...; webhook_url: string; }' is missing the following properties from type 'NotificationSettingsValidatorDashboard': is__max_collateral_subscribed, _max_collateral_threshold, is__min_collateral_subscribed, _min_collateral_threshold
lint and typecheck
Object literal may only specify known properties, and 'is_rocket_pool_max_collateral_subscribed' does not exist in type 'NotificationSettingsGeneral'.
lint and typecheck
Process completed with exit code 1.
lint and typecheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/