Smartling / api-sdk-nodejs

3 stars 10 forks source link

added fieldValue to customField #73

Closed kyle-heddon closed 2 years ago

kyle-heddon commented 2 years ago

This addresses Issue #72.

According to the api docs for getJobDetails there should be a property on each customField in the response called fieldValue.

Screen Shot 2022-08-30 at 3 24 39 PM

I've verified in my testing that it does come back from the api, but since the property is not part of the CustomFieldDto interface, typescript throws a compilation error.

This PR adds the property to the interface definition.

PavelLoparev commented 2 years ago

Merged. Rolled out 1.2.7 release.