fix: reinstalling a module now correctly updates config like before #9768
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
Module '"@takaro/apiclient"' has no exported member 'BuiltinModule'.
|
build
Property 'moduleVersionControllerExport' does not exist on type 'ModuleApi'. Did you mean 'moduleControllerExport'?
|
build
Property 'moduleVersionControllerImport' does not exist on type 'ModuleApi'. Did you mean 'moduleControllerImport'?
|
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'.
|