mezon-js-protobuf 1.8.14 → 1.8.15
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/dist/mezon-js-protobuf/rtapi/realtime.d.ts +51 -51
- package/package.json +1 -1
- package/rtapi/realtime.ts +51 -51
|
@@ -1139,57 +1139,57 @@ export interface DeleteAccountEvent {
|
|
|
1139
1139
|
}
|
|
1140
1140
|
export interface ListDataSocket {
|
|
1141
1141
|
api_name: string;
|
|
1142
|
-
list_clan_req
|
|
1143
|
-
clan_desc_list
|
|
1144
|
-
list_thread_req
|
|
1145
|
-
channel_desc_list
|
|
1146
|
-
list_channel_users_uc_req
|
|
1147
|
-
channel_users_uc_list
|
|
1148
|
-
list_channel_detail_req
|
|
1149
|
-
channel_desc
|
|
1150
|
-
list_channel_req
|
|
1151
|
-
list_channel_message_req
|
|
1152
|
-
channel_message_list
|
|
1153
|
-
list_channel_users_req
|
|
1154
|
-
voice_user_list
|
|
1155
|
-
channel_user_list
|
|
1156
|
-
list_channel_attachment_req
|
|
1157
|
-
channel_attachment_list
|
|
1158
|
-
hashtag_dm_req
|
|
1159
|
-
hashtag_dm_list
|
|
1160
|
-
channel_setting_req
|
|
1161
|
-
channel_setting_list
|
|
1162
|
-
favorite_channel_req
|
|
1163
|
-
favorite_channel_list
|
|
1164
|
-
search_thread_req
|
|
1165
|
-
notification_channel
|
|
1166
|
-
notificaion_user_channel
|
|
1167
|
-
notification_category
|
|
1168
|
-
notification_clan
|
|
1169
|
-
notification_setting
|
|
1170
|
-
notification_message
|
|
1171
|
-
noti_channel_cat_setting_list
|
|
1172
|
-
list_notification_req
|
|
1173
|
-
notification_list
|
|
1174
|
-
sticker_list
|
|
1175
|
-
emoji_recent_list
|
|
1176
|
-
clan_webhook_req
|
|
1177
|
-
clan_webhook_list
|
|
1178
|
-
webhook_list_req
|
|
1179
|
-
webhook_list
|
|
1180
|
-
permission_list_req
|
|
1181
|
-
permission_list
|
|
1182
|
-
role_user_req
|
|
1183
|
-
role_user_list
|
|
1184
|
-
permission_user_req
|
|
1185
|
-
role_list
|
|
1186
|
-
role_list_event_req
|
|
1187
|
-
role_event_list
|
|
1188
|
-
user_permission_req
|
|
1189
|
-
user_permission_list
|
|
1190
|
-
permission_role_req
|
|
1191
|
-
permission_role_list
|
|
1192
|
-
emoji_list
|
|
1142
|
+
list_clan_req: ListClanDescRequest | undefined;
|
|
1143
|
+
clan_desc_list: ClanDescList | undefined;
|
|
1144
|
+
list_thread_req: ListThreadRequest | undefined;
|
|
1145
|
+
channel_desc_list: ChannelDescList | undefined;
|
|
1146
|
+
list_channel_users_uc_req: AllUsersAddChannelRequest | undefined;
|
|
1147
|
+
channel_users_uc_list: AllUsersAddChannelResponse | undefined;
|
|
1148
|
+
list_channel_detail_req: ListChannelDetailRequest | undefined;
|
|
1149
|
+
channel_desc: ChannelDescription1 | undefined;
|
|
1150
|
+
list_channel_req: ListChannelDescsRequest | undefined;
|
|
1151
|
+
list_channel_message_req: ListChannelMessagesRequest | undefined;
|
|
1152
|
+
channel_message_list: ChannelMessageList | undefined;
|
|
1153
|
+
list_channel_users_req: ListChannelUsersRequest | undefined;
|
|
1154
|
+
voice_user_list: VoiceChannelUserList | undefined;
|
|
1155
|
+
channel_user_list: ChannelUserList | undefined;
|
|
1156
|
+
list_channel_attachment_req: ListChannelAttachmentRequest | undefined;
|
|
1157
|
+
channel_attachment_list: ChannelAttachmentList | undefined;
|
|
1158
|
+
hashtag_dm_req: HashtagDmListRequest | undefined;
|
|
1159
|
+
hashtag_dm_list: HashtagDmList | undefined;
|
|
1160
|
+
channel_setting_req: ChannelSettingListRequest | undefined;
|
|
1161
|
+
channel_setting_list: ChannelSettingListResponse | undefined;
|
|
1162
|
+
favorite_channel_req: ListFavoriteChannelRequest | undefined;
|
|
1163
|
+
favorite_channel_list: ListFavoriteChannelResponse | undefined;
|
|
1164
|
+
search_thread_req: SearchThreadRequest | undefined;
|
|
1165
|
+
notification_channel: NotificationChannel | undefined;
|
|
1166
|
+
notificaion_user_channel: NotificationUserChannel | undefined;
|
|
1167
|
+
notification_category: DefaultNotificationCategory | undefined;
|
|
1168
|
+
notification_clan: NotificationClan | undefined;
|
|
1169
|
+
notification_setting: NotificationSetting | undefined;
|
|
1170
|
+
notification_message: NotifiReactMessage | undefined;
|
|
1171
|
+
noti_channel_cat_setting_list: NotificationChannelCategorySettingList | undefined;
|
|
1172
|
+
list_notification_req: ListNotificationsRequest | undefined;
|
|
1173
|
+
notification_list: NotificationList | undefined;
|
|
1174
|
+
sticker_list: StickerListedResponse | undefined;
|
|
1175
|
+
emoji_recent_list: EmojiRecentList | undefined;
|
|
1176
|
+
clan_webhook_req: ListClanWebhookRequest | undefined;
|
|
1177
|
+
clan_webhook_list: ListClanWebhookResponse | undefined;
|
|
1178
|
+
webhook_list_req: WebhookListRequest | undefined;
|
|
1179
|
+
webhook_list: WebhookListResponse | undefined;
|
|
1180
|
+
permission_list_req: ListPermissionsRequest | undefined;
|
|
1181
|
+
permission_list: PermissionList | undefined;
|
|
1182
|
+
role_user_req: ListRoleUsersRequest | undefined;
|
|
1183
|
+
role_user_list: RoleUserList | undefined;
|
|
1184
|
+
permission_user_req: ListPermissionOfUsersRequest | undefined;
|
|
1185
|
+
role_list: RoleList | undefined;
|
|
1186
|
+
role_list_event_req: RoleListEventRequest | undefined;
|
|
1187
|
+
role_event_list: RoleListEventResponse | undefined;
|
|
1188
|
+
user_permission_req: UserPermissionInChannelListRequest | undefined;
|
|
1189
|
+
user_permission_list: UserPermissionInChannelListResponse | undefined;
|
|
1190
|
+
permission_role_req: PermissionRoleChannelListEventRequest | undefined;
|
|
1191
|
+
permission_role_list: PermissionRoleChannelListEventResponse | undefined;
|
|
1192
|
+
emoji_list: EmojiListedResponse | undefined;
|
|
1193
1193
|
}
|
|
1194
1194
|
export declare const Envelope: {
|
|
1195
1195
|
encode(message: Envelope, writer?: _m0.Writer): _m0.Writer;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mezon-js-protobuf",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.15",
|
|
4
4
|
"description": "Websocket adapter adding protocol buffer support to the Mezon Javascript client.",
|
|
5
5
|
"main": "dist/mezon-js-protobuf.cjs.js",
|
|
6
6
|
"module": "dist/mezon-js-protobuf.esm.mjs",
|
package/rtapi/realtime.ts
CHANGED
|
@@ -1547,57 +1547,57 @@ export interface DeleteAccountEvent {
|
|
|
1547
1547
|
|
|
1548
1548
|
export interface ListDataSocket {
|
|
1549
1549
|
api_name: string;
|
|
1550
|
-
list_clan_req
|
|
1551
|
-
clan_desc_list
|
|
1552
|
-
list_thread_req
|
|
1553
|
-
channel_desc_list
|
|
1554
|
-
list_channel_users_uc_req
|
|
1555
|
-
channel_users_uc_list
|
|
1556
|
-
list_channel_detail_req
|
|
1557
|
-
channel_desc
|
|
1558
|
-
list_channel_req
|
|
1559
|
-
list_channel_message_req
|
|
1560
|
-
channel_message_list
|
|
1561
|
-
list_channel_users_req
|
|
1562
|
-
voice_user_list
|
|
1563
|
-
channel_user_list
|
|
1564
|
-
list_channel_attachment_req
|
|
1565
|
-
channel_attachment_list
|
|
1566
|
-
hashtag_dm_req
|
|
1567
|
-
hashtag_dm_list
|
|
1568
|
-
channel_setting_req
|
|
1569
|
-
channel_setting_list
|
|
1570
|
-
favorite_channel_req
|
|
1571
|
-
favorite_channel_list
|
|
1572
|
-
search_thread_req
|
|
1573
|
-
notification_channel
|
|
1574
|
-
notificaion_user_channel
|
|
1575
|
-
notification_category
|
|
1576
|
-
notification_clan
|
|
1577
|
-
notification_setting
|
|
1578
|
-
notification_message
|
|
1579
|
-
noti_channel_cat_setting_list
|
|
1580
|
-
list_notification_req
|
|
1581
|
-
notification_list
|
|
1582
|
-
sticker_list
|
|
1583
|
-
emoji_recent_list
|
|
1584
|
-
clan_webhook_req
|
|
1585
|
-
clan_webhook_list
|
|
1586
|
-
webhook_list_req
|
|
1587
|
-
webhook_list
|
|
1588
|
-
permission_list_req
|
|
1589
|
-
permission_list
|
|
1590
|
-
role_user_req
|
|
1591
|
-
role_user_list
|
|
1592
|
-
permission_user_req
|
|
1593
|
-
role_list
|
|
1594
|
-
role_list_event_req
|
|
1595
|
-
role_event_list
|
|
1596
|
-
user_permission_req
|
|
1597
|
-
user_permission_list
|
|
1598
|
-
permission_role_req
|
|
1599
|
-
permission_role_list
|
|
1600
|
-
emoji_list
|
|
1550
|
+
list_clan_req: ListClanDescRequest | undefined;
|
|
1551
|
+
clan_desc_list: ClanDescList | undefined;
|
|
1552
|
+
list_thread_req: ListThreadRequest | undefined;
|
|
1553
|
+
channel_desc_list: ChannelDescList | undefined;
|
|
1554
|
+
list_channel_users_uc_req: AllUsersAddChannelRequest | undefined;
|
|
1555
|
+
channel_users_uc_list: AllUsersAddChannelResponse | undefined;
|
|
1556
|
+
list_channel_detail_req: ListChannelDetailRequest | undefined;
|
|
1557
|
+
channel_desc: ChannelDescription1 | undefined;
|
|
1558
|
+
list_channel_req: ListChannelDescsRequest | undefined;
|
|
1559
|
+
list_channel_message_req: ListChannelMessagesRequest | undefined;
|
|
1560
|
+
channel_message_list: ChannelMessageList | undefined;
|
|
1561
|
+
list_channel_users_req: ListChannelUsersRequest | undefined;
|
|
1562
|
+
voice_user_list: VoiceChannelUserList | undefined;
|
|
1563
|
+
channel_user_list: ChannelUserList | undefined;
|
|
1564
|
+
list_channel_attachment_req: ListChannelAttachmentRequest | undefined;
|
|
1565
|
+
channel_attachment_list: ChannelAttachmentList | undefined;
|
|
1566
|
+
hashtag_dm_req: HashtagDmListRequest | undefined;
|
|
1567
|
+
hashtag_dm_list: HashtagDmList | undefined;
|
|
1568
|
+
channel_setting_req: ChannelSettingListRequest | undefined;
|
|
1569
|
+
channel_setting_list: ChannelSettingListResponse | undefined;
|
|
1570
|
+
favorite_channel_req: ListFavoriteChannelRequest | undefined;
|
|
1571
|
+
favorite_channel_list: ListFavoriteChannelResponse | undefined;
|
|
1572
|
+
search_thread_req: SearchThreadRequest | undefined;
|
|
1573
|
+
notification_channel: NotificationChannel | undefined;
|
|
1574
|
+
notificaion_user_channel: NotificationUserChannel | undefined;
|
|
1575
|
+
notification_category: DefaultNotificationCategory | undefined;
|
|
1576
|
+
notification_clan: NotificationClan | undefined;
|
|
1577
|
+
notification_setting: NotificationSetting | undefined;
|
|
1578
|
+
notification_message: NotifiReactMessage | undefined;
|
|
1579
|
+
noti_channel_cat_setting_list: NotificationChannelCategorySettingList | undefined;
|
|
1580
|
+
list_notification_req: ListNotificationsRequest | undefined;
|
|
1581
|
+
notification_list: NotificationList | undefined;
|
|
1582
|
+
sticker_list: StickerListedResponse | undefined;
|
|
1583
|
+
emoji_recent_list: EmojiRecentList | undefined;
|
|
1584
|
+
clan_webhook_req: ListClanWebhookRequest | undefined;
|
|
1585
|
+
clan_webhook_list: ListClanWebhookResponse | undefined;
|
|
1586
|
+
webhook_list_req: WebhookListRequest | undefined;
|
|
1587
|
+
webhook_list: WebhookListResponse | undefined;
|
|
1588
|
+
permission_list_req: ListPermissionsRequest | undefined;
|
|
1589
|
+
permission_list: PermissionList | undefined;
|
|
1590
|
+
role_user_req: ListRoleUsersRequest | undefined;
|
|
1591
|
+
role_user_list: RoleUserList | undefined;
|
|
1592
|
+
permission_user_req: ListPermissionOfUsersRequest | undefined;
|
|
1593
|
+
role_list: RoleList | undefined;
|
|
1594
|
+
role_list_event_req: RoleListEventRequest | undefined;
|
|
1595
|
+
role_event_list: RoleListEventResponse | undefined;
|
|
1596
|
+
user_permission_req: UserPermissionInChannelListRequest | undefined;
|
|
1597
|
+
user_permission_list: UserPermissionInChannelListResponse | undefined;
|
|
1598
|
+
permission_role_req: PermissionRoleChannelListEventRequest | undefined;
|
|
1599
|
+
permission_role_list: PermissionRoleChannelListEventResponse | undefined;
|
|
1600
|
+
emoji_list: EmojiListedResponse | undefined;
|
|
1601
1601
|
}
|
|
1602
1602
|
|
|
1603
1603
|
function createBaseEnvelope(): Envelope {
|