Skip to content

Commit bcdf749

Browse files
committed
Update stubs
1 parent ef5da2c commit bcdf749

268 files changed

Lines changed: 42454 additions & 934 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

googleapiclient-stubs/_apis/adexchangebuyer2/v2beta1/schemas.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ class ClientUserInvitation(typing_extensions.TypedDict, total=False):
116116
invitationId: str
117117

118118
@typing.type_check_only
119-
class CompleteSetupRequest(typing_extensions.TypedDict, total=False): ...
119+
class CompleteSetupRequest(typing_extensions.TypedDict, total=False):
120+
externalDealIds: _list[str]
120121

121122
@typing.type_check_only
122123
class ContactInformation(typing_extensions.TypedDict, total=False):

googleapiclient-stubs/_apis/admin/directory_v1/schemas.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,7 @@ class User(typing_extensions.TypedDict, total=False):
808808
addresses: typing.Any
809809
agreedToTerms: bool
810810
aliases: _list[str]
811+
archivalTime: str
811812
archived: bool
812813
changePasswordAtNextLogin: bool
813814
creationTime: str
@@ -850,6 +851,7 @@ class User(typing_extensions.TypedDict, total=False):
850851
sshPublicKeys: typing.Any
851852
suspended: bool
852853
suspensionReason: str
854+
suspensionTime: str
853855
thumbnailPhotoEtag: str
854856
thumbnailPhotoUrl: str
855857
websites: typing.Any
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from .resources import *
2+
from .schemas import *

0 commit comments

Comments
 (0)