1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

model missing "approved" property in show-user response

This commit is contained in:
Hazel K
2024-10-07 10:40:44 -04:00
parent a790fef261
commit 844dfaaf5d
2 changed files with 5 additions and 0 deletions

View File

@@ -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,

View File

@@ -9062,6 +9062,7 @@ export type operations = {
'application/json': {
email: string | null;
emailVerified: boolean;
approved: boolean;
autoAcceptFollowed: boolean;
noCrawle: boolean;
preventAiLearning: boolean;