0.11.19 : add simple notification

This commit is contained in:
2025-11-10 14:53:54 +01:00
parent 1d6e8f3866
commit 539c9cd104
6 changed files with 184 additions and 31 deletions

View File

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