Skip to content

Path converted to typegoose #178

Path converted to typegoose

Path converted to typegoose #178

Triggered via push October 18, 2023 17:08
Status Failure
Total duration 52s
Artifacts

node.js.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 errors
build (17.x): src/manager/lib/Manager.ts#L6
'"@derzis/models"' has no exported member named 'ITriple'. Did you mean 'Triple'?
build (17.x): src/manager/lib/Manager.ts#L8
'"@derzis/models"' has no exported member named 'IPath'. Did you mean 'Path'?
build (17.x): src/manager/lib/Manager.ts#L12
'"@derzis/models"' has no exported member named 'IResource'. Did you mean 'Resource'?
build (17.x): src/manager/lib/Manager.ts#L152
Argument of type '{ subject: string; predicate: string; object: string; }[]' is not assignable to parameter of type 'TripleClass[]'.
build (17.x): src/manager/lib/Manager.ts#L155
Argument of type '{ subject: string; predicate: string; object: string; }[]' is not assignable to parameter of type 'TripleClass[]'.
build (17.x): src/manager/lib/ProcessManager.ts#L103
Property 'updatedAt' does not exist on type 'Document<unknown, BeAnObject, ResourceClass> & Omit<ResourceClass & { _id: ObjectId; }, "typegooseName"> & IObjectWithTypegooseFunction'.
build (17.x): src/manager/lib/ProcessManager.ts#L131
Property 'updatedAt' does not exist on type 'Document<unknown, BeAnObject, ResourceClass> & Omit<ResourceClass & { _id: ObjectId; }, "typegooseName"> & IObjectWithTypegooseFunction'.
build (17.x): src/models/Domain.ts#L283
Property 'markDisabled' does not exist on type 'Document<unknown, BeAnObject, PathClass> & Omit<PathClass & { _id: ObjectId; }, "typegooseName"> & IObjectWithTypegooseFunction'.
build (17.x): src/models/Domain.ts#L495
No overload matches this call.
build (17.x): src/models/Domain.ts#L515
Type 'UrlType' is not assignable to type 'string | number | symbol'.
build (20.x)
The job was canceled because "_17_x" failed.
build (20.x)
The operation was canceled.