[8.2.0] - 2026-06-17
Added
- Add Workspaces API support via
nylas.workspaces— list, find, create, update (PATCH), destroy, plusautoGroup()andmanualAssign()for grouping grants by domain,invalidAlso,default,policyId, andruleIds(#736) - Add Agent Account Lists API support via
nylas.lists— create lists withname, optionaldescription, and immutabletype, plus list, find, update, destroy,listItems(),addItems(), andremoveItems()for managing/v3/lists(#736) - Add Manage Domains API support via
nylas.domains— list, find, create, update, destroy, plusinfo()andverify()for domain verification (/v3/admin/domains). IncludesServiceAccountSignersupport for Nylas Service Account request signing, bearer-auth suppression, and canonical signed wire bodies (#736) - Add
icalUidtoListEventQueryParams(#738)
Fixed
- Correct
PoliciesPolicyLimitsto exposelimitCountDailyMessageReceivedandlimitCountDailyEmailSent(replacing a non-existent per-grant field) (#736) - Correct
RulesRuleEvaluation.messageIdto be omitted-when-absent (not nullable) and surfaceblockedByEvaluationErroron applied actions (#736) - Correct
Ruleslist (GET /v3/rules) to normalize its nested{ data: { items, nextCursor } }envelope back to the flat{ data, nextCursor }shape the list machinery expects (#736) - Correct
ApplicationsApplicationDetailsfieldredirectUris→callbackUris(V3 wire contract), widenregion/environmenttostring, add hosted-auth/IdP public fields, and addapplications.update()(PATCH) (#736) - Correct
Applicationsapplications.update()to accept write-onlyadditionalSettings(forwarded in the request body, stripped from the response) (#736) - Correct
Applicationsapplications.update()to acceptcallbackUriswith callback URI IDs for preserving existing callback URIs (#737) - Correct
RedirectUrisupdate()to use PATCH (was PUT), fixdestroy()return type, makeplatformoptional with a typedRedirectUriPlatformenum, and surfacedeletedAtonRedirectUri(#736) - Forward
queryParamsinthreads.find()so callers can use theselectparameter to reduce field sets on single-thread fetches (#739)