feat: add karaokeUrl
Déploiement API PROD / build (push) Successful in 2m7s
Déploiement API PROD / deploy (push) Successful in 49s

This commit is contained in:
2026-06-17 23:46:56 +04:00
parent ea0f56c202
commit 6db371d513
2 changed files with 4 additions and 0 deletions
@@ -146,6 +146,9 @@
"isNewRelease": { "isNewRelease": {
"type": "boolean", "type": "boolean",
"default": false "default": false
},
"karaokeUrl": {
"type": "string"
} }
} }
} }
+1
View File
@@ -541,6 +541,7 @@ export interface ApiParoleParole extends Struct.CollectionTypeSchema {
forceSlug: Schema.Attribute.Boolean; forceSlug: Schema.Attribute.Boolean;
gadeEmbed: Schema.Attribute.String; gadeEmbed: Schema.Attribute.String;
isNewRelease: Schema.Attribute.Boolean & Schema.Attribute.DefaultTo<false>; isNewRelease: Schema.Attribute.Boolean & Schema.Attribute.DefaultTo<false>;
karaokeUrl: Schema.Attribute.String;
langueSource: Schema.Attribute.Enumeration< langueSource: Schema.Attribute.Enumeration<
['ka', 'fr', 'en', 'es', 'de', 'it'] ['ka', 'fr', 'en', 'es', 'de', 'it']
> & > &