0.12.20 : add new voice and profil
All checks were successful
Build release Docker image / Build Docker Images (push) Successful in 8m24s
All checks were successful
Build release Docker image / Build Docker Images (push) Successful in 8m24s
This commit is contained in:
21
types/generated/contentTypes.d.ts
vendored
21
types/generated/contentTypes.d.ts
vendored
@@ -2067,7 +2067,14 @@ export interface PluginUsersPermissionsUser
|
||||
'api::group-membership.group-membership'
|
||||
>;
|
||||
job: Schema.Attribute.Enumeration<
|
||||
['choir_director', 'choir_addict', 'choir_master', 'choir_singer', 'none']
|
||||
[
|
||||
'choir_director',
|
||||
'choir_addict',
|
||||
'choir_master',
|
||||
'choir_singer',
|
||||
'musician',
|
||||
'none',
|
||||
]
|
||||
>;
|
||||
languages: Schema.Attribute.JSON;
|
||||
locale: Schema.Attribute.String & Schema.Attribute.Private;
|
||||
@@ -2113,7 +2120,17 @@ export interface PluginUsersPermissionsUser
|
||||
minLength: 3;
|
||||
}>;
|
||||
voice: Schema.Attribute.Enumeration<
|
||||
['soprano', 'mezzo-soprano', 'alto', 'tenor', 'baryton', 'basse']
|
||||
[
|
||||
'soprano',
|
||||
'mezzo-soprano',
|
||||
'alto',
|
||||
'tenor',
|
||||
'baryton',
|
||||
'basse',
|
||||
'contralto',
|
||||
'contretenor',
|
||||
'unknown',
|
||||
]
|
||||
>;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user