mezon-js 2.7.5 → 2.7.7
Sign up to get free protection for your applications and to get access to all the features.
- package/api.gen.ts +1 -1
- package/dist/api.gen.d.ts +1 -1
- package/dist/socket.d.ts +1 -0
- package/package.json +1 -1
- package/socket.ts +2 -0
package/api.gen.ts
CHANGED
package/dist/api.gen.d.ts
CHANGED
@@ -386,7 +386,7 @@ export interface ApiRole {
|
|
386
386
|
slug?: string;
|
387
387
|
title?: string;
|
388
388
|
role_channel_active?: string;
|
389
|
-
|
389
|
+
channel_ids?: Array<string>;
|
390
390
|
}
|
391
391
|
/** A list of role description, usually a result of a list operation. */
|
392
392
|
export interface ApiRoleList {
|
package/dist/socket.d.ts
CHANGED
package/package.json
CHANGED