Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ class ClientUserInvitation(typing_extensions.TypedDict, total=False):
invitationId: str

@typing.type_check_only
class CompleteSetupRequest(typing_extensions.TypedDict, total=False): ...
class CompleteSetupRequest(typing_extensions.TypedDict, total=False):
externalDealIds: _list[str]

@typing.type_check_only
class ContactInformation(typing_extensions.TypedDict, total=False):
Expand Down
2 changes: 2 additions & 0 deletions googleapiclient-stubs/_apis/admin/directory_v1/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@ class User(typing_extensions.TypedDict, total=False):
addresses: typing.Any
agreedToTerms: bool
aliases: _list[str]
archivalTime: str
archived: bool
changePasswordAtNextLogin: bool
creationTime: str
Expand Down Expand Up @@ -850,6 +851,7 @@ class User(typing_extensions.TypedDict, total=False):
sshPublicKeys: typing.Any
suspended: bool
suspensionReason: str
suspensionTime: str
thumbnailPhotoEtag: str
thumbnailPhotoUrl: str
websites: typing.Any
Expand Down
2 changes: 2 additions & 0 deletions googleapiclient-stubs/_apis/agentregistry/v1/__init__.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .resources import *
from .schemas import *
Loading
Loading