@dcl/protocol 1.0.0-15736212864.commit-41e200e → 1.0.0-15850084249.commit-ce7a4eb
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/out-js/decentraland/common/texture.gen.d.ts +0 -18
- package/out-js/decentraland/common/texture.gen.js +4 -104
- package/out-js/decentraland/common/texture.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.d.ts +0 -50
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +1 -175
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.d.ts +5 -0
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +14 -2
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.d.ts +0 -2
- package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.js +2 -19
- package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.d.ts +0 -41
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +3 -241
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_shape.gen.d.ts +0 -2
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js +1 -19
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.d.ts +1 -35
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +3 -172
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/common/input_action.gen.d.ts +0 -3
- package/out-js/decentraland/sdk/components/common/input_action.gen.js +0 -18
- package/out-js/decentraland/sdk/components/common/input_action.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts +0 -19
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js +3 -90
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/material.gen.d.ts +0 -20
- package/out-js/decentraland/sdk/components/material.gen.js +2 -86
- package/out-js/decentraland/sdk/components/material.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +0 -18
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js +4 -90
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.d.ts +3 -19
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +4 -90
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_text.gen.d.ts +0 -4
- package/out-js/decentraland/sdk/components/ui_text.gen.js +1 -30
- package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_transform.gen.d.ts +0 -33
- package/out-js/decentraland/sdk/components/ui_transform.gen.js +3 -176
- package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -1
- package/out-js/decentraland/social_service/v2/social_service_v2.gen.d.ts +816 -22
- package/out-js/decentraland/social_service/v2/social_service_v2.gen.js +5000 -941
- package/out-js/decentraland/social_service/v2/social_service_v2.gen.js.map +1 -1
- package/out-ts/decentraland/common/texture.gen.ts +4 -119
- package/out-ts/decentraland/kernel/apis/restricted_actions.gen.ts +0 -187
- package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +19 -1
- package/out-ts/decentraland/sdk/components/avatar_equipped_data.gen.ts +1 -20
- package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +1 -292
- package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +0 -20
- package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +2 -218
- package/out-ts/decentraland/sdk/components/common/input_action.gen.ts +0 -18
- package/out-ts/decentraland/sdk/components/gltf_container_loading_state.gen.ts +2 -108
- package/out-ts/decentraland/sdk/components/material.gen.ts +1 -102
- package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +0 -99
- package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +3 -100
- package/out-ts/decentraland/sdk/components/ui_text.gen.ts +1 -40
- package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +0 -193
- package/out-ts/decentraland/social_service/v2/social_service_v2.gen.ts +5531 -948
- package/package.json +4 -7
- package/proto/decentraland/common/texture.proto +1 -8
- package/proto/decentraland/kernel/apis/restricted_actions.proto +0 -16
- package/proto/decentraland/kernel/comms/rfc4/comms.proto +4 -0
- package/proto/decentraland/sdk/components/avatar_equipped_data.proto +1 -2
- package/proto/decentraland/sdk/components/avatar_modifier_area.proto +0 -21
- package/proto/decentraland/sdk/components/avatar_shape.proto +0 -1
- package/proto/decentraland/sdk/components/camera_mode_area.proto +3 -22
- package/proto/decentraland/sdk/components/common/input_action.proto +0 -3
- package/proto/decentraland/sdk/components/gltf_container_loading_state.proto +0 -13
- package/proto/decentraland/sdk/components/light_source.proto +35 -0
- package/proto/decentraland/sdk/components/material.proto +1 -13
- package/proto/decentraland/sdk/components/mesh_collider.proto +1 -8
- package/proto/decentraland/sdk/components/mesh_renderer.proto +3 -8
- package/proto/decentraland/sdk/components/primary_pointer_info.proto +0 -5
- package/proto/decentraland/sdk/components/ui_text.proto +0 -3
- package/proto/decentraland/sdk/components/ui_transform.proto +0 -20
- package/proto/decentraland/sdk/components/virtual_camera.proto +2 -0
- package/proto/decentraland/social_service/v2/social_service_v2.proto +337 -9
- package/public/sdk-components.proto +0 -2
- package/out-js/decentraland/sdk/components/gltf_node.gen.d.ts +0 -66
- package/out-js/decentraland/sdk/components/gltf_node.gen.js +0 -69
- package/out-js/decentraland/sdk/components/gltf_node.gen.js.map +0 -1
- package/out-js/decentraland/sdk/components/gltf_node_state.gen.d.ts +0 -43
- package/out-js/decentraland/sdk/components/gltf_node_state.gen.js +0 -122
- package/out-js/decentraland/sdk/components/gltf_node_state.gen.js.map +0 -1
- package/out-ts/decentraland/sdk/components/gltf_node.gen.ts +0 -116
- package/out-ts/decentraland/sdk/components/gltf_node_state.gen.ts +0 -139
- package/proto/decentraland/sdk/components/camera_layer.proto +0 -30
- package/proto/decentraland/sdk/components/camera_layers.proto +0 -11
- package/proto/decentraland/sdk/components/global_light.proto +0 -22
- package/proto/decentraland/sdk/components/gltf_node.proto +0 -42
- package/proto/decentraland/sdk/components/gltf_node_state.proto +0 -20
- package/proto/decentraland/sdk/components/light.proto +0 -42
- package/proto/decentraland/sdk/components/spotlight.proto +0 -21
- package/proto/decentraland/sdk/components/texture_camera.proto +0 -46
- package/proto/decentraland/sdk/components/ui_canvas.proto +0 -16
- package/proto/decentraland/sdk/components/ui_scroll_result.proto +0 -12
|
@@ -17,34 +17,90 @@ export declare enum FriendshipStatus {
|
|
|
17
17
|
REJECTED = 4,
|
|
18
18
|
DELETED = 5,
|
|
19
19
|
BLOCKED = 6,
|
|
20
|
+
NONE = 7,
|
|
21
|
+
BLOCKED_BY = 8,
|
|
20
22
|
UNRECOGNIZED = -1
|
|
21
23
|
}
|
|
22
24
|
export declare function friendshipStatusFromJSON(object: any): FriendshipStatus;
|
|
23
25
|
export declare function friendshipStatusToJSON(object: FriendshipStatus): string;
|
|
26
|
+
export declare enum PrivateMessagePrivacySetting {
|
|
27
|
+
ALL = 0,
|
|
28
|
+
ONLY_FRIENDS = 1,
|
|
29
|
+
UNRECOGNIZED = -1
|
|
30
|
+
}
|
|
31
|
+
export declare function privateMessagePrivacySettingFromJSON(object: any): PrivateMessagePrivacySetting;
|
|
32
|
+
export declare function privateMessagePrivacySettingToJSON(object: PrivateMessagePrivacySetting): string;
|
|
33
|
+
export declare enum BlockedUsersMessagesVisibilitySetting {
|
|
34
|
+
SHOW_MESSAGES = 0,
|
|
35
|
+
DO_NOT_SHOW_MESSAGES = 1,
|
|
36
|
+
UNRECOGNIZED = -1
|
|
37
|
+
}
|
|
38
|
+
export declare function blockedUsersMessagesVisibilitySettingFromJSON(object: any): BlockedUsersMessagesVisibilitySetting;
|
|
39
|
+
export declare function blockedUsersMessagesVisibilitySettingToJSON(object: BlockedUsersMessagesVisibilitySetting): string;
|
|
40
|
+
export declare enum PrivateVoiceChatStatus {
|
|
41
|
+
VOICE_CHAT_REQUESTED = 0,
|
|
42
|
+
VOICE_CHAT_ACCEPTED = 1,
|
|
43
|
+
VOICE_CHAT_REJECTED = 2,
|
|
44
|
+
VOICE_CHAT_ENDED = 3,
|
|
45
|
+
VOICE_CHAT_EXPIRED = 4,
|
|
46
|
+
UNRECOGNIZED = -1
|
|
47
|
+
}
|
|
48
|
+
export declare function privateVoiceChatStatusFromJSON(object: any): PrivateVoiceChatStatus;
|
|
49
|
+
export declare function privateVoiceChatStatusToJSON(object: PrivateVoiceChatStatus): string;
|
|
24
50
|
/** Errors */
|
|
25
51
|
export interface InvalidFriendshipAction {
|
|
52
|
+
message?: string | undefined;
|
|
26
53
|
}
|
|
27
54
|
export interface InternalServerError {
|
|
55
|
+
message?: string | undefined;
|
|
56
|
+
}
|
|
57
|
+
export interface InvalidRequest {
|
|
58
|
+
message?: string | undefined;
|
|
59
|
+
}
|
|
60
|
+
export interface ProfileNotFound {
|
|
61
|
+
message?: string | undefined;
|
|
62
|
+
}
|
|
63
|
+
export interface ConflictingError {
|
|
64
|
+
message?: string | undefined;
|
|
65
|
+
}
|
|
66
|
+
export interface ForbiddenError {
|
|
67
|
+
message?: string | undefined;
|
|
68
|
+
}
|
|
69
|
+
export interface NotFoundError {
|
|
70
|
+
message?: string | undefined;
|
|
28
71
|
}
|
|
29
72
|
/** Types */
|
|
30
73
|
export interface User {
|
|
31
74
|
address: string;
|
|
32
75
|
}
|
|
76
|
+
export interface FriendProfile {
|
|
77
|
+
address: string;
|
|
78
|
+
name: string;
|
|
79
|
+
hasClaimedName: boolean;
|
|
80
|
+
profilePictureUrl: string;
|
|
81
|
+
}
|
|
82
|
+
export interface BlockedUserProfile {
|
|
83
|
+
address: string;
|
|
84
|
+
name: string;
|
|
85
|
+
hasClaimedName: boolean;
|
|
86
|
+
profilePictureUrl: string;
|
|
87
|
+
blockedAt?: number | undefined;
|
|
88
|
+
}
|
|
33
89
|
export interface Pagination {
|
|
34
90
|
limit: number;
|
|
35
91
|
offset: number;
|
|
36
92
|
}
|
|
37
93
|
export interface FriendshipRequestResponse {
|
|
38
|
-
|
|
94
|
+
friend: FriendProfile | undefined;
|
|
39
95
|
createdAt: number;
|
|
40
96
|
message?: string | undefined;
|
|
97
|
+
id: string;
|
|
41
98
|
}
|
|
42
99
|
export interface FriendshipRequests {
|
|
43
100
|
requests: FriendshipRequestResponse[];
|
|
44
101
|
}
|
|
45
102
|
export interface GetFriendsPayload {
|
|
46
103
|
pagination?: Pagination | undefined;
|
|
47
|
-
status?: ConnectivityStatus | undefined;
|
|
48
104
|
}
|
|
49
105
|
export interface GetFriendshipRequestsPayload {
|
|
50
106
|
pagination?: Pagination | undefined;
|
|
@@ -91,8 +147,8 @@ export interface PaginatedResponse {
|
|
|
91
147
|
total: number;
|
|
92
148
|
page: number;
|
|
93
149
|
}
|
|
94
|
-
export interface
|
|
95
|
-
|
|
150
|
+
export interface PaginatedFriendsProfilesResponse {
|
|
151
|
+
friends: FriendProfile[];
|
|
96
152
|
paginationData: PaginatedResponse | undefined;
|
|
97
153
|
}
|
|
98
154
|
export interface PaginatedFriendshipRequestsResponse {
|
|
@@ -120,11 +176,13 @@ export interface UpsertFriendshipResponse {
|
|
|
120
176
|
export interface UpsertFriendshipResponse_Accepted {
|
|
121
177
|
id: string;
|
|
122
178
|
createdAt: number;
|
|
179
|
+
friend: FriendProfile | undefined;
|
|
180
|
+
message?: string | undefined;
|
|
123
181
|
}
|
|
124
182
|
export interface FriendshipUpdate {
|
|
125
183
|
update?: {
|
|
126
184
|
$case: "request";
|
|
127
|
-
request:
|
|
185
|
+
request: FriendshipUpdate_RequestResponse;
|
|
128
186
|
} | {
|
|
129
187
|
$case: "accept";
|
|
130
188
|
accept: FriendshipUpdate_AcceptResponse;
|
|
@@ -137,8 +195,17 @@ export interface FriendshipUpdate {
|
|
|
137
195
|
} | {
|
|
138
196
|
$case: "cancel";
|
|
139
197
|
cancel: FriendshipUpdate_CancelResponse;
|
|
198
|
+
} | {
|
|
199
|
+
$case: "block";
|
|
200
|
+
block: FriendshipUpdate_BlockResponse;
|
|
140
201
|
} | undefined;
|
|
141
202
|
}
|
|
203
|
+
export interface FriendshipUpdate_RequestResponse {
|
|
204
|
+
friend: FriendProfile | undefined;
|
|
205
|
+
createdAt: number;
|
|
206
|
+
message?: string | undefined;
|
|
207
|
+
id: string;
|
|
208
|
+
}
|
|
142
209
|
export interface FriendshipUpdate_AcceptResponse {
|
|
143
210
|
user: User | undefined;
|
|
144
211
|
}
|
|
@@ -151,6 +218,13 @@ export interface FriendshipUpdate_DeleteResponse {
|
|
|
151
218
|
export interface FriendshipUpdate_CancelResponse {
|
|
152
219
|
user: User | undefined;
|
|
153
220
|
}
|
|
221
|
+
export interface FriendshipUpdate_BlockResponse {
|
|
222
|
+
user: User | undefined;
|
|
223
|
+
}
|
|
224
|
+
export interface FriendConnectivityUpdate {
|
|
225
|
+
friend: FriendProfile | undefined;
|
|
226
|
+
status: ConnectivityStatus;
|
|
227
|
+
}
|
|
154
228
|
export interface GetFriendshipStatusPayload {
|
|
155
229
|
user: User | undefined;
|
|
156
230
|
}
|
|
@@ -167,21 +241,290 @@ export interface GetFriendshipStatusResponse_Ok {
|
|
|
167
241
|
status: FriendshipStatus;
|
|
168
242
|
message?: string | undefined;
|
|
169
243
|
}
|
|
244
|
+
export interface BlockUserPayload {
|
|
245
|
+
user: User | undefined;
|
|
246
|
+
}
|
|
247
|
+
export interface BlockUserResponse {
|
|
248
|
+
response?: {
|
|
249
|
+
$case: "ok";
|
|
250
|
+
ok: BlockUserResponse_Ok;
|
|
251
|
+
} | {
|
|
252
|
+
$case: "internalServerError";
|
|
253
|
+
internalServerError: InternalServerError;
|
|
254
|
+
} | {
|
|
255
|
+
$case: "invalidRequest";
|
|
256
|
+
invalidRequest: InvalidRequest;
|
|
257
|
+
} | {
|
|
258
|
+
$case: "profileNotFound";
|
|
259
|
+
profileNotFound: ProfileNotFound;
|
|
260
|
+
} | undefined;
|
|
261
|
+
}
|
|
262
|
+
export interface BlockUserResponse_Ok {
|
|
263
|
+
profile: BlockedUserProfile | undefined;
|
|
264
|
+
}
|
|
265
|
+
export interface UnblockUserPayload {
|
|
266
|
+
user: User | undefined;
|
|
267
|
+
}
|
|
268
|
+
export interface UnblockUserResponse {
|
|
269
|
+
response?: {
|
|
270
|
+
$case: "ok";
|
|
271
|
+
ok: UnblockUserResponse_Ok;
|
|
272
|
+
} | {
|
|
273
|
+
$case: "internalServerError";
|
|
274
|
+
internalServerError: InternalServerError;
|
|
275
|
+
} | {
|
|
276
|
+
$case: "invalidRequest";
|
|
277
|
+
invalidRequest: InvalidRequest;
|
|
278
|
+
} | {
|
|
279
|
+
$case: "profileNotFound";
|
|
280
|
+
profileNotFound: ProfileNotFound;
|
|
281
|
+
} | undefined;
|
|
282
|
+
}
|
|
283
|
+
export interface UnblockUserResponse_Ok {
|
|
284
|
+
profile: BlockedUserProfile | undefined;
|
|
285
|
+
}
|
|
286
|
+
export interface SocialSettings {
|
|
287
|
+
privateMessagesPrivacy: PrivateMessagePrivacySetting;
|
|
288
|
+
blockedUsersMessagesVisibility: BlockedUsersMessagesVisibilitySetting;
|
|
289
|
+
}
|
|
290
|
+
export interface GetSocialSettingsResponse {
|
|
291
|
+
response?: {
|
|
292
|
+
$case: "ok";
|
|
293
|
+
ok: GetSocialSettingsResponse_Ok;
|
|
294
|
+
} | {
|
|
295
|
+
$case: "internalServerError";
|
|
296
|
+
internalServerError: InternalServerError;
|
|
297
|
+
} | undefined;
|
|
298
|
+
}
|
|
299
|
+
export interface GetSocialSettingsResponse_Ok {
|
|
300
|
+
settings: SocialSettings | undefined;
|
|
301
|
+
}
|
|
302
|
+
export interface UpsertSocialSettingsPayload {
|
|
303
|
+
privateMessagesPrivacy?: PrivateMessagePrivacySetting | undefined;
|
|
304
|
+
blockedUsersMessagesVisibility?: BlockedUsersMessagesVisibilitySetting | undefined;
|
|
305
|
+
}
|
|
306
|
+
export interface UpsertSocialSettingsResponse {
|
|
307
|
+
response?: {
|
|
308
|
+
$case: "ok";
|
|
309
|
+
ok: SocialSettings;
|
|
310
|
+
} | {
|
|
311
|
+
$case: "internalServerError";
|
|
312
|
+
internalServerError: InternalServerError;
|
|
313
|
+
} | {
|
|
314
|
+
$case: "invalidRequest";
|
|
315
|
+
invalidRequest: InvalidRequest;
|
|
316
|
+
} | undefined;
|
|
317
|
+
}
|
|
318
|
+
export interface GetPrivateMessagesSettingsPayload {
|
|
319
|
+
user: User[];
|
|
320
|
+
}
|
|
321
|
+
export interface GetPrivateMessagesSettingsResponse {
|
|
322
|
+
response?: {
|
|
323
|
+
$case: "ok";
|
|
324
|
+
ok: GetPrivateMessagesSettingsResponse_Ok;
|
|
325
|
+
} | {
|
|
326
|
+
$case: "internalServerError";
|
|
327
|
+
internalServerError: InternalServerError;
|
|
328
|
+
} | {
|
|
329
|
+
$case: "invalidRequest";
|
|
330
|
+
invalidRequest: InvalidRequest;
|
|
331
|
+
} | {
|
|
332
|
+
$case: "profileNotFound";
|
|
333
|
+
profileNotFound: ProfileNotFound;
|
|
334
|
+
} | undefined;
|
|
335
|
+
}
|
|
336
|
+
export interface GetPrivateMessagesSettingsResponse_PrivateMessagesSettings {
|
|
337
|
+
user: User | undefined;
|
|
338
|
+
privateMessagesPrivacy: PrivateMessagePrivacySetting;
|
|
339
|
+
isFriend: boolean;
|
|
340
|
+
}
|
|
341
|
+
export interface GetPrivateMessagesSettingsResponse_Ok {
|
|
342
|
+
settings: GetPrivateMessagesSettingsResponse_PrivateMessagesSettings[];
|
|
343
|
+
}
|
|
344
|
+
export interface GetBlockedUsersPayload {
|
|
345
|
+
pagination?: Pagination | undefined;
|
|
346
|
+
}
|
|
347
|
+
export interface GetBlockedUsersResponse {
|
|
348
|
+
profiles: BlockedUserProfile[];
|
|
349
|
+
paginationData: PaginatedResponse | undefined;
|
|
350
|
+
}
|
|
351
|
+
export interface GetBlockingStatusResponse {
|
|
352
|
+
blockedUsers: string[];
|
|
353
|
+
blockedByUsers: string[];
|
|
354
|
+
}
|
|
355
|
+
export interface BlockUpdate {
|
|
356
|
+
address: string;
|
|
357
|
+
isBlocked: boolean;
|
|
358
|
+
}
|
|
359
|
+
export interface StartPrivateVoiceChatPayload {
|
|
360
|
+
callee: User | undefined;
|
|
361
|
+
}
|
|
362
|
+
export interface StartPrivateVoiceChatResponse {
|
|
363
|
+
response?: {
|
|
364
|
+
$case: "ok";
|
|
365
|
+
ok: StartPrivateVoiceChatResponse_Ok;
|
|
366
|
+
} | {
|
|
367
|
+
$case: "internalServerError";
|
|
368
|
+
internalServerError: InternalServerError;
|
|
369
|
+
} | {
|
|
370
|
+
$case: "invalidRequest";
|
|
371
|
+
invalidRequest: InvalidRequest;
|
|
372
|
+
} | {
|
|
373
|
+
$case: "conflictingError";
|
|
374
|
+
conflictingError: ConflictingError;
|
|
375
|
+
} | {
|
|
376
|
+
$case: "forbiddenError";
|
|
377
|
+
forbiddenError: ForbiddenError;
|
|
378
|
+
} | undefined;
|
|
379
|
+
}
|
|
380
|
+
export interface StartPrivateVoiceChatResponse_Ok {
|
|
381
|
+
callId: string;
|
|
382
|
+
}
|
|
383
|
+
export interface AcceptPrivateVoiceChatPayload {
|
|
384
|
+
callId: string;
|
|
385
|
+
}
|
|
386
|
+
export interface AcceptPrivateVoiceChatResponse {
|
|
387
|
+
response?: {
|
|
388
|
+
$case: "ok";
|
|
389
|
+
ok: AcceptPrivateVoiceChatResponse_Ok;
|
|
390
|
+
} | {
|
|
391
|
+
$case: "internalServerError";
|
|
392
|
+
internalServerError: InternalServerError;
|
|
393
|
+
} | {
|
|
394
|
+
$case: "invalidRequest";
|
|
395
|
+
invalidRequest: InvalidRequest;
|
|
396
|
+
} | {
|
|
397
|
+
$case: "notFound";
|
|
398
|
+
notFound: NotFoundError;
|
|
399
|
+
} | {
|
|
400
|
+
$case: "forbiddenError";
|
|
401
|
+
forbiddenError: ForbiddenError;
|
|
402
|
+
} | undefined;
|
|
403
|
+
}
|
|
404
|
+
export interface AcceptPrivateVoiceChatResponse_Ok {
|
|
405
|
+
callId: string;
|
|
406
|
+
credentials: PrivateVoiceChatCredentials | undefined;
|
|
407
|
+
}
|
|
408
|
+
export interface RejectPrivateVoiceChatPayload {
|
|
409
|
+
callId: string;
|
|
410
|
+
}
|
|
411
|
+
export interface RejectPrivateVoiceChatResponse {
|
|
412
|
+
response?: {
|
|
413
|
+
$case: "ok";
|
|
414
|
+
ok: RejectPrivateVoiceChatResponse_Ok;
|
|
415
|
+
} | {
|
|
416
|
+
$case: "internalServerError";
|
|
417
|
+
internalServerError: InternalServerError;
|
|
418
|
+
} | {
|
|
419
|
+
$case: "invalidRequest";
|
|
420
|
+
invalidRequest: InvalidRequest;
|
|
421
|
+
} | {
|
|
422
|
+
$case: "notFound";
|
|
423
|
+
notFound: NotFoundError;
|
|
424
|
+
} | undefined;
|
|
425
|
+
}
|
|
426
|
+
export interface RejectPrivateVoiceChatResponse_Ok {
|
|
427
|
+
callId: string;
|
|
428
|
+
}
|
|
429
|
+
export interface PrivateVoiceChatCredentials {
|
|
430
|
+
connectionUrl: string;
|
|
431
|
+
}
|
|
432
|
+
export interface PrivateVoiceChatUpdate {
|
|
433
|
+
callId: string;
|
|
434
|
+
status: PrivateVoiceChatStatus;
|
|
435
|
+
caller?: User | undefined;
|
|
436
|
+
callee?: User | undefined;
|
|
437
|
+
credentials?: PrivateVoiceChatCredentials | undefined;
|
|
438
|
+
}
|
|
439
|
+
export interface EndPrivateVoiceChatPayload {
|
|
440
|
+
callId: string;
|
|
441
|
+
}
|
|
442
|
+
export interface EndPrivateVoiceChatResponse {
|
|
443
|
+
response?: {
|
|
444
|
+
$case: "ok";
|
|
445
|
+
ok: EndPrivateVoiceChatResponse_Ok;
|
|
446
|
+
} | {
|
|
447
|
+
$case: "internalServerError";
|
|
448
|
+
internalServerError: InternalServerError;
|
|
449
|
+
} | {
|
|
450
|
+
$case: "notFound";
|
|
451
|
+
notFound: NotFoundError;
|
|
452
|
+
} | undefined;
|
|
453
|
+
}
|
|
454
|
+
export interface EndPrivateVoiceChatResponse_Ok {
|
|
455
|
+
callId: string;
|
|
456
|
+
}
|
|
457
|
+
export interface GetIncomingPrivateVoiceChatRequestResponse {
|
|
458
|
+
response?: {
|
|
459
|
+
$case: "ok";
|
|
460
|
+
ok: GetIncomingPrivateVoiceChatRequestResponse_Ok;
|
|
461
|
+
} | {
|
|
462
|
+
$case: "notFound";
|
|
463
|
+
notFound: NotFoundError;
|
|
464
|
+
} | {
|
|
465
|
+
$case: "internalServerError";
|
|
466
|
+
internalServerError: InternalServerError;
|
|
467
|
+
} | undefined;
|
|
468
|
+
}
|
|
469
|
+
export interface GetIncomingPrivateVoiceChatRequestResponse_Ok {
|
|
470
|
+
caller: User | undefined;
|
|
471
|
+
callId: string;
|
|
472
|
+
}
|
|
170
473
|
export declare namespace InvalidFriendshipAction {
|
|
171
|
-
function encode(
|
|
474
|
+
function encode(message: InvalidFriendshipAction, writer?: _m0.Writer): _m0.Writer;
|
|
172
475
|
function decode(input: _m0.Reader | Uint8Array, length?: number): InvalidFriendshipAction;
|
|
173
|
-
function fromJSON(
|
|
174
|
-
function toJSON(
|
|
476
|
+
function fromJSON(object: any): InvalidFriendshipAction;
|
|
477
|
+
function toJSON(message: InvalidFriendshipAction): unknown;
|
|
175
478
|
function create<I extends Exact<DeepPartial<InvalidFriendshipAction>, I>>(base?: I): InvalidFriendshipAction;
|
|
176
|
-
function fromPartial<I extends Exact<DeepPartial<InvalidFriendshipAction>, I>>(
|
|
479
|
+
function fromPartial<I extends Exact<DeepPartial<InvalidFriendshipAction>, I>>(object: I): InvalidFriendshipAction;
|
|
177
480
|
}
|
|
178
481
|
export declare namespace InternalServerError {
|
|
179
|
-
function encode(
|
|
482
|
+
function encode(message: InternalServerError, writer?: _m0.Writer): _m0.Writer;
|
|
180
483
|
function decode(input: _m0.Reader | Uint8Array, length?: number): InternalServerError;
|
|
181
|
-
function fromJSON(
|
|
182
|
-
function toJSON(
|
|
484
|
+
function fromJSON(object: any): InternalServerError;
|
|
485
|
+
function toJSON(message: InternalServerError): unknown;
|
|
183
486
|
function create<I extends Exact<DeepPartial<InternalServerError>, I>>(base?: I): InternalServerError;
|
|
184
|
-
function fromPartial<I extends Exact<DeepPartial<InternalServerError>, I>>(
|
|
487
|
+
function fromPartial<I extends Exact<DeepPartial<InternalServerError>, I>>(object: I): InternalServerError;
|
|
488
|
+
}
|
|
489
|
+
export declare namespace InvalidRequest {
|
|
490
|
+
function encode(message: InvalidRequest, writer?: _m0.Writer): _m0.Writer;
|
|
491
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): InvalidRequest;
|
|
492
|
+
function fromJSON(object: any): InvalidRequest;
|
|
493
|
+
function toJSON(message: InvalidRequest): unknown;
|
|
494
|
+
function create<I extends Exact<DeepPartial<InvalidRequest>, I>>(base?: I): InvalidRequest;
|
|
495
|
+
function fromPartial<I extends Exact<DeepPartial<InvalidRequest>, I>>(object: I): InvalidRequest;
|
|
496
|
+
}
|
|
497
|
+
export declare namespace ProfileNotFound {
|
|
498
|
+
function encode(message: ProfileNotFound, writer?: _m0.Writer): _m0.Writer;
|
|
499
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): ProfileNotFound;
|
|
500
|
+
function fromJSON(object: any): ProfileNotFound;
|
|
501
|
+
function toJSON(message: ProfileNotFound): unknown;
|
|
502
|
+
function create<I extends Exact<DeepPartial<ProfileNotFound>, I>>(base?: I): ProfileNotFound;
|
|
503
|
+
function fromPartial<I extends Exact<DeepPartial<ProfileNotFound>, I>>(object: I): ProfileNotFound;
|
|
504
|
+
}
|
|
505
|
+
export declare namespace ConflictingError {
|
|
506
|
+
function encode(message: ConflictingError, writer?: _m0.Writer): _m0.Writer;
|
|
507
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): ConflictingError;
|
|
508
|
+
function fromJSON(object: any): ConflictingError;
|
|
509
|
+
function toJSON(message: ConflictingError): unknown;
|
|
510
|
+
function create<I extends Exact<DeepPartial<ConflictingError>, I>>(base?: I): ConflictingError;
|
|
511
|
+
function fromPartial<I extends Exact<DeepPartial<ConflictingError>, I>>(object: I): ConflictingError;
|
|
512
|
+
}
|
|
513
|
+
export declare namespace ForbiddenError {
|
|
514
|
+
function encode(message: ForbiddenError, writer?: _m0.Writer): _m0.Writer;
|
|
515
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): ForbiddenError;
|
|
516
|
+
function fromJSON(object: any): ForbiddenError;
|
|
517
|
+
function toJSON(message: ForbiddenError): unknown;
|
|
518
|
+
function create<I extends Exact<DeepPartial<ForbiddenError>, I>>(base?: I): ForbiddenError;
|
|
519
|
+
function fromPartial<I extends Exact<DeepPartial<ForbiddenError>, I>>(object: I): ForbiddenError;
|
|
520
|
+
}
|
|
521
|
+
export declare namespace NotFoundError {
|
|
522
|
+
function encode(message: NotFoundError, writer?: _m0.Writer): _m0.Writer;
|
|
523
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): NotFoundError;
|
|
524
|
+
function fromJSON(object: any): NotFoundError;
|
|
525
|
+
function toJSON(message: NotFoundError): unknown;
|
|
526
|
+
function create<I extends Exact<DeepPartial<NotFoundError>, I>>(base?: I): NotFoundError;
|
|
527
|
+
function fromPartial<I extends Exact<DeepPartial<NotFoundError>, I>>(object: I): NotFoundError;
|
|
185
528
|
}
|
|
186
529
|
export declare namespace User {
|
|
187
530
|
function encode(message: User, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -191,6 +534,22 @@ export declare namespace User {
|
|
|
191
534
|
function create<I extends Exact<DeepPartial<User>, I>>(base?: I): User;
|
|
192
535
|
function fromPartial<I extends Exact<DeepPartial<User>, I>>(object: I): User;
|
|
193
536
|
}
|
|
537
|
+
export declare namespace FriendProfile {
|
|
538
|
+
function encode(message: FriendProfile, writer?: _m0.Writer): _m0.Writer;
|
|
539
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): FriendProfile;
|
|
540
|
+
function fromJSON(object: any): FriendProfile;
|
|
541
|
+
function toJSON(message: FriendProfile): unknown;
|
|
542
|
+
function create<I extends Exact<DeepPartial<FriendProfile>, I>>(base?: I): FriendProfile;
|
|
543
|
+
function fromPartial<I extends Exact<DeepPartial<FriendProfile>, I>>(object: I): FriendProfile;
|
|
544
|
+
}
|
|
545
|
+
export declare namespace BlockedUserProfile {
|
|
546
|
+
function encode(message: BlockedUserProfile, writer?: _m0.Writer): _m0.Writer;
|
|
547
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): BlockedUserProfile;
|
|
548
|
+
function fromJSON(object: any): BlockedUserProfile;
|
|
549
|
+
function toJSON(message: BlockedUserProfile): unknown;
|
|
550
|
+
function create<I extends Exact<DeepPartial<BlockedUserProfile>, I>>(base?: I): BlockedUserProfile;
|
|
551
|
+
function fromPartial<I extends Exact<DeepPartial<BlockedUserProfile>, I>>(object: I): BlockedUserProfile;
|
|
552
|
+
}
|
|
194
553
|
export declare namespace Pagination {
|
|
195
554
|
function encode(message: Pagination, writer?: _m0.Writer): _m0.Writer;
|
|
196
555
|
function decode(input: _m0.Reader | Uint8Array, length?: number): Pagination;
|
|
@@ -295,13 +654,13 @@ export declare namespace PaginatedResponse {
|
|
|
295
654
|
function create<I extends Exact<DeepPartial<PaginatedResponse>, I>>(base?: I): PaginatedResponse;
|
|
296
655
|
function fromPartial<I extends Exact<DeepPartial<PaginatedResponse>, I>>(object: I): PaginatedResponse;
|
|
297
656
|
}
|
|
298
|
-
export declare namespace
|
|
299
|
-
function encode(message:
|
|
300
|
-
function decode(input: _m0.Reader | Uint8Array, length?: number):
|
|
301
|
-
function fromJSON(object: any):
|
|
302
|
-
function toJSON(message:
|
|
303
|
-
function create<I extends Exact<DeepPartial<
|
|
304
|
-
function fromPartial<I extends Exact<DeepPartial<
|
|
657
|
+
export declare namespace PaginatedFriendsProfilesResponse {
|
|
658
|
+
function encode(message: PaginatedFriendsProfilesResponse, writer?: _m0.Writer): _m0.Writer;
|
|
659
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): PaginatedFriendsProfilesResponse;
|
|
660
|
+
function fromJSON(object: any): PaginatedFriendsProfilesResponse;
|
|
661
|
+
function toJSON(message: PaginatedFriendsProfilesResponse): unknown;
|
|
662
|
+
function create<I extends Exact<DeepPartial<PaginatedFriendsProfilesResponse>, I>>(base?: I): PaginatedFriendsProfilesResponse;
|
|
663
|
+
function fromPartial<I extends Exact<DeepPartial<PaginatedFriendsProfilesResponse>, I>>(object: I): PaginatedFriendsProfilesResponse;
|
|
305
664
|
}
|
|
306
665
|
export declare namespace PaginatedFriendshipRequestsResponse {
|
|
307
666
|
function encode(message: PaginatedFriendshipRequestsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -335,6 +694,14 @@ export declare namespace FriendshipUpdate {
|
|
|
335
694
|
function create<I extends Exact<DeepPartial<FriendshipUpdate>, I>>(base?: I): FriendshipUpdate;
|
|
336
695
|
function fromPartial<I extends Exact<DeepPartial<FriendshipUpdate>, I>>(object: I): FriendshipUpdate;
|
|
337
696
|
}
|
|
697
|
+
export declare namespace FriendshipUpdate_RequestResponse {
|
|
698
|
+
function encode(message: FriendshipUpdate_RequestResponse, writer?: _m0.Writer): _m0.Writer;
|
|
699
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): FriendshipUpdate_RequestResponse;
|
|
700
|
+
function fromJSON(object: any): FriendshipUpdate_RequestResponse;
|
|
701
|
+
function toJSON(message: FriendshipUpdate_RequestResponse): unknown;
|
|
702
|
+
function create<I extends Exact<DeepPartial<FriendshipUpdate_RequestResponse>, I>>(base?: I): FriendshipUpdate_RequestResponse;
|
|
703
|
+
function fromPartial<I extends Exact<DeepPartial<FriendshipUpdate_RequestResponse>, I>>(object: I): FriendshipUpdate_RequestResponse;
|
|
704
|
+
}
|
|
338
705
|
export declare namespace FriendshipUpdate_AcceptResponse {
|
|
339
706
|
function encode(message: FriendshipUpdate_AcceptResponse, writer?: _m0.Writer): _m0.Writer;
|
|
340
707
|
function decode(input: _m0.Reader | Uint8Array, length?: number): FriendshipUpdate_AcceptResponse;
|
|
@@ -367,6 +734,22 @@ export declare namespace FriendshipUpdate_CancelResponse {
|
|
|
367
734
|
function create<I extends Exact<DeepPartial<FriendshipUpdate_CancelResponse>, I>>(base?: I): FriendshipUpdate_CancelResponse;
|
|
368
735
|
function fromPartial<I extends Exact<DeepPartial<FriendshipUpdate_CancelResponse>, I>>(object: I): FriendshipUpdate_CancelResponse;
|
|
369
736
|
}
|
|
737
|
+
export declare namespace FriendshipUpdate_BlockResponse {
|
|
738
|
+
function encode(message: FriendshipUpdate_BlockResponse, writer?: _m0.Writer): _m0.Writer;
|
|
739
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): FriendshipUpdate_BlockResponse;
|
|
740
|
+
function fromJSON(object: any): FriendshipUpdate_BlockResponse;
|
|
741
|
+
function toJSON(message: FriendshipUpdate_BlockResponse): unknown;
|
|
742
|
+
function create<I extends Exact<DeepPartial<FriendshipUpdate_BlockResponse>, I>>(base?: I): FriendshipUpdate_BlockResponse;
|
|
743
|
+
function fromPartial<I extends Exact<DeepPartial<FriendshipUpdate_BlockResponse>, I>>(object: I): FriendshipUpdate_BlockResponse;
|
|
744
|
+
}
|
|
745
|
+
export declare namespace FriendConnectivityUpdate {
|
|
746
|
+
function encode(message: FriendConnectivityUpdate, writer?: _m0.Writer): _m0.Writer;
|
|
747
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): FriendConnectivityUpdate;
|
|
748
|
+
function fromJSON(object: any): FriendConnectivityUpdate;
|
|
749
|
+
function toJSON(message: FriendConnectivityUpdate): unknown;
|
|
750
|
+
function create<I extends Exact<DeepPartial<FriendConnectivityUpdate>, I>>(base?: I): FriendConnectivityUpdate;
|
|
751
|
+
function fromPartial<I extends Exact<DeepPartial<FriendConnectivityUpdate>, I>>(object: I): FriendConnectivityUpdate;
|
|
752
|
+
}
|
|
370
753
|
export declare namespace GetFriendshipStatusPayload {
|
|
371
754
|
function encode(message: GetFriendshipStatusPayload, writer?: _m0.Writer): _m0.Writer;
|
|
372
755
|
function decode(input: _m0.Reader | Uint8Array, length?: number): GetFriendshipStatusPayload;
|
|
@@ -391,6 +774,286 @@ export declare namespace GetFriendshipStatusResponse_Ok {
|
|
|
391
774
|
function create<I extends Exact<DeepPartial<GetFriendshipStatusResponse_Ok>, I>>(base?: I): GetFriendshipStatusResponse_Ok;
|
|
392
775
|
function fromPartial<I extends Exact<DeepPartial<GetFriendshipStatusResponse_Ok>, I>>(object: I): GetFriendshipStatusResponse_Ok;
|
|
393
776
|
}
|
|
777
|
+
export declare namespace BlockUserPayload {
|
|
778
|
+
function encode(message: BlockUserPayload, writer?: _m0.Writer): _m0.Writer;
|
|
779
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): BlockUserPayload;
|
|
780
|
+
function fromJSON(object: any): BlockUserPayload;
|
|
781
|
+
function toJSON(message: BlockUserPayload): unknown;
|
|
782
|
+
function create<I extends Exact<DeepPartial<BlockUserPayload>, I>>(base?: I): BlockUserPayload;
|
|
783
|
+
function fromPartial<I extends Exact<DeepPartial<BlockUserPayload>, I>>(object: I): BlockUserPayload;
|
|
784
|
+
}
|
|
785
|
+
export declare namespace BlockUserResponse {
|
|
786
|
+
function encode(message: BlockUserResponse, writer?: _m0.Writer): _m0.Writer;
|
|
787
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): BlockUserResponse;
|
|
788
|
+
function fromJSON(object: any): BlockUserResponse;
|
|
789
|
+
function toJSON(message: BlockUserResponse): unknown;
|
|
790
|
+
function create<I extends Exact<DeepPartial<BlockUserResponse>, I>>(base?: I): BlockUserResponse;
|
|
791
|
+
function fromPartial<I extends Exact<DeepPartial<BlockUserResponse>, I>>(object: I): BlockUserResponse;
|
|
792
|
+
}
|
|
793
|
+
export declare namespace BlockUserResponse_Ok {
|
|
794
|
+
function encode(message: BlockUserResponse_Ok, writer?: _m0.Writer): _m0.Writer;
|
|
795
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): BlockUserResponse_Ok;
|
|
796
|
+
function fromJSON(object: any): BlockUserResponse_Ok;
|
|
797
|
+
function toJSON(message: BlockUserResponse_Ok): unknown;
|
|
798
|
+
function create<I extends Exact<DeepPartial<BlockUserResponse_Ok>, I>>(base?: I): BlockUserResponse_Ok;
|
|
799
|
+
function fromPartial<I extends Exact<DeepPartial<BlockUserResponse_Ok>, I>>(object: I): BlockUserResponse_Ok;
|
|
800
|
+
}
|
|
801
|
+
export declare namespace UnblockUserPayload {
|
|
802
|
+
function encode(message: UnblockUserPayload, writer?: _m0.Writer): _m0.Writer;
|
|
803
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): UnblockUserPayload;
|
|
804
|
+
function fromJSON(object: any): UnblockUserPayload;
|
|
805
|
+
function toJSON(message: UnblockUserPayload): unknown;
|
|
806
|
+
function create<I extends Exact<DeepPartial<UnblockUserPayload>, I>>(base?: I): UnblockUserPayload;
|
|
807
|
+
function fromPartial<I extends Exact<DeepPartial<UnblockUserPayload>, I>>(object: I): UnblockUserPayload;
|
|
808
|
+
}
|
|
809
|
+
export declare namespace UnblockUserResponse {
|
|
810
|
+
function encode(message: UnblockUserResponse, writer?: _m0.Writer): _m0.Writer;
|
|
811
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): UnblockUserResponse;
|
|
812
|
+
function fromJSON(object: any): UnblockUserResponse;
|
|
813
|
+
function toJSON(message: UnblockUserResponse): unknown;
|
|
814
|
+
function create<I extends Exact<DeepPartial<UnblockUserResponse>, I>>(base?: I): UnblockUserResponse;
|
|
815
|
+
function fromPartial<I extends Exact<DeepPartial<UnblockUserResponse>, I>>(object: I): UnblockUserResponse;
|
|
816
|
+
}
|
|
817
|
+
export declare namespace UnblockUserResponse_Ok {
|
|
818
|
+
function encode(message: UnblockUserResponse_Ok, writer?: _m0.Writer): _m0.Writer;
|
|
819
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): UnblockUserResponse_Ok;
|
|
820
|
+
function fromJSON(object: any): UnblockUserResponse_Ok;
|
|
821
|
+
function toJSON(message: UnblockUserResponse_Ok): unknown;
|
|
822
|
+
function create<I extends Exact<DeepPartial<UnblockUserResponse_Ok>, I>>(base?: I): UnblockUserResponse_Ok;
|
|
823
|
+
function fromPartial<I extends Exact<DeepPartial<UnblockUserResponse_Ok>, I>>(object: I): UnblockUserResponse_Ok;
|
|
824
|
+
}
|
|
825
|
+
export declare namespace SocialSettings {
|
|
826
|
+
function encode(message: SocialSettings, writer?: _m0.Writer): _m0.Writer;
|
|
827
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): SocialSettings;
|
|
828
|
+
function fromJSON(object: any): SocialSettings;
|
|
829
|
+
function toJSON(message: SocialSettings): unknown;
|
|
830
|
+
function create<I extends Exact<DeepPartial<SocialSettings>, I>>(base?: I): SocialSettings;
|
|
831
|
+
function fromPartial<I extends Exact<DeepPartial<SocialSettings>, I>>(object: I): SocialSettings;
|
|
832
|
+
}
|
|
833
|
+
export declare namespace GetSocialSettingsResponse {
|
|
834
|
+
function encode(message: GetSocialSettingsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
835
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): GetSocialSettingsResponse;
|
|
836
|
+
function fromJSON(object: any): GetSocialSettingsResponse;
|
|
837
|
+
function toJSON(message: GetSocialSettingsResponse): unknown;
|
|
838
|
+
function create<I extends Exact<DeepPartial<GetSocialSettingsResponse>, I>>(base?: I): GetSocialSettingsResponse;
|
|
839
|
+
function fromPartial<I extends Exact<DeepPartial<GetSocialSettingsResponse>, I>>(object: I): GetSocialSettingsResponse;
|
|
840
|
+
}
|
|
841
|
+
export declare namespace GetSocialSettingsResponse_Ok {
|
|
842
|
+
function encode(message: GetSocialSettingsResponse_Ok, writer?: _m0.Writer): _m0.Writer;
|
|
843
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): GetSocialSettingsResponse_Ok;
|
|
844
|
+
function fromJSON(object: any): GetSocialSettingsResponse_Ok;
|
|
845
|
+
function toJSON(message: GetSocialSettingsResponse_Ok): unknown;
|
|
846
|
+
function create<I extends Exact<DeepPartial<GetSocialSettingsResponse_Ok>, I>>(base?: I): GetSocialSettingsResponse_Ok;
|
|
847
|
+
function fromPartial<I extends Exact<DeepPartial<GetSocialSettingsResponse_Ok>, I>>(object: I): GetSocialSettingsResponse_Ok;
|
|
848
|
+
}
|
|
849
|
+
export declare namespace UpsertSocialSettingsPayload {
|
|
850
|
+
function encode(message: UpsertSocialSettingsPayload, writer?: _m0.Writer): _m0.Writer;
|
|
851
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): UpsertSocialSettingsPayload;
|
|
852
|
+
function fromJSON(object: any): UpsertSocialSettingsPayload;
|
|
853
|
+
function toJSON(message: UpsertSocialSettingsPayload): unknown;
|
|
854
|
+
function create<I extends Exact<DeepPartial<UpsertSocialSettingsPayload>, I>>(base?: I): UpsertSocialSettingsPayload;
|
|
855
|
+
function fromPartial<I extends Exact<DeepPartial<UpsertSocialSettingsPayload>, I>>(object: I): UpsertSocialSettingsPayload;
|
|
856
|
+
}
|
|
857
|
+
export declare namespace UpsertSocialSettingsResponse {
|
|
858
|
+
function encode(message: UpsertSocialSettingsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
859
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): UpsertSocialSettingsResponse;
|
|
860
|
+
function fromJSON(object: any): UpsertSocialSettingsResponse;
|
|
861
|
+
function toJSON(message: UpsertSocialSettingsResponse): unknown;
|
|
862
|
+
function create<I extends Exact<DeepPartial<UpsertSocialSettingsResponse>, I>>(base?: I): UpsertSocialSettingsResponse;
|
|
863
|
+
function fromPartial<I extends Exact<DeepPartial<UpsertSocialSettingsResponse>, I>>(object: I): UpsertSocialSettingsResponse;
|
|
864
|
+
}
|
|
865
|
+
export declare namespace GetPrivateMessagesSettingsPayload {
|
|
866
|
+
function encode(message: GetPrivateMessagesSettingsPayload, writer?: _m0.Writer): _m0.Writer;
|
|
867
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): GetPrivateMessagesSettingsPayload;
|
|
868
|
+
function fromJSON(object: any): GetPrivateMessagesSettingsPayload;
|
|
869
|
+
function toJSON(message: GetPrivateMessagesSettingsPayload): unknown;
|
|
870
|
+
function create<I extends Exact<DeepPartial<GetPrivateMessagesSettingsPayload>, I>>(base?: I): GetPrivateMessagesSettingsPayload;
|
|
871
|
+
function fromPartial<I extends Exact<DeepPartial<GetPrivateMessagesSettingsPayload>, I>>(object: I): GetPrivateMessagesSettingsPayload;
|
|
872
|
+
}
|
|
873
|
+
export declare namespace GetPrivateMessagesSettingsResponse {
|
|
874
|
+
function encode(message: GetPrivateMessagesSettingsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
875
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): GetPrivateMessagesSettingsResponse;
|
|
876
|
+
function fromJSON(object: any): GetPrivateMessagesSettingsResponse;
|
|
877
|
+
function toJSON(message: GetPrivateMessagesSettingsResponse): unknown;
|
|
878
|
+
function create<I extends Exact<DeepPartial<GetPrivateMessagesSettingsResponse>, I>>(base?: I): GetPrivateMessagesSettingsResponse;
|
|
879
|
+
function fromPartial<I extends Exact<DeepPartial<GetPrivateMessagesSettingsResponse>, I>>(object: I): GetPrivateMessagesSettingsResponse;
|
|
880
|
+
}
|
|
881
|
+
export declare namespace GetPrivateMessagesSettingsResponse_PrivateMessagesSettings {
|
|
882
|
+
function encode(message: GetPrivateMessagesSettingsResponse_PrivateMessagesSettings, writer?: _m0.Writer): _m0.Writer;
|
|
883
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): GetPrivateMessagesSettingsResponse_PrivateMessagesSettings;
|
|
884
|
+
function fromJSON(object: any): GetPrivateMessagesSettingsResponse_PrivateMessagesSettings;
|
|
885
|
+
function toJSON(message: GetPrivateMessagesSettingsResponse_PrivateMessagesSettings): unknown;
|
|
886
|
+
function create<I extends Exact<DeepPartial<GetPrivateMessagesSettingsResponse_PrivateMessagesSettings>, I>>(base?: I): GetPrivateMessagesSettingsResponse_PrivateMessagesSettings;
|
|
887
|
+
function fromPartial<I extends Exact<DeepPartial<GetPrivateMessagesSettingsResponse_PrivateMessagesSettings>, I>>(object: I): GetPrivateMessagesSettingsResponse_PrivateMessagesSettings;
|
|
888
|
+
}
|
|
889
|
+
export declare namespace GetPrivateMessagesSettingsResponse_Ok {
|
|
890
|
+
function encode(message: GetPrivateMessagesSettingsResponse_Ok, writer?: _m0.Writer): _m0.Writer;
|
|
891
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): GetPrivateMessagesSettingsResponse_Ok;
|
|
892
|
+
function fromJSON(object: any): GetPrivateMessagesSettingsResponse_Ok;
|
|
893
|
+
function toJSON(message: GetPrivateMessagesSettingsResponse_Ok): unknown;
|
|
894
|
+
function create<I extends Exact<DeepPartial<GetPrivateMessagesSettingsResponse_Ok>, I>>(base?: I): GetPrivateMessagesSettingsResponse_Ok;
|
|
895
|
+
function fromPartial<I extends Exact<DeepPartial<GetPrivateMessagesSettingsResponse_Ok>, I>>(object: I): GetPrivateMessagesSettingsResponse_Ok;
|
|
896
|
+
}
|
|
897
|
+
export declare namespace GetBlockedUsersPayload {
|
|
898
|
+
function encode(message: GetBlockedUsersPayload, writer?: _m0.Writer): _m0.Writer;
|
|
899
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): GetBlockedUsersPayload;
|
|
900
|
+
function fromJSON(object: any): GetBlockedUsersPayload;
|
|
901
|
+
function toJSON(message: GetBlockedUsersPayload): unknown;
|
|
902
|
+
function create<I extends Exact<DeepPartial<GetBlockedUsersPayload>, I>>(base?: I): GetBlockedUsersPayload;
|
|
903
|
+
function fromPartial<I extends Exact<DeepPartial<GetBlockedUsersPayload>, I>>(object: I): GetBlockedUsersPayload;
|
|
904
|
+
}
|
|
905
|
+
export declare namespace GetBlockedUsersResponse {
|
|
906
|
+
function encode(message: GetBlockedUsersResponse, writer?: _m0.Writer): _m0.Writer;
|
|
907
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): GetBlockedUsersResponse;
|
|
908
|
+
function fromJSON(object: any): GetBlockedUsersResponse;
|
|
909
|
+
function toJSON(message: GetBlockedUsersResponse): unknown;
|
|
910
|
+
function create<I extends Exact<DeepPartial<GetBlockedUsersResponse>, I>>(base?: I): GetBlockedUsersResponse;
|
|
911
|
+
function fromPartial<I extends Exact<DeepPartial<GetBlockedUsersResponse>, I>>(object: I): GetBlockedUsersResponse;
|
|
912
|
+
}
|
|
913
|
+
export declare namespace GetBlockingStatusResponse {
|
|
914
|
+
function encode(message: GetBlockingStatusResponse, writer?: _m0.Writer): _m0.Writer;
|
|
915
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): GetBlockingStatusResponse;
|
|
916
|
+
function fromJSON(object: any): GetBlockingStatusResponse;
|
|
917
|
+
function toJSON(message: GetBlockingStatusResponse): unknown;
|
|
918
|
+
function create<I extends Exact<DeepPartial<GetBlockingStatusResponse>, I>>(base?: I): GetBlockingStatusResponse;
|
|
919
|
+
function fromPartial<I extends Exact<DeepPartial<GetBlockingStatusResponse>, I>>(object: I): GetBlockingStatusResponse;
|
|
920
|
+
}
|
|
921
|
+
export declare namespace BlockUpdate {
|
|
922
|
+
function encode(message: BlockUpdate, writer?: _m0.Writer): _m0.Writer;
|
|
923
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): BlockUpdate;
|
|
924
|
+
function fromJSON(object: any): BlockUpdate;
|
|
925
|
+
function toJSON(message: BlockUpdate): unknown;
|
|
926
|
+
function create<I extends Exact<DeepPartial<BlockUpdate>, I>>(base?: I): BlockUpdate;
|
|
927
|
+
function fromPartial<I extends Exact<DeepPartial<BlockUpdate>, I>>(object: I): BlockUpdate;
|
|
928
|
+
}
|
|
929
|
+
export declare namespace StartPrivateVoiceChatPayload {
|
|
930
|
+
function encode(message: StartPrivateVoiceChatPayload, writer?: _m0.Writer): _m0.Writer;
|
|
931
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): StartPrivateVoiceChatPayload;
|
|
932
|
+
function fromJSON(object: any): StartPrivateVoiceChatPayload;
|
|
933
|
+
function toJSON(message: StartPrivateVoiceChatPayload): unknown;
|
|
934
|
+
function create<I extends Exact<DeepPartial<StartPrivateVoiceChatPayload>, I>>(base?: I): StartPrivateVoiceChatPayload;
|
|
935
|
+
function fromPartial<I extends Exact<DeepPartial<StartPrivateVoiceChatPayload>, I>>(object: I): StartPrivateVoiceChatPayload;
|
|
936
|
+
}
|
|
937
|
+
export declare namespace StartPrivateVoiceChatResponse {
|
|
938
|
+
function encode(message: StartPrivateVoiceChatResponse, writer?: _m0.Writer): _m0.Writer;
|
|
939
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): StartPrivateVoiceChatResponse;
|
|
940
|
+
function fromJSON(object: any): StartPrivateVoiceChatResponse;
|
|
941
|
+
function toJSON(message: StartPrivateVoiceChatResponse): unknown;
|
|
942
|
+
function create<I extends Exact<DeepPartial<StartPrivateVoiceChatResponse>, I>>(base?: I): StartPrivateVoiceChatResponse;
|
|
943
|
+
function fromPartial<I extends Exact<DeepPartial<StartPrivateVoiceChatResponse>, I>>(object: I): StartPrivateVoiceChatResponse;
|
|
944
|
+
}
|
|
945
|
+
export declare namespace StartPrivateVoiceChatResponse_Ok {
|
|
946
|
+
function encode(message: StartPrivateVoiceChatResponse_Ok, writer?: _m0.Writer): _m0.Writer;
|
|
947
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): StartPrivateVoiceChatResponse_Ok;
|
|
948
|
+
function fromJSON(object: any): StartPrivateVoiceChatResponse_Ok;
|
|
949
|
+
function toJSON(message: StartPrivateVoiceChatResponse_Ok): unknown;
|
|
950
|
+
function create<I extends Exact<DeepPartial<StartPrivateVoiceChatResponse_Ok>, I>>(base?: I): StartPrivateVoiceChatResponse_Ok;
|
|
951
|
+
function fromPartial<I extends Exact<DeepPartial<StartPrivateVoiceChatResponse_Ok>, I>>(object: I): StartPrivateVoiceChatResponse_Ok;
|
|
952
|
+
}
|
|
953
|
+
export declare namespace AcceptPrivateVoiceChatPayload {
|
|
954
|
+
function encode(message: AcceptPrivateVoiceChatPayload, writer?: _m0.Writer): _m0.Writer;
|
|
955
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): AcceptPrivateVoiceChatPayload;
|
|
956
|
+
function fromJSON(object: any): AcceptPrivateVoiceChatPayload;
|
|
957
|
+
function toJSON(message: AcceptPrivateVoiceChatPayload): unknown;
|
|
958
|
+
function create<I extends Exact<DeepPartial<AcceptPrivateVoiceChatPayload>, I>>(base?: I): AcceptPrivateVoiceChatPayload;
|
|
959
|
+
function fromPartial<I extends Exact<DeepPartial<AcceptPrivateVoiceChatPayload>, I>>(object: I): AcceptPrivateVoiceChatPayload;
|
|
960
|
+
}
|
|
961
|
+
export declare namespace AcceptPrivateVoiceChatResponse {
|
|
962
|
+
function encode(message: AcceptPrivateVoiceChatResponse, writer?: _m0.Writer): _m0.Writer;
|
|
963
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): AcceptPrivateVoiceChatResponse;
|
|
964
|
+
function fromJSON(object: any): AcceptPrivateVoiceChatResponse;
|
|
965
|
+
function toJSON(message: AcceptPrivateVoiceChatResponse): unknown;
|
|
966
|
+
function create<I extends Exact<DeepPartial<AcceptPrivateVoiceChatResponse>, I>>(base?: I): AcceptPrivateVoiceChatResponse;
|
|
967
|
+
function fromPartial<I extends Exact<DeepPartial<AcceptPrivateVoiceChatResponse>, I>>(object: I): AcceptPrivateVoiceChatResponse;
|
|
968
|
+
}
|
|
969
|
+
export declare namespace AcceptPrivateVoiceChatResponse_Ok {
|
|
970
|
+
function encode(message: AcceptPrivateVoiceChatResponse_Ok, writer?: _m0.Writer): _m0.Writer;
|
|
971
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): AcceptPrivateVoiceChatResponse_Ok;
|
|
972
|
+
function fromJSON(object: any): AcceptPrivateVoiceChatResponse_Ok;
|
|
973
|
+
function toJSON(message: AcceptPrivateVoiceChatResponse_Ok): unknown;
|
|
974
|
+
function create<I extends Exact<DeepPartial<AcceptPrivateVoiceChatResponse_Ok>, I>>(base?: I): AcceptPrivateVoiceChatResponse_Ok;
|
|
975
|
+
function fromPartial<I extends Exact<DeepPartial<AcceptPrivateVoiceChatResponse_Ok>, I>>(object: I): AcceptPrivateVoiceChatResponse_Ok;
|
|
976
|
+
}
|
|
977
|
+
export declare namespace RejectPrivateVoiceChatPayload {
|
|
978
|
+
function encode(message: RejectPrivateVoiceChatPayload, writer?: _m0.Writer): _m0.Writer;
|
|
979
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): RejectPrivateVoiceChatPayload;
|
|
980
|
+
function fromJSON(object: any): RejectPrivateVoiceChatPayload;
|
|
981
|
+
function toJSON(message: RejectPrivateVoiceChatPayload): unknown;
|
|
982
|
+
function create<I extends Exact<DeepPartial<RejectPrivateVoiceChatPayload>, I>>(base?: I): RejectPrivateVoiceChatPayload;
|
|
983
|
+
function fromPartial<I extends Exact<DeepPartial<RejectPrivateVoiceChatPayload>, I>>(object: I): RejectPrivateVoiceChatPayload;
|
|
984
|
+
}
|
|
985
|
+
export declare namespace RejectPrivateVoiceChatResponse {
|
|
986
|
+
function encode(message: RejectPrivateVoiceChatResponse, writer?: _m0.Writer): _m0.Writer;
|
|
987
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): RejectPrivateVoiceChatResponse;
|
|
988
|
+
function fromJSON(object: any): RejectPrivateVoiceChatResponse;
|
|
989
|
+
function toJSON(message: RejectPrivateVoiceChatResponse): unknown;
|
|
990
|
+
function create<I extends Exact<DeepPartial<RejectPrivateVoiceChatResponse>, I>>(base?: I): RejectPrivateVoiceChatResponse;
|
|
991
|
+
function fromPartial<I extends Exact<DeepPartial<RejectPrivateVoiceChatResponse>, I>>(object: I): RejectPrivateVoiceChatResponse;
|
|
992
|
+
}
|
|
993
|
+
export declare namespace RejectPrivateVoiceChatResponse_Ok {
|
|
994
|
+
function encode(message: RejectPrivateVoiceChatResponse_Ok, writer?: _m0.Writer): _m0.Writer;
|
|
995
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): RejectPrivateVoiceChatResponse_Ok;
|
|
996
|
+
function fromJSON(object: any): RejectPrivateVoiceChatResponse_Ok;
|
|
997
|
+
function toJSON(message: RejectPrivateVoiceChatResponse_Ok): unknown;
|
|
998
|
+
function create<I extends Exact<DeepPartial<RejectPrivateVoiceChatResponse_Ok>, I>>(base?: I): RejectPrivateVoiceChatResponse_Ok;
|
|
999
|
+
function fromPartial<I extends Exact<DeepPartial<RejectPrivateVoiceChatResponse_Ok>, I>>(object: I): RejectPrivateVoiceChatResponse_Ok;
|
|
1000
|
+
}
|
|
1001
|
+
export declare namespace PrivateVoiceChatCredentials {
|
|
1002
|
+
function encode(message: PrivateVoiceChatCredentials, writer?: _m0.Writer): _m0.Writer;
|
|
1003
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): PrivateVoiceChatCredentials;
|
|
1004
|
+
function fromJSON(object: any): PrivateVoiceChatCredentials;
|
|
1005
|
+
function toJSON(message: PrivateVoiceChatCredentials): unknown;
|
|
1006
|
+
function create<I extends Exact<DeepPartial<PrivateVoiceChatCredentials>, I>>(base?: I): PrivateVoiceChatCredentials;
|
|
1007
|
+
function fromPartial<I extends Exact<DeepPartial<PrivateVoiceChatCredentials>, I>>(object: I): PrivateVoiceChatCredentials;
|
|
1008
|
+
}
|
|
1009
|
+
export declare namespace PrivateVoiceChatUpdate {
|
|
1010
|
+
function encode(message: PrivateVoiceChatUpdate, writer?: _m0.Writer): _m0.Writer;
|
|
1011
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): PrivateVoiceChatUpdate;
|
|
1012
|
+
function fromJSON(object: any): PrivateVoiceChatUpdate;
|
|
1013
|
+
function toJSON(message: PrivateVoiceChatUpdate): unknown;
|
|
1014
|
+
function create<I extends Exact<DeepPartial<PrivateVoiceChatUpdate>, I>>(base?: I): PrivateVoiceChatUpdate;
|
|
1015
|
+
function fromPartial<I extends Exact<DeepPartial<PrivateVoiceChatUpdate>, I>>(object: I): PrivateVoiceChatUpdate;
|
|
1016
|
+
}
|
|
1017
|
+
export declare namespace EndPrivateVoiceChatPayload {
|
|
1018
|
+
function encode(message: EndPrivateVoiceChatPayload, writer?: _m0.Writer): _m0.Writer;
|
|
1019
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): EndPrivateVoiceChatPayload;
|
|
1020
|
+
function fromJSON(object: any): EndPrivateVoiceChatPayload;
|
|
1021
|
+
function toJSON(message: EndPrivateVoiceChatPayload): unknown;
|
|
1022
|
+
function create<I extends Exact<DeepPartial<EndPrivateVoiceChatPayload>, I>>(base?: I): EndPrivateVoiceChatPayload;
|
|
1023
|
+
function fromPartial<I extends Exact<DeepPartial<EndPrivateVoiceChatPayload>, I>>(object: I): EndPrivateVoiceChatPayload;
|
|
1024
|
+
}
|
|
1025
|
+
export declare namespace EndPrivateVoiceChatResponse {
|
|
1026
|
+
function encode(message: EndPrivateVoiceChatResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1027
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): EndPrivateVoiceChatResponse;
|
|
1028
|
+
function fromJSON(object: any): EndPrivateVoiceChatResponse;
|
|
1029
|
+
function toJSON(message: EndPrivateVoiceChatResponse): unknown;
|
|
1030
|
+
function create<I extends Exact<DeepPartial<EndPrivateVoiceChatResponse>, I>>(base?: I): EndPrivateVoiceChatResponse;
|
|
1031
|
+
function fromPartial<I extends Exact<DeepPartial<EndPrivateVoiceChatResponse>, I>>(object: I): EndPrivateVoiceChatResponse;
|
|
1032
|
+
}
|
|
1033
|
+
export declare namespace EndPrivateVoiceChatResponse_Ok {
|
|
1034
|
+
function encode(message: EndPrivateVoiceChatResponse_Ok, writer?: _m0.Writer): _m0.Writer;
|
|
1035
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): EndPrivateVoiceChatResponse_Ok;
|
|
1036
|
+
function fromJSON(object: any): EndPrivateVoiceChatResponse_Ok;
|
|
1037
|
+
function toJSON(message: EndPrivateVoiceChatResponse_Ok): unknown;
|
|
1038
|
+
function create<I extends Exact<DeepPartial<EndPrivateVoiceChatResponse_Ok>, I>>(base?: I): EndPrivateVoiceChatResponse_Ok;
|
|
1039
|
+
function fromPartial<I extends Exact<DeepPartial<EndPrivateVoiceChatResponse_Ok>, I>>(object: I): EndPrivateVoiceChatResponse_Ok;
|
|
1040
|
+
}
|
|
1041
|
+
export declare namespace GetIncomingPrivateVoiceChatRequestResponse {
|
|
1042
|
+
function encode(message: GetIncomingPrivateVoiceChatRequestResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1043
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): GetIncomingPrivateVoiceChatRequestResponse;
|
|
1044
|
+
function fromJSON(object: any): GetIncomingPrivateVoiceChatRequestResponse;
|
|
1045
|
+
function toJSON(message: GetIncomingPrivateVoiceChatRequestResponse): unknown;
|
|
1046
|
+
function create<I extends Exact<DeepPartial<GetIncomingPrivateVoiceChatRequestResponse>, I>>(base?: I): GetIncomingPrivateVoiceChatRequestResponse;
|
|
1047
|
+
function fromPartial<I extends Exact<DeepPartial<GetIncomingPrivateVoiceChatRequestResponse>, I>>(object: I): GetIncomingPrivateVoiceChatRequestResponse;
|
|
1048
|
+
}
|
|
1049
|
+
export declare namespace GetIncomingPrivateVoiceChatRequestResponse_Ok {
|
|
1050
|
+
function encode(message: GetIncomingPrivateVoiceChatRequestResponse_Ok, writer?: _m0.Writer): _m0.Writer;
|
|
1051
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): GetIncomingPrivateVoiceChatRequestResponse_Ok;
|
|
1052
|
+
function fromJSON(object: any): GetIncomingPrivateVoiceChatRequestResponse_Ok;
|
|
1053
|
+
function toJSON(message: GetIncomingPrivateVoiceChatRequestResponse_Ok): unknown;
|
|
1054
|
+
function create<I extends Exact<DeepPartial<GetIncomingPrivateVoiceChatRequestResponse_Ok>, I>>(base?: I): GetIncomingPrivateVoiceChatRequestResponse_Ok;
|
|
1055
|
+
function fromPartial<I extends Exact<DeepPartial<GetIncomingPrivateVoiceChatRequestResponse_Ok>, I>>(object: I): GetIncomingPrivateVoiceChatRequestResponse_Ok;
|
|
1056
|
+
}
|
|
394
1057
|
export type SocialServiceDefinition = typeof SocialServiceDefinition;
|
|
395
1058
|
export declare const SocialServiceDefinition: {
|
|
396
1059
|
readonly name: "SocialService";
|
|
@@ -401,7 +1064,7 @@ export declare const SocialServiceDefinition: {
|
|
|
401
1064
|
readonly name: "GetFriends";
|
|
402
1065
|
readonly requestType: typeof GetFriendsPayload;
|
|
403
1066
|
readonly requestStream: false;
|
|
404
|
-
readonly responseType: typeof
|
|
1067
|
+
readonly responseType: typeof PaginatedFriendsProfilesResponse;
|
|
405
1068
|
readonly responseStream: false;
|
|
406
1069
|
readonly options: {};
|
|
407
1070
|
};
|
|
@@ -410,7 +1073,7 @@ export declare const SocialServiceDefinition: {
|
|
|
410
1073
|
readonly name: "GetMutualFriends";
|
|
411
1074
|
readonly requestType: typeof GetMutualFriendsPayload;
|
|
412
1075
|
readonly requestStream: false;
|
|
413
|
-
readonly responseType: typeof
|
|
1076
|
+
readonly responseType: typeof PaginatedFriendsProfilesResponse;
|
|
414
1077
|
readonly responseStream: false;
|
|
415
1078
|
readonly options: {};
|
|
416
1079
|
};
|
|
@@ -450,6 +1113,7 @@ export declare const SocialServiceDefinition: {
|
|
|
450
1113
|
readonly responseStream: true;
|
|
451
1114
|
readonly options: {};
|
|
452
1115
|
};
|
|
1116
|
+
/** Get the friendship status between the authenticated user and the one in the parameter */
|
|
453
1117
|
readonly getFriendshipStatus: {
|
|
454
1118
|
readonly name: "GetFriendshipStatus";
|
|
455
1119
|
readonly requestType: typeof GetFriendshipStatusPayload;
|
|
@@ -458,6 +1122,136 @@ export declare const SocialServiceDefinition: {
|
|
|
458
1122
|
readonly responseStream: false;
|
|
459
1123
|
readonly options: {};
|
|
460
1124
|
};
|
|
1125
|
+
/** Subscribe to connectivity updates of friends: ONLINE, OFFLINE, AWAY */
|
|
1126
|
+
readonly subscribeToFriendConnectivityUpdates: {
|
|
1127
|
+
readonly name: "SubscribeToFriendConnectivityUpdates";
|
|
1128
|
+
readonly requestType: typeof Empty;
|
|
1129
|
+
readonly requestStream: false;
|
|
1130
|
+
readonly responseType: typeof FriendConnectivityUpdate;
|
|
1131
|
+
readonly responseStream: true;
|
|
1132
|
+
readonly options: {};
|
|
1133
|
+
};
|
|
1134
|
+
readonly blockUser: {
|
|
1135
|
+
readonly name: "BlockUser";
|
|
1136
|
+
readonly requestType: typeof BlockUserPayload;
|
|
1137
|
+
readonly requestStream: false;
|
|
1138
|
+
readonly responseType: typeof BlockUserResponse;
|
|
1139
|
+
readonly responseStream: false;
|
|
1140
|
+
readonly options: {};
|
|
1141
|
+
};
|
|
1142
|
+
readonly unblockUser: {
|
|
1143
|
+
readonly name: "UnblockUser";
|
|
1144
|
+
readonly requestType: typeof UnblockUserPayload;
|
|
1145
|
+
readonly requestStream: false;
|
|
1146
|
+
readonly responseType: typeof UnblockUserResponse;
|
|
1147
|
+
readonly responseStream: false;
|
|
1148
|
+
readonly options: {};
|
|
1149
|
+
};
|
|
1150
|
+
readonly getBlockedUsers: {
|
|
1151
|
+
readonly name: "GetBlockedUsers";
|
|
1152
|
+
readonly requestType: typeof GetBlockedUsersPayload;
|
|
1153
|
+
readonly requestStream: false;
|
|
1154
|
+
readonly responseType: typeof GetBlockedUsersResponse;
|
|
1155
|
+
readonly responseStream: false;
|
|
1156
|
+
readonly options: {};
|
|
1157
|
+
};
|
|
1158
|
+
readonly getBlockingStatus: {
|
|
1159
|
+
readonly name: "GetBlockingStatus";
|
|
1160
|
+
readonly requestType: typeof Empty;
|
|
1161
|
+
readonly requestStream: false;
|
|
1162
|
+
readonly responseType: typeof GetBlockingStatusResponse;
|
|
1163
|
+
readonly responseStream: false;
|
|
1164
|
+
readonly options: {};
|
|
1165
|
+
};
|
|
1166
|
+
readonly subscribeToBlockUpdates: {
|
|
1167
|
+
readonly name: "SubscribeToBlockUpdates";
|
|
1168
|
+
readonly requestType: typeof Empty;
|
|
1169
|
+
readonly requestStream: false;
|
|
1170
|
+
readonly responseType: typeof BlockUpdate;
|
|
1171
|
+
readonly responseStream: true;
|
|
1172
|
+
readonly options: {};
|
|
1173
|
+
};
|
|
1174
|
+
/** Get all the social settings for the authenticated user */
|
|
1175
|
+
readonly getSocialSettings: {
|
|
1176
|
+
readonly name: "GetSocialSettings";
|
|
1177
|
+
readonly requestType: typeof Empty;
|
|
1178
|
+
readonly requestStream: false;
|
|
1179
|
+
readonly responseType: typeof GetSocialSettingsResponse;
|
|
1180
|
+
readonly responseStream: false;
|
|
1181
|
+
readonly options: {};
|
|
1182
|
+
};
|
|
1183
|
+
/** Insert or update the social settings for the authenticated user */
|
|
1184
|
+
readonly upsertSocialSettings: {
|
|
1185
|
+
readonly name: "UpsertSocialSettings";
|
|
1186
|
+
readonly requestType: typeof UpsertSocialSettingsPayload;
|
|
1187
|
+
readonly requestStream: false;
|
|
1188
|
+
readonly responseType: typeof UpsertSocialSettingsResponse;
|
|
1189
|
+
readonly responseStream: false;
|
|
1190
|
+
readonly options: {};
|
|
1191
|
+
};
|
|
1192
|
+
/** Get the private messages privacy settings for the requested users */
|
|
1193
|
+
readonly getPrivateMessagesSettings: {
|
|
1194
|
+
readonly name: "GetPrivateMessagesSettings";
|
|
1195
|
+
readonly requestType: typeof GetPrivateMessagesSettingsPayload;
|
|
1196
|
+
readonly requestStream: false;
|
|
1197
|
+
readonly responseType: typeof GetPrivateMessagesSettingsResponse;
|
|
1198
|
+
readonly responseStream: false;
|
|
1199
|
+
readonly options: {};
|
|
1200
|
+
};
|
|
1201
|
+
/** Start a private voice chat */
|
|
1202
|
+
readonly startPrivateVoiceChat: {
|
|
1203
|
+
readonly name: "StartPrivateVoiceChat";
|
|
1204
|
+
readonly requestType: typeof StartPrivateVoiceChatPayload;
|
|
1205
|
+
readonly requestStream: false;
|
|
1206
|
+
readonly responseType: typeof StartPrivateVoiceChatResponse;
|
|
1207
|
+
readonly responseStream: false;
|
|
1208
|
+
readonly options: {};
|
|
1209
|
+
};
|
|
1210
|
+
/** Accept a private voice chat */
|
|
1211
|
+
readonly acceptPrivateVoiceChat: {
|
|
1212
|
+
readonly name: "AcceptPrivateVoiceChat";
|
|
1213
|
+
readonly requestType: typeof AcceptPrivateVoiceChatPayload;
|
|
1214
|
+
readonly requestStream: false;
|
|
1215
|
+
readonly responseType: typeof AcceptPrivateVoiceChatResponse;
|
|
1216
|
+
readonly responseStream: false;
|
|
1217
|
+
readonly options: {};
|
|
1218
|
+
};
|
|
1219
|
+
/** Reject a private voice chat */
|
|
1220
|
+
readonly rejectPrivateVoiceChat: {
|
|
1221
|
+
readonly name: "RejectPrivateVoiceChat";
|
|
1222
|
+
readonly requestType: typeof RejectPrivateVoiceChatPayload;
|
|
1223
|
+
readonly requestStream: false;
|
|
1224
|
+
readonly responseType: typeof RejectPrivateVoiceChatResponse;
|
|
1225
|
+
readonly responseStream: false;
|
|
1226
|
+
readonly options: {};
|
|
1227
|
+
};
|
|
1228
|
+
/** End a private voice chat */
|
|
1229
|
+
readonly endPrivateVoiceChat: {
|
|
1230
|
+
readonly name: "EndPrivateVoiceChat";
|
|
1231
|
+
readonly requestType: typeof EndPrivateVoiceChatPayload;
|
|
1232
|
+
readonly requestStream: false;
|
|
1233
|
+
readonly responseType: typeof EndPrivateVoiceChatResponse;
|
|
1234
|
+
readonly responseStream: false;
|
|
1235
|
+
readonly options: {};
|
|
1236
|
+
};
|
|
1237
|
+
/** Get the incoming private voice chat request */
|
|
1238
|
+
readonly getIncomingPrivateVoiceChatRequest: {
|
|
1239
|
+
readonly name: "GetIncomingPrivateVoiceChatRequest";
|
|
1240
|
+
readonly requestType: typeof Empty;
|
|
1241
|
+
readonly requestStream: false;
|
|
1242
|
+
readonly responseType: typeof GetIncomingPrivateVoiceChatRequestResponse;
|
|
1243
|
+
readonly responseStream: false;
|
|
1244
|
+
readonly options: {};
|
|
1245
|
+
};
|
|
1246
|
+
/** Subscribe to private voice chat updates */
|
|
1247
|
+
readonly subscribeToPrivateVoiceChatUpdates: {
|
|
1248
|
+
readonly name: "SubscribeToPrivateVoiceChatUpdates";
|
|
1249
|
+
readonly requestType: typeof Empty;
|
|
1250
|
+
readonly requestStream: false;
|
|
1251
|
+
readonly responseType: typeof PrivateVoiceChatUpdate;
|
|
1252
|
+
readonly responseStream: true;
|
|
1253
|
+
readonly options: {};
|
|
1254
|
+
};
|
|
461
1255
|
};
|
|
462
1256
|
};
|
|
463
1257
|
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|