feat: WIP rbac #98658
Annotations
10 errors and 1 warning
frontend/src/layout/ErrorProjectUnavailable.tsx#L48
Property 'user_access_level' does not exist on type 'TeamType | TeamPublicType'.
|
frontend/src/lib/api.mock.ts#L87
Type '{ id: number; project_id: number; uuid: string; organization: string; api_token: string; app_urls: string[]; recording_domains: string[]; name: string; slack_incoming_webhook: string; created_at: string; ... 32 more ...; live_events_token: string; }' is not assignable to type 'TeamType'.
|
frontend/src/scenes/pipeline/pipelineLogic.tsx#L8
Cannot find module '~/layout/navigation-3000/sidepanel/panels/activity/activityForSceneLogic' or its corresponding type declarations.
|
frontend/src/scenes/pipeline/pipelineNodeLogic.tsx#L7
Cannot find module '~/layout/navigation-3000/sidepanel/panels/activity/activityForSceneLogic' or its corresponding type declarations.
|
frontend/src/scenes/pipeline/pipelineNodeLogicType.ts#L70
Cannot find name 'ActivityFilters'.
|
frontend/src/scenes/pipeline/pipelineNodeLogicType.ts#L82
Cannot find name 'ActivityFilters'.
|
frontend/src/scenes/pipeline/pipelineNodeLogicType.ts#L93
Cannot find name 'ActivityFilters'.
|
frontend/src/scenes/teamActivityDescriber.tsx#L338
Type '{ session_recording_minimum_duration_milliseconds: (change: ActivityChange | undefined) => { description: Element[]; } | null; session_recording_url_trigger_config(change: ActivityChange | undefined): ChangeMapping | null; ... 49 more ...; live_events_token: () => null; }' is not assignable to type 'Record<keyof TeamType, (change?: ActivityChange | undefined, logItem?: ActivityLogItem | undefined) => ChangeMapping | null>'.
|
frontend/src/scenes/teamLogic.tsx#L185
Property 'user_access_level' does not exist on type 'TeamType | TeamPublicType'.
|
frontend/src/scenes/teamLogic.tsx#L210
Property 'user_access_level' does not exist on type 'TeamType | TeamPublicType'.
|
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/
|
This job failed
Loading