Skip to content

Update binding modelling in client state #3600

Update binding modelling in client state

Update binding modelling in client state #3600

Triggered via pull request February 21, 2024 21:32
Status Failure
Total duration 1m 42s
Artifacts

main.yml

on: pull_request
Setup Node/NPM
33s
Setup Node/NPM
Check Quality
54s
Check Quality
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Check Quality: src/utils/__tests__/workflow-utils.test.ts#L222
Property 'meta' is missing in type 'import("/home/runner/work/ui/ui/src/stores/ResourceConfig/types").ResourceConfig' but required in type 'import("/home/runner/work/ui/ui/src/stores/Binding/types").ResourceConfig'.
Check Quality: src/utils/__tests__/workflow-utils.test.ts#L223
Type 'import("/home/runner/work/ui/ui/src/stores/ResourceConfig/types").ResourceConfig' is not assignable to type 'import("/home/runner/work/ui/ui/src/stores/Binding/types").ResourceConfig'.
Check Quality: src/utils/__tests__/workflow-utils.test.ts#L224
Type 'import("/home/runner/work/ui/ui/src/stores/ResourceConfig/types").ResourceConfig' is not assignable to type 'import("/home/runner/work/ui/ui/src/stores/Binding/types").ResourceConfig'.
Check Quality: src/utils/__tests__/workflow-utils.test.ts#L268
Property 'meta' is missing in type '{ data: { bar: string; }; errors: any[]; disable?: boolean | undefined; previouslyDisabled?: boolean | undefined; }' but required in type 'ResourceConfig'.
Check Quality: src/utils/__tests__/workflow-utils.test.ts#L274
Type 'import("/home/runner/work/ui/ui/src/stores/ResourceConfig/types").ResourceConfig' is not assignable to type 'import("/home/runner/work/ui/ui/src/stores/Binding/types").ResourceConfig'.
Check Quality: src/utils/__tests__/workflow-utils.test.ts#L299
Argument of type 'import("/home/runner/work/ui/ui/src/stores/ResourceConfig/types").ResourceConfigDictionary | null' is not assignable to parameter of type 'import("/home/runner/work/ui/ui/src/stores/Binding/types").ResourceConfigDictionary | null'.
Check Quality: src/utils/__tests__/workflow-utils.test.ts#L310
Argument of type 'import("/home/runner/work/ui/ui/src/stores/ResourceConfig/types").ResourceConfigDictionary | null' is not assignable to parameter of type 'import("/home/runner/work/ui/ui/src/stores/Binding/types").ResourceConfigDictionary | null'.
Check Quality: src/utils/__tests__/workflow-utils.test.ts#L325
Argument of type 'import("/home/runner/work/ui/ui/src/stores/ResourceConfig/types").ResourceConfigDictionary | null' is not assignable to parameter of type 'import("/home/runner/work/ui/ui/src/stores/Binding/types").ResourceConfigDictionary | null'.
Check Quality: src/utils/__tests__/workflow-utils.test.ts#L336
Argument of type 'import("/home/runner/work/ui/ui/src/stores/ResourceConfig/types").ResourceConfigDictionary | null' is not assignable to parameter of type 'import("/home/runner/work/ui/ui/src/stores/Binding/types").ResourceConfigDictionary | null'.
Check Quality
Process completed with exit code 2.