model missing "approved" property in show-user response
This commit is contained in:
parent
a790fef261
commit
844dfaaf5d
@ -32,6 +32,10 @@ export const meta = {
|
||||
type: 'boolean',
|
||||
optional: false, nullable: false,
|
||||
},
|
||||
approved: {
|
||||
type: 'boolean',
|
||||
optional: false, nullable: false,
|
||||
},
|
||||
autoAcceptFollowed: {
|
||||
type: 'boolean',
|
||||
optional: false, nullable: false,
|
||||
|
@ -9062,6 +9062,7 @@ export type operations = {
|
||||
'application/json': {
|
||||
email: string | null;
|
||||
emailVerified: boolean;
|
||||
approved: boolean;
|
||||
autoAcceptFollowed: boolean;
|
||||
noCrawle: boolean;
|
||||
preventAiLearning: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user