You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'