mezon-js 2.7.63 → 2.7.65
Sign up to get free protection for your applications and to get access to all the features.
- package/api.gen.ts +3 -3
- package/client.ts +1 -1
- package/dist/api.gen.d.ts +1 -1
- package/dist/mezon-js.cjs.js +1 -1
- package/dist/mezon-js.esm.mjs +1 -1
- package/dist/socket.d.ts +2 -0
- package/package.json +1 -1
- package/socket.ts +2 -0
package/api.gen.ts
CHANGED
@@ -1407,10 +1407,10 @@ export interface ApiUsers {
|
|
1407
1407
|
|
1408
1408
|
/** A list of users belonging to a channel, along with their role. */
|
1409
1409
|
export interface ApiVoiceChannelUser {
|
1410
|
-
//
|
1411
|
-
channel_id?: string;
|
1412
1410
|
//Cursor for the next page of results, if any.
|
1413
|
-
|
1411
|
+
id?: string;
|
1412
|
+
//
|
1413
|
+
channel_id?: string;
|
1414
1414
|
//
|
1415
1415
|
participant?: string;
|
1416
1416
|
//User for a channel.
|
package/client.ts
CHANGED
package/dist/api.gen.d.ts
CHANGED
@@ -813,8 +813,8 @@ export interface ApiUsers {
|
|
813
813
|
}
|
814
814
|
/** A list of users belonging to a channel, along with their role. */
|
815
815
|
export interface ApiVoiceChannelUser {
|
816
|
+
id?: string;
|
816
817
|
channel_id?: string;
|
817
|
-
jid?: string;
|
818
818
|
participant?: string;
|
819
819
|
user_id?: string;
|
820
820
|
}
|
package/dist/mezon-js.cjs.js
CHANGED
package/dist/mezon-js.esm.mjs
CHANGED
package/dist/socket.d.ts
CHANGED
package/package.json
CHANGED