From ad034a9a6fa9aa252ae23c7a2196c71146873dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 18 Jun 2026 00:33:06 +0400 Subject: [PATCH] feat: add karaokeDesktopUrl --- src/api/parole/content-types/parole/schema.json | 3 +++ types/generated/contentTypes.d.ts | 1 + 2 files changed, 4 insertions(+) diff --git a/src/api/parole/content-types/parole/schema.json b/src/api/parole/content-types/parole/schema.json index 28189e0..3329f3e 100644 --- a/src/api/parole/content-types/parole/schema.json +++ b/src/api/parole/content-types/parole/schema.json @@ -149,6 +149,9 @@ }, "karaokeUrl": { "type": "string" + }, + "karaokeDesktopUrl": { + "type": "string" } } } diff --git a/types/generated/contentTypes.d.ts b/types/generated/contentTypes.d.ts index 33378c8..82c52f3 100644 --- a/types/generated/contentTypes.d.ts +++ b/types/generated/contentTypes.d.ts @@ -541,6 +541,7 @@ export interface ApiParoleParole extends Struct.CollectionTypeSchema { forceSlug: Schema.Attribute.Boolean; gadeEmbed: Schema.Attribute.String; isNewRelease: Schema.Attribute.Boolean & Schema.Attribute.DefaultTo; + karaokeDesktopUrl: Schema.Attribute.String; karaokeUrl: Schema.Attribute.String; langueSource: Schema.Attribute.Enumeration< ['ka', 'fr', 'en', 'es', 'de', 'it']