It seems 5.2.0 version and onwards is missing all the classes in the models and parameters folders, in both cjs and esm:
This causes code importing those to not build:
src/jira.ts:5:59 - error TS2307: Cannot find module 'jira.js/version3/parameters' or its corresponding type declarations.
5 import { SearchForIssuesUsingJqlEnhancedSearchPost } from 'jira.js/version3/parameters'