refactor: adjust API endpoints for module creation and updates #9755
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'.
|