mezon-js-protobuf 1.6.96 → 1.6.97
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 +24 -0
- package/dist/mezon-js-protobuf.cjs.js +836 -210
- package/dist/mezon-js-protobuf.esm.mjs +836 -210
- package/package.json +1 -1
- package/rtapi/realtime.ts +13055 -11410
|
@@ -784,6 +784,10 @@ export interface CustomStatusEvent {
|
|
|
784
784
|
username: string;
|
|
785
785
|
/** the status */
|
|
786
786
|
status: string;
|
|
787
|
+
/** time reset */
|
|
788
|
+
time_reset: number;
|
|
789
|
+
/** no clear */
|
|
790
|
+
no_clear: boolean;
|
|
787
791
|
}
|
|
788
792
|
/** A event when user is added to channel */
|
|
789
793
|
export interface UserChannelAdded {
|
|
@@ -1391,6 +1395,8 @@ export declare const Envelope: {
|
|
|
1391
1395
|
user_id?: string | undefined;
|
|
1392
1396
|
username?: string | undefined;
|
|
1393
1397
|
status?: string | undefined;
|
|
1398
|
+
time_reset?: number | undefined;
|
|
1399
|
+
no_clear?: boolean | undefined;
|
|
1394
1400
|
} | undefined;
|
|
1395
1401
|
user_channel_added_event?: {
|
|
1396
1402
|
channel_desc?: {
|
|
@@ -2951,11 +2957,15 @@ export declare const Envelope: {
|
|
|
2951
2957
|
user_id?: string | undefined;
|
|
2952
2958
|
username?: string | undefined;
|
|
2953
2959
|
status?: string | undefined;
|
|
2960
|
+
time_reset?: number | undefined;
|
|
2961
|
+
no_clear?: boolean | undefined;
|
|
2954
2962
|
} & {
|
|
2955
2963
|
clan_id?: string | undefined;
|
|
2956
2964
|
user_id?: string | undefined;
|
|
2957
2965
|
username?: string | undefined;
|
|
2958
2966
|
status?: string | undefined;
|
|
2967
|
+
time_reset?: number | undefined;
|
|
2968
|
+
no_clear?: boolean | undefined;
|
|
2959
2969
|
} & { [K_69 in Exclude<keyof I["custom_status_event"], keyof CustomStatusEvent>]: never; }) | undefined;
|
|
2960
2970
|
user_channel_added_event?: ({
|
|
2961
2971
|
channel_desc?: {
|
|
@@ -4503,6 +4513,8 @@ export declare const Envelope: {
|
|
|
4503
4513
|
user_id?: string | undefined;
|
|
4504
4514
|
username?: string | undefined;
|
|
4505
4515
|
status?: string | undefined;
|
|
4516
|
+
time_reset?: number | undefined;
|
|
4517
|
+
no_clear?: boolean | undefined;
|
|
4506
4518
|
} | undefined;
|
|
4507
4519
|
user_channel_added_event?: {
|
|
4508
4520
|
channel_desc?: {
|
|
@@ -6063,11 +6075,15 @@ export declare const Envelope: {
|
|
|
6063
6075
|
user_id?: string | undefined;
|
|
6064
6076
|
username?: string | undefined;
|
|
6065
6077
|
status?: string | undefined;
|
|
6078
|
+
time_reset?: number | undefined;
|
|
6079
|
+
no_clear?: boolean | undefined;
|
|
6066
6080
|
} & {
|
|
6067
6081
|
clan_id?: string | undefined;
|
|
6068
6082
|
user_id?: string | undefined;
|
|
6069
6083
|
username?: string | undefined;
|
|
6070
6084
|
status?: string | undefined;
|
|
6085
|
+
time_reset?: number | undefined;
|
|
6086
|
+
no_clear?: boolean | undefined;
|
|
6071
6087
|
} & { [K_223 in Exclude<keyof I_1["custom_status_event"], keyof CustomStatusEvent>]: never; }) | undefined;
|
|
6072
6088
|
user_channel_added_event?: ({
|
|
6073
6089
|
channel_desc?: {
|
|
@@ -10728,22 +10744,30 @@ export declare const CustomStatusEvent: {
|
|
|
10728
10744
|
user_id?: string | undefined;
|
|
10729
10745
|
username?: string | undefined;
|
|
10730
10746
|
status?: string | undefined;
|
|
10747
|
+
time_reset?: number | undefined;
|
|
10748
|
+
no_clear?: boolean | undefined;
|
|
10731
10749
|
} & {
|
|
10732
10750
|
clan_id?: string | undefined;
|
|
10733
10751
|
user_id?: string | undefined;
|
|
10734
10752
|
username?: string | undefined;
|
|
10735
10753
|
status?: string | undefined;
|
|
10754
|
+
time_reset?: number | undefined;
|
|
10755
|
+
no_clear?: boolean | undefined;
|
|
10736
10756
|
} & { [K in Exclude<keyof I, keyof CustomStatusEvent>]: never; }>(base?: I | undefined): CustomStatusEvent;
|
|
10737
10757
|
fromPartial<I_1 extends {
|
|
10738
10758
|
clan_id?: string | undefined;
|
|
10739
10759
|
user_id?: string | undefined;
|
|
10740
10760
|
username?: string | undefined;
|
|
10741
10761
|
status?: string | undefined;
|
|
10762
|
+
time_reset?: number | undefined;
|
|
10763
|
+
no_clear?: boolean | undefined;
|
|
10742
10764
|
} & {
|
|
10743
10765
|
clan_id?: string | undefined;
|
|
10744
10766
|
user_id?: string | undefined;
|
|
10745
10767
|
username?: string | undefined;
|
|
10746
10768
|
status?: string | undefined;
|
|
10769
|
+
time_reset?: number | undefined;
|
|
10770
|
+
no_clear?: boolean | undefined;
|
|
10747
10771
|
} & { [K_1 in Exclude<keyof I_1, keyof CustomStatusEvent>]: never; }>(object: I_1): CustomStatusEvent;
|
|
10748
10772
|
};
|
|
10749
10773
|
export declare const UserChannelAdded: {
|