mezon-js 2.13.29 → 2.13.31

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
  /** */
@@ -7437,7 +7439,7 @@ export class MezonApi {
7437
7439
  "'body' is a required parameter but is null or undefined."
7438
7440
  );
7439
7441
  }
7440
- const urlPath = "/v2/mutecategory/set";
7442
+ const urlPath = "/v2/mutenotificationcategory/set";
7441
7443
  const queryParams = new Map<string, any>();
7442
7444
 
7443
7445
  let bodyJson: string = "";
@@ -7476,7 +7478,7 @@ export class MezonApi {
7476
7478
  "'body' is a required parameter but is null or undefined."
7477
7479
  );
7478
7480
  }
7479
- const urlPath = "/v2/mutechannel/set";
7481
+ const urlPath = "/v2/mutenotificationchannel/set";
7480
7482
  const queryParams = new Map<string, any>();
7481
7483
 
7482
7484
  let bodyJson: string = "";
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 {
@@ -3838,7 +3838,7 @@ var MezonApi = class {
3838
3838
  "'body' is a required parameter but is null or undefined."
3839
3839
  );
3840
3840
  }
3841
- const urlPath = "/v2/mutecategory/set";
3841
+ const urlPath = "/v2/mutenotificationcategory/set";
3842
3842
  const queryParams = /* @__PURE__ */ new Map();
3843
3843
  let bodyJson = "";
3844
3844
  bodyJson = JSON.stringify(body || {});
@@ -3869,7 +3869,7 @@ var MezonApi = class {
3869
3869
  "'body' is a required parameter but is null or undefined."
3870
3870
  );
3871
3871
  }
3872
- const urlPath = "/v2/mutechannel/set";
3872
+ const urlPath = "/v2/mutenotificationchannel/set";
3873
3873
  const queryParams = /* @__PURE__ */ new Map();
3874
3874
  let bodyJson = "";
3875
3875
  bodyJson = JSON.stringify(body || {});
@@ -3804,7 +3804,7 @@ var MezonApi = class {
3804
3804
  "'body' is a required parameter but is null or undefined."
3805
3805
  );
3806
3806
  }
3807
- const urlPath = "/v2/mutecategory/set";
3807
+ const urlPath = "/v2/mutenotificationcategory/set";
3808
3808
  const queryParams = /* @__PURE__ */ new Map();
3809
3809
  let bodyJson = "";
3810
3810
  bodyJson = JSON.stringify(body || {});
@@ -3835,7 +3835,7 @@ var MezonApi = class {
3835
3835
  "'body' is a required parameter but is null or undefined."
3836
3836
  );
3837
3837
  }
3838
- const urlPath = "/v2/mutechannel/set";
3838
+ const urlPath = "/v2/mutenotificationchannel/set";
3839
3839
  const queryParams = /* @__PURE__ */ new Map();
3840
3840
  let bodyJson = "";
3841
3841
  bodyJson = JSON.stringify(body || {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.13.29",
3
+ "version": "2.13.31",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },