node-harvest
node-harvest copied to clipboard
TimeEntries.create, update and stop should return TimeEntry
timeEntries.create, timeEntries.update and timeEntries.stop return any at the moment, but they should instead return a TimeEntry entity as this is what is returned by the API
I went ahead and added response types to the timeEntries methods and caught an incorrect property on the list return in the process.
Have added an item to go through and make sure all of the methods have the correct return types.