mezon-js-protobuf 1.8.13 → 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/api/api.ts +20 -0
- package/dist/mezon-js-protobuf/api/api.d.ts +134 -48
- package/dist/mezon-js-protobuf/rtapi/realtime.d.ts +28215 -12735
- package/dist/mezon-js-protobuf.cjs.js +11340 -4978
- package/dist/mezon-js-protobuf.esm.mjs +11340 -4978
- package/package.json +1 -1
- package/rtapi/realtime.ts +1200 -1
|
@@ -889,6 +889,8 @@ export interface User {
|
|
|
889
889
|
dob: Date | undefined;
|
|
890
890
|
/** Mezone id */
|
|
891
891
|
mezon_id: string;
|
|
892
|
+
/** list clan nick name */
|
|
893
|
+
list_nick_names: string[];
|
|
892
894
|
}
|
|
893
895
|
/** A list of groups belonging to a user, along with the user's role in each group. */
|
|
894
896
|
export interface UserGroupList {
|
|
@@ -3140,6 +3142,7 @@ export declare const Account: {
|
|
|
3140
3142
|
is_mobile?: boolean | undefined;
|
|
3141
3143
|
dob?: Date | undefined;
|
|
3142
3144
|
mezon_id?: string | undefined;
|
|
3145
|
+
list_nick_names?: string[] | undefined;
|
|
3143
3146
|
} | undefined;
|
|
3144
3147
|
wallet?: string | undefined;
|
|
3145
3148
|
email?: string | undefined;
|
|
@@ -3173,6 +3176,7 @@ export declare const Account: {
|
|
|
3173
3176
|
is_mobile?: boolean | undefined;
|
|
3174
3177
|
dob?: Date | undefined;
|
|
3175
3178
|
mezon_id?: string | undefined;
|
|
3179
|
+
list_nick_names?: string[] | undefined;
|
|
3176
3180
|
} & {
|
|
3177
3181
|
id?: string | undefined;
|
|
3178
3182
|
username?: string | undefined;
|
|
@@ -3196,7 +3200,8 @@ export declare const Account: {
|
|
|
3196
3200
|
is_mobile?: boolean | undefined;
|
|
3197
3201
|
dob?: Date | undefined;
|
|
3198
3202
|
mezon_id?: string | undefined;
|
|
3199
|
-
|
|
3203
|
+
list_nick_names?: (string[] & string[] & { [K in Exclude<keyof I["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
3204
|
+
} & { [K_1 in Exclude<keyof I["user"], keyof User>]: never; }) | undefined;
|
|
3200
3205
|
wallet?: string | undefined;
|
|
3201
3206
|
email?: string | undefined;
|
|
3202
3207
|
mezon_id?: string | undefined;
|
|
@@ -3205,7 +3210,7 @@ export declare const Account: {
|
|
|
3205
3210
|
logo?: string | undefined;
|
|
3206
3211
|
splash_screen?: string | undefined;
|
|
3207
3212
|
encrypt_private_key?: string | undefined;
|
|
3208
|
-
} & { [
|
|
3213
|
+
} & { [K_2 in Exclude<keyof I, keyof Account>]: never; }>(base?: I | undefined): Account;
|
|
3209
3214
|
fromPartial<I_1 extends {
|
|
3210
3215
|
user?: {
|
|
3211
3216
|
id?: string | undefined;
|
|
@@ -3230,6 +3235,7 @@ export declare const Account: {
|
|
|
3230
3235
|
is_mobile?: boolean | undefined;
|
|
3231
3236
|
dob?: Date | undefined;
|
|
3232
3237
|
mezon_id?: string | undefined;
|
|
3238
|
+
list_nick_names?: string[] | undefined;
|
|
3233
3239
|
} | undefined;
|
|
3234
3240
|
wallet?: string | undefined;
|
|
3235
3241
|
email?: string | undefined;
|
|
@@ -3263,6 +3269,7 @@ export declare const Account: {
|
|
|
3263
3269
|
is_mobile?: boolean | undefined;
|
|
3264
3270
|
dob?: Date | undefined;
|
|
3265
3271
|
mezon_id?: string | undefined;
|
|
3272
|
+
list_nick_names?: string[] | undefined;
|
|
3266
3273
|
} & {
|
|
3267
3274
|
id?: string | undefined;
|
|
3268
3275
|
username?: string | undefined;
|
|
@@ -3286,7 +3293,8 @@ export declare const Account: {
|
|
|
3286
3293
|
is_mobile?: boolean | undefined;
|
|
3287
3294
|
dob?: Date | undefined;
|
|
3288
3295
|
mezon_id?: string | undefined;
|
|
3289
|
-
|
|
3296
|
+
list_nick_names?: (string[] & string[] & { [K_3 in Exclude<keyof I_1["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
3297
|
+
} & { [K_4 in Exclude<keyof I_1["user"], keyof User>]: never; }) | undefined;
|
|
3290
3298
|
wallet?: string | undefined;
|
|
3291
3299
|
email?: string | undefined;
|
|
3292
3300
|
mezon_id?: string | undefined;
|
|
@@ -3295,7 +3303,7 @@ export declare const Account: {
|
|
|
3295
3303
|
logo?: string | undefined;
|
|
3296
3304
|
splash_screen?: string | undefined;
|
|
3297
3305
|
encrypt_private_key?: string | undefined;
|
|
3298
|
-
} & { [
|
|
3306
|
+
} & { [K_5 in Exclude<keyof I_1, keyof Account>]: never; }>(object: I_1): Account;
|
|
3299
3307
|
};
|
|
3300
3308
|
export declare const AccountRefresh: {
|
|
3301
3309
|
encode(message: AccountRefresh, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -4882,6 +4890,7 @@ export declare const Friend: {
|
|
|
4882
4890
|
is_mobile?: boolean | undefined;
|
|
4883
4891
|
dob?: Date | undefined;
|
|
4884
4892
|
mezon_id?: string | undefined;
|
|
4893
|
+
list_nick_names?: string[] | undefined;
|
|
4885
4894
|
} | undefined;
|
|
4886
4895
|
state?: number | undefined;
|
|
4887
4896
|
update_time?: Date | undefined;
|
|
@@ -4910,6 +4919,7 @@ export declare const Friend: {
|
|
|
4910
4919
|
is_mobile?: boolean | undefined;
|
|
4911
4920
|
dob?: Date | undefined;
|
|
4912
4921
|
mezon_id?: string | undefined;
|
|
4922
|
+
list_nick_names?: string[] | undefined;
|
|
4913
4923
|
} & {
|
|
4914
4924
|
id?: string | undefined;
|
|
4915
4925
|
username?: string | undefined;
|
|
@@ -4933,11 +4943,12 @@ export declare const Friend: {
|
|
|
4933
4943
|
is_mobile?: boolean | undefined;
|
|
4934
4944
|
dob?: Date | undefined;
|
|
4935
4945
|
mezon_id?: string | undefined;
|
|
4936
|
-
|
|
4946
|
+
list_nick_names?: (string[] & string[] & { [K in Exclude<keyof I["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
4947
|
+
} & { [K_1 in Exclude<keyof I["user"], keyof User>]: never; }) | undefined;
|
|
4937
4948
|
state?: number | undefined;
|
|
4938
4949
|
update_time?: Date | undefined;
|
|
4939
4950
|
source_id?: string | undefined;
|
|
4940
|
-
} & { [
|
|
4951
|
+
} & { [K_2 in Exclude<keyof I, keyof Friend>]: never; }>(base?: I | undefined): Friend;
|
|
4941
4952
|
fromPartial<I_1 extends {
|
|
4942
4953
|
user?: {
|
|
4943
4954
|
id?: string | undefined;
|
|
@@ -4962,6 +4973,7 @@ export declare const Friend: {
|
|
|
4962
4973
|
is_mobile?: boolean | undefined;
|
|
4963
4974
|
dob?: Date | undefined;
|
|
4964
4975
|
mezon_id?: string | undefined;
|
|
4976
|
+
list_nick_names?: string[] | undefined;
|
|
4965
4977
|
} | undefined;
|
|
4966
4978
|
state?: number | undefined;
|
|
4967
4979
|
update_time?: Date | undefined;
|
|
@@ -4990,6 +5002,7 @@ export declare const Friend: {
|
|
|
4990
5002
|
is_mobile?: boolean | undefined;
|
|
4991
5003
|
dob?: Date | undefined;
|
|
4992
5004
|
mezon_id?: string | undefined;
|
|
5005
|
+
list_nick_names?: string[] | undefined;
|
|
4993
5006
|
} & {
|
|
4994
5007
|
id?: string | undefined;
|
|
4995
5008
|
username?: string | undefined;
|
|
@@ -5013,11 +5026,12 @@ export declare const Friend: {
|
|
|
5013
5026
|
is_mobile?: boolean | undefined;
|
|
5014
5027
|
dob?: Date | undefined;
|
|
5015
5028
|
mezon_id?: string | undefined;
|
|
5016
|
-
|
|
5029
|
+
list_nick_names?: (string[] & string[] & { [K_3 in Exclude<keyof I_1["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
5030
|
+
} & { [K_4 in Exclude<keyof I_1["user"], keyof User>]: never; }) | undefined;
|
|
5017
5031
|
state?: number | undefined;
|
|
5018
5032
|
update_time?: Date | undefined;
|
|
5019
5033
|
source_id?: string | undefined;
|
|
5020
|
-
} & { [
|
|
5034
|
+
} & { [K_5 in Exclude<keyof I_1, keyof Friend>]: never; }>(object: I_1): Friend;
|
|
5021
5035
|
};
|
|
5022
5036
|
export declare const FriendList: {
|
|
5023
5037
|
encode(message: FriendList, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -5049,6 +5063,7 @@ export declare const FriendList: {
|
|
|
5049
5063
|
is_mobile?: boolean | undefined;
|
|
5050
5064
|
dob?: Date | undefined;
|
|
5051
5065
|
mezon_id?: string | undefined;
|
|
5066
|
+
list_nick_names?: string[] | undefined;
|
|
5052
5067
|
} | undefined;
|
|
5053
5068
|
state?: number | undefined;
|
|
5054
5069
|
update_time?: Date | undefined;
|
|
@@ -5080,6 +5095,7 @@ export declare const FriendList: {
|
|
|
5080
5095
|
is_mobile?: boolean | undefined;
|
|
5081
5096
|
dob?: Date | undefined;
|
|
5082
5097
|
mezon_id?: string | undefined;
|
|
5098
|
+
list_nick_names?: string[] | undefined;
|
|
5083
5099
|
} | undefined;
|
|
5084
5100
|
state?: number | undefined;
|
|
5085
5101
|
update_time?: Date | undefined;
|
|
@@ -5108,6 +5124,7 @@ export declare const FriendList: {
|
|
|
5108
5124
|
is_mobile?: boolean | undefined;
|
|
5109
5125
|
dob?: Date | undefined;
|
|
5110
5126
|
mezon_id?: string | undefined;
|
|
5127
|
+
list_nick_names?: string[] | undefined;
|
|
5111
5128
|
} | undefined;
|
|
5112
5129
|
state?: number | undefined;
|
|
5113
5130
|
update_time?: Date | undefined;
|
|
@@ -5136,6 +5153,7 @@ export declare const FriendList: {
|
|
|
5136
5153
|
is_mobile?: boolean | undefined;
|
|
5137
5154
|
dob?: Date | undefined;
|
|
5138
5155
|
mezon_id?: string | undefined;
|
|
5156
|
+
list_nick_names?: string[] | undefined;
|
|
5139
5157
|
} & {
|
|
5140
5158
|
id?: string | undefined;
|
|
5141
5159
|
username?: string | undefined;
|
|
@@ -5159,11 +5177,12 @@ export declare const FriendList: {
|
|
|
5159
5177
|
is_mobile?: boolean | undefined;
|
|
5160
5178
|
dob?: Date | undefined;
|
|
5161
5179
|
mezon_id?: string | undefined;
|
|
5162
|
-
|
|
5180
|
+
list_nick_names?: (string[] & string[] & { [K in Exclude<keyof I["friends"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
5181
|
+
} & { [K_1 in Exclude<keyof I["friends"][number]["user"], keyof User>]: never; }) | undefined;
|
|
5163
5182
|
state?: number | undefined;
|
|
5164
5183
|
update_time?: Date | undefined;
|
|
5165
5184
|
source_id?: string | undefined;
|
|
5166
|
-
} & { [
|
|
5185
|
+
} & { [K_2 in Exclude<keyof I["friends"][number], keyof Friend>]: never; })[] & { [K_3 in Exclude<keyof I["friends"], keyof {
|
|
5167
5186
|
user?: {
|
|
5168
5187
|
id?: string | undefined;
|
|
5169
5188
|
username?: string | undefined;
|
|
@@ -5187,13 +5206,14 @@ export declare const FriendList: {
|
|
|
5187
5206
|
is_mobile?: boolean | undefined;
|
|
5188
5207
|
dob?: Date | undefined;
|
|
5189
5208
|
mezon_id?: string | undefined;
|
|
5209
|
+
list_nick_names?: string[] | undefined;
|
|
5190
5210
|
} | undefined;
|
|
5191
5211
|
state?: number | undefined;
|
|
5192
5212
|
update_time?: Date | undefined;
|
|
5193
5213
|
source_id?: string | undefined;
|
|
5194
5214
|
}[]>]: never; }) | undefined;
|
|
5195
5215
|
cursor?: string | undefined;
|
|
5196
|
-
} & { [
|
|
5216
|
+
} & { [K_4 in Exclude<keyof I, keyof FriendList>]: never; }>(base?: I | undefined): FriendList;
|
|
5197
5217
|
fromPartial<I_1 extends {
|
|
5198
5218
|
friends?: {
|
|
5199
5219
|
user?: {
|
|
@@ -5219,6 +5239,7 @@ export declare const FriendList: {
|
|
|
5219
5239
|
is_mobile?: boolean | undefined;
|
|
5220
5240
|
dob?: Date | undefined;
|
|
5221
5241
|
mezon_id?: string | undefined;
|
|
5242
|
+
list_nick_names?: string[] | undefined;
|
|
5222
5243
|
} | undefined;
|
|
5223
5244
|
state?: number | undefined;
|
|
5224
5245
|
update_time?: Date | undefined;
|
|
@@ -5250,6 +5271,7 @@ export declare const FriendList: {
|
|
|
5250
5271
|
is_mobile?: boolean | undefined;
|
|
5251
5272
|
dob?: Date | undefined;
|
|
5252
5273
|
mezon_id?: string | undefined;
|
|
5274
|
+
list_nick_names?: string[] | undefined;
|
|
5253
5275
|
} | undefined;
|
|
5254
5276
|
state?: number | undefined;
|
|
5255
5277
|
update_time?: Date | undefined;
|
|
@@ -5278,6 +5300,7 @@ export declare const FriendList: {
|
|
|
5278
5300
|
is_mobile?: boolean | undefined;
|
|
5279
5301
|
dob?: Date | undefined;
|
|
5280
5302
|
mezon_id?: string | undefined;
|
|
5303
|
+
list_nick_names?: string[] | undefined;
|
|
5281
5304
|
} | undefined;
|
|
5282
5305
|
state?: number | undefined;
|
|
5283
5306
|
update_time?: Date | undefined;
|
|
@@ -5306,6 +5329,7 @@ export declare const FriendList: {
|
|
|
5306
5329
|
is_mobile?: boolean | undefined;
|
|
5307
5330
|
dob?: Date | undefined;
|
|
5308
5331
|
mezon_id?: string | undefined;
|
|
5332
|
+
list_nick_names?: string[] | undefined;
|
|
5309
5333
|
} & {
|
|
5310
5334
|
id?: string | undefined;
|
|
5311
5335
|
username?: string | undefined;
|
|
@@ -5329,11 +5353,12 @@ export declare const FriendList: {
|
|
|
5329
5353
|
is_mobile?: boolean | undefined;
|
|
5330
5354
|
dob?: Date | undefined;
|
|
5331
5355
|
mezon_id?: string | undefined;
|
|
5332
|
-
|
|
5356
|
+
list_nick_names?: (string[] & string[] & { [K_5 in Exclude<keyof I_1["friends"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
5357
|
+
} & { [K_6 in Exclude<keyof I_1["friends"][number]["user"], keyof User>]: never; }) | undefined;
|
|
5333
5358
|
state?: number | undefined;
|
|
5334
5359
|
update_time?: Date | undefined;
|
|
5335
5360
|
source_id?: string | undefined;
|
|
5336
|
-
} & { [
|
|
5361
|
+
} & { [K_7 in Exclude<keyof I_1["friends"][number], keyof Friend>]: never; })[] & { [K_8 in Exclude<keyof I_1["friends"], keyof {
|
|
5337
5362
|
user?: {
|
|
5338
5363
|
id?: string | undefined;
|
|
5339
5364
|
username?: string | undefined;
|
|
@@ -5357,13 +5382,14 @@ export declare const FriendList: {
|
|
|
5357
5382
|
is_mobile?: boolean | undefined;
|
|
5358
5383
|
dob?: Date | undefined;
|
|
5359
5384
|
mezon_id?: string | undefined;
|
|
5385
|
+
list_nick_names?: string[] | undefined;
|
|
5360
5386
|
} | undefined;
|
|
5361
5387
|
state?: number | undefined;
|
|
5362
5388
|
update_time?: Date | undefined;
|
|
5363
5389
|
source_id?: string | undefined;
|
|
5364
5390
|
}[]>]: never; }) | undefined;
|
|
5365
5391
|
cursor?: string | undefined;
|
|
5366
|
-
} & { [
|
|
5392
|
+
} & { [K_9 in Exclude<keyof I_1, keyof FriendList>]: never; }>(object: I_1): FriendList;
|
|
5367
5393
|
};
|
|
5368
5394
|
export declare const GetUsersRequest: {
|
|
5369
5395
|
encode(message: GetUsersRequest, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -5649,6 +5675,7 @@ export declare const GroupUserList: {
|
|
|
5649
5675
|
is_mobile?: boolean | undefined;
|
|
5650
5676
|
dob?: Date | undefined;
|
|
5651
5677
|
mezon_id?: string | undefined;
|
|
5678
|
+
list_nick_names?: string[] | undefined;
|
|
5652
5679
|
} | undefined;
|
|
5653
5680
|
state?: number | undefined;
|
|
5654
5681
|
}[] | undefined;
|
|
@@ -5678,6 +5705,7 @@ export declare const GroupUserList: {
|
|
|
5678
5705
|
is_mobile?: boolean | undefined;
|
|
5679
5706
|
dob?: Date | undefined;
|
|
5680
5707
|
mezon_id?: string | undefined;
|
|
5708
|
+
list_nick_names?: string[] | undefined;
|
|
5681
5709
|
} | undefined;
|
|
5682
5710
|
state?: number | undefined;
|
|
5683
5711
|
}[] & ({
|
|
@@ -5704,6 +5732,7 @@ export declare const GroupUserList: {
|
|
|
5704
5732
|
is_mobile?: boolean | undefined;
|
|
5705
5733
|
dob?: Date | undefined;
|
|
5706
5734
|
mezon_id?: string | undefined;
|
|
5735
|
+
list_nick_names?: string[] | undefined;
|
|
5707
5736
|
} | undefined;
|
|
5708
5737
|
state?: number | undefined;
|
|
5709
5738
|
} & {
|
|
@@ -5730,6 +5759,7 @@ export declare const GroupUserList: {
|
|
|
5730
5759
|
is_mobile?: boolean | undefined;
|
|
5731
5760
|
dob?: Date | undefined;
|
|
5732
5761
|
mezon_id?: string | undefined;
|
|
5762
|
+
list_nick_names?: string[] | undefined;
|
|
5733
5763
|
} & {
|
|
5734
5764
|
id?: string | undefined;
|
|
5735
5765
|
username?: string | undefined;
|
|
@@ -5753,9 +5783,10 @@ export declare const GroupUserList: {
|
|
|
5753
5783
|
is_mobile?: boolean | undefined;
|
|
5754
5784
|
dob?: Date | undefined;
|
|
5755
5785
|
mezon_id?: string | undefined;
|
|
5756
|
-
|
|
5786
|
+
list_nick_names?: (string[] & string[] & { [K in Exclude<keyof I["group_users"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
5787
|
+
} & { [K_1 in Exclude<keyof I["group_users"][number]["user"], keyof User>]: never; }) | undefined;
|
|
5757
5788
|
state?: number | undefined;
|
|
5758
|
-
} & { [
|
|
5789
|
+
} & { [K_2 in Exclude<keyof I["group_users"][number], keyof GroupUserList_GroupUser>]: never; })[] & { [K_3 in Exclude<keyof I["group_users"], keyof {
|
|
5759
5790
|
user?: {
|
|
5760
5791
|
id?: string | undefined;
|
|
5761
5792
|
username?: string | undefined;
|
|
@@ -5779,11 +5810,12 @@ export declare const GroupUserList: {
|
|
|
5779
5810
|
is_mobile?: boolean | undefined;
|
|
5780
5811
|
dob?: Date | undefined;
|
|
5781
5812
|
mezon_id?: string | undefined;
|
|
5813
|
+
list_nick_names?: string[] | undefined;
|
|
5782
5814
|
} | undefined;
|
|
5783
5815
|
state?: number | undefined;
|
|
5784
5816
|
}[]>]: never; }) | undefined;
|
|
5785
5817
|
cursor?: string | undefined;
|
|
5786
|
-
} & { [
|
|
5818
|
+
} & { [K_4 in Exclude<keyof I, keyof GroupUserList>]: never; }>(base?: I | undefined): GroupUserList;
|
|
5787
5819
|
fromPartial<I_1 extends {
|
|
5788
5820
|
group_users?: {
|
|
5789
5821
|
user?: {
|
|
@@ -5809,6 +5841,7 @@ export declare const GroupUserList: {
|
|
|
5809
5841
|
is_mobile?: boolean | undefined;
|
|
5810
5842
|
dob?: Date | undefined;
|
|
5811
5843
|
mezon_id?: string | undefined;
|
|
5844
|
+
list_nick_names?: string[] | undefined;
|
|
5812
5845
|
} | undefined;
|
|
5813
5846
|
state?: number | undefined;
|
|
5814
5847
|
}[] | undefined;
|
|
@@ -5838,6 +5871,7 @@ export declare const GroupUserList: {
|
|
|
5838
5871
|
is_mobile?: boolean | undefined;
|
|
5839
5872
|
dob?: Date | undefined;
|
|
5840
5873
|
mezon_id?: string | undefined;
|
|
5874
|
+
list_nick_names?: string[] | undefined;
|
|
5841
5875
|
} | undefined;
|
|
5842
5876
|
state?: number | undefined;
|
|
5843
5877
|
}[] & ({
|
|
@@ -5864,6 +5898,7 @@ export declare const GroupUserList: {
|
|
|
5864
5898
|
is_mobile?: boolean | undefined;
|
|
5865
5899
|
dob?: Date | undefined;
|
|
5866
5900
|
mezon_id?: string | undefined;
|
|
5901
|
+
list_nick_names?: string[] | undefined;
|
|
5867
5902
|
} | undefined;
|
|
5868
5903
|
state?: number | undefined;
|
|
5869
5904
|
} & {
|
|
@@ -5890,6 +5925,7 @@ export declare const GroupUserList: {
|
|
|
5890
5925
|
is_mobile?: boolean | undefined;
|
|
5891
5926
|
dob?: Date | undefined;
|
|
5892
5927
|
mezon_id?: string | undefined;
|
|
5928
|
+
list_nick_names?: string[] | undefined;
|
|
5893
5929
|
} & {
|
|
5894
5930
|
id?: string | undefined;
|
|
5895
5931
|
username?: string | undefined;
|
|
@@ -5913,9 +5949,10 @@ export declare const GroupUserList: {
|
|
|
5913
5949
|
is_mobile?: boolean | undefined;
|
|
5914
5950
|
dob?: Date | undefined;
|
|
5915
5951
|
mezon_id?: string | undefined;
|
|
5916
|
-
|
|
5952
|
+
list_nick_names?: (string[] & string[] & { [K_5 in Exclude<keyof I_1["group_users"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
5953
|
+
} & { [K_6 in Exclude<keyof I_1["group_users"][number]["user"], keyof User>]: never; }) | undefined;
|
|
5917
5954
|
state?: number | undefined;
|
|
5918
|
-
} & { [
|
|
5955
|
+
} & { [K_7 in Exclude<keyof I_1["group_users"][number], keyof GroupUserList_GroupUser>]: never; })[] & { [K_8 in Exclude<keyof I_1["group_users"], keyof {
|
|
5919
5956
|
user?: {
|
|
5920
5957
|
id?: string | undefined;
|
|
5921
5958
|
username?: string | undefined;
|
|
@@ -5939,11 +5976,12 @@ export declare const GroupUserList: {
|
|
|
5939
5976
|
is_mobile?: boolean | undefined;
|
|
5940
5977
|
dob?: Date | undefined;
|
|
5941
5978
|
mezon_id?: string | undefined;
|
|
5979
|
+
list_nick_names?: string[] | undefined;
|
|
5942
5980
|
} | undefined;
|
|
5943
5981
|
state?: number | undefined;
|
|
5944
5982
|
}[]>]: never; }) | undefined;
|
|
5945
5983
|
cursor?: string | undefined;
|
|
5946
|
-
} & { [
|
|
5984
|
+
} & { [K_9 in Exclude<keyof I_1, keyof GroupUserList>]: never; }>(object: I_1): GroupUserList;
|
|
5947
5985
|
};
|
|
5948
5986
|
export declare const GroupUserList_GroupUser: {
|
|
5949
5987
|
encode(message: GroupUserList_GroupUser, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -5974,6 +6012,7 @@ export declare const GroupUserList_GroupUser: {
|
|
|
5974
6012
|
is_mobile?: boolean | undefined;
|
|
5975
6013
|
dob?: Date | undefined;
|
|
5976
6014
|
mezon_id?: string | undefined;
|
|
6015
|
+
list_nick_names?: string[] | undefined;
|
|
5977
6016
|
} | undefined;
|
|
5978
6017
|
state?: number | undefined;
|
|
5979
6018
|
} & {
|
|
@@ -6000,6 +6039,7 @@ export declare const GroupUserList_GroupUser: {
|
|
|
6000
6039
|
is_mobile?: boolean | undefined;
|
|
6001
6040
|
dob?: Date | undefined;
|
|
6002
6041
|
mezon_id?: string | undefined;
|
|
6042
|
+
list_nick_names?: string[] | undefined;
|
|
6003
6043
|
} & {
|
|
6004
6044
|
id?: string | undefined;
|
|
6005
6045
|
username?: string | undefined;
|
|
@@ -6023,9 +6063,10 @@ export declare const GroupUserList_GroupUser: {
|
|
|
6023
6063
|
is_mobile?: boolean | undefined;
|
|
6024
6064
|
dob?: Date | undefined;
|
|
6025
6065
|
mezon_id?: string | undefined;
|
|
6026
|
-
|
|
6066
|
+
list_nick_names?: (string[] & string[] & { [K in Exclude<keyof I["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
6067
|
+
} & { [K_1 in Exclude<keyof I["user"], keyof User>]: never; }) | undefined;
|
|
6027
6068
|
state?: number | undefined;
|
|
6028
|
-
} & { [
|
|
6069
|
+
} & { [K_2 in Exclude<keyof I, keyof GroupUserList_GroupUser>]: never; }>(base?: I | undefined): GroupUserList_GroupUser;
|
|
6029
6070
|
fromPartial<I_1 extends {
|
|
6030
6071
|
user?: {
|
|
6031
6072
|
id?: string | undefined;
|
|
@@ -6050,6 +6091,7 @@ export declare const GroupUserList_GroupUser: {
|
|
|
6050
6091
|
is_mobile?: boolean | undefined;
|
|
6051
6092
|
dob?: Date | undefined;
|
|
6052
6093
|
mezon_id?: string | undefined;
|
|
6094
|
+
list_nick_names?: string[] | undefined;
|
|
6053
6095
|
} | undefined;
|
|
6054
6096
|
state?: number | undefined;
|
|
6055
6097
|
} & {
|
|
@@ -6076,6 +6118,7 @@ export declare const GroupUserList_GroupUser: {
|
|
|
6076
6118
|
is_mobile?: boolean | undefined;
|
|
6077
6119
|
dob?: Date | undefined;
|
|
6078
6120
|
mezon_id?: string | undefined;
|
|
6121
|
+
list_nick_names?: string[] | undefined;
|
|
6079
6122
|
} & {
|
|
6080
6123
|
id?: string | undefined;
|
|
6081
6124
|
username?: string | undefined;
|
|
@@ -6099,9 +6142,10 @@ export declare const GroupUserList_GroupUser: {
|
|
|
6099
6142
|
is_mobile?: boolean | undefined;
|
|
6100
6143
|
dob?: Date | undefined;
|
|
6101
6144
|
mezon_id?: string | undefined;
|
|
6102
|
-
|
|
6145
|
+
list_nick_names?: (string[] & string[] & { [K_3 in Exclude<keyof I_1["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
6146
|
+
} & { [K_4 in Exclude<keyof I_1["user"], keyof User>]: never; }) | undefined;
|
|
6103
6147
|
state?: number | undefined;
|
|
6104
|
-
} & { [
|
|
6148
|
+
} & { [K_5 in Exclude<keyof I_1, keyof GroupUserList_GroupUser>]: never; }>(object: I_1): GroupUserList_GroupUser;
|
|
6105
6149
|
};
|
|
6106
6150
|
export declare const ChannelUserList: {
|
|
6107
6151
|
encode(message: ChannelUserList, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -6549,6 +6593,7 @@ export declare const ClanUserList: {
|
|
|
6549
6593
|
is_mobile?: boolean | undefined;
|
|
6550
6594
|
dob?: Date | undefined;
|
|
6551
6595
|
mezon_id?: string | undefined;
|
|
6596
|
+
list_nick_names?: string[] | undefined;
|
|
6552
6597
|
} | undefined;
|
|
6553
6598
|
role_id?: string[] | undefined;
|
|
6554
6599
|
clan_nick?: string | undefined;
|
|
@@ -6582,6 +6627,7 @@ export declare const ClanUserList: {
|
|
|
6582
6627
|
is_mobile?: boolean | undefined;
|
|
6583
6628
|
dob?: Date | undefined;
|
|
6584
6629
|
mezon_id?: string | undefined;
|
|
6630
|
+
list_nick_names?: string[] | undefined;
|
|
6585
6631
|
} | undefined;
|
|
6586
6632
|
role_id?: string[] | undefined;
|
|
6587
6633
|
clan_nick?: string | undefined;
|
|
@@ -6611,6 +6657,7 @@ export declare const ClanUserList: {
|
|
|
6611
6657
|
is_mobile?: boolean | undefined;
|
|
6612
6658
|
dob?: Date | undefined;
|
|
6613
6659
|
mezon_id?: string | undefined;
|
|
6660
|
+
list_nick_names?: string[] | undefined;
|
|
6614
6661
|
} | undefined;
|
|
6615
6662
|
role_id?: string[] | undefined;
|
|
6616
6663
|
clan_nick?: string | undefined;
|
|
@@ -6640,6 +6687,7 @@ export declare const ClanUserList: {
|
|
|
6640
6687
|
is_mobile?: boolean | undefined;
|
|
6641
6688
|
dob?: Date | undefined;
|
|
6642
6689
|
mezon_id?: string | undefined;
|
|
6690
|
+
list_nick_names?: string[] | undefined;
|
|
6643
6691
|
} & {
|
|
6644
6692
|
id?: string | undefined;
|
|
6645
6693
|
username?: string | undefined;
|
|
@@ -6663,12 +6711,13 @@ export declare const ClanUserList: {
|
|
|
6663
6711
|
is_mobile?: boolean | undefined;
|
|
6664
6712
|
dob?: Date | undefined;
|
|
6665
6713
|
mezon_id?: string | undefined;
|
|
6666
|
-
|
|
6667
|
-
|
|
6714
|
+
list_nick_names?: (string[] & string[] & { [K in Exclude<keyof I["clan_users"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
6715
|
+
} & { [K_1 in Exclude<keyof I["clan_users"][number]["user"], keyof User>]: never; }) | undefined;
|
|
6716
|
+
role_id?: (string[] & string[] & { [K_2 in Exclude<keyof I["clan_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
6668
6717
|
clan_nick?: string | undefined;
|
|
6669
6718
|
clan_avatar?: string | undefined;
|
|
6670
6719
|
clan_id?: string | undefined;
|
|
6671
|
-
} & { [
|
|
6720
|
+
} & { [K_3 in Exclude<keyof I["clan_users"][number], keyof ClanUserList_ClanUser>]: never; })[] & { [K_4 in Exclude<keyof I["clan_users"], keyof {
|
|
6672
6721
|
user?: {
|
|
6673
6722
|
id?: string | undefined;
|
|
6674
6723
|
username?: string | undefined;
|
|
@@ -6692,6 +6741,7 @@ export declare const ClanUserList: {
|
|
|
6692
6741
|
is_mobile?: boolean | undefined;
|
|
6693
6742
|
dob?: Date | undefined;
|
|
6694
6743
|
mezon_id?: string | undefined;
|
|
6744
|
+
list_nick_names?: string[] | undefined;
|
|
6695
6745
|
} | undefined;
|
|
6696
6746
|
role_id?: string[] | undefined;
|
|
6697
6747
|
clan_nick?: string | undefined;
|
|
@@ -6700,7 +6750,7 @@ export declare const ClanUserList: {
|
|
|
6700
6750
|
}[]>]: never; }) | undefined;
|
|
6701
6751
|
cursor?: string | undefined;
|
|
6702
6752
|
clan_id?: string | undefined;
|
|
6703
|
-
} & { [
|
|
6753
|
+
} & { [K_5 in Exclude<keyof I, keyof ClanUserList>]: never; }>(base?: I | undefined): ClanUserList;
|
|
6704
6754
|
fromPartial<I_1 extends {
|
|
6705
6755
|
clan_users?: {
|
|
6706
6756
|
user?: {
|
|
@@ -6726,6 +6776,7 @@ export declare const ClanUserList: {
|
|
|
6726
6776
|
is_mobile?: boolean | undefined;
|
|
6727
6777
|
dob?: Date | undefined;
|
|
6728
6778
|
mezon_id?: string | undefined;
|
|
6779
|
+
list_nick_names?: string[] | undefined;
|
|
6729
6780
|
} | undefined;
|
|
6730
6781
|
role_id?: string[] | undefined;
|
|
6731
6782
|
clan_nick?: string | undefined;
|
|
@@ -6759,6 +6810,7 @@ export declare const ClanUserList: {
|
|
|
6759
6810
|
is_mobile?: boolean | undefined;
|
|
6760
6811
|
dob?: Date | undefined;
|
|
6761
6812
|
mezon_id?: string | undefined;
|
|
6813
|
+
list_nick_names?: string[] | undefined;
|
|
6762
6814
|
} | undefined;
|
|
6763
6815
|
role_id?: string[] | undefined;
|
|
6764
6816
|
clan_nick?: string | undefined;
|
|
@@ -6788,6 +6840,7 @@ export declare const ClanUserList: {
|
|
|
6788
6840
|
is_mobile?: boolean | undefined;
|
|
6789
6841
|
dob?: Date | undefined;
|
|
6790
6842
|
mezon_id?: string | undefined;
|
|
6843
|
+
list_nick_names?: string[] | undefined;
|
|
6791
6844
|
} | undefined;
|
|
6792
6845
|
role_id?: string[] | undefined;
|
|
6793
6846
|
clan_nick?: string | undefined;
|
|
@@ -6817,6 +6870,7 @@ export declare const ClanUserList: {
|
|
|
6817
6870
|
is_mobile?: boolean | undefined;
|
|
6818
6871
|
dob?: Date | undefined;
|
|
6819
6872
|
mezon_id?: string | undefined;
|
|
6873
|
+
list_nick_names?: string[] | undefined;
|
|
6820
6874
|
} & {
|
|
6821
6875
|
id?: string | undefined;
|
|
6822
6876
|
username?: string | undefined;
|
|
@@ -6840,12 +6894,13 @@ export declare const ClanUserList: {
|
|
|
6840
6894
|
is_mobile?: boolean | undefined;
|
|
6841
6895
|
dob?: Date | undefined;
|
|
6842
6896
|
mezon_id?: string | undefined;
|
|
6843
|
-
|
|
6844
|
-
|
|
6897
|
+
list_nick_names?: (string[] & string[] & { [K_6 in Exclude<keyof I_1["clan_users"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
6898
|
+
} & { [K_7 in Exclude<keyof I_1["clan_users"][number]["user"], keyof User>]: never; }) | undefined;
|
|
6899
|
+
role_id?: (string[] & string[] & { [K_8 in Exclude<keyof I_1["clan_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
6845
6900
|
clan_nick?: string | undefined;
|
|
6846
6901
|
clan_avatar?: string | undefined;
|
|
6847
6902
|
clan_id?: string | undefined;
|
|
6848
|
-
} & { [
|
|
6903
|
+
} & { [K_9 in Exclude<keyof I_1["clan_users"][number], keyof ClanUserList_ClanUser>]: never; })[] & { [K_10 in Exclude<keyof I_1["clan_users"], keyof {
|
|
6849
6904
|
user?: {
|
|
6850
6905
|
id?: string | undefined;
|
|
6851
6906
|
username?: string | undefined;
|
|
@@ -6869,6 +6924,7 @@ export declare const ClanUserList: {
|
|
|
6869
6924
|
is_mobile?: boolean | undefined;
|
|
6870
6925
|
dob?: Date | undefined;
|
|
6871
6926
|
mezon_id?: string | undefined;
|
|
6927
|
+
list_nick_names?: string[] | undefined;
|
|
6872
6928
|
} | undefined;
|
|
6873
6929
|
role_id?: string[] | undefined;
|
|
6874
6930
|
clan_nick?: string | undefined;
|
|
@@ -6877,7 +6933,7 @@ export declare const ClanUserList: {
|
|
|
6877
6933
|
}[]>]: never; }) | undefined;
|
|
6878
6934
|
cursor?: string | undefined;
|
|
6879
6935
|
clan_id?: string | undefined;
|
|
6880
|
-
} & { [
|
|
6936
|
+
} & { [K_11 in Exclude<keyof I_1, keyof ClanUserList>]: never; }>(object: I_1): ClanUserList;
|
|
6881
6937
|
};
|
|
6882
6938
|
export declare const ClanUserList_ClanUser: {
|
|
6883
6939
|
encode(message: ClanUserList_ClanUser, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -6908,6 +6964,7 @@ export declare const ClanUserList_ClanUser: {
|
|
|
6908
6964
|
is_mobile?: boolean | undefined;
|
|
6909
6965
|
dob?: Date | undefined;
|
|
6910
6966
|
mezon_id?: string | undefined;
|
|
6967
|
+
list_nick_names?: string[] | undefined;
|
|
6911
6968
|
} | undefined;
|
|
6912
6969
|
role_id?: string[] | undefined;
|
|
6913
6970
|
clan_nick?: string | undefined;
|
|
@@ -6937,6 +6994,7 @@ export declare const ClanUserList_ClanUser: {
|
|
|
6937
6994
|
is_mobile?: boolean | undefined;
|
|
6938
6995
|
dob?: Date | undefined;
|
|
6939
6996
|
mezon_id?: string | undefined;
|
|
6997
|
+
list_nick_names?: string[] | undefined;
|
|
6940
6998
|
} & {
|
|
6941
6999
|
id?: string | undefined;
|
|
6942
7000
|
username?: string | undefined;
|
|
@@ -6960,12 +7018,13 @@ export declare const ClanUserList_ClanUser: {
|
|
|
6960
7018
|
is_mobile?: boolean | undefined;
|
|
6961
7019
|
dob?: Date | undefined;
|
|
6962
7020
|
mezon_id?: string | undefined;
|
|
6963
|
-
|
|
6964
|
-
|
|
7021
|
+
list_nick_names?: (string[] & string[] & { [K in Exclude<keyof I["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
7022
|
+
} & { [K_1 in Exclude<keyof I["user"], keyof User>]: never; }) | undefined;
|
|
7023
|
+
role_id?: (string[] & string[] & { [K_2 in Exclude<keyof I["role_id"], keyof string[]>]: never; }) | undefined;
|
|
6965
7024
|
clan_nick?: string | undefined;
|
|
6966
7025
|
clan_avatar?: string | undefined;
|
|
6967
7026
|
clan_id?: string | undefined;
|
|
6968
|
-
} & { [
|
|
7027
|
+
} & { [K_3 in Exclude<keyof I, keyof ClanUserList_ClanUser>]: never; }>(base?: I | undefined): ClanUserList_ClanUser;
|
|
6969
7028
|
fromPartial<I_1 extends {
|
|
6970
7029
|
user?: {
|
|
6971
7030
|
id?: string | undefined;
|
|
@@ -6990,6 +7049,7 @@ export declare const ClanUserList_ClanUser: {
|
|
|
6990
7049
|
is_mobile?: boolean | undefined;
|
|
6991
7050
|
dob?: Date | undefined;
|
|
6992
7051
|
mezon_id?: string | undefined;
|
|
7052
|
+
list_nick_names?: string[] | undefined;
|
|
6993
7053
|
} | undefined;
|
|
6994
7054
|
role_id?: string[] | undefined;
|
|
6995
7055
|
clan_nick?: string | undefined;
|
|
@@ -7019,6 +7079,7 @@ export declare const ClanUserList_ClanUser: {
|
|
|
7019
7079
|
is_mobile?: boolean | undefined;
|
|
7020
7080
|
dob?: Date | undefined;
|
|
7021
7081
|
mezon_id?: string | undefined;
|
|
7082
|
+
list_nick_names?: string[] | undefined;
|
|
7022
7083
|
} & {
|
|
7023
7084
|
id?: string | undefined;
|
|
7024
7085
|
username?: string | undefined;
|
|
@@ -7042,12 +7103,13 @@ export declare const ClanUserList_ClanUser: {
|
|
|
7042
7103
|
is_mobile?: boolean | undefined;
|
|
7043
7104
|
dob?: Date | undefined;
|
|
7044
7105
|
mezon_id?: string | undefined;
|
|
7045
|
-
|
|
7046
|
-
|
|
7106
|
+
list_nick_names?: (string[] & string[] & { [K_4 in Exclude<keyof I_1["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
7107
|
+
} & { [K_5 in Exclude<keyof I_1["user"], keyof User>]: never; }) | undefined;
|
|
7108
|
+
role_id?: (string[] & string[] & { [K_6 in Exclude<keyof I_1["role_id"], keyof string[]>]: never; }) | undefined;
|
|
7047
7109
|
clan_nick?: string | undefined;
|
|
7048
7110
|
clan_avatar?: string | undefined;
|
|
7049
7111
|
clan_id?: string | undefined;
|
|
7050
|
-
} & { [
|
|
7112
|
+
} & { [K_7 in Exclude<keyof I_1, keyof ClanUserList_ClanUser>]: never; }>(object: I_1): ClanUserList_ClanUser;
|
|
7051
7113
|
};
|
|
7052
7114
|
export declare const RegistFcmDeviceTokenRequest: {
|
|
7053
7115
|
encode(message: RegistFcmDeviceTokenRequest, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -8955,6 +9017,7 @@ export declare const User: {
|
|
|
8955
9017
|
is_mobile?: boolean | undefined;
|
|
8956
9018
|
dob?: Date | undefined;
|
|
8957
9019
|
mezon_id?: string | undefined;
|
|
9020
|
+
list_nick_names?: string[] | undefined;
|
|
8958
9021
|
} & {
|
|
8959
9022
|
id?: string | undefined;
|
|
8960
9023
|
username?: string | undefined;
|
|
@@ -8978,7 +9041,8 @@ export declare const User: {
|
|
|
8978
9041
|
is_mobile?: boolean | undefined;
|
|
8979
9042
|
dob?: Date | undefined;
|
|
8980
9043
|
mezon_id?: string | undefined;
|
|
8981
|
-
|
|
9044
|
+
list_nick_names?: (string[] & string[] & { [K in Exclude<keyof I["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
9045
|
+
} & { [K_1 in Exclude<keyof I, keyof User>]: never; }>(base?: I | undefined): User;
|
|
8982
9046
|
fromPartial<I_1 extends {
|
|
8983
9047
|
id?: string | undefined;
|
|
8984
9048
|
username?: string | undefined;
|
|
@@ -9002,6 +9066,7 @@ export declare const User: {
|
|
|
9002
9066
|
is_mobile?: boolean | undefined;
|
|
9003
9067
|
dob?: Date | undefined;
|
|
9004
9068
|
mezon_id?: string | undefined;
|
|
9069
|
+
list_nick_names?: string[] | undefined;
|
|
9005
9070
|
} & {
|
|
9006
9071
|
id?: string | undefined;
|
|
9007
9072
|
username?: string | undefined;
|
|
@@ -9025,7 +9090,8 @@ export declare const User: {
|
|
|
9025
9090
|
is_mobile?: boolean | undefined;
|
|
9026
9091
|
dob?: Date | undefined;
|
|
9027
9092
|
mezon_id?: string | undefined;
|
|
9028
|
-
|
|
9093
|
+
list_nick_names?: (string[] & string[] & { [K_2 in Exclude<keyof I_1["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
9094
|
+
} & { [K_3 in Exclude<keyof I_1, keyof User>]: never; }>(object: I_1): User;
|
|
9029
9095
|
};
|
|
9030
9096
|
export declare const UserGroupList: {
|
|
9031
9097
|
encode(message: UserGroupList, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -9360,6 +9426,7 @@ export declare const Users: {
|
|
|
9360
9426
|
is_mobile?: boolean | undefined;
|
|
9361
9427
|
dob?: Date | undefined;
|
|
9362
9428
|
mezon_id?: string | undefined;
|
|
9429
|
+
list_nick_names?: string[] | undefined;
|
|
9363
9430
|
}[] | undefined;
|
|
9364
9431
|
} & {
|
|
9365
9432
|
users?: ({
|
|
@@ -9385,6 +9452,7 @@ export declare const Users: {
|
|
|
9385
9452
|
is_mobile?: boolean | undefined;
|
|
9386
9453
|
dob?: Date | undefined;
|
|
9387
9454
|
mezon_id?: string | undefined;
|
|
9455
|
+
list_nick_names?: string[] | undefined;
|
|
9388
9456
|
}[] & ({
|
|
9389
9457
|
id?: string | undefined;
|
|
9390
9458
|
username?: string | undefined;
|
|
@@ -9408,6 +9476,7 @@ export declare const Users: {
|
|
|
9408
9476
|
is_mobile?: boolean | undefined;
|
|
9409
9477
|
dob?: Date | undefined;
|
|
9410
9478
|
mezon_id?: string | undefined;
|
|
9479
|
+
list_nick_names?: string[] | undefined;
|
|
9411
9480
|
} & {
|
|
9412
9481
|
id?: string | undefined;
|
|
9413
9482
|
username?: string | undefined;
|
|
@@ -9431,7 +9500,8 @@ export declare const Users: {
|
|
|
9431
9500
|
is_mobile?: boolean | undefined;
|
|
9432
9501
|
dob?: Date | undefined;
|
|
9433
9502
|
mezon_id?: string | undefined;
|
|
9434
|
-
|
|
9503
|
+
list_nick_names?: (string[] & string[] & { [K in Exclude<keyof I["users"][number]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
9504
|
+
} & { [K_1 in Exclude<keyof I["users"][number], keyof User>]: never; })[] & { [K_2 in Exclude<keyof I["users"], keyof {
|
|
9435
9505
|
id?: string | undefined;
|
|
9436
9506
|
username?: string | undefined;
|
|
9437
9507
|
display_name?: string | undefined;
|
|
@@ -9454,8 +9524,9 @@ export declare const Users: {
|
|
|
9454
9524
|
is_mobile?: boolean | undefined;
|
|
9455
9525
|
dob?: Date | undefined;
|
|
9456
9526
|
mezon_id?: string | undefined;
|
|
9527
|
+
list_nick_names?: string[] | undefined;
|
|
9457
9528
|
}[]>]: never; }) | undefined;
|
|
9458
|
-
} & { [
|
|
9529
|
+
} & { [K_3 in Exclude<keyof I, "users">]: never; }>(base?: I | undefined): Users;
|
|
9459
9530
|
fromPartial<I_1 extends {
|
|
9460
9531
|
users?: {
|
|
9461
9532
|
id?: string | undefined;
|
|
@@ -9480,6 +9551,7 @@ export declare const Users: {
|
|
|
9480
9551
|
is_mobile?: boolean | undefined;
|
|
9481
9552
|
dob?: Date | undefined;
|
|
9482
9553
|
mezon_id?: string | undefined;
|
|
9554
|
+
list_nick_names?: string[] | undefined;
|
|
9483
9555
|
}[] | undefined;
|
|
9484
9556
|
} & {
|
|
9485
9557
|
users?: ({
|
|
@@ -9505,6 +9577,7 @@ export declare const Users: {
|
|
|
9505
9577
|
is_mobile?: boolean | undefined;
|
|
9506
9578
|
dob?: Date | undefined;
|
|
9507
9579
|
mezon_id?: string | undefined;
|
|
9580
|
+
list_nick_names?: string[] | undefined;
|
|
9508
9581
|
}[] & ({
|
|
9509
9582
|
id?: string | undefined;
|
|
9510
9583
|
username?: string | undefined;
|
|
@@ -9528,6 +9601,7 @@ export declare const Users: {
|
|
|
9528
9601
|
is_mobile?: boolean | undefined;
|
|
9529
9602
|
dob?: Date | undefined;
|
|
9530
9603
|
mezon_id?: string | undefined;
|
|
9604
|
+
list_nick_names?: string[] | undefined;
|
|
9531
9605
|
} & {
|
|
9532
9606
|
id?: string | undefined;
|
|
9533
9607
|
username?: string | undefined;
|
|
@@ -9551,7 +9625,8 @@ export declare const Users: {
|
|
|
9551
9625
|
is_mobile?: boolean | undefined;
|
|
9552
9626
|
dob?: Date | undefined;
|
|
9553
9627
|
mezon_id?: string | undefined;
|
|
9554
|
-
|
|
9628
|
+
list_nick_names?: (string[] & string[] & { [K_4 in Exclude<keyof I_1["users"][number]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
9629
|
+
} & { [K_5 in Exclude<keyof I_1["users"][number], keyof User>]: never; })[] & { [K_6 in Exclude<keyof I_1["users"], keyof {
|
|
9555
9630
|
id?: string | undefined;
|
|
9556
9631
|
username?: string | undefined;
|
|
9557
9632
|
display_name?: string | undefined;
|
|
@@ -9574,8 +9649,9 @@ export declare const Users: {
|
|
|
9574
9649
|
is_mobile?: boolean | undefined;
|
|
9575
9650
|
dob?: Date | undefined;
|
|
9576
9651
|
mezon_id?: string | undefined;
|
|
9652
|
+
list_nick_names?: string[] | undefined;
|
|
9577
9653
|
}[]>]: never; }) | undefined;
|
|
9578
|
-
} & { [
|
|
9654
|
+
} & { [K_7 in Exclude<keyof I_1, "users">]: never; }>(object: I_1): Users;
|
|
9579
9655
|
};
|
|
9580
9656
|
export declare const ClanDescProfile: {
|
|
9581
9657
|
encode(message: ClanDescProfile, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -17828,6 +17904,7 @@ export declare const AllUserClans: {
|
|
|
17828
17904
|
is_mobile?: boolean | undefined;
|
|
17829
17905
|
dob?: Date | undefined;
|
|
17830
17906
|
mezon_id?: string | undefined;
|
|
17907
|
+
list_nick_names?: string[] | undefined;
|
|
17831
17908
|
}[] | undefined;
|
|
17832
17909
|
} & {
|
|
17833
17910
|
users?: ({
|
|
@@ -17853,6 +17930,7 @@ export declare const AllUserClans: {
|
|
|
17853
17930
|
is_mobile?: boolean | undefined;
|
|
17854
17931
|
dob?: Date | undefined;
|
|
17855
17932
|
mezon_id?: string | undefined;
|
|
17933
|
+
list_nick_names?: string[] | undefined;
|
|
17856
17934
|
}[] & ({
|
|
17857
17935
|
id?: string | undefined;
|
|
17858
17936
|
username?: string | undefined;
|
|
@@ -17876,6 +17954,7 @@ export declare const AllUserClans: {
|
|
|
17876
17954
|
is_mobile?: boolean | undefined;
|
|
17877
17955
|
dob?: Date | undefined;
|
|
17878
17956
|
mezon_id?: string | undefined;
|
|
17957
|
+
list_nick_names?: string[] | undefined;
|
|
17879
17958
|
} & {
|
|
17880
17959
|
id?: string | undefined;
|
|
17881
17960
|
username?: string | undefined;
|
|
@@ -17899,7 +17978,8 @@ export declare const AllUserClans: {
|
|
|
17899
17978
|
is_mobile?: boolean | undefined;
|
|
17900
17979
|
dob?: Date | undefined;
|
|
17901
17980
|
mezon_id?: string | undefined;
|
|
17902
|
-
|
|
17981
|
+
list_nick_names?: (string[] & string[] & { [K in Exclude<keyof I["users"][number]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
17982
|
+
} & { [K_1 in Exclude<keyof I["users"][number], keyof User>]: never; })[] & { [K_2 in Exclude<keyof I["users"], keyof {
|
|
17903
17983
|
id?: string | undefined;
|
|
17904
17984
|
username?: string | undefined;
|
|
17905
17985
|
display_name?: string | undefined;
|
|
@@ -17922,8 +18002,9 @@ export declare const AllUserClans: {
|
|
|
17922
18002
|
is_mobile?: boolean | undefined;
|
|
17923
18003
|
dob?: Date | undefined;
|
|
17924
18004
|
mezon_id?: string | undefined;
|
|
18005
|
+
list_nick_names?: string[] | undefined;
|
|
17925
18006
|
}[]>]: never; }) | undefined;
|
|
17926
|
-
} & { [
|
|
18007
|
+
} & { [K_3 in Exclude<keyof I, "users">]: never; }>(base?: I | undefined): AllUserClans;
|
|
17927
18008
|
fromPartial<I_1 extends {
|
|
17928
18009
|
users?: {
|
|
17929
18010
|
id?: string | undefined;
|
|
@@ -17948,6 +18029,7 @@ export declare const AllUserClans: {
|
|
|
17948
18029
|
is_mobile?: boolean | undefined;
|
|
17949
18030
|
dob?: Date | undefined;
|
|
17950
18031
|
mezon_id?: string | undefined;
|
|
18032
|
+
list_nick_names?: string[] | undefined;
|
|
17951
18033
|
}[] | undefined;
|
|
17952
18034
|
} & {
|
|
17953
18035
|
users?: ({
|
|
@@ -17973,6 +18055,7 @@ export declare const AllUserClans: {
|
|
|
17973
18055
|
is_mobile?: boolean | undefined;
|
|
17974
18056
|
dob?: Date | undefined;
|
|
17975
18057
|
mezon_id?: string | undefined;
|
|
18058
|
+
list_nick_names?: string[] | undefined;
|
|
17976
18059
|
}[] & ({
|
|
17977
18060
|
id?: string | undefined;
|
|
17978
18061
|
username?: string | undefined;
|
|
@@ -17996,6 +18079,7 @@ export declare const AllUserClans: {
|
|
|
17996
18079
|
is_mobile?: boolean | undefined;
|
|
17997
18080
|
dob?: Date | undefined;
|
|
17998
18081
|
mezon_id?: string | undefined;
|
|
18082
|
+
list_nick_names?: string[] | undefined;
|
|
17999
18083
|
} & {
|
|
18000
18084
|
id?: string | undefined;
|
|
18001
18085
|
username?: string | undefined;
|
|
@@ -18019,7 +18103,8 @@ export declare const AllUserClans: {
|
|
|
18019
18103
|
is_mobile?: boolean | undefined;
|
|
18020
18104
|
dob?: Date | undefined;
|
|
18021
18105
|
mezon_id?: string | undefined;
|
|
18022
|
-
|
|
18106
|
+
list_nick_names?: (string[] & string[] & { [K_4 in Exclude<keyof I_1["users"][number]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
18107
|
+
} & { [K_5 in Exclude<keyof I_1["users"][number], keyof User>]: never; })[] & { [K_6 in Exclude<keyof I_1["users"], keyof {
|
|
18023
18108
|
id?: string | undefined;
|
|
18024
18109
|
username?: string | undefined;
|
|
18025
18110
|
display_name?: string | undefined;
|
|
@@ -18042,8 +18127,9 @@ export declare const AllUserClans: {
|
|
|
18042
18127
|
is_mobile?: boolean | undefined;
|
|
18043
18128
|
dob?: Date | undefined;
|
|
18044
18129
|
mezon_id?: string | undefined;
|
|
18130
|
+
list_nick_names?: string[] | undefined;
|
|
18045
18131
|
}[]>]: never; }) | undefined;
|
|
18046
|
-
} & { [
|
|
18132
|
+
} & { [K_7 in Exclude<keyof I_1, "users">]: never; }>(object: I_1): AllUserClans;
|
|
18047
18133
|
};
|
|
18048
18134
|
export declare const RoleListEventRequest: {
|
|
18049
18135
|
encode(message: RoleListEventRequest, writer?: _m0.Writer): _m0.Writer;
|