Merge branch 'develop' into feat-12997

This commit is contained in:
kakkokari-gtyih 2024-08-12 15:25:52 +09:00
commit f84d9fdcc8
50 changed files with 1793 additions and 395 deletions

View file

@ -44,6 +44,11 @@ export const packedFlashSchema = {
type: 'string',
optional: false, nullable: false,
},
visibility: {
type: 'string',
optional: false, nullable: false,
enum: ['private', 'public'],
},
likedCount: {
type: 'number',
optional: false, nullable: true,