chore: regenerate types after rezoSosyal field
This commit is contained in:
Vendored
+35
@@ -25,6 +25,40 @@ export interface DifferenceParolesDiff extends Struct.ComponentSchema {
|
||||
};
|
||||
}
|
||||
|
||||
export interface SocialRezoSosyal extends Struct.ComponentSchema {
|
||||
collectionName: 'components_social_rezo_sosyal';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'R\u00E9zo Sosyal';
|
||||
icon: 'earth';
|
||||
};
|
||||
attributes: {
|
||||
plateforme: Schema.Attribute.Enumeration<
|
||||
[
|
||||
'Mastodon',
|
||||
'Peertube',
|
||||
'Pixelfed',
|
||||
'Funkwhale',
|
||||
'Bluesky',
|
||||
'Instagram',
|
||||
'Youtube',
|
||||
'Tiktok',
|
||||
'Spotify',
|
||||
'Deezer',
|
||||
'Applemusic',
|
||||
'Bandcamp',
|
||||
'Soundcloud',
|
||||
'Facebook',
|
||||
'Twitter',
|
||||
'Linktree',
|
||||
'SiteWeb',
|
||||
]
|
||||
> &
|
||||
Schema.Attribute.Required;
|
||||
url: Schema.Attribute.String & Schema.Attribute.Required;
|
||||
};
|
||||
}
|
||||
|
||||
export interface StoreAlbum extends Struct.ComponentSchema {
|
||||
collectionName: 'components_store_albums';
|
||||
info: {
|
||||
@@ -84,6 +118,7 @@ declare module '@strapi/strapi' {
|
||||
export module Public {
|
||||
export interface ComponentSchemas {
|
||||
'difference.paroles-diff': DifferenceParolesDiff;
|
||||
'social.rezo-sosyal': SocialRezoSosyal;
|
||||
'store.album': StoreAlbum;
|
||||
'trad.traductions': TradTraductions;
|
||||
'url.liens': UrlLiens;
|
||||
|
||||
Reference in New Issue
Block a user