Changelog
6.2.2 / 2022-04-01
authenticationType
field in ManagementAccount
Changelog
6.2.1 / 2022-03-25
Attribute
SchedulerBookingOpeningHoursProperties.days
and add missing fields to Scheduler modelsnode-fetch
dependency from 2.6.1 to 2.6.7ajv
sub-dependency from 6.10.2 to 6.12.6Changelog
6.2.0 / 2022-02-04
Draft
for adding files by file IDsDelta
support: added Delta
model and two new methods; since
and longpoll
Changelog
6.1.0 / 2022-01-28
Event
to ICScomment
and phoneNumber
fields to EventParticipant
calendar
field in free-busy, availability, and consecutive availability queriesModel
type were sending read-only attributes to the APIChangelog
6.0.0 / 2022-01-12
RestfulModel
and RestfulModelCollection
, introduced Model
and ModelCollection
superclass for models that do not directly interact with the Nylas APIEvent.when
is now of When
typeEvent
fields for participants are now of EventParticipant
typeContact
fields that took an object as a value now take a corresponding Contact
subclass typeNeuralMessageOptions
is now a Model
class instead of an interface typeCalendarRestfulModelCollection.freeBusy()
now returns a (new) FreeBusy
type instead of a JSONCalendarRestfulModelCollection.availability()
now returns a (new) CalendarAvailability
type instead of a JSONCalendarRestfulModelCollection.consecutiveAvailability()
now returns a (new) CalendarConsecutiveAvailability
type instead of a JSONConnect.authorize()
now takes in a parameter of VirtualCalendarProperties | NativeAuthenticationProperties
type (new) instead of an object and returns AuthorizationCode
type (new) instead of a JSONConnect.token()
now returns an Account
type instead of a JSONContact
, EventConferencing
, and Folder
are now default exportsNylas
has stricter parameters and introduction of defined return typesNylas.exchangeCodeForToken()
now returns an AccessToken
type that's a representation of the full API response as opposed to just the access token stringNylas.application()
takes ApplicationDetailProperties
type and returns an ApplicationDetail
typeRestfulModelCollection.build()
as it does not allow for proper property and type hinting in favor of instantiating via new Model()
Connect.newAccount()
as it had no functionalityFile.metadata()
as it doesn't appear any different than making a NylasConnection.files().find()
callEnum
typesChangelog
5.10.3 / 2022-01-04
Event
objects from sending an empty list of notifications when not set, causing errors for recurring events