feat: add karaokeUrl
This commit is contained in:
@@ -146,6 +146,9 @@
|
|||||||
"isNewRelease": {
|
"isNewRelease": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false
|
"default": false
|
||||||
|
},
|
||||||
|
"karaokeUrl": {
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
@@ -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']
|
||||||
> &
|
> &
|
||||||
|
|||||||
Reference in New Issue
Block a user