mezon-js-protobuf 1.8.38 → 1.8.39
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/api.ts +64 -28
- package/dist/mezon-js-protobuf/api/api.d.ts +75 -1
- package/dist/mezon-js-protobuf/rtapi/realtime.d.ts +116 -0
- package/dist/mezon-js-protobuf.cjs.js +108 -78
- package/dist/mezon-js-protobuf.esm.mjs +108 -78
- package/package.json +1 -1
- package/rtapi/realtime.ts +45 -27
|
@@ -1044,6 +1044,8 @@ export interface UserProfileRedis {
|
|
|
1044
1044
|
about_me: string;
|
|
1045
1045
|
/** user status */
|
|
1046
1046
|
user_status: string;
|
|
1047
|
+
/** status online, offline, invisible, idle, do not disturb */
|
|
1048
|
+
status: string;
|
|
1047
1049
|
/** create time */
|
|
1048
1050
|
create_time_second: number;
|
|
1049
1051
|
/** FCM token */
|
|
@@ -1827,6 +1829,7 @@ export declare const Envelope: {
|
|
|
1827
1829
|
display_name?: string | undefined;
|
|
1828
1830
|
about_me?: string | undefined;
|
|
1829
1831
|
user_status?: string | undefined;
|
|
1832
|
+
status?: string | undefined;
|
|
1830
1833
|
create_time_second?: number | undefined;
|
|
1831
1834
|
fcm_tokens?: {
|
|
1832
1835
|
device_id?: string | undefined;
|
|
@@ -1852,6 +1855,7 @@ export declare const Envelope: {
|
|
|
1852
1855
|
display_name?: string | undefined;
|
|
1853
1856
|
about_me?: string | undefined;
|
|
1854
1857
|
user_status?: string | undefined;
|
|
1858
|
+
status?: string | undefined;
|
|
1855
1859
|
create_time_second?: number | undefined;
|
|
1856
1860
|
fcm_tokens?: {
|
|
1857
1861
|
device_id?: string | undefined;
|
|
@@ -1926,6 +1930,7 @@ export declare const Envelope: {
|
|
|
1926
1930
|
display_name?: string | undefined;
|
|
1927
1931
|
about_me?: string | undefined;
|
|
1928
1932
|
user_status?: string | undefined;
|
|
1933
|
+
status?: string | undefined;
|
|
1929
1934
|
create_time_second?: number | undefined;
|
|
1930
1935
|
fcm_tokens?: {
|
|
1931
1936
|
device_id?: string | undefined;
|
|
@@ -3076,6 +3081,7 @@ export declare const Envelope: {
|
|
|
3076
3081
|
location?: string | undefined;
|
|
3077
3082
|
timezone?: string | undefined;
|
|
3078
3083
|
user_status?: string | undefined;
|
|
3084
|
+
status?: string | undefined;
|
|
3079
3085
|
online?: boolean | undefined;
|
|
3080
3086
|
phone_number?: string | undefined;
|
|
3081
3087
|
edge_count?: number | undefined;
|
|
@@ -3132,6 +3138,7 @@ export declare const Envelope: {
|
|
|
3132
3138
|
location?: string | undefined;
|
|
3133
3139
|
timezone?: string | undefined;
|
|
3134
3140
|
user_status?: string | undefined;
|
|
3141
|
+
status?: string | undefined;
|
|
3135
3142
|
online?: boolean | undefined;
|
|
3136
3143
|
phone_number?: string | undefined;
|
|
3137
3144
|
edge_count?: number | undefined;
|
|
@@ -4897,6 +4904,7 @@ export declare const Envelope: {
|
|
|
4897
4904
|
display_name?: string | undefined;
|
|
4898
4905
|
about_me?: string | undefined;
|
|
4899
4906
|
user_status?: string | undefined;
|
|
4907
|
+
status?: string | undefined;
|
|
4900
4908
|
create_time_second?: number | undefined;
|
|
4901
4909
|
fcm_tokens?: {
|
|
4902
4910
|
device_id?: string | undefined;
|
|
@@ -4922,6 +4930,7 @@ export declare const Envelope: {
|
|
|
4922
4930
|
display_name?: string | undefined;
|
|
4923
4931
|
about_me?: string | undefined;
|
|
4924
4932
|
user_status?: string | undefined;
|
|
4933
|
+
status?: string | undefined;
|
|
4925
4934
|
create_time_second?: number | undefined;
|
|
4926
4935
|
fcm_tokens?: {
|
|
4927
4936
|
device_id?: string | undefined;
|
|
@@ -5071,6 +5080,7 @@ export declare const Envelope: {
|
|
|
5071
5080
|
display_name?: string | undefined;
|
|
5072
5081
|
about_me?: string | undefined;
|
|
5073
5082
|
user_status?: string | undefined;
|
|
5083
|
+
status?: string | undefined;
|
|
5074
5084
|
create_time_second?: number | undefined;
|
|
5075
5085
|
fcm_tokens?: {
|
|
5076
5086
|
device_id?: string | undefined;
|
|
@@ -5093,6 +5103,7 @@ export declare const Envelope: {
|
|
|
5093
5103
|
display_name?: string | undefined;
|
|
5094
5104
|
about_me?: string | undefined;
|
|
5095
5105
|
user_status?: string | undefined;
|
|
5106
|
+
status?: string | undefined;
|
|
5096
5107
|
create_time_second?: number | undefined;
|
|
5097
5108
|
fcm_tokens?: {
|
|
5098
5109
|
device_id?: string | undefined;
|
|
@@ -5115,6 +5126,7 @@ export declare const Envelope: {
|
|
|
5115
5126
|
display_name?: string | undefined;
|
|
5116
5127
|
about_me?: string | undefined;
|
|
5117
5128
|
user_status?: string | undefined;
|
|
5129
|
+
status?: string | undefined;
|
|
5118
5130
|
create_time_second?: number | undefined;
|
|
5119
5131
|
fcm_tokens?: ({
|
|
5120
5132
|
device_id?: string | undefined;
|
|
@@ -5149,6 +5161,7 @@ export declare const Envelope: {
|
|
|
5149
5161
|
display_name?: string | undefined;
|
|
5150
5162
|
about_me?: string | undefined;
|
|
5151
5163
|
user_status?: string | undefined;
|
|
5164
|
+
status?: string | undefined;
|
|
5152
5165
|
create_time_second?: number | undefined;
|
|
5153
5166
|
fcm_tokens?: {
|
|
5154
5167
|
device_id?: string | undefined;
|
|
@@ -5174,6 +5187,7 @@ export declare const Envelope: {
|
|
|
5174
5187
|
display_name?: string | undefined;
|
|
5175
5188
|
about_me?: string | undefined;
|
|
5176
5189
|
user_status?: string | undefined;
|
|
5190
|
+
status?: string | undefined;
|
|
5177
5191
|
create_time_second?: number | undefined;
|
|
5178
5192
|
fcm_tokens?: {
|
|
5179
5193
|
device_id?: string | undefined;
|
|
@@ -5196,6 +5210,7 @@ export declare const Envelope: {
|
|
|
5196
5210
|
display_name?: string | undefined;
|
|
5197
5211
|
about_me?: string | undefined;
|
|
5198
5212
|
user_status?: string | undefined;
|
|
5213
|
+
status?: string | undefined;
|
|
5199
5214
|
create_time_second?: number | undefined;
|
|
5200
5215
|
fcm_tokens?: ({
|
|
5201
5216
|
device_id?: string | undefined;
|
|
@@ -5322,6 +5337,7 @@ export declare const Envelope: {
|
|
|
5322
5337
|
display_name?: string | undefined;
|
|
5323
5338
|
about_me?: string | undefined;
|
|
5324
5339
|
user_status?: string | undefined;
|
|
5340
|
+
status?: string | undefined;
|
|
5325
5341
|
create_time_second?: number | undefined;
|
|
5326
5342
|
fcm_tokens?: {
|
|
5327
5343
|
device_id?: string | undefined;
|
|
@@ -5348,6 +5364,7 @@ export declare const Envelope: {
|
|
|
5348
5364
|
display_name?: string | undefined;
|
|
5349
5365
|
about_me?: string | undefined;
|
|
5350
5366
|
user_status?: string | undefined;
|
|
5367
|
+
status?: string | undefined;
|
|
5351
5368
|
create_time_second?: number | undefined;
|
|
5352
5369
|
fcm_tokens?: {
|
|
5353
5370
|
device_id?: string | undefined;
|
|
@@ -5370,6 +5387,7 @@ export declare const Envelope: {
|
|
|
5370
5387
|
display_name?: string | undefined;
|
|
5371
5388
|
about_me?: string | undefined;
|
|
5372
5389
|
user_status?: string | undefined;
|
|
5390
|
+
status?: string | undefined;
|
|
5373
5391
|
create_time_second?: number | undefined;
|
|
5374
5392
|
fcm_tokens?: ({
|
|
5375
5393
|
device_id?: string | undefined;
|
|
@@ -7261,6 +7279,7 @@ export declare const Envelope: {
|
|
|
7261
7279
|
location?: string | undefined;
|
|
7262
7280
|
timezone?: string | undefined;
|
|
7263
7281
|
user_status?: string | undefined;
|
|
7282
|
+
status?: string | undefined;
|
|
7264
7283
|
online?: boolean | undefined;
|
|
7265
7284
|
phone_number?: string | undefined;
|
|
7266
7285
|
edge_count?: number | undefined;
|
|
@@ -7317,6 +7336,7 @@ export declare const Envelope: {
|
|
|
7317
7336
|
location?: string | undefined;
|
|
7318
7337
|
timezone?: string | undefined;
|
|
7319
7338
|
user_status?: string | undefined;
|
|
7339
|
+
status?: string | undefined;
|
|
7320
7340
|
online?: boolean | undefined;
|
|
7321
7341
|
phone_number?: string | undefined;
|
|
7322
7342
|
edge_count?: number | undefined;
|
|
@@ -10247,6 +10267,7 @@ export declare const Envelope: {
|
|
|
10247
10267
|
location?: string | undefined;
|
|
10248
10268
|
timezone?: string | undefined;
|
|
10249
10269
|
user_status?: string | undefined;
|
|
10270
|
+
status?: string | undefined;
|
|
10250
10271
|
online?: boolean | undefined;
|
|
10251
10272
|
phone_number?: string | undefined;
|
|
10252
10273
|
edge_count?: number | undefined;
|
|
@@ -10275,6 +10296,7 @@ export declare const Envelope: {
|
|
|
10275
10296
|
location?: string | undefined;
|
|
10276
10297
|
timezone?: string | undefined;
|
|
10277
10298
|
user_status?: string | undefined;
|
|
10299
|
+
status?: string | undefined;
|
|
10278
10300
|
online?: boolean | undefined;
|
|
10279
10301
|
phone_number?: string | undefined;
|
|
10280
10302
|
edge_count?: number | undefined;
|
|
@@ -10300,6 +10322,7 @@ export declare const Envelope: {
|
|
|
10300
10322
|
location?: string | undefined;
|
|
10301
10323
|
timezone?: string | undefined;
|
|
10302
10324
|
user_status?: string | undefined;
|
|
10325
|
+
status?: string | undefined;
|
|
10303
10326
|
online?: boolean | undefined;
|
|
10304
10327
|
phone_number?: string | undefined;
|
|
10305
10328
|
edge_count?: number | undefined;
|
|
@@ -10325,6 +10348,7 @@ export declare const Envelope: {
|
|
|
10325
10348
|
location?: string | undefined;
|
|
10326
10349
|
timezone?: string | undefined;
|
|
10327
10350
|
user_status?: string | undefined;
|
|
10351
|
+
status?: string | undefined;
|
|
10328
10352
|
online?: boolean | undefined;
|
|
10329
10353
|
phone_number?: string | undefined;
|
|
10330
10354
|
edge_count?: number | undefined;
|
|
@@ -10345,6 +10369,7 @@ export declare const Envelope: {
|
|
|
10345
10369
|
location?: string | undefined;
|
|
10346
10370
|
timezone?: string | undefined;
|
|
10347
10371
|
user_status?: string | undefined;
|
|
10372
|
+
status?: string | undefined;
|
|
10348
10373
|
online?: boolean | undefined;
|
|
10349
10374
|
phone_number?: string | undefined;
|
|
10350
10375
|
edge_count?: number | undefined;
|
|
@@ -10370,6 +10395,7 @@ export declare const Envelope: {
|
|
|
10370
10395
|
location?: string | undefined;
|
|
10371
10396
|
timezone?: string | undefined;
|
|
10372
10397
|
user_status?: string | undefined;
|
|
10398
|
+
status?: string | undefined;
|
|
10373
10399
|
online?: boolean | undefined;
|
|
10374
10400
|
phone_number?: string | undefined;
|
|
10375
10401
|
edge_count?: number | undefined;
|
|
@@ -10494,6 +10520,7 @@ export declare const Envelope: {
|
|
|
10494
10520
|
location?: string | undefined;
|
|
10495
10521
|
timezone?: string | undefined;
|
|
10496
10522
|
user_status?: string | undefined;
|
|
10523
|
+
status?: string | undefined;
|
|
10497
10524
|
online?: boolean | undefined;
|
|
10498
10525
|
phone_number?: string | undefined;
|
|
10499
10526
|
edge_count?: number | undefined;
|
|
@@ -10524,6 +10551,7 @@ export declare const Envelope: {
|
|
|
10524
10551
|
location?: string | undefined;
|
|
10525
10552
|
timezone?: string | undefined;
|
|
10526
10553
|
user_status?: string | undefined;
|
|
10554
|
+
status?: string | undefined;
|
|
10527
10555
|
online?: boolean | undefined;
|
|
10528
10556
|
phone_number?: string | undefined;
|
|
10529
10557
|
edge_count?: number | undefined;
|
|
@@ -10550,6 +10578,7 @@ export declare const Envelope: {
|
|
|
10550
10578
|
location?: string | undefined;
|
|
10551
10579
|
timezone?: string | undefined;
|
|
10552
10580
|
user_status?: string | undefined;
|
|
10581
|
+
status?: string | undefined;
|
|
10553
10582
|
online?: boolean | undefined;
|
|
10554
10583
|
phone_number?: string | undefined;
|
|
10555
10584
|
edge_count?: number | undefined;
|
|
@@ -10576,6 +10605,7 @@ export declare const Envelope: {
|
|
|
10576
10605
|
location?: string | undefined;
|
|
10577
10606
|
timezone?: string | undefined;
|
|
10578
10607
|
user_status?: string | undefined;
|
|
10608
|
+
status?: string | undefined;
|
|
10579
10609
|
online?: boolean | undefined;
|
|
10580
10610
|
phone_number?: string | undefined;
|
|
10581
10611
|
edge_count?: number | undefined;
|
|
@@ -10596,6 +10626,7 @@ export declare const Envelope: {
|
|
|
10596
10626
|
location?: string | undefined;
|
|
10597
10627
|
timezone?: string | undefined;
|
|
10598
10628
|
user_status?: string | undefined;
|
|
10629
|
+
status?: string | undefined;
|
|
10599
10630
|
online?: boolean | undefined;
|
|
10600
10631
|
phone_number?: string | undefined;
|
|
10601
10632
|
edge_count?: number | undefined;
|
|
@@ -10622,6 +10653,7 @@ export declare const Envelope: {
|
|
|
10622
10653
|
location?: string | undefined;
|
|
10623
10654
|
timezone?: string | undefined;
|
|
10624
10655
|
user_status?: string | undefined;
|
|
10656
|
+
status?: string | undefined;
|
|
10625
10657
|
online?: boolean | undefined;
|
|
10626
10658
|
phone_number?: string | undefined;
|
|
10627
10659
|
edge_count?: number | undefined;
|
|
@@ -11674,6 +11706,7 @@ export declare const Envelope: {
|
|
|
11674
11706
|
display_name?: string | undefined;
|
|
11675
11707
|
about_me?: string | undefined;
|
|
11676
11708
|
user_status?: string | undefined;
|
|
11709
|
+
status?: string | undefined;
|
|
11677
11710
|
create_time_second?: number | undefined;
|
|
11678
11711
|
fcm_tokens?: {
|
|
11679
11712
|
device_id?: string | undefined;
|
|
@@ -11699,6 +11732,7 @@ export declare const Envelope: {
|
|
|
11699
11732
|
display_name?: string | undefined;
|
|
11700
11733
|
about_me?: string | undefined;
|
|
11701
11734
|
user_status?: string | undefined;
|
|
11735
|
+
status?: string | undefined;
|
|
11702
11736
|
create_time_second?: number | undefined;
|
|
11703
11737
|
fcm_tokens?: {
|
|
11704
11738
|
device_id?: string | undefined;
|
|
@@ -11773,6 +11807,7 @@ export declare const Envelope: {
|
|
|
11773
11807
|
display_name?: string | undefined;
|
|
11774
11808
|
about_me?: string | undefined;
|
|
11775
11809
|
user_status?: string | undefined;
|
|
11810
|
+
status?: string | undefined;
|
|
11776
11811
|
create_time_second?: number | undefined;
|
|
11777
11812
|
fcm_tokens?: {
|
|
11778
11813
|
device_id?: string | undefined;
|
|
@@ -12923,6 +12958,7 @@ export declare const Envelope: {
|
|
|
12923
12958
|
location?: string | undefined;
|
|
12924
12959
|
timezone?: string | undefined;
|
|
12925
12960
|
user_status?: string | undefined;
|
|
12961
|
+
status?: string | undefined;
|
|
12926
12962
|
online?: boolean | undefined;
|
|
12927
12963
|
phone_number?: string | undefined;
|
|
12928
12964
|
edge_count?: number | undefined;
|
|
@@ -12979,6 +13015,7 @@ export declare const Envelope: {
|
|
|
12979
13015
|
location?: string | undefined;
|
|
12980
13016
|
timezone?: string | undefined;
|
|
12981
13017
|
user_status?: string | undefined;
|
|
13018
|
+
status?: string | undefined;
|
|
12982
13019
|
online?: boolean | undefined;
|
|
12983
13020
|
phone_number?: string | undefined;
|
|
12984
13021
|
edge_count?: number | undefined;
|
|
@@ -14744,6 +14781,7 @@ export declare const Envelope: {
|
|
|
14744
14781
|
display_name?: string | undefined;
|
|
14745
14782
|
about_me?: string | undefined;
|
|
14746
14783
|
user_status?: string | undefined;
|
|
14784
|
+
status?: string | undefined;
|
|
14747
14785
|
create_time_second?: number | undefined;
|
|
14748
14786
|
fcm_tokens?: {
|
|
14749
14787
|
device_id?: string | undefined;
|
|
@@ -14769,6 +14807,7 @@ export declare const Envelope: {
|
|
|
14769
14807
|
display_name?: string | undefined;
|
|
14770
14808
|
about_me?: string | undefined;
|
|
14771
14809
|
user_status?: string | undefined;
|
|
14810
|
+
status?: string | undefined;
|
|
14772
14811
|
create_time_second?: number | undefined;
|
|
14773
14812
|
fcm_tokens?: {
|
|
14774
14813
|
device_id?: string | undefined;
|
|
@@ -14918,6 +14957,7 @@ export declare const Envelope: {
|
|
|
14918
14957
|
display_name?: string | undefined;
|
|
14919
14958
|
about_me?: string | undefined;
|
|
14920
14959
|
user_status?: string | undefined;
|
|
14960
|
+
status?: string | undefined;
|
|
14921
14961
|
create_time_second?: number | undefined;
|
|
14922
14962
|
fcm_tokens?: {
|
|
14923
14963
|
device_id?: string | undefined;
|
|
@@ -14940,6 +14980,7 @@ export declare const Envelope: {
|
|
|
14940
14980
|
display_name?: string | undefined;
|
|
14941
14981
|
about_me?: string | undefined;
|
|
14942
14982
|
user_status?: string | undefined;
|
|
14983
|
+
status?: string | undefined;
|
|
14943
14984
|
create_time_second?: number | undefined;
|
|
14944
14985
|
fcm_tokens?: {
|
|
14945
14986
|
device_id?: string | undefined;
|
|
@@ -14962,6 +15003,7 @@ export declare const Envelope: {
|
|
|
14962
15003
|
display_name?: string | undefined;
|
|
14963
15004
|
about_me?: string | undefined;
|
|
14964
15005
|
user_status?: string | undefined;
|
|
15006
|
+
status?: string | undefined;
|
|
14965
15007
|
create_time_second?: number | undefined;
|
|
14966
15008
|
fcm_tokens?: ({
|
|
14967
15009
|
device_id?: string | undefined;
|
|
@@ -14996,6 +15038,7 @@ export declare const Envelope: {
|
|
|
14996
15038
|
display_name?: string | undefined;
|
|
14997
15039
|
about_me?: string | undefined;
|
|
14998
15040
|
user_status?: string | undefined;
|
|
15041
|
+
status?: string | undefined;
|
|
14999
15042
|
create_time_second?: number | undefined;
|
|
15000
15043
|
fcm_tokens?: {
|
|
15001
15044
|
device_id?: string | undefined;
|
|
@@ -15021,6 +15064,7 @@ export declare const Envelope: {
|
|
|
15021
15064
|
display_name?: string | undefined;
|
|
15022
15065
|
about_me?: string | undefined;
|
|
15023
15066
|
user_status?: string | undefined;
|
|
15067
|
+
status?: string | undefined;
|
|
15024
15068
|
create_time_second?: number | undefined;
|
|
15025
15069
|
fcm_tokens?: {
|
|
15026
15070
|
device_id?: string | undefined;
|
|
@@ -15043,6 +15087,7 @@ export declare const Envelope: {
|
|
|
15043
15087
|
display_name?: string | undefined;
|
|
15044
15088
|
about_me?: string | undefined;
|
|
15045
15089
|
user_status?: string | undefined;
|
|
15090
|
+
status?: string | undefined;
|
|
15046
15091
|
create_time_second?: number | undefined;
|
|
15047
15092
|
fcm_tokens?: ({
|
|
15048
15093
|
device_id?: string | undefined;
|
|
@@ -15169,6 +15214,7 @@ export declare const Envelope: {
|
|
|
15169
15214
|
display_name?: string | undefined;
|
|
15170
15215
|
about_me?: string | undefined;
|
|
15171
15216
|
user_status?: string | undefined;
|
|
15217
|
+
status?: string | undefined;
|
|
15172
15218
|
create_time_second?: number | undefined;
|
|
15173
15219
|
fcm_tokens?: {
|
|
15174
15220
|
device_id?: string | undefined;
|
|
@@ -15195,6 +15241,7 @@ export declare const Envelope: {
|
|
|
15195
15241
|
display_name?: string | undefined;
|
|
15196
15242
|
about_me?: string | undefined;
|
|
15197
15243
|
user_status?: string | undefined;
|
|
15244
|
+
status?: string | undefined;
|
|
15198
15245
|
create_time_second?: number | undefined;
|
|
15199
15246
|
fcm_tokens?: {
|
|
15200
15247
|
device_id?: string | undefined;
|
|
@@ -15217,6 +15264,7 @@ export declare const Envelope: {
|
|
|
15217
15264
|
display_name?: string | undefined;
|
|
15218
15265
|
about_me?: string | undefined;
|
|
15219
15266
|
user_status?: string | undefined;
|
|
15267
|
+
status?: string | undefined;
|
|
15220
15268
|
create_time_second?: number | undefined;
|
|
15221
15269
|
fcm_tokens?: ({
|
|
15222
15270
|
device_id?: string | undefined;
|
|
@@ -17108,6 +17156,7 @@ export declare const Envelope: {
|
|
|
17108
17156
|
location?: string | undefined;
|
|
17109
17157
|
timezone?: string | undefined;
|
|
17110
17158
|
user_status?: string | undefined;
|
|
17159
|
+
status?: string | undefined;
|
|
17111
17160
|
online?: boolean | undefined;
|
|
17112
17161
|
phone_number?: string | undefined;
|
|
17113
17162
|
edge_count?: number | undefined;
|
|
@@ -17164,6 +17213,7 @@ export declare const Envelope: {
|
|
|
17164
17213
|
location?: string | undefined;
|
|
17165
17214
|
timezone?: string | undefined;
|
|
17166
17215
|
user_status?: string | undefined;
|
|
17216
|
+
status?: string | undefined;
|
|
17167
17217
|
online?: boolean | undefined;
|
|
17168
17218
|
phone_number?: string | undefined;
|
|
17169
17219
|
edge_count?: number | undefined;
|
|
@@ -20094,6 +20144,7 @@ export declare const Envelope: {
|
|
|
20094
20144
|
location?: string | undefined;
|
|
20095
20145
|
timezone?: string | undefined;
|
|
20096
20146
|
user_status?: string | undefined;
|
|
20147
|
+
status?: string | undefined;
|
|
20097
20148
|
online?: boolean | undefined;
|
|
20098
20149
|
phone_number?: string | undefined;
|
|
20099
20150
|
edge_count?: number | undefined;
|
|
@@ -20122,6 +20173,7 @@ export declare const Envelope: {
|
|
|
20122
20173
|
location?: string | undefined;
|
|
20123
20174
|
timezone?: string | undefined;
|
|
20124
20175
|
user_status?: string | undefined;
|
|
20176
|
+
status?: string | undefined;
|
|
20125
20177
|
online?: boolean | undefined;
|
|
20126
20178
|
phone_number?: string | undefined;
|
|
20127
20179
|
edge_count?: number | undefined;
|
|
@@ -20147,6 +20199,7 @@ export declare const Envelope: {
|
|
|
20147
20199
|
location?: string | undefined;
|
|
20148
20200
|
timezone?: string | undefined;
|
|
20149
20201
|
user_status?: string | undefined;
|
|
20202
|
+
status?: string | undefined;
|
|
20150
20203
|
online?: boolean | undefined;
|
|
20151
20204
|
phone_number?: string | undefined;
|
|
20152
20205
|
edge_count?: number | undefined;
|
|
@@ -20172,6 +20225,7 @@ export declare const Envelope: {
|
|
|
20172
20225
|
location?: string | undefined;
|
|
20173
20226
|
timezone?: string | undefined;
|
|
20174
20227
|
user_status?: string | undefined;
|
|
20228
|
+
status?: string | undefined;
|
|
20175
20229
|
online?: boolean | undefined;
|
|
20176
20230
|
phone_number?: string | undefined;
|
|
20177
20231
|
edge_count?: number | undefined;
|
|
@@ -20192,6 +20246,7 @@ export declare const Envelope: {
|
|
|
20192
20246
|
location?: string | undefined;
|
|
20193
20247
|
timezone?: string | undefined;
|
|
20194
20248
|
user_status?: string | undefined;
|
|
20249
|
+
status?: string | undefined;
|
|
20195
20250
|
online?: boolean | undefined;
|
|
20196
20251
|
phone_number?: string | undefined;
|
|
20197
20252
|
edge_count?: number | undefined;
|
|
@@ -20217,6 +20272,7 @@ export declare const Envelope: {
|
|
|
20217
20272
|
location?: string | undefined;
|
|
20218
20273
|
timezone?: string | undefined;
|
|
20219
20274
|
user_status?: string | undefined;
|
|
20275
|
+
status?: string | undefined;
|
|
20220
20276
|
online?: boolean | undefined;
|
|
20221
20277
|
phone_number?: string | undefined;
|
|
20222
20278
|
edge_count?: number | undefined;
|
|
@@ -20341,6 +20397,7 @@ export declare const Envelope: {
|
|
|
20341
20397
|
location?: string | undefined;
|
|
20342
20398
|
timezone?: string | undefined;
|
|
20343
20399
|
user_status?: string | undefined;
|
|
20400
|
+
status?: string | undefined;
|
|
20344
20401
|
online?: boolean | undefined;
|
|
20345
20402
|
phone_number?: string | undefined;
|
|
20346
20403
|
edge_count?: number | undefined;
|
|
@@ -20371,6 +20428,7 @@ export declare const Envelope: {
|
|
|
20371
20428
|
location?: string | undefined;
|
|
20372
20429
|
timezone?: string | undefined;
|
|
20373
20430
|
user_status?: string | undefined;
|
|
20431
|
+
status?: string | undefined;
|
|
20374
20432
|
online?: boolean | undefined;
|
|
20375
20433
|
phone_number?: string | undefined;
|
|
20376
20434
|
edge_count?: number | undefined;
|
|
@@ -20397,6 +20455,7 @@ export declare const Envelope: {
|
|
|
20397
20455
|
location?: string | undefined;
|
|
20398
20456
|
timezone?: string | undefined;
|
|
20399
20457
|
user_status?: string | undefined;
|
|
20458
|
+
status?: string | undefined;
|
|
20400
20459
|
online?: boolean | undefined;
|
|
20401
20460
|
phone_number?: string | undefined;
|
|
20402
20461
|
edge_count?: number | undefined;
|
|
@@ -20423,6 +20482,7 @@ export declare const Envelope: {
|
|
|
20423
20482
|
location?: string | undefined;
|
|
20424
20483
|
timezone?: string | undefined;
|
|
20425
20484
|
user_status?: string | undefined;
|
|
20485
|
+
status?: string | undefined;
|
|
20426
20486
|
online?: boolean | undefined;
|
|
20427
20487
|
phone_number?: string | undefined;
|
|
20428
20488
|
edge_count?: number | undefined;
|
|
@@ -20443,6 +20503,7 @@ export declare const Envelope: {
|
|
|
20443
20503
|
location?: string | undefined;
|
|
20444
20504
|
timezone?: string | undefined;
|
|
20445
20505
|
user_status?: string | undefined;
|
|
20506
|
+
status?: string | undefined;
|
|
20446
20507
|
online?: boolean | undefined;
|
|
20447
20508
|
phone_number?: string | undefined;
|
|
20448
20509
|
edge_count?: number | undefined;
|
|
@@ -20469,6 +20530,7 @@ export declare const Envelope: {
|
|
|
20469
20530
|
location?: string | undefined;
|
|
20470
20531
|
timezone?: string | undefined;
|
|
20471
20532
|
user_status?: string | undefined;
|
|
20533
|
+
status?: string | undefined;
|
|
20472
20534
|
online?: boolean | undefined;
|
|
20473
20535
|
phone_number?: string | undefined;
|
|
20474
20536
|
edge_count?: number | undefined;
|
|
@@ -21134,6 +21196,7 @@ export declare const AddClanUserEvent: {
|
|
|
21134
21196
|
display_name?: string | undefined;
|
|
21135
21197
|
about_me?: string | undefined;
|
|
21136
21198
|
user_status?: string | undefined;
|
|
21199
|
+
status?: string | undefined;
|
|
21137
21200
|
create_time_second?: number | undefined;
|
|
21138
21201
|
fcm_tokens?: {
|
|
21139
21202
|
device_id?: string | undefined;
|
|
@@ -21160,6 +21223,7 @@ export declare const AddClanUserEvent: {
|
|
|
21160
21223
|
display_name?: string | undefined;
|
|
21161
21224
|
about_me?: string | undefined;
|
|
21162
21225
|
user_status?: string | undefined;
|
|
21226
|
+
status?: string | undefined;
|
|
21163
21227
|
create_time_second?: number | undefined;
|
|
21164
21228
|
fcm_tokens?: {
|
|
21165
21229
|
device_id?: string | undefined;
|
|
@@ -21182,6 +21246,7 @@ export declare const AddClanUserEvent: {
|
|
|
21182
21246
|
display_name?: string | undefined;
|
|
21183
21247
|
about_me?: string | undefined;
|
|
21184
21248
|
user_status?: string | undefined;
|
|
21249
|
+
status?: string | undefined;
|
|
21185
21250
|
create_time_second?: number | undefined;
|
|
21186
21251
|
fcm_tokens?: ({
|
|
21187
21252
|
device_id?: string | undefined;
|
|
@@ -21221,6 +21286,7 @@ export declare const AddClanUserEvent: {
|
|
|
21221
21286
|
display_name?: string | undefined;
|
|
21222
21287
|
about_me?: string | undefined;
|
|
21223
21288
|
user_status?: string | undefined;
|
|
21289
|
+
status?: string | undefined;
|
|
21224
21290
|
create_time_second?: number | undefined;
|
|
21225
21291
|
fcm_tokens?: {
|
|
21226
21292
|
device_id?: string | undefined;
|
|
@@ -21247,6 +21313,7 @@ export declare const AddClanUserEvent: {
|
|
|
21247
21313
|
display_name?: string | undefined;
|
|
21248
21314
|
about_me?: string | undefined;
|
|
21249
21315
|
user_status?: string | undefined;
|
|
21316
|
+
status?: string | undefined;
|
|
21250
21317
|
create_time_second?: number | undefined;
|
|
21251
21318
|
fcm_tokens?: {
|
|
21252
21319
|
device_id?: string | undefined;
|
|
@@ -21269,6 +21336,7 @@ export declare const AddClanUserEvent: {
|
|
|
21269
21336
|
display_name?: string | undefined;
|
|
21270
21337
|
about_me?: string | undefined;
|
|
21271
21338
|
user_status?: string | undefined;
|
|
21339
|
+
status?: string | undefined;
|
|
21272
21340
|
create_time_second?: number | undefined;
|
|
21273
21341
|
fcm_tokens?: ({
|
|
21274
21342
|
device_id?: string | undefined;
|
|
@@ -26481,6 +26549,7 @@ export declare const UserChannelAdded: {
|
|
|
26481
26549
|
display_name?: string | undefined;
|
|
26482
26550
|
about_me?: string | undefined;
|
|
26483
26551
|
user_status?: string | undefined;
|
|
26552
|
+
status?: string | undefined;
|
|
26484
26553
|
create_time_second?: number | undefined;
|
|
26485
26554
|
fcm_tokens?: {
|
|
26486
26555
|
device_id?: string | undefined;
|
|
@@ -26506,6 +26575,7 @@ export declare const UserChannelAdded: {
|
|
|
26506
26575
|
display_name?: string | undefined;
|
|
26507
26576
|
about_me?: string | undefined;
|
|
26508
26577
|
user_status?: string | undefined;
|
|
26578
|
+
status?: string | undefined;
|
|
26509
26579
|
create_time_second?: number | undefined;
|
|
26510
26580
|
fcm_tokens?: {
|
|
26511
26581
|
device_id?: string | undefined;
|
|
@@ -26655,6 +26725,7 @@ export declare const UserChannelAdded: {
|
|
|
26655
26725
|
display_name?: string | undefined;
|
|
26656
26726
|
about_me?: string | undefined;
|
|
26657
26727
|
user_status?: string | undefined;
|
|
26728
|
+
status?: string | undefined;
|
|
26658
26729
|
create_time_second?: number | undefined;
|
|
26659
26730
|
fcm_tokens?: {
|
|
26660
26731
|
device_id?: string | undefined;
|
|
@@ -26677,6 +26748,7 @@ export declare const UserChannelAdded: {
|
|
|
26677
26748
|
display_name?: string | undefined;
|
|
26678
26749
|
about_me?: string | undefined;
|
|
26679
26750
|
user_status?: string | undefined;
|
|
26751
|
+
status?: string | undefined;
|
|
26680
26752
|
create_time_second?: number | undefined;
|
|
26681
26753
|
fcm_tokens?: {
|
|
26682
26754
|
device_id?: string | undefined;
|
|
@@ -26699,6 +26771,7 @@ export declare const UserChannelAdded: {
|
|
|
26699
26771
|
display_name?: string | undefined;
|
|
26700
26772
|
about_me?: string | undefined;
|
|
26701
26773
|
user_status?: string | undefined;
|
|
26774
|
+
status?: string | undefined;
|
|
26702
26775
|
create_time_second?: number | undefined;
|
|
26703
26776
|
fcm_tokens?: ({
|
|
26704
26777
|
device_id?: string | undefined;
|
|
@@ -26733,6 +26806,7 @@ export declare const UserChannelAdded: {
|
|
|
26733
26806
|
display_name?: string | undefined;
|
|
26734
26807
|
about_me?: string | undefined;
|
|
26735
26808
|
user_status?: string | undefined;
|
|
26809
|
+
status?: string | undefined;
|
|
26736
26810
|
create_time_second?: number | undefined;
|
|
26737
26811
|
fcm_tokens?: {
|
|
26738
26812
|
device_id?: string | undefined;
|
|
@@ -26758,6 +26832,7 @@ export declare const UserChannelAdded: {
|
|
|
26758
26832
|
display_name?: string | undefined;
|
|
26759
26833
|
about_me?: string | undefined;
|
|
26760
26834
|
user_status?: string | undefined;
|
|
26835
|
+
status?: string | undefined;
|
|
26761
26836
|
create_time_second?: number | undefined;
|
|
26762
26837
|
fcm_tokens?: {
|
|
26763
26838
|
device_id?: string | undefined;
|
|
@@ -26780,6 +26855,7 @@ export declare const UserChannelAdded: {
|
|
|
26780
26855
|
display_name?: string | undefined;
|
|
26781
26856
|
about_me?: string | undefined;
|
|
26782
26857
|
user_status?: string | undefined;
|
|
26858
|
+
status?: string | undefined;
|
|
26783
26859
|
create_time_second?: number | undefined;
|
|
26784
26860
|
fcm_tokens?: ({
|
|
26785
26861
|
device_id?: string | undefined;
|
|
@@ -26871,6 +26947,7 @@ export declare const UserChannelAdded: {
|
|
|
26871
26947
|
display_name?: string | undefined;
|
|
26872
26948
|
about_me?: string | undefined;
|
|
26873
26949
|
user_status?: string | undefined;
|
|
26950
|
+
status?: string | undefined;
|
|
26874
26951
|
create_time_second?: number | undefined;
|
|
26875
26952
|
fcm_tokens?: {
|
|
26876
26953
|
device_id?: string | undefined;
|
|
@@ -26896,6 +26973,7 @@ export declare const UserChannelAdded: {
|
|
|
26896
26973
|
display_name?: string | undefined;
|
|
26897
26974
|
about_me?: string | undefined;
|
|
26898
26975
|
user_status?: string | undefined;
|
|
26976
|
+
status?: string | undefined;
|
|
26899
26977
|
create_time_second?: number | undefined;
|
|
26900
26978
|
fcm_tokens?: {
|
|
26901
26979
|
device_id?: string | undefined;
|
|
@@ -27045,6 +27123,7 @@ export declare const UserChannelAdded: {
|
|
|
27045
27123
|
display_name?: string | undefined;
|
|
27046
27124
|
about_me?: string | undefined;
|
|
27047
27125
|
user_status?: string | undefined;
|
|
27126
|
+
status?: string | undefined;
|
|
27048
27127
|
create_time_second?: number | undefined;
|
|
27049
27128
|
fcm_tokens?: {
|
|
27050
27129
|
device_id?: string | undefined;
|
|
@@ -27067,6 +27146,7 @@ export declare const UserChannelAdded: {
|
|
|
27067
27146
|
display_name?: string | undefined;
|
|
27068
27147
|
about_me?: string | undefined;
|
|
27069
27148
|
user_status?: string | undefined;
|
|
27149
|
+
status?: string | undefined;
|
|
27070
27150
|
create_time_second?: number | undefined;
|
|
27071
27151
|
fcm_tokens?: {
|
|
27072
27152
|
device_id?: string | undefined;
|
|
@@ -27089,6 +27169,7 @@ export declare const UserChannelAdded: {
|
|
|
27089
27169
|
display_name?: string | undefined;
|
|
27090
27170
|
about_me?: string | undefined;
|
|
27091
27171
|
user_status?: string | undefined;
|
|
27172
|
+
status?: string | undefined;
|
|
27092
27173
|
create_time_second?: number | undefined;
|
|
27093
27174
|
fcm_tokens?: ({
|
|
27094
27175
|
device_id?: string | undefined;
|
|
@@ -27123,6 +27204,7 @@ export declare const UserChannelAdded: {
|
|
|
27123
27204
|
display_name?: string | undefined;
|
|
27124
27205
|
about_me?: string | undefined;
|
|
27125
27206
|
user_status?: string | undefined;
|
|
27207
|
+
status?: string | undefined;
|
|
27126
27208
|
create_time_second?: number | undefined;
|
|
27127
27209
|
fcm_tokens?: {
|
|
27128
27210
|
device_id?: string | undefined;
|
|
@@ -27148,6 +27230,7 @@ export declare const UserChannelAdded: {
|
|
|
27148
27230
|
display_name?: string | undefined;
|
|
27149
27231
|
about_me?: string | undefined;
|
|
27150
27232
|
user_status?: string | undefined;
|
|
27233
|
+
status?: string | undefined;
|
|
27151
27234
|
create_time_second?: number | undefined;
|
|
27152
27235
|
fcm_tokens?: {
|
|
27153
27236
|
device_id?: string | undefined;
|
|
@@ -27170,6 +27253,7 @@ export declare const UserChannelAdded: {
|
|
|
27170
27253
|
display_name?: string | undefined;
|
|
27171
27254
|
about_me?: string | undefined;
|
|
27172
27255
|
user_status?: string | undefined;
|
|
27256
|
+
status?: string | undefined;
|
|
27173
27257
|
create_time_second?: number | undefined;
|
|
27174
27258
|
fcm_tokens?: ({
|
|
27175
27259
|
device_id?: string | undefined;
|
|
@@ -27394,6 +27478,7 @@ export declare const UserProfileRedis: {
|
|
|
27394
27478
|
display_name?: string | undefined;
|
|
27395
27479
|
about_me?: string | undefined;
|
|
27396
27480
|
user_status?: string | undefined;
|
|
27481
|
+
status?: string | undefined;
|
|
27397
27482
|
create_time_second?: number | undefined;
|
|
27398
27483
|
fcm_tokens?: {
|
|
27399
27484
|
device_id?: string | undefined;
|
|
@@ -27416,6 +27501,7 @@ export declare const UserProfileRedis: {
|
|
|
27416
27501
|
display_name?: string | undefined;
|
|
27417
27502
|
about_me?: string | undefined;
|
|
27418
27503
|
user_status?: string | undefined;
|
|
27504
|
+
status?: string | undefined;
|
|
27419
27505
|
create_time_second?: number | undefined;
|
|
27420
27506
|
fcm_tokens?: ({
|
|
27421
27507
|
device_id?: string | undefined;
|
|
@@ -27451,6 +27537,7 @@ export declare const UserProfileRedis: {
|
|
|
27451
27537
|
display_name?: string | undefined;
|
|
27452
27538
|
about_me?: string | undefined;
|
|
27453
27539
|
user_status?: string | undefined;
|
|
27540
|
+
status?: string | undefined;
|
|
27454
27541
|
create_time_second?: number | undefined;
|
|
27455
27542
|
fcm_tokens?: {
|
|
27456
27543
|
device_id?: string | undefined;
|
|
@@ -27473,6 +27560,7 @@ export declare const UserProfileRedis: {
|
|
|
27473
27560
|
display_name?: string | undefined;
|
|
27474
27561
|
about_me?: string | undefined;
|
|
27475
27562
|
user_status?: string | undefined;
|
|
27563
|
+
status?: string | undefined;
|
|
27476
27564
|
create_time_second?: number | undefined;
|
|
27477
27565
|
fcm_tokens?: ({
|
|
27478
27566
|
device_id?: string | undefined;
|
|
@@ -29208,6 +29296,7 @@ export declare const ListDataSocket: {
|
|
|
29208
29296
|
location?: string | undefined;
|
|
29209
29297
|
timezone?: string | undefined;
|
|
29210
29298
|
user_status?: string | undefined;
|
|
29299
|
+
status?: string | undefined;
|
|
29211
29300
|
online?: boolean | undefined;
|
|
29212
29301
|
phone_number?: string | undefined;
|
|
29213
29302
|
edge_count?: number | undefined;
|
|
@@ -29264,6 +29353,7 @@ export declare const ListDataSocket: {
|
|
|
29264
29353
|
location?: string | undefined;
|
|
29265
29354
|
timezone?: string | undefined;
|
|
29266
29355
|
user_status?: string | undefined;
|
|
29356
|
+
status?: string | undefined;
|
|
29267
29357
|
online?: boolean | undefined;
|
|
29268
29358
|
phone_number?: string | undefined;
|
|
29269
29359
|
edge_count?: number | undefined;
|
|
@@ -32194,6 +32284,7 @@ export declare const ListDataSocket: {
|
|
|
32194
32284
|
location?: string | undefined;
|
|
32195
32285
|
timezone?: string | undefined;
|
|
32196
32286
|
user_status?: string | undefined;
|
|
32287
|
+
status?: string | undefined;
|
|
32197
32288
|
online?: boolean | undefined;
|
|
32198
32289
|
phone_number?: string | undefined;
|
|
32199
32290
|
edge_count?: number | undefined;
|
|
@@ -32222,6 +32313,7 @@ export declare const ListDataSocket: {
|
|
|
32222
32313
|
location?: string | undefined;
|
|
32223
32314
|
timezone?: string | undefined;
|
|
32224
32315
|
user_status?: string | undefined;
|
|
32316
|
+
status?: string | undefined;
|
|
32225
32317
|
online?: boolean | undefined;
|
|
32226
32318
|
phone_number?: string | undefined;
|
|
32227
32319
|
edge_count?: number | undefined;
|
|
@@ -32247,6 +32339,7 @@ export declare const ListDataSocket: {
|
|
|
32247
32339
|
location?: string | undefined;
|
|
32248
32340
|
timezone?: string | undefined;
|
|
32249
32341
|
user_status?: string | undefined;
|
|
32342
|
+
status?: string | undefined;
|
|
32250
32343
|
online?: boolean | undefined;
|
|
32251
32344
|
phone_number?: string | undefined;
|
|
32252
32345
|
edge_count?: number | undefined;
|
|
@@ -32272,6 +32365,7 @@ export declare const ListDataSocket: {
|
|
|
32272
32365
|
location?: string | undefined;
|
|
32273
32366
|
timezone?: string | undefined;
|
|
32274
32367
|
user_status?: string | undefined;
|
|
32368
|
+
status?: string | undefined;
|
|
32275
32369
|
online?: boolean | undefined;
|
|
32276
32370
|
phone_number?: string | undefined;
|
|
32277
32371
|
edge_count?: number | undefined;
|
|
@@ -32292,6 +32386,7 @@ export declare const ListDataSocket: {
|
|
|
32292
32386
|
location?: string | undefined;
|
|
32293
32387
|
timezone?: string | undefined;
|
|
32294
32388
|
user_status?: string | undefined;
|
|
32389
|
+
status?: string | undefined;
|
|
32295
32390
|
online?: boolean | undefined;
|
|
32296
32391
|
phone_number?: string | undefined;
|
|
32297
32392
|
edge_count?: number | undefined;
|
|
@@ -32317,6 +32412,7 @@ export declare const ListDataSocket: {
|
|
|
32317
32412
|
location?: string | undefined;
|
|
32318
32413
|
timezone?: string | undefined;
|
|
32319
32414
|
user_status?: string | undefined;
|
|
32415
|
+
status?: string | undefined;
|
|
32320
32416
|
online?: boolean | undefined;
|
|
32321
32417
|
phone_number?: string | undefined;
|
|
32322
32418
|
edge_count?: number | undefined;
|
|
@@ -32441,6 +32537,7 @@ export declare const ListDataSocket: {
|
|
|
32441
32537
|
location?: string | undefined;
|
|
32442
32538
|
timezone?: string | undefined;
|
|
32443
32539
|
user_status?: string | undefined;
|
|
32540
|
+
status?: string | undefined;
|
|
32444
32541
|
online?: boolean | undefined;
|
|
32445
32542
|
phone_number?: string | undefined;
|
|
32446
32543
|
edge_count?: number | undefined;
|
|
@@ -32471,6 +32568,7 @@ export declare const ListDataSocket: {
|
|
|
32471
32568
|
location?: string | undefined;
|
|
32472
32569
|
timezone?: string | undefined;
|
|
32473
32570
|
user_status?: string | undefined;
|
|
32571
|
+
status?: string | undefined;
|
|
32474
32572
|
online?: boolean | undefined;
|
|
32475
32573
|
phone_number?: string | undefined;
|
|
32476
32574
|
edge_count?: number | undefined;
|
|
@@ -32497,6 +32595,7 @@ export declare const ListDataSocket: {
|
|
|
32497
32595
|
location?: string | undefined;
|
|
32498
32596
|
timezone?: string | undefined;
|
|
32499
32597
|
user_status?: string | undefined;
|
|
32598
|
+
status?: string | undefined;
|
|
32500
32599
|
online?: boolean | undefined;
|
|
32501
32600
|
phone_number?: string | undefined;
|
|
32502
32601
|
edge_count?: number | undefined;
|
|
@@ -32523,6 +32622,7 @@ export declare const ListDataSocket: {
|
|
|
32523
32622
|
location?: string | undefined;
|
|
32524
32623
|
timezone?: string | undefined;
|
|
32525
32624
|
user_status?: string | undefined;
|
|
32625
|
+
status?: string | undefined;
|
|
32526
32626
|
online?: boolean | undefined;
|
|
32527
32627
|
phone_number?: string | undefined;
|
|
32528
32628
|
edge_count?: number | undefined;
|
|
@@ -32543,6 +32643,7 @@ export declare const ListDataSocket: {
|
|
|
32543
32643
|
location?: string | undefined;
|
|
32544
32644
|
timezone?: string | undefined;
|
|
32545
32645
|
user_status?: string | undefined;
|
|
32646
|
+
status?: string | undefined;
|
|
32546
32647
|
online?: boolean | undefined;
|
|
32547
32648
|
phone_number?: string | undefined;
|
|
32548
32649
|
edge_count?: number | undefined;
|
|
@@ -32569,6 +32670,7 @@ export declare const ListDataSocket: {
|
|
|
32569
32670
|
location?: string | undefined;
|
|
32570
32671
|
timezone?: string | undefined;
|
|
32571
32672
|
user_status?: string | undefined;
|
|
32673
|
+
status?: string | undefined;
|
|
32572
32674
|
online?: boolean | undefined;
|
|
32573
32675
|
phone_number?: string | undefined;
|
|
32574
32676
|
edge_count?: number | undefined;
|
|
@@ -33538,6 +33640,7 @@ export declare const ListDataSocket: {
|
|
|
33538
33640
|
location?: string | undefined;
|
|
33539
33641
|
timezone?: string | undefined;
|
|
33540
33642
|
user_status?: string | undefined;
|
|
33643
|
+
status?: string | undefined;
|
|
33541
33644
|
online?: boolean | undefined;
|
|
33542
33645
|
phone_number?: string | undefined;
|
|
33543
33646
|
edge_count?: number | undefined;
|
|
@@ -33594,6 +33697,7 @@ export declare const ListDataSocket: {
|
|
|
33594
33697
|
location?: string | undefined;
|
|
33595
33698
|
timezone?: string | undefined;
|
|
33596
33699
|
user_status?: string | undefined;
|
|
33700
|
+
status?: string | undefined;
|
|
33597
33701
|
online?: boolean | undefined;
|
|
33598
33702
|
phone_number?: string | undefined;
|
|
33599
33703
|
edge_count?: number | undefined;
|
|
@@ -36524,6 +36628,7 @@ export declare const ListDataSocket: {
|
|
|
36524
36628
|
location?: string | undefined;
|
|
36525
36629
|
timezone?: string | undefined;
|
|
36526
36630
|
user_status?: string | undefined;
|
|
36631
|
+
status?: string | undefined;
|
|
36527
36632
|
online?: boolean | undefined;
|
|
36528
36633
|
phone_number?: string | undefined;
|
|
36529
36634
|
edge_count?: number | undefined;
|
|
@@ -36552,6 +36657,7 @@ export declare const ListDataSocket: {
|
|
|
36552
36657
|
location?: string | undefined;
|
|
36553
36658
|
timezone?: string | undefined;
|
|
36554
36659
|
user_status?: string | undefined;
|
|
36660
|
+
status?: string | undefined;
|
|
36555
36661
|
online?: boolean | undefined;
|
|
36556
36662
|
phone_number?: string | undefined;
|
|
36557
36663
|
edge_count?: number | undefined;
|
|
@@ -36577,6 +36683,7 @@ export declare const ListDataSocket: {
|
|
|
36577
36683
|
location?: string | undefined;
|
|
36578
36684
|
timezone?: string | undefined;
|
|
36579
36685
|
user_status?: string | undefined;
|
|
36686
|
+
status?: string | undefined;
|
|
36580
36687
|
online?: boolean | undefined;
|
|
36581
36688
|
phone_number?: string | undefined;
|
|
36582
36689
|
edge_count?: number | undefined;
|
|
@@ -36602,6 +36709,7 @@ export declare const ListDataSocket: {
|
|
|
36602
36709
|
location?: string | undefined;
|
|
36603
36710
|
timezone?: string | undefined;
|
|
36604
36711
|
user_status?: string | undefined;
|
|
36712
|
+
status?: string | undefined;
|
|
36605
36713
|
online?: boolean | undefined;
|
|
36606
36714
|
phone_number?: string | undefined;
|
|
36607
36715
|
edge_count?: number | undefined;
|
|
@@ -36622,6 +36730,7 @@ export declare const ListDataSocket: {
|
|
|
36622
36730
|
location?: string | undefined;
|
|
36623
36731
|
timezone?: string | undefined;
|
|
36624
36732
|
user_status?: string | undefined;
|
|
36733
|
+
status?: string | undefined;
|
|
36625
36734
|
online?: boolean | undefined;
|
|
36626
36735
|
phone_number?: string | undefined;
|
|
36627
36736
|
edge_count?: number | undefined;
|
|
@@ -36647,6 +36756,7 @@ export declare const ListDataSocket: {
|
|
|
36647
36756
|
location?: string | undefined;
|
|
36648
36757
|
timezone?: string | undefined;
|
|
36649
36758
|
user_status?: string | undefined;
|
|
36759
|
+
status?: string | undefined;
|
|
36650
36760
|
online?: boolean | undefined;
|
|
36651
36761
|
phone_number?: string | undefined;
|
|
36652
36762
|
edge_count?: number | undefined;
|
|
@@ -36771,6 +36881,7 @@ export declare const ListDataSocket: {
|
|
|
36771
36881
|
location?: string | undefined;
|
|
36772
36882
|
timezone?: string | undefined;
|
|
36773
36883
|
user_status?: string | undefined;
|
|
36884
|
+
status?: string | undefined;
|
|
36774
36885
|
online?: boolean | undefined;
|
|
36775
36886
|
phone_number?: string | undefined;
|
|
36776
36887
|
edge_count?: number | undefined;
|
|
@@ -36801,6 +36912,7 @@ export declare const ListDataSocket: {
|
|
|
36801
36912
|
location?: string | undefined;
|
|
36802
36913
|
timezone?: string | undefined;
|
|
36803
36914
|
user_status?: string | undefined;
|
|
36915
|
+
status?: string | undefined;
|
|
36804
36916
|
online?: boolean | undefined;
|
|
36805
36917
|
phone_number?: string | undefined;
|
|
36806
36918
|
edge_count?: number | undefined;
|
|
@@ -36827,6 +36939,7 @@ export declare const ListDataSocket: {
|
|
|
36827
36939
|
location?: string | undefined;
|
|
36828
36940
|
timezone?: string | undefined;
|
|
36829
36941
|
user_status?: string | undefined;
|
|
36942
|
+
status?: string | undefined;
|
|
36830
36943
|
online?: boolean | undefined;
|
|
36831
36944
|
phone_number?: string | undefined;
|
|
36832
36945
|
edge_count?: number | undefined;
|
|
@@ -36853,6 +36966,7 @@ export declare const ListDataSocket: {
|
|
|
36853
36966
|
location?: string | undefined;
|
|
36854
36967
|
timezone?: string | undefined;
|
|
36855
36968
|
user_status?: string | undefined;
|
|
36969
|
+
status?: string | undefined;
|
|
36856
36970
|
online?: boolean | undefined;
|
|
36857
36971
|
phone_number?: string | undefined;
|
|
36858
36972
|
edge_count?: number | undefined;
|
|
@@ -36873,6 +36987,7 @@ export declare const ListDataSocket: {
|
|
|
36873
36987
|
location?: string | undefined;
|
|
36874
36988
|
timezone?: string | undefined;
|
|
36875
36989
|
user_status?: string | undefined;
|
|
36990
|
+
status?: string | undefined;
|
|
36876
36991
|
online?: boolean | undefined;
|
|
36877
36992
|
phone_number?: string | undefined;
|
|
36878
36993
|
edge_count?: number | undefined;
|
|
@@ -36899,6 +37014,7 @@ export declare const ListDataSocket: {
|
|
|
36899
37014
|
location?: string | undefined;
|
|
36900
37015
|
timezone?: string | undefined;
|
|
36901
37016
|
user_status?: string | undefined;
|
|
37017
|
+
status?: string | undefined;
|
|
36902
37018
|
online?: boolean | undefined;
|
|
36903
37019
|
phone_number?: string | undefined;
|
|
36904
37020
|
edge_count?: number | undefined;
|