Skip to content

Commit fb627da

Browse files
feat(api): add organization_tier field to identity get_authenticated_identity response
1 parent 187d5b1 commit fb627da

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 175
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-77eb1a0016f04591ada6cf48b9981ee9c6a5d342a8c905ce968cb82ea2304886.yml
3-
openapi_spec_hash: bf3810346fba6627bf4173f6dff0e0e0
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-bb735be0ce5fbec3b2cfedea3c62451aaa06bba7c96529d2bd3926a1d18b6f5e.yml
3+
openapi_spec_hash: 0aa3833a646110eb40cd4dc9062eecd3
44
config_hash: 616ec36ed369bae528a26b639b765754

src/gitpod/types/identity_get_authenticated_identity_response.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@
1313
class IdentityGetAuthenticatedIdentityResponse(BaseModel):
1414
organization_id: Optional[str] = FieldInfo(alias="organizationId", default=None)
1515

16+
organization_tier: Optional[str] = FieldInfo(alias="organizationTier", default=None)
17+
1618
subject: Optional[Subject] = None
1719
"""subject is the identity of the current user"""

0 commit comments

Comments
 (0)