diff --git a/src/api/artiste/content-types/artiste/schema.json b/src/api/artiste/content-types/artiste/schema.json index ac7d40a..c1216b6 100644 --- a/src/api/artiste/content-types/artiste/schema.json +++ b/src/api/artiste/content-types/artiste/schema.json @@ -57,6 +57,10 @@ }, "musicBrainzUrl": { "type": "string" + }, + "isOKIAwtis": { + "type": "boolean", + "default": false } } } diff --git a/types/generated/contentTypes.d.ts b/types/generated/contentTypes.d.ts index 82c52f3..c166101 100644 --- a/types/generated/contentTypes.d.ts +++ b/types/generated/contentTypes.d.ts @@ -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; locale: Schema.Attribute.String & Schema.Attribute.Private; localizations: Schema.Attribute.Relation< 'oneToMany',