Skip to content

Commit 1aefdcf

Browse files
committed
chore: build library from latest spec [skip ci]
1 parent edc343a commit 1aefdcf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/schema.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,8 @@ export interface components {
806806
display_name?: string | null;
807807
/** @description Avatar attachment */
808808
avatar?: components["schemas"]["File"] | null;
809+
/** @description Pronouns */
810+
pronouns?: string[] | null;
809811
/** @description Relationships with other users */
810812
relations?: components["schemas"]["Relationship"][];
811813
/**
@@ -949,6 +951,8 @@ export interface components {
949951
* This is applied as a partial.
950952
*/
951953
profile?: components["schemas"]["DataUserProfile"] | null;
954+
/** @description The pronouns that the User uses */
955+
pronouns?: string[] | null;
952956
/**
953957
* Format: int32
954958
* @description Bitfield of user badges
@@ -980,6 +984,7 @@ export interface components {
980984
| "ProfileContent"
981985
| "ProfileBackground"
982986
| "DisplayName"
987+
| "Pronouns"
983988
| "Internal";
984989
/** Username Information */
985990
DataChangeUsername: {

0 commit comments

Comments
 (0)