mezon-js 2.10.29 → 2.10.30

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.
@@ -7981,7 +7981,7 @@ var _DefaultSocket = class _DefaultSocket {
7981
7981
  talk_ptt_channel: {
7982
7982
  clan_id: clanId,
7983
7983
  channel_id: channelId,
7984
- isTalk
7984
+ is_talk: isTalk
7985
7985
  }
7986
7986
  });
7987
7987
  return response.talk_ptt_channel;
@@ -7947,7 +7947,7 @@ var _DefaultSocket = class _DefaultSocket {
7947
7947
  talk_ptt_channel: {
7948
7948
  clan_id: clanId,
7949
7949
  channel_id: channelId,
7950
- isTalk
7950
+ is_talk: isTalk
7951
7951
  }
7952
7952
  });
7953
7953
  return response.talk_ptt_channel;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.10.29",
4
+ "version": "2.10.30",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
package/socket.ts CHANGED
@@ -2425,7 +2425,7 @@ export class DefaultSocket implements Socket {
2425
2425
  talk_ptt_channel: {
2426
2426
  clan_id: clanId,
2427
2427
  channel_id: channelId,
2428
- isTalk: isTalk,
2428
+ is_talk: isTalk,
2429
2429
  },
2430
2430
  });
2431
2431
  return response.talk_ptt_channel;