V 0.11.5 : addComment and fields

This commit is contained in:
2025-10-14 22:21:53 +02:00
parent bfb630109f
commit 089f8f3ee8
6 changed files with 159 additions and 29 deletions

View File

@@ -1019,7 +1019,9 @@ export interface ApiGroupMembershipGroupMembership
> &
Schema.Attribute.Private;
publishedAt: Schema.Attribute.DateTime;
role: Schema.Attribute.Enumeration<['member', 'admin', 'owner', 'follow']>;
role: Schema.Attribute.Enumeration<
['member', 'admin', 'owner', 'follow', 'pending']
>;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;