cloud_api_types: Add more data to the GetAuthenticatedUserResponse (#35384)

This PR adds more data to the `GetAuthenticatedUserResponse`.

We now return more information about the authenticated user, as well as
their plan information.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-07-30 23:38:51 -04:00 committed by GitHub
parent b90fd4287f
commit b1a7993544
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 204 additions and 2 deletions

4
Cargo.lock generated
View file

@ -3049,7 +3049,11 @@ dependencies = [
name = "cloud_api_types"
version = "0.1.0"
dependencies = [
"chrono",
"cloud_llm_client",
"pretty_assertions",
"serde",
"serde_json",
"workspace-hack",
]