0.12.1 : update user
This commit is contained in:
3
types/generated/components.d.ts
vendored
3
types/generated/components.d.ts
vendored
@@ -31,6 +31,9 @@ export interface GroupActivity extends Struct.ComponentSchema {
|
||||
>;
|
||||
activityDate: Schema.Attribute.DateTime;
|
||||
activityMessage: Schema.Attribute.String;
|
||||
activityType: Schema.Attribute.Enumeration<
|
||||
['user', 'group', 'choral', 'message', 'post', 'contact']
|
||||
>;
|
||||
activityUser: Schema.Attribute.String;
|
||||
};
|
||||
}
|
||||
|
||||
4
types/generated/contentTypes.d.ts
vendored
4
types/generated/contentTypes.d.ts
vendored
@@ -1889,10 +1889,6 @@ export interface PluginUsersPermissionsUser
|
||||
> &
|
||||
Schema.Attribute.Private;
|
||||
name: Schema.Attribute.String;
|
||||
nbFollowers: Schema.Attribute.Integer & Schema.Attribute.DefaultTo<0>;
|
||||
nbFollowing: Schema.Attribute.Integer & Schema.Attribute.DefaultTo<0>;
|
||||
nbPosts: Schema.Attribute.Integer & Schema.Attribute.DefaultTo<0>;
|
||||
nbSaved: Schema.Attribute.Integer & Schema.Attribute.DefaultTo<0>;
|
||||
password: Schema.Attribute.Password &
|
||||
Schema.Attribute.Private &
|
||||
Schema.Attribute.SetMinMaxLength<{
|
||||
|
||||
Reference in New Issue
Block a user