Skip to content

Commit

Permalink
require settings for google and mircosoft
Browse files Browse the repository at this point in the history
  • Loading branch information
mrashed-dev committed Oct 17, 2023
1 parent 0125db5 commit 047d1c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nylas/models/connectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class GoogleCreateConnectorRequest(BaseCreateConnectorRequest):
scope: The Google OAuth scopes
"""

settings: NotRequired[GoogleCreateConnectorSettings]
settings: GoogleCreateConnectorSettings
scope: NotRequired[List[str]]


Expand All @@ -96,7 +96,7 @@ class MicrosoftCreateConnectorRequest(BaseCreateConnectorRequest):
scope: The Microsoft OAuth scopes
"""

settings: NotRequired[MicrosoftCreateConnectorSettings]
settings: MicrosoftCreateConnectorSettings
scope: NotRequired[List[str]]


Expand Down

0 comments on commit 047d1c2

Please sign in to comment.