feat: add isOKIAwtis
This commit is contained in:
@@ -57,6 +57,10 @@
|
||||
},
|
||||
"musicBrainzUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"isOKIAwtis": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
@@ -448,6 +448,7 @@ export interface ApiArtisteArtiste extends Struct.CollectionTypeSchema {
|
||||
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||
Schema.Attribute.Private;
|
||||
dateNaissance: Schema.Attribute.Date;
|
||||
isOKIAwtis: Schema.Attribute.Boolean & Schema.Attribute.DefaultTo<false>;
|
||||
locale: Schema.Attribute.String & Schema.Attribute.Private;
|
||||
localizations: Schema.Attribute.Relation<
|
||||
'oneToMany',
|
||||
|
||||
Reference in New Issue
Block a user