mezon-js 2.13.30 → 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
@@ -7439,7 +7439,7 @@ export class MezonApi {
7439
7439
  "'body' is a required parameter but is null or undefined."
7440
7440
  );
7441
7441
  }
7442
- const urlPath = "/v2/mutecategory/set";
7442
+ const urlPath = "/v2/mutenotificationcategory/set";
7443
7443
  const queryParams = new Map<string, any>();
7444
7444
 
7445
7445
  let bodyJson: string = "";
@@ -7478,7 +7478,7 @@ export class MezonApi {
7478
7478
  "'body' is a required parameter but is null or undefined."
7479
7479
  );
7480
7480
  }
7481
- const urlPath = "/v2/mutechannel/set";
7481
+ const urlPath = "/v2/mutenotificationchannel/set";
7482
7482
  const queryParams = new Map<string, any>();
7483
7483
 
7484
7484
  let bodyJson: string = "";
@@ -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.30",
3
+ "version": "2.13.31",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },