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 +4 -2
- package/dist/api.gen.d.ts +1 -0
- 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
|
@@ -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/
|
|
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/
|
|
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
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 || {});
|