Skip to content

feat: add more protections around module edits #9756

feat: add more protections around module edits

feat: add more protections around module edits #9756

Triggered via push December 18, 2024 10:41
Status Failure
Total duration 4m 39s
Artifacts

builds.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build
Object literal may only specify known properties, and 'configSchema' does not exist in type 'ModuleCreateAPIDTO'.
build
Property 'versions' is missing in type '{ id: string; createdAt: string; updatedAt: string; name: string; latestVersion: { description: string; hooks: never[]; commands: never[]; cronJobs: never[]; functions: never[]; tag: string; uiSchema: string; ... 6 more ...; moduleId: string; }; builtin: string; }' but required in type 'ModuleOutputDTO'.
build
Object literal may only specify known properties, and 'description' does not exist in type 'ModuleOutputDTO'.
build
Object literal may only specify known properties, and 'configSchema' does not exist in type 'Partial<ModuleOutputDTO>'.
build
Object literal may only specify known properties, and 'configSchema' does not exist in type 'Partial<ModuleOutputDTO>'.
build
Property 'configSchema' does not exist on type 'ModuleOutputDTO'.
build
Property 'description' does not exist on type 'ModuleOutputDTO'.
build
Property 'permissions' does not exist on type 'ModuleOutputDTO'.
build
Object literal may only specify known properties, and 'description' does not exist in type 'ModuleUpdateDTO'.
build
Object literal may only specify known properties, and 'description' does not exist in type 'ModuleCreateAPIDTO'.