fix user list API schema, access checks, and caching
This commit is contained in:
parent
2a948b7710
commit
73cc50fe90
22 changed files with 233 additions and 135 deletions
|
|
@ -10356,9 +10356,13 @@ export type components = {
|
|||
id: string;
|
||||
/** Format: date-time */
|
||||
createdAt: string;
|
||||
/** Format: id */
|
||||
createdBy: string;
|
||||
name: string;
|
||||
userIds?: string[];
|
||||
userIds: string[];
|
||||
isPublic: boolean;
|
||||
isLiked?: boolean;
|
||||
likedCount?: number;
|
||||
};
|
||||
Achievement: {
|
||||
name: components['schemas']['AchievementName'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue