From 03e2449be348e7f955198d9e74100267176b3f32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 20 Jun 2026 06:08:42 +0400 Subject: [PATCH] feat: add isOKIAwtis --- src/api/artiste/content-types/artiste/schema.json | 4 ++++ types/generated/contentTypes.d.ts | 1 + 2 files changed, 5 insertions(+) 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',