add role policy to allow note trending
This commit is contained in:
parent
1a9f8f782a
commit
2e4ec0dd9e
13 changed files with 71 additions and 18 deletions
|
|
@ -5520,6 +5520,7 @@ export type components = {
|
|||
scheduleNoteMax: number;
|
||||
/** @enum {string} */
|
||||
chatAvailability: 'available' | 'readonly' | 'unavailable';
|
||||
canTrend: boolean;
|
||||
};
|
||||
ReversiGameLite: {
|
||||
/** Format: id */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue