Skip to content

feat: product APIs

feat: product APIs #23

Triggered via push August 13, 2024 09:46
Status Failure
Total duration 35s
Artifacts

ci.yaml

on: push
build-and-push
24s
build-and-push
update-manifest
0s
update-manifest
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build-and-push: src/apis/routes/products/update.ts#L75
Namespace '"/home/runner/work/ip-scan-be/ip-scan-be/node_modules/.prisma/client/default".Prisma' has no exported member 'ProductUpdateInput'.
build-and-push: src/apis/routes/products/update.ts#L88
Namespace '"/home/runner/work/ip-scan-be/ip-scan-be/node_modules/.prisma/client/default".Prisma' has no exported member 'CollectionGetPayload'.
build-and-push: src/apis/routes/products/update.ts#L94
Namespace '"/home/runner/work/ip-scan-be/ip-scan-be/node_modules/.prisma/client/default".Prisma' has no exported member 'CollectionCreateManyInput'.
build-and-push: src/apis/routes/products/update.ts#L109
Namespace '"/home/runner/work/ip-scan-be/ip-scan-be/node_modules/.prisma/client/default".Prisma' has no exported member 'ProductAttributeCreateManyInput'.
build-and-push: src/apis/routes/products/update.ts#L118
Namespace '"/home/runner/work/ip-scan-be/ip-scan-be/node_modules/.prisma/client/default".Prisma' has no exported member 'ProductCollectionCreateManyInput'.
build-and-push: src/apis/routes/products/create.ts#L75
Namespace '"/home/runner/work/ip-scan-be/ip-scan-be/node_modules/.prisma/client/default".Prisma' has no exported member 'ProductCreateInput'.
build-and-push: src/apis/routes/products/create.ts#L93
Namespace '"/home/runner/work/ip-scan-be/ip-scan-be/node_modules/.prisma/client/default".Prisma' has no exported member 'CollectionGetPayload'.
build-and-push: src/apis/routes/products/create.ts#L99
Namespace '"/home/runner/work/ip-scan-be/ip-scan-be/node_modules/.prisma/client/default".Prisma' has no exported member 'CollectionCreateManyInput'.
build-and-push: src/apis/routes/products/create.ts#L107
Namespace '"/home/runner/work/ip-scan-be/ip-scan-be/node_modules/.prisma/client/default".Prisma' has no exported member 'ProductCollectionCreateManyInput'.
build-and-push: src/apis/routes/products/create.ts#L122
Parameter 'response' implicitly has an 'any' type.
build-and-push
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/