Skip to content

converted Process to typegoose #180

converted Process to typegoose

converted Process to typegoose #180

Triggered via push October 18, 2023 17:51
Status Failure
Total duration 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

node.js.yml

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

Annotations

21 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/Manager.ts#L417
Argument of type 'number | undefined' is not assignable to parameter of type 'number'.
build (17.x): src/manager/lib/Manager.ts#L422
Type 'number | undefined' is not assignable to type 'number'.
build (17.x): src/manager/lib/Manager.ts#L447
Type '{ domain: IDomain; resources: ({ url: string; } | (FlattenMaps<ResourceClass> & { _id: Types.ObjectId; }))[]; type: "domainCrawl"; jobId: any; }' is not assignable to type 'RobotsCheckJobRequest | DomainCrawlJobRequest'.
build (17.x): src/manager/lib/ProcessManager.ts#L1
Module '"@derzis/models"' has no exported member 'IProcessDocument'.
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 (20.x)
The job was canceled because "_17_x" failed.
build (20.x): src/manager/lib/Manager.ts#L6
'"@derzis/models"' has no exported member named 'ITriple'. Did you mean 'Triple'?
build (20.x): src/manager/lib/Manager.ts#L8
'"@derzis/models"' has no exported member named 'IPath'. Did you mean 'Path'?
build (20.x): src/manager/lib/Manager.ts#L12
'"@derzis/models"' has no exported member named 'IResource'. Did you mean 'Resource'?
build (20.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 (20.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 (20.x): src/manager/lib/Manager.ts#L417
Argument of type 'number | undefined' is not assignable to parameter of type 'number'.
build (20.x): src/manager/lib/Manager.ts#L422
Type 'number | undefined' is not assignable to type 'number'.
build (20.x): src/manager/lib/Manager.ts#L447
Type '{ domain: IDomain; resources: ({ url: string; } | (FlattenMaps<ResourceClass> & { _id: Types.ObjectId; }))[]; type: "domainCrawl"; jobId: any; }' is not assignable to type 'RobotsCheckJobRequest | DomainCrawlJobRequest'.
build (20.x): src/manager/lib/ProcessManager.ts#L1
Module '"@derzis/models"' has no exported member 'IProcessDocument'.
build (20.x): src/manager/lib/ProcessManager.ts#L103
Property 'updatedAt' does not exist on type 'Document<unknown, BeAnObject, ResourceClass> & Omit<ResourceClass & { _id: ObjectId; }, "typegooseName"> & IObjectWithTypegooseFunction'.