mezon-js 2.14.96 → 2.14.98
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/api.d.ts +1 -2
- package/dist/mezon-js.umd.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -652,7 +652,6 @@ export interface ApiChannelDescription {
|
|
|
652
652
|
last_pin_message?: string;
|
|
653
653
|
last_seen_message?: ApiChannelMessageHeader;
|
|
654
654
|
last_sent_message?: ApiChannelMessageHeader;
|
|
655
|
-
meeting_code?: string;
|
|
656
655
|
channel_avatar?: string;
|
|
657
656
|
parent_id?: string;
|
|
658
657
|
type?: number;
|
|
@@ -1303,7 +1302,7 @@ export interface ApiNotificationUserChannel {
|
|
|
1303
1302
|
active?: number;
|
|
1304
1303
|
id?: string;
|
|
1305
1304
|
notification_setting_type?: number;
|
|
1306
|
-
|
|
1305
|
+
time_mute_seconds?: number;
|
|
1307
1306
|
channel_id?: string;
|
|
1308
1307
|
}
|
|
1309
1308
|
/** */
|