From 7665a476cef14b1e72147b3cc105e632e8a3c6e6 Mon Sep 17 00:00:00 2001 From: Vinyarion <38413862+VinyarionHyarmendacil@users.noreply.github.com> Date: Tue, 10 Sep 2024 20:03:10 -0500 Subject: [PATCH] Update properties: User, CurrentUser, CurrentUserPresence (#372) * Update CurrentUserPresence.yaml * Update CurrentUser.yaml * Update User.yaml * Update openapi/components/schemas/CurrentUserPresence.yaml Co-authored-by: Lars Olzem --------- Co-authored-by: Lars Olzem --- openapi/components/schemas/CurrentUser.yaml | 5 +++++ openapi/components/schemas/CurrentUserPresence.yaml | 5 +++++ openapi/components/schemas/User.yaml | 3 +++ 3 files changed, 13 insertions(+) diff --git a/openapi/components/schemas/CurrentUser.yaml b/openapi/components/schemas/CurrentUser.yaml index 82404c80..afef19fa 100644 --- a/openapi/components/schemas/CurrentUser.yaml +++ b/openapi/components/schemas/CurrentUser.yaml @@ -144,6 +144,11 @@ properties: type: string pronouns: type: string + queuedInstance: + type: string + nullable: true + receiveMobileInvitations: + type: boolean state: $ref: ./UserState.yaml status: diff --git a/openapi/components/schemas/CurrentUserPresence.yaml b/openapi/components/schemas/CurrentUserPresence.yaml index d73b5f07..faef4ab5 100644 --- a/openapi/components/schemas/CurrentUserPresence.yaml +++ b/openapi/components/schemas/CurrentUserPresence.yaml @@ -4,6 +4,8 @@ properties: avatarThumbnail: type: string nullable: true + currentAvatarTags: + type: string displayName: type: string groups: @@ -40,6 +42,9 @@ properties: travelingToWorld: $ref: ./WorldID.yaml nullable: true + userIcon: + type: string + nullable: true world: $ref: ./WorldID.yaml nullable: true diff --git a/openapi/components/schemas/User.yaml b/openapi/components/schemas/User.yaml index 0dd89b5d..16cfdc18 100644 --- a/openapi/components/schemas/User.yaml +++ b/openapi/components/schemas/User.yaml @@ -50,6 +50,9 @@ properties: last_login: type: string description: Either a date-time or empty string. + last_mobile: + type: string + nullable: true last_platform: $ref: ./Platform.yaml location: