CHW-4320 IntelUnsupportedLockfileType

unsupported lockfile type; valid values are "npm" and "pnpm"

Default message: unsupported lockfile type; valid values are “npm” and “pnpm”
HTTP status: 400 (client)

Problem. The evaluate endpoint rejected the supplied lockfileType. Cause. Only npm and pnpm are currently supported. Fix. Use "npm" or "pnpm", or wait for additional lockfile parsers to ship. HTTP 400.