diff --git a/nylas/JekP5zdzUR6Q2pdbPEDNqe.jpg b/nylas/JekP5zdzUR6Q2pdbPEDNqe.jpg deleted file mode 100644 index d6c868e..0000000 Binary files a/nylas/JekP5zdzUR6Q2pdbPEDNqe.jpg and /dev/null differ diff --git a/nylas/models/grants.py b/nylas/models/grants.py index d91d764..e9be3ff 100644 --- a/nylas/models/grants.py +++ b/nylas/models/grants.py @@ -15,7 +15,6 @@ class Grant: Attributes: id: Globally unique object identifier. - account_id: Globally unique identifier for your v2 account that has been migrated using our migration APIs. provider: OAuth provider that the user authenticated with. scope: Scopes specified for the grant. created_at: Unix timestamp when the grant was created. @@ -32,7 +31,6 @@ class Grant: id: str provider: str scope: List[str] = field(default_factory=list) - account_id: Optional[str] = None grant_status: Optional[str] = None email: Optional[str] = None user_agent: Optional[str] = None