feat: add stems links field (kDrive/NIYAJ) to paroles
Déploiement API BETA / build (push) Successful in 2m9s
Déploiement API PROD / build (push) Successful in 2m5s
Déploiement API BETA / deploy (push) Successful in 46s
Déploiement API PROD / deploy (push) Successful in 52s

This commit is contained in:
2026-07-03 14:14:57 +04:00
parent 34a54eaae9
commit c62b54fba7
4 changed files with 41 additions and 0 deletions
+1
View File
@@ -568,6 +568,7 @@ export interface ApiParoleParole extends Struct.CollectionTypeSchema {
'manyToOne',
'api::parole.parole'
>;
stems: Schema.Attribute.Component<'stem.lyen', true>;
streamAudio: Schema.Attribute.Component<'store.album', true>;
streamVideo: Schema.Attribute.Component<'url.liens', true>;
titre: Schema.Attribute.String & Schema.Attribute.Required;