From 7fea170597cecf583e74279cac6d21a11463cba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Fri, 26 Jun 2026 00:36:34 +0400 Subject: [PATCH] chore: regenerate types after isExclusiveArtist rename --- types/generated/contentTypes.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/generated/contentTypes.d.ts b/types/generated/contentTypes.d.ts index 2adda0a..c5ea3af 100644 --- a/types/generated/contentTypes.d.ts +++ b/types/generated/contentTypes.d.ts @@ -448,7 +448,8 @@ 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; + isExclusiveArtist: Schema.Attribute.Boolean & + Schema.Attribute.DefaultTo; locale: Schema.Attribute.String & Schema.Attribute.Private; localizations: Schema.Attribute.Relation< 'oneToMany',