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:
parent
b90fd4287f
commit
b1a7993544
5 changed files with 204 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue