mezon-js 2.10.44 → 2.10.45
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 +6 -0
- package/dist/api.gen.d.ts +3 -0
- package/package.json +1 -1
package/api.gen.ts
CHANGED
@@ -262,6 +262,8 @@ export interface MezonUpdateSystemMessageBody {
|
|
262
262
|
boost_message?: string;
|
263
263
|
//
|
264
264
|
channel_id?: string;
|
265
|
+
//
|
266
|
+
hide_audit_log?: string;
|
265
267
|
//
|
266
268
|
setup_tips?: string;
|
267
269
|
//
|
@@ -2226,6 +2228,8 @@ export interface ApiSystemMessage {
|
|
2226
2228
|
channel_id?: string;
|
2227
2229
|
//
|
2228
2230
|
clan_id?: string;
|
2231
|
+
//
|
2232
|
+
hide_audit_log?: string;
|
2229
2233
|
//
|
2230
2234
|
id?: string;
|
2231
2235
|
//
|
@@ -2244,6 +2248,8 @@ export interface ApiSystemMessageRequest {
|
|
2244
2248
|
channel_id?: string;
|
2245
2249
|
//
|
2246
2250
|
clan_id?: string;
|
2251
|
+
//
|
2252
|
+
hide_audit_log?: string;
|
2247
2253
|
//
|
2248
2254
|
setup_tips?: string;
|
2249
2255
|
//
|
package/dist/api.gen.d.ts
CHANGED
@@ -152,6 +152,7 @@ export interface MezonUpdateRoleDeleteBody {
|
|
152
152
|
export interface MezonUpdateSystemMessageBody {
|
153
153
|
boost_message?: string;
|
154
154
|
channel_id?: string;
|
155
|
+
hide_audit_log?: string;
|
155
156
|
setup_tips?: string;
|
156
157
|
welcome_random?: string;
|
157
158
|
welcome_sticker?: string;
|
@@ -1293,6 +1294,7 @@ export interface ApiSystemMessage {
|
|
1293
1294
|
boost_message?: string;
|
1294
1295
|
channel_id?: string;
|
1295
1296
|
clan_id?: string;
|
1297
|
+
hide_audit_log?: string;
|
1296
1298
|
id?: string;
|
1297
1299
|
setup_tips?: string;
|
1298
1300
|
welcome_random?: string;
|
@@ -1303,6 +1305,7 @@ export interface ApiSystemMessageRequest {
|
|
1303
1305
|
boost_message?: string;
|
1304
1306
|
channel_id?: string;
|
1305
1307
|
clan_id?: string;
|
1308
|
+
hide_audit_log?: string;
|
1306
1309
|
setup_tips?: string;
|
1307
1310
|
welcome_random?: string;
|
1308
1311
|
welcome_sticker?: string;
|