Skip to content

Commit be711bf

Browse files
authored
CUST-3643 added yahoo, zoom, ews as providers on auth.py for completeness (#434)
1 parent 23045b6 commit be711bf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
nylas-python Changelog
22
======================
33

4+
Unreleased
5+
----------
6+
* Added Yahoo, Zoom, EWS as providers to models/auth.py
7+
48
v6.11.1
59
----------
610
* Fixed KeyError when processing events with empty or incomplete conferencing objects

nylas/models/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
AccessType = Literal["online", "offline"]
88
""" Literal for the access type of the authentication URL. """
99

10-
Provider = Literal["google", "imap", "microsoft", "icloud", "virtual-calendar"]
10+
Provider = Literal["google", "imap", "microsoft", "icloud", "virtual-calendar", "yahoo", "ews", "zoom"]
1111
""" Literal for the different authentication providers. """
1212

1313
Prompt = Literal[

0 commit comments

Comments
 (0)