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 +2 -2
- package/dist/mezon-js.cjs.js +2 -2
- package/dist/mezon-js.esm.mjs +2 -2
- package/package.json +1 -1
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/
|
|
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/
|
|
7481
|
+
const urlPath = "/v2/mutenotificationchannel/set";
|
|
7482
7482
|
const queryParams = new Map<string, any>();
|
|
7483
7483
|
|
|
7484
7484
|
let bodyJson: string = "";
|
package/dist/mezon-js.cjs.js
CHANGED
|
@@ -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/
|
|
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/
|
|
3872
|
+
const urlPath = "/v2/mutenotificationchannel/set";
|
|
3873
3873
|
const queryParams = /* @__PURE__ */ new Map();
|
|
3874
3874
|
let bodyJson = "";
|
|
3875
3875
|
bodyJson = JSON.stringify(body || {});
|
package/dist/mezon-js.esm.mjs
CHANGED
|
@@ -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/
|
|
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/
|
|
3838
|
+
const urlPath = "/v2/mutenotificationchannel/set";
|
|
3839
3839
|
const queryParams = /* @__PURE__ */ new Map();
|
|
3840
3840
|
let bodyJson = "";
|
|
3841
3841
|
bodyJson = JSON.stringify(body || {});
|