mezon-js 2.7.63 → 2.7.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/package.json +1 -1
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