Skip to content

refactor: adjust API endpoints for module creation and updates #9755

refactor: adjust API endpoints for module creation and updates

refactor: adjust API endpoints for module creation and updates #9755

Triggered via push December 17, 2024 21:59
Status Failure
Total duration 4m 41s
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'.