move mandatoryCW from admin-user to PackedUserLite (public field)
This commit is contained in:
parent
6c2034a373
commit
c5933f369e
5 changed files with 7 additions and 6 deletions
|
|
@ -134,6 +134,10 @@ export const packedUserLiteSchema = {
|
|||
type: 'boolean',
|
||||
nullable: false, optional: false,
|
||||
},
|
||||
mandatoryCW: {
|
||||
type: 'string',
|
||||
nullable: true, optional: false,
|
||||
},
|
||||
isBot: {
|
||||
type: 'boolean',
|
||||
nullable: false, optional: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue