workfront-api-constants is now a dependency
ApiConstants
enum has been extracted into a separate package: workfront-api-constants and is now a dependency.
That was done to include TypeScript typings alongside constants definition in JS file which can be useful for projects which rely on Workfront API constants but don't want the whole implementation of workfront-api.
This release is fixing issue #16.