nylas-nodejs
nylas-nodejs copied to clipboard
Breaking change?
It seems BaseMessage.createdAt is no longer returned by the V3 API. This breaking change seems to have been introduced on July 10th.
cc: @mrashed-dev
This is also the case for latestMessageReceivedDate and latestMessageSentDate on Thread which are typed as required but I don't see them being returned. What are the expected types @SubashPradhan @mrashed-dev?
Hey @yulianovdey @mmollick thank you for raising this issue, we will work to get this fixed
- The
created_atfield was removed here - The
latestMessageReceivedDate&latestMessageSentDateshould be optional field, we do return them in our API but they are not mandatory fields
cc @AaronDDM