IQSS / dataverse-client-javascript

A Dataverse client for JavaScript and TypeScript
MIT License
15 stars 8 forks source link

122 - Extend dataset and file models to contain owner information #127

Closed MellyGray closed 6 months ago

MellyGray commented 6 months ago

What this PR does / why we need it:

This PR extends the payload of the dataset and file model to add a new owner property with the owner information of the object.

Which issue(s) this PR closes:

Related Dataverse PRs:

Special notes for your reviewer:

I also added some types for the file and dataset payload to avoid using any.

Suggestions on how to test this:

  1. Visual inspection of the code
  2. Check the tests running

Is there a release notes update needed for this change?:

Dataset and file models extended to add object owner information

Additional documentation: