mezon-js 2.13.29 → 2.13.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.
package/api.gen.ts CHANGED
@@ -2486,6 +2486,8 @@ export interface ApiSetMuteRequest {
2486
2486
  id?: string;
2487
2487
  //
2488
2488
  mute_time?: number;
2489
+ //
2490
+ clan_id?: string;
2489
2491
  }
2490
2492
 
2491
2493
  /** */
package/dist/api.gen.d.ts CHANGED
@@ -1422,6 +1422,7 @@ export interface ApiSetMuteRequest {
1422
1422
  active?: number;
1423
1423
  id?: string;
1424
1424
  mute_time?: number;
1425
+ clan_id?: string;
1425
1426
  }
1426
1427
  /** */
1427
1428
  export interface ApiSetNotificationRequest {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.13.29",
3
+ "version": "2.13.30",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },