feat(UserEntityService): add isRoot flag on MeDetailed
This commit is contained in:
parent
e1fb94da2e
commit
e85a9dc8e0
3 changed files with 38 additions and 31 deletions
|
@ -453,6 +453,10 @@ export const packedMeDetailedOnlySchema = {
|
|||
type: 'boolean',
|
||||
nullable: true, optional: false,
|
||||
},
|
||||
isRoot: {
|
||||
type: 'boolean',
|
||||
nullable: true, optional: false,
|
||||
},
|
||||
injectFeaturedNote: {
|
||||
type: 'boolean',
|
||||
nullable: false, optional: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue