mezon-js 2.7.98 → 2.7.99
Sign up to get free protection for your applications and to get access to all the features.
- package/api.gen.ts +2 -0
- package/dist/api.gen.d.ts +1 -0
- package/package.json +1 -1
package/api.gen.ts
CHANGED
@@ -22,6 +22,8 @@ export interface ChannelUserListChannelUser {
|
|
22
22
|
|
23
23
|
/** A single user-role pair. */
|
24
24
|
export interface ClanUserListClanUser {
|
25
|
+
//from the `nick_name` field in the `clan_desc_profile` table.
|
26
|
+
nick_name?: string;
|
25
27
|
//Their relationship to the role.
|
26
28
|
role_id?: string;
|
27
29
|
//User.
|
package/dist/api.gen.d.ts
CHANGED