mezon-js 2.10.84 → 2.10.86
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 -8
- package/dist/api.gen.d.ts +4 -7
- package/package.json +1 -1
package/api.gen.ts
CHANGED
@@ -56,12 +56,8 @@ export interface CountClanBadgeResponseBadge {
|
|
56
56
|
export interface MezonChangeChannelCategoryBody {
|
57
57
|
//
|
58
58
|
channel_id?: string;
|
59
|
-
}
|
60
|
-
|
61
|
-
/** */
|
62
|
-
export interface MezonChangeChannelCategoryBody {
|
63
59
|
//
|
64
|
-
|
60
|
+
clan_id?:string;
|
65
61
|
}
|
66
62
|
|
67
63
|
/** */
|
@@ -2102,13 +2098,13 @@ export interface ApiSearchMessageDocument {
|
|
2102
2098
|
//
|
2103
2099
|
display_name?: string;
|
2104
2100
|
//
|
2105
|
-
|
2101
|
+
mentions?: string;
|
2106
2102
|
//The message ID.
|
2107
2103
|
message_id?: string;
|
2108
2104
|
//
|
2109
|
-
|
2105
|
+
reactions?: string;
|
2110
2106
|
//
|
2111
|
-
|
2107
|
+
references?: string;
|
2112
2108
|
//The user ID of sender.
|
2113
2109
|
sender_id?: string;
|
2114
2110
|
//
|
package/dist/api.gen.d.ts
CHANGED
@@ -29,10 +29,7 @@ export interface CountClanBadgeResponseBadge {
|
|
29
29
|
/** */
|
30
30
|
export interface MezonChangeChannelCategoryBody {
|
31
31
|
channel_id?: string;
|
32
|
-
|
33
|
-
/** */
|
34
|
-
export interface MezonChangeChannelCategoryBody {
|
35
|
-
channel_id?: string;
|
32
|
+
clan_id?: string;
|
36
33
|
}
|
37
34
|
/** */
|
38
35
|
export interface MezonSetChanEncryptionMethodBody {
|
@@ -1214,10 +1211,10 @@ export interface ApiSearchMessageDocument {
|
|
1214
1211
|
content?: string;
|
1215
1212
|
create_time?: string;
|
1216
1213
|
display_name?: string;
|
1217
|
-
|
1214
|
+
mentions?: string;
|
1218
1215
|
message_id?: string;
|
1219
|
-
|
1220
|
-
|
1216
|
+
reactions?: string;
|
1217
|
+
references?: string;
|
1221
1218
|
sender_id?: string;
|
1222
1219
|
update_time?: string;
|
1223
1220
|
username?: string;
|