Skip to content

feat: add model apis #16

feat: add model apis

feat: add model apis #16

Triggered via pull request November 26, 2023 13:49
@ghostghost
synchronize #29
feat/model-api
Status Failure
Total duration 42s
Artifacts

ci.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Test (19.x): src/handlers/defaultModel.handler.ts#L91
Type '{ gcode: string; name: string; price: number; }' is not assignable to type '(Without<ModelCreateInput, ModelUncheckedCreateInput> & ModelUncheckedCreateInput) | (Without<...> & ModelCreateInput)'.
Test (19.x): src/handlers/userModel.handler.ts#L96
Type '{ gcode: string; name: string; price: number; }' is not assignable to type '(Without<ModelCreateInput, ModelUncheckedCreateInput> & ModelUncheckedCreateInput) | (Without<...> & ModelCreateInput)'.
Test (19.x): src/routes/apis/model.plugin.ts#L2
'"@handlers"' has no exported member named 'modelHandler'. Did you mean 'userModelHandler'?
Test (19.x): src/routes/apis/model.plugin.ts#L8
Argument of type '"Model"' is not assignable to parameter of type 'HandlerTag'.
Test (19.x)
Process completed with exit code 2.