# [2024-02-05] Nylas Node.js SDK v7.0.0 beta 5

Source: https://developer.nylas.com/docs/new/v3-changelogs/2024-02-05-node-sdk-v7-0-0-beta-5/

The Nylas Node.js SDK v7.0.0 beta 5 has been released!

- GitHub: [Nylas Node.js SDK](https://github.com/nylas/nylas-nodejs/releases/tag/v7.0.0-beta.5)
- Distribution: [npm](https://www.npmjs.com/package/nylas/v/7.0.0-beta.5)

## Added

- Added `default` event visibility value.

## Updated

- Changed `clientSecret` to optional for token exchange methods; now defaults to API key.
- Updated reminders field to match updated API schema.
- Updated all references to `File` to `Attachment` to match API schema.
- Fixes to the `Event` models.
- Fixes to drafts and sending messages.

## Removed

- Removed `ContactType` enum as the API accepts any string.