mezon-js 2.12.72 → 2.12.73

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 CHANGED
@@ -1427,6 +1427,8 @@ export interface ApiMeetParticipantRequest {
1427
1427
  room_name?: string;
1428
1428
  //
1429
1429
  user_id?: string;
1430
+ //
1431
+ clan_id?: string;
1430
1432
  }
1431
1433
 
1432
1434
  /** */
package/dist/api.gen.d.ts CHANGED
@@ -811,6 +811,7 @@ export interface ApiGenerateMeetTokenExternalResponse {
811
811
  export interface ApiMeetParticipantRequest {
812
812
  room_name?: string;
813
813
  user_id?: string;
814
+ clan_id?: string;
814
815
  }
815
816
  /** */
816
817
  export interface ApiGetPubKeysResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.12.72",
3
+ "version": "2.12.73",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },