IQSS / dataverse-client-javascript

A Dataverse client for JavaScript and TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extend the DatasetVersionState enum to include all existing states

GPortas opened this issue · comments

Overview of the Feature Request

Extend the DatasetVersionState enum by adding the rest of possible states that a Dataset can have, potentially: 'EMBARGOED' and 'IN_REVIEW'.

Currently, these states are never returned from the dataset version endpoint. Instead, they are inferred from other data. Therefore, the solution may require to extend the API.

What kind of user is the feature intended for?

Developers

What inspired the request?

What existing behavior do you want changed?

Add new DatasetVersionState enum values to support the Dataset page

Any brand new behavior do you want to add to Dataverse?

No

Any related open or closed issues to this feature request?

Closed as we think it is already implemented.