@dcl/protocol 1.0.0-2731649607.commit-890a990 → 1.0.0-27358757907.commit-3c70e8a

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.
Files changed (528) hide show
  1. package/README.md +266 -0
  2. package/out-js/about.gen.d.ts +1 -0
  3. package/out-js/about.gen.js +6 -0
  4. package/out-js/about.gen.js.map +1 -0
  5. package/out-js/comms.gen.d.ts +1 -0
  6. package/out-js/comms.gen.js +6 -0
  7. package/out-js/comms.gen.js.map +1 -0
  8. package/out-js/decentraland/common/border_rect.gen.d.ts +49 -0
  9. package/out-js/decentraland/common/border_rect.gen.js +201 -0
  10. package/out-js/decentraland/common/border_rect.gen.js.map +1 -0
  11. package/out-js/decentraland/common/colors.gen.d.ts +59 -0
  12. package/out-js/decentraland/common/colors.gen.js +260 -0
  13. package/out-js/decentraland/common/colors.gen.js.map +1 -0
  14. package/out-js/decentraland/common/content_mapping.gen.d.ts +31 -0
  15. package/out-js/decentraland/common/content_mapping.gen.js +80 -0
  16. package/out-js/decentraland/common/content_mapping.gen.js.map +1 -0
  17. package/out-js/decentraland/common/sdk/user_data.gen.d.ts +63 -0
  18. package/out-js/decentraland/common/sdk/user_data.gen.js +330 -0
  19. package/out-js/decentraland/common/sdk/user_data.gen.js.map +1 -0
  20. package/out-js/decentraland/common/texture.gen.d.ts +105 -0
  21. package/out-js/decentraland/common/texture.gen.js +475 -0
  22. package/out-js/decentraland/common/texture.gen.js.map +1 -0
  23. package/out-js/decentraland/common/vectors.gen.d.ts +71 -0
  24. package/out-js/decentraland/common/vectors.gen.js +338 -0
  25. package/out-js/decentraland/common/vectors.gen.js.map +1 -0
  26. package/out-js/decentraland/kernel/apis/comms_api.gen.d.ts +206 -0
  27. package/out-js/decentraland/kernel/apis/comms_api.gen.js +792 -0
  28. package/out-js/decentraland/kernel/apis/comms_api.gen.js.map +1 -0
  29. package/out-js/decentraland/kernel/apis/communications_controller.gen.d.ts +105 -0
  30. package/out-js/decentraland/kernel/apis/communications_controller.gen.js +400 -0
  31. package/out-js/decentraland/kernel/apis/communications_controller.gen.js.map +1 -0
  32. package/out-js/decentraland/kernel/apis/dev_tools.gen.d.ts +58 -0
  33. package/out-js/decentraland/kernel/apis/dev_tools.gen.js +142 -0
  34. package/out-js/decentraland/kernel/apis/dev_tools.gen.js.map +1 -0
  35. package/out-js/decentraland/kernel/apis/engine_api.gen.d.ts +338 -0
  36. package/out-js/decentraland/kernel/apis/engine_api.gen.js +1452 -0
  37. package/out-js/decentraland/kernel/apis/engine_api.gen.js.map +1 -0
  38. package/out-js/decentraland/kernel/apis/environment_api.gen.d.ts +283 -0
  39. package/out-js/decentraland/kernel/apis/environment_api.gen.js +1122 -0
  40. package/out-js/decentraland/kernel/apis/environment_api.gen.js.map +1 -0
  41. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.d.ts +225 -0
  42. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js +878 -0
  43. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js.map +1 -0
  44. package/out-js/decentraland/kernel/apis/parcel_identity.gen.d.ts +146 -0
  45. package/out-js/decentraland/kernel/apis/parcel_identity.gen.js +557 -0
  46. package/out-js/decentraland/kernel/apis/parcel_identity.gen.js.map +1 -0
  47. package/out-js/decentraland/kernel/apis/permissions.gen.d.ts +100 -0
  48. package/out-js/decentraland/kernel/apis/permissions.gen.js +360 -0
  49. package/out-js/decentraland/kernel/apis/permissions.gen.js.map +1 -0
  50. package/out-js/decentraland/kernel/apis/players.gen.d.ts +127 -0
  51. package/out-js/decentraland/kernel/apis/players.gen.js +372 -0
  52. package/out-js/decentraland/kernel/apis/players.gen.js.map +1 -0
  53. package/out-js/decentraland/kernel/apis/portable_experiences.gen.d.ts +178 -0
  54. package/out-js/decentraland/kernel/apis/portable_experiences.gen.js +607 -0
  55. package/out-js/decentraland/kernel/apis/portable_experiences.gen.js.map +1 -0
  56. package/out-js/decentraland/kernel/apis/restricted_actions.gen.d.ts +303 -0
  57. package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +1056 -0
  58. package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -0
  59. package/out-js/decentraland/kernel/apis/runtime.gen.d.ts +217 -0
  60. package/out-js/decentraland/kernel/apis/runtime.gen.js +801 -0
  61. package/out-js/decentraland/kernel/apis/runtime.gen.js.map +1 -0
  62. package/out-js/decentraland/kernel/apis/scene.gen.d.ts +59 -0
  63. package/out-js/decentraland/kernel/apis/scene.gen.js +171 -0
  64. package/out-js/decentraland/kernel/apis/scene.gen.js.map +1 -0
  65. package/out-js/decentraland/kernel/apis/signed_fetch.gen.d.ts +139 -0
  66. package/out-js/decentraland/kernel/apis/signed_fetch.gen.js +615 -0
  67. package/out-js/decentraland/kernel/apis/signed_fetch.gen.js.map +1 -0
  68. package/out-js/decentraland/kernel/apis/social_controller.gen.d.ts +72 -0
  69. package/out-js/decentraland/kernel/apis/social_controller.gen.js +207 -0
  70. package/out-js/decentraland/kernel/apis/social_controller.gen.js.map +1 -0
  71. package/out-js/decentraland/kernel/apis/testing.gen.d.ts +249 -0
  72. package/out-js/decentraland/kernel/apis/testing.gen.js +1073 -0
  73. package/out-js/decentraland/kernel/apis/testing.gen.js.map +1 -0
  74. package/out-js/decentraland/kernel/apis/user_action_module.gen.d.ts +56 -0
  75. package/out-js/decentraland/kernel/apis/user_action_module.gen.js +128 -0
  76. package/out-js/decentraland/kernel/apis/user_action_module.gen.js.map +1 -0
  77. package/out-js/decentraland/kernel/apis/user_identity.gen.d.ts +86 -0
  78. package/out-js/decentraland/kernel/apis/user_identity.gen.js +236 -0
  79. package/out-js/decentraland/kernel/apis/user_identity.gen.js.map +1 -0
  80. package/out-js/decentraland/kernel/comms/rfc4/comms.gen.d.ts +334 -0
  81. package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +2093 -0
  82. package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js.map +1 -0
  83. package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.d.ts +183 -0
  84. package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js +906 -0
  85. package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js.map +1 -0
  86. package/out-js/decentraland/kernel/comms/v3/archipelago.gen.d.ts +224 -0
  87. package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js +1204 -0
  88. package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js.map +1 -0
  89. package/out-js/decentraland/quests/definitions.gen.d.ts +541 -0
  90. package/out-js/decentraland/quests/definitions.gen.js +2728 -0
  91. package/out-js/decentraland/quests/definitions.gen.js.map +1 -0
  92. package/out-js/decentraland/realm/about.gen.d.ts +229 -0
  93. package/out-js/decentraland/realm/about.gen.js +1185 -0
  94. package/out-js/decentraland/realm/about.gen.js.map +1 -0
  95. package/out-js/decentraland/sdk/components/animator.gen.d.ts +62 -0
  96. package/out-js/decentraland/sdk/components/animator.gen.js +192 -0
  97. package/out-js/decentraland/sdk/components/animator.gen.js.map +1 -0
  98. package/out-js/decentraland/sdk/components/audio_source.gen.d.ts +61 -0
  99. package/out-js/decentraland/sdk/components/audio_source.gen.js +151 -0
  100. package/out-js/decentraland/sdk/components/audio_source.gen.js.map +1 -0
  101. package/out-js/decentraland/sdk/components/audio_stream.gen.d.ts +50 -0
  102. package/out-js/decentraland/sdk/components/audio_stream.gen.js +138 -0
  103. package/out-js/decentraland/sdk/components/audio_stream.gen.js.map +1 -0
  104. package/out-js/decentraland/sdk/components/avatar_attach.gen.d.ts +76 -0
  105. package/out-js/decentraland/sdk/components/avatar_attach.gen.js +262 -0
  106. package/out-js/decentraland/sdk/components/avatar_attach.gen.js.map +1 -0
  107. package/out-js/decentraland/sdk/components/avatar_base.gen.d.ts +36 -0
  108. package/out-js/decentraland/sdk/components/avatar_base.gen.js +129 -0
  109. package/out-js/decentraland/sdk/components/avatar_base.gen.js.map +1 -0
  110. package/out-js/decentraland/sdk/components/avatar_emote_command.gen.d.ts +37 -0
  111. package/out-js/decentraland/sdk/components/avatar_emote_command.gen.js +95 -0
  112. package/out-js/decentraland/sdk/components/avatar_emote_command.gen.js.map +1 -0
  113. package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.d.ts +36 -0
  114. package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.js +90 -0
  115. package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.js.map +1 -0
  116. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.d.ts +60 -0
  117. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +153 -0
  118. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -0
  119. package/out-js/decentraland/sdk/components/avatar_shape.gen.d.ts +82 -0
  120. package/out-js/decentraland/sdk/components/avatar_shape.gen.js +298 -0
  121. package/out-js/decentraland/sdk/components/avatar_shape.gen.js.map +1 -0
  122. package/out-js/decentraland/sdk/components/billboard.gen.d.ts +54 -0
  123. package/out-js/decentraland/sdk/components/billboard.gen.js +128 -0
  124. package/out-js/decentraland/sdk/components/billboard.gen.js.map +1 -0
  125. package/out-js/decentraland/sdk/components/camera_mode.gen.d.ts +36 -0
  126. package/out-js/decentraland/sdk/components/camera_mode.gen.js +70 -0
  127. package/out-js/decentraland/sdk/components/camera_mode.gen.js.map +1 -0
  128. package/out-js/decentraland/sdk/components/camera_mode_area.gen.d.ts +48 -0
  129. package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +85 -0
  130. package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -0
  131. package/out-js/decentraland/sdk/components/common/camera_type.gen.d.ts +10 -0
  132. package/out-js/decentraland/sdk/components/common/camera_type.gen.js +46 -0
  133. package/out-js/decentraland/sdk/components/common/camera_type.gen.js.map +1 -0
  134. package/out-js/decentraland/sdk/components/common/id.gen.d.ts +1 -0
  135. package/out-js/decentraland/sdk/components/common/id.gen.js +6 -0
  136. package/out-js/decentraland/sdk/components/common/id.gen.js.map +1 -0
  137. package/out-js/decentraland/sdk/components/common/input_action.gen.d.ts +41 -0
  138. package/out-js/decentraland/sdk/components/common/input_action.gen.js +209 -0
  139. package/out-js/decentraland/sdk/components/common/input_action.gen.js.map +1 -0
  140. package/out-js/decentraland/sdk/components/common/loading_state.gen.d.ts +11 -0
  141. package/out-js/decentraland/sdk/components/common/loading_state.gen.js +57 -0
  142. package/out-js/decentraland/sdk/components/common/loading_state.gen.js.map +1 -0
  143. package/out-js/decentraland/sdk/components/common/raycast_hit.gen.d.ts +45 -0
  144. package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js +163 -0
  145. package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js.map +1 -0
  146. package/out-js/decentraland/sdk/components/common/texts.gen.d.ts +23 -0
  147. package/out-js/decentraland/sdk/components/common/texts.gen.js +120 -0
  148. package/out-js/decentraland/sdk/components/common/texts.gen.js.map +1 -0
  149. package/out-js/decentraland/sdk/components/engine_info.gen.d.ts +41 -0
  150. package/out-js/decentraland/sdk/components/engine_info.gen.js +95 -0
  151. package/out-js/decentraland/sdk/components/engine_info.gen.js.map +1 -0
  152. package/out-js/decentraland/sdk/components/gltf_container.gen.d.ts +41 -0
  153. package/out-js/decentraland/sdk/components/gltf_container.gen.js +101 -0
  154. package/out-js/decentraland/sdk/components/gltf_container.gen.js.map +1 -0
  155. package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts +35 -0
  156. package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js +70 -0
  157. package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js.map +1 -0
  158. package/out-js/decentraland/sdk/components/gltf_node_modifiers.gen.d.ts +57 -0
  159. package/out-js/decentraland/sdk/components/gltf_node_modifiers.gen.js +164 -0
  160. package/out-js/decentraland/sdk/components/gltf_node_modifiers.gen.js.map +1 -0
  161. package/out-js/decentraland/sdk/components/material.gen.d.ts +108 -0
  162. package/out-js/decentraland/sdk/components/material.gen.js +536 -0
  163. package/out-js/decentraland/sdk/components/material.gen.js.map +1 -0
  164. package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +130 -0
  165. package/out-js/decentraland/sdk/components/mesh_collider.gen.js +471 -0
  166. package/out-js/decentraland/sdk/components/mesh_collider.gen.js.map +1 -0
  167. package/out-js/decentraland/sdk/components/mesh_renderer.gen.d.ts +104 -0
  168. package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +382 -0
  169. package/out-js/decentraland/sdk/components/mesh_renderer.gen.js.map +1 -0
  170. package/out-js/decentraland/sdk/components/nft_shape.gen.d.ts +74 -0
  171. package/out-js/decentraland/sdk/components/nft_shape.gen.js +259 -0
  172. package/out-js/decentraland/sdk/components/nft_shape.gen.js.map +1 -0
  173. package/out-js/decentraland/sdk/components/player_identity_data.gen.d.ts +37 -0
  174. package/out-js/decentraland/sdk/components/player_identity_data.gen.js +83 -0
  175. package/out-js/decentraland/sdk/components/player_identity_data.gen.js.map +1 -0
  176. package/out-js/decentraland/sdk/components/pointer_events.gen.d.ts +110 -0
  177. package/out-js/decentraland/sdk/components/pointer_events.gen.js +306 -0
  178. package/out-js/decentraland/sdk/components/pointer_events.gen.js.map +1 -0
  179. package/out-js/decentraland/sdk/components/pointer_events_result.gen.d.ts +42 -0
  180. package/out-js/decentraland/sdk/components/pointer_events_result.gen.js +133 -0
  181. package/out-js/decentraland/sdk/components/pointer_events_result.gen.js.map +1 -0
  182. package/out-js/decentraland/sdk/components/pointer_lock.gen.d.ts +35 -0
  183. package/out-js/decentraland/sdk/components/pointer_lock.gen.js +69 -0
  184. package/out-js/decentraland/sdk/components/pointer_lock.gen.js.map +1 -0
  185. package/out-js/decentraland/sdk/components/raycast.gen.d.ts +79 -0
  186. package/out-js/decentraland/sdk/components/raycast.gen.js +274 -0
  187. package/out-js/decentraland/sdk/components/raycast.gen.js.map +1 -0
  188. package/out-js/decentraland/sdk/components/raycast_result.gen.d.ts +48 -0
  189. package/out-js/decentraland/sdk/components/raycast_result.gen.js +132 -0
  190. package/out-js/decentraland/sdk/components/raycast_result.gen.js.map +1 -0
  191. package/out-js/decentraland/sdk/components/realm_info.gen.d.ts +43 -0
  192. package/out-js/decentraland/sdk/components/realm_info.gen.js +151 -0
  193. package/out-js/decentraland/sdk/components/realm_info.gen.js.map +1 -0
  194. package/out-js/decentraland/sdk/components/text_shape.gen.d.ts +81 -0
  195. package/out-js/decentraland/sdk/components/text_shape.gen.js +345 -0
  196. package/out-js/decentraland/sdk/components/text_shape.gen.js.map +1 -0
  197. package/out-js/decentraland/sdk/components/tween.gen.d.ts +220 -0
  198. package/out-js/decentraland/sdk/components/tween.gen.js +1213 -0
  199. package/out-js/decentraland/sdk/components/tween.gen.js.map +1 -0
  200. package/out-js/decentraland/sdk/components/tween_sequence.gen.d.ts +39 -0
  201. package/out-js/decentraland/sdk/components/tween_sequence.gen.js +122 -0
  202. package/out-js/decentraland/sdk/components/tween_sequence.gen.js.map +1 -0
  203. package/out-js/decentraland/sdk/components/tween_state.gen.d.ts +40 -0
  204. package/out-js/decentraland/sdk/components/tween_state.gen.js +122 -0
  205. package/out-js/decentraland/sdk/components/tween_state.gen.js.map +1 -0
  206. package/out-js/decentraland/sdk/components/ui_background.gen.d.ts +63 -0
  207. package/out-js/decentraland/sdk/components/ui_background.gen.js +197 -0
  208. package/out-js/decentraland/sdk/components/ui_background.gen.js.map +1 -0
  209. package/out-js/decentraland/sdk/components/ui_dropdown.gen.d.ts +45 -0
  210. package/out-js/decentraland/sdk/components/ui_dropdown.gen.js +187 -0
  211. package/out-js/decentraland/sdk/components/ui_dropdown.gen.js.map +1 -0
  212. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.d.ts +30 -0
  213. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js +69 -0
  214. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js.map +1 -0
  215. package/out-js/decentraland/sdk/components/ui_input.gen.d.ts +44 -0
  216. package/out-js/decentraland/sdk/components/ui_input.gen.js +172 -0
  217. package/out-js/decentraland/sdk/components/ui_input.gen.js.map +1 -0
  218. package/out-js/decentraland/sdk/components/ui_input_result.gen.d.ts +32 -0
  219. package/out-js/decentraland/sdk/components/ui_input_result.gen.js +83 -0
  220. package/out-js/decentraland/sdk/components/ui_input_result.gen.js.map +1 -0
  221. package/out-js/decentraland/sdk/components/ui_text.gen.d.ts +50 -0
  222. package/out-js/decentraland/sdk/components/ui_text.gen.js +177 -0
  223. package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -0
  224. package/out-js/decentraland/sdk/components/ui_transform.gen.d.ts +238 -0
  225. package/out-js/decentraland/sdk/components/ui_transform.gen.js +1547 -0
  226. package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -0
  227. package/out-js/decentraland/sdk/components/video_player.gen.d.ts +51 -0
  228. package/out-js/decentraland/sdk/components/video_player.gen.js +177 -0
  229. package/out-js/decentraland/sdk/components/video_player.gen.js.map +1 -0
  230. package/out-js/decentraland/sdk/components/visibility_component.gen.d.ts +39 -0
  231. package/out-js/decentraland/sdk/components/visibility_component.gen.js +83 -0
  232. package/out-js/decentraland/sdk/components/visibility_component.gen.js.map +1 -0
  233. package/out-js/decentraland/sdk/development/local_development.gen.d.ts +70 -0
  234. package/out-js/decentraland/sdk/development/local_development.gen.js +283 -0
  235. package/out-js/decentraland/sdk/development/local_development.gen.js.map +1 -0
  236. package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.d.ts +1005 -0
  237. package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js +7842 -0
  238. package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js.map +1 -0
  239. package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.d.ts +398 -0
  240. package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js +2512 -0
  241. package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js.map +1 -0
  242. package/out-js/decentraland/social_service/errors.gen.d.ts +96 -0
  243. package/out-js/decentraland/social_service/errors.gen.js +405 -0
  244. package/out-js/decentraland/social_service/errors.gen.js.map +1 -0
  245. package/out-js/decentraland/social_service/v1/social_service_v1.gen.d.ts +501 -0
  246. package/out-js/decentraland/social_service/v1/social_service_v1.gen.js +2517 -0
  247. package/out-js/decentraland/social_service/v1/social_service_v1.gen.js.map +1 -0
  248. package/out-js/decentraland/social_service/v2/social_service_v2.gen.d.ts +1827 -0
  249. package/out-js/decentraland/social_service/v2/social_service_v2.gen.js +9308 -0
  250. package/out-js/decentraland/social_service/v2/social_service_v2.gen.js.map +1 -0
  251. package/out-js/google/protobuf/descriptor.gen.d.ts +436 -0
  252. package/out-js/google/protobuf/descriptor.gen.js +3173 -0
  253. package/out-js/google/protobuf/descriptor.gen.js.map +1 -0
  254. package/out-js/google/protobuf/empty.gen.d.ts +38 -0
  255. package/out-js/google/protobuf/empty.gen.js +54 -0
  256. package/out-js/google/protobuf/empty.gen.js.map +1 -0
  257. package/out-js/quests.gen.d.ts +1 -0
  258. package/out-js/quests.gen.js +6 -0
  259. package/out-js/quests.gen.js.map +1 -0
  260. package/out-js/sdk-apis.gen.d.ts +1 -0
  261. package/out-js/sdk-apis.gen.js +6 -0
  262. package/out-js/sdk-apis.gen.js.map +1 -0
  263. package/out-js/sdk-components.gen.d.ts +1 -0
  264. package/out-js/sdk-components.gen.js +6 -0
  265. package/out-js/sdk-components.gen.js.map +1 -0
  266. package/out-js/sdk-development.gen.d.ts +1 -0
  267. package/out-js/sdk-development.gen.js +6 -0
  268. package/out-js/sdk-development.gen.js.map +1 -0
  269. package/out-js/social.gen.d.ts +1 -0
  270. package/out-js/social.gen.js +6 -0
  271. package/out-js/social.gen.js.map +1 -0
  272. package/out-ts/about.gen.ts +3 -0
  273. package/out-ts/comms.gen.ts +3 -0
  274. package/out-ts/decentraland/common/border_rect.gen.ts +230 -0
  275. package/out-ts/decentraland/common/colors.gen.ts +293 -0
  276. package/out-ts/decentraland/common/content_mapping.gen.ts +93 -0
  277. package/out-ts/decentraland/common/sdk/user_data.gen.ts +370 -0
  278. package/out-ts/decentraland/common/texture.gen.ts +539 -0
  279. package/out-ts/decentraland/common/vectors.gen.ts +377 -0
  280. package/out-ts/decentraland/kernel/apis/comms_api.gen.ts +884 -0
  281. package/out-ts/decentraland/kernel/apis/communications_controller.gen.ts +434 -0
  282. package/out-ts/decentraland/kernel/apis/dev_tools.gen.ts +161 -0
  283. package/out-ts/decentraland/kernel/apis/engine_api.gen.ts +1587 -0
  284. package/out-ts/decentraland/kernel/apis/environment_api.gen.ts +1264 -0
  285. package/out-ts/decentraland/kernel/apis/ethereum_controller.gen.ts +982 -0
  286. package/out-ts/decentraland/kernel/apis/parcel_identity.gen.ts +608 -0
  287. package/out-ts/decentraland/kernel/apis/permissions.gen.ts +397 -0
  288. package/out-ts/decentraland/kernel/apis/players.gen.ts +415 -0
  289. package/out-ts/decentraland/kernel/apis/portable_experiences.gen.ts +668 -0
  290. package/out-ts/decentraland/kernel/apis/restricted_actions.gen.ts +1150 -0
  291. package/out-ts/decentraland/kernel/apis/runtime.gen.ts +911 -0
  292. package/out-ts/decentraland/kernel/apis/scene.gen.ts +192 -0
  293. package/out-ts/decentraland/kernel/apis/signed_fetch.gen.ts +691 -0
  294. package/out-ts/decentraland/kernel/apis/social_controller.gen.ts +230 -0
  295. package/out-ts/decentraland/kernel/apis/testing.gen.ts +1270 -0
  296. package/out-ts/decentraland/kernel/apis/user_action_module.gen.ts +146 -0
  297. package/out-ts/decentraland/kernel/apis/user_identity.gen.ts +264 -0
  298. package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +2389 -0
  299. package/out-ts/decentraland/kernel/comms/rfc5/ws_comms.gen.ts +1029 -0
  300. package/out-ts/decentraland/kernel/comms/v3/archipelago.gen.ts +1338 -0
  301. package/out-ts/decentraland/quests/definitions.gen.ts +3020 -0
  302. package/out-ts/decentraland/realm/about.gen.ts +1415 -0
  303. package/out-ts/decentraland/sdk/components/animator.gen.ts +240 -0
  304. package/out-ts/decentraland/sdk/components/audio_source.gen.ts +209 -0
  305. package/out-ts/decentraland/sdk/components/audio_stream.gen.ts +182 -0
  306. package/out-ts/decentraland/sdk/components/avatar_attach.gen.ts +289 -0
  307. package/out-ts/decentraland/sdk/components/avatar_base.gen.ts +149 -0
  308. package/out-ts/decentraland/sdk/components/avatar_emote_command.gen.ts +115 -0
  309. package/out-ts/decentraland/sdk/components/avatar_equipped_data.gen.ts +105 -0
  310. package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +188 -0
  311. package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +383 -0
  312. package/out-ts/decentraland/sdk/components/billboard.gen.ts +148 -0
  313. package/out-ts/decentraland/sdk/components/camera_mode.gen.ts +86 -0
  314. package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +115 -0
  315. package/out-ts/decentraland/sdk/components/common/camera_type.gen.ts +43 -0
  316. package/out-ts/decentraland/sdk/components/common/id.gen.ts +3 -0
  317. package/out-ts/decentraland/sdk/components/common/input_action.gen.ts +206 -0
  318. package/out-ts/decentraland/sdk/components/common/loading_state.gen.ts +54 -0
  319. package/out-ts/decentraland/sdk/components/common/raycast_hit.gen.ts +204 -0
  320. package/out-ts/decentraland/sdk/components/common/texts.gen.ts +117 -0
  321. package/out-ts/decentraland/sdk/components/engine_info.gen.ts +119 -0
  322. package/out-ts/decentraland/sdk/components/gltf_container.gen.ts +127 -0
  323. package/out-ts/decentraland/sdk/components/gltf_container_loading_state.gen.ts +89 -0
  324. package/out-ts/decentraland/sdk/components/gltf_node_modifiers.gen.ts +204 -0
  325. package/out-ts/decentraland/sdk/components/material.gen.ts +655 -0
  326. package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +536 -0
  327. package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +454 -0
  328. package/out-ts/decentraland/sdk/components/nft_shape.gen.ts +288 -0
  329. package/out-ts/decentraland/sdk/components/player_identity_data.gen.ts +102 -0
  330. package/out-ts/decentraland/sdk/components/pointer_events.gen.ts +415 -0
  331. package/out-ts/decentraland/sdk/components/pointer_events_result.gen.ts +170 -0
  332. package/out-ts/decentraland/sdk/components/pointer_lock.gen.ts +85 -0
  333. package/out-ts/decentraland/sdk/components/raycast.gen.ts +333 -0
  334. package/out-ts/decentraland/sdk/components/raycast_result.gen.ts +168 -0
  335. package/out-ts/decentraland/sdk/components/realm_info.gen.ts +183 -0
  336. package/out-ts/decentraland/sdk/components/text_shape.gen.ts +470 -0
  337. package/out-ts/decentraland/sdk/components/tween.gen.ts +1336 -0
  338. package/out-ts/decentraland/sdk/components/tween_sequence.gen.ts +134 -0
  339. package/out-ts/decentraland/sdk/components/tween_state.gen.ts +136 -0
  340. package/out-ts/decentraland/sdk/components/ui_background.gen.ts +223 -0
  341. package/out-ts/decentraland/sdk/components/ui_dropdown.gen.ts +231 -0
  342. package/out-ts/decentraland/sdk/components/ui_dropdown_result.gen.ts +80 -0
  343. package/out-ts/decentraland/sdk/components/ui_input.gen.ts +215 -0
  344. package/out-ts/decentraland/sdk/components/ui_input_result.gen.ts +97 -0
  345. package/out-ts/decentraland/sdk/components/ui_text.gen.ts +219 -0
  346. package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +1775 -0
  347. package/out-ts/decentraland/sdk/components/video_player.gen.ts +231 -0
  348. package/out-ts/decentraland/sdk/components/visibility_component.gen.ts +108 -0
  349. package/out-ts/decentraland/sdk/development/local_development.gen.ts +316 -0
  350. package/out-ts/decentraland/sdk/ecs6/components_ecs6.gen.ts +8957 -0
  351. package/out-ts/decentraland/sdk/ecs6/engine_interface_ecs6.gen.ts +2886 -0
  352. package/out-ts/decentraland/social_service/errors.gen.ts +442 -0
  353. package/out-ts/decentraland/social_service/v1/social_service_v1.gen.ts +2799 -0
  354. package/out-ts/decentraland/social_service/v2/social_service_v2.gen.ts +10674 -0
  355. package/out-ts/google/protobuf/descriptor.gen.ts +3470 -0
  356. package/out-ts/google/protobuf/empty.gen.ts +72 -0
  357. package/out-ts/quests.gen.ts +3 -0
  358. package/out-ts/sdk-apis.gen.ts +3 -0
  359. package/out-ts/sdk-components.gen.ts +3 -0
  360. package/out-ts/sdk-development.gen.ts +3 -0
  361. package/out-ts/social.gen.ts +3 -0
  362. package/package.json +27 -10
  363. package/proto/decentraland/common/border_rect.proto +18 -0
  364. package/proto/decentraland/common/colors.proto +21 -0
  365. package/proto/decentraland/common/content_mapping.proto +7 -0
  366. package/proto/decentraland/common/entity.proto +13 -0
  367. package/proto/decentraland/common/floats.proto +8 -0
  368. package/proto/decentraland/common/options.proto +30 -0
  369. package/proto/decentraland/common/quantization_example.proto +132 -0
  370. package/{kernel/apis/UserIdentity.proto → proto/decentraland/common/sdk/user_data.proto} +1 -17
  371. package/proto/decentraland/common/texture.proto +45 -0
  372. package/proto/decentraland/common/vectors.proto +26 -0
  373. package/proto/decentraland/kernel/apis/comms_api.proto +61 -0
  374. package/proto/decentraland/kernel/apis/communications_controller.proto +29 -0
  375. package/{kernel/apis/DevTools.proto → proto/decentraland/kernel/apis/dev_tools.proto} +3 -0
  376. package/proto/decentraland/kernel/apis/engine_api.proto +118 -0
  377. package/proto/decentraland/kernel/apis/environment_api.proto +76 -0
  378. package/{kernel/apis/EthereumController.proto → proto/decentraland/kernel/apis/ethereum_controller.proto} +12 -1
  379. package/{kernel/apis/ParcelIdentity.proto → proto/decentraland/kernel/apis/parcel_identity.proto} +6 -5
  380. package/proto/decentraland/kernel/apis/permissions.proto +36 -0
  381. package/proto/decentraland/kernel/apis/players.proto +35 -0
  382. package/proto/decentraland/kernel/apis/portable_experiences.proto +55 -0
  383. package/proto/decentraland/kernel/apis/restricted_actions.proto +100 -0
  384. package/proto/decentraland/kernel/apis/runtime.proto +71 -0
  385. package/proto/decentraland/kernel/apis/scene.proto +16 -0
  386. package/{kernel/apis/SignedFetch.proto → proto/decentraland/kernel/apis/signed_fetch.proto} +9 -0
  387. package/proto/decentraland/kernel/apis/social_controller.proto +19 -0
  388. package/proto/decentraland/kernel/apis/testing.proto +100 -0
  389. package/{kernel/apis/UserActionModule.proto → proto/decentraland/kernel/apis/user_action_module.proto} +2 -0
  390. package/proto/decentraland/kernel/apis/user_identity.proto +22 -0
  391. package/proto/decentraland/kernel/comms/rfc4/comms.proto +176 -0
  392. package/proto/decentraland/kernel/comms/rfc5/ws_comms.proto +104 -0
  393. package/proto/decentraland/kernel/comms/v1/broker.proto +114 -0
  394. package/proto/decentraland/kernel/comms/v1/comms.proto +68 -0
  395. package/proto/decentraland/kernel/comms/v2/comms.proto +61 -0
  396. package/proto/decentraland/kernel/comms/v3/archipelago.proto +86 -0
  397. package/proto/decentraland/kernel/comms/v3/comms.proto +64 -0
  398. package/proto/decentraland/pulse/pulse_client.proto +77 -0
  399. package/proto/decentraland/pulse/pulse_server.proto +138 -0
  400. package/proto/decentraland/pulse/pulse_shared.proto +48 -0
  401. package/proto/decentraland/quests/definitions.proto +185 -0
  402. package/proto/decentraland/realm/about.proto +138 -0
  403. package/{ecs → proto/decentraland/sdk}/components/README.md +3 -3
  404. package/proto/decentraland/sdk/components/animator.proto +31 -0
  405. package/proto/decentraland/sdk/components/asset_load.proto +10 -0
  406. package/proto/decentraland/sdk/components/asset_load_loading_state.proto +16 -0
  407. package/proto/decentraland/sdk/components/audio_analysis.proto +44 -0
  408. package/proto/decentraland/sdk/components/audio_event.proto +12 -0
  409. package/proto/decentraland/sdk/components/audio_source.proto +31 -0
  410. package/proto/decentraland/sdk/components/audio_stream.proto +22 -0
  411. package/proto/decentraland/sdk/components/avatar_attach.proto +51 -0
  412. package/proto/decentraland/sdk/components/avatar_base.proto +15 -0
  413. package/proto/decentraland/sdk/components/avatar_emote_command.proto +13 -0
  414. package/proto/decentraland/sdk/components/avatar_equipped_data.proto +13 -0
  415. package/proto/decentraland/sdk/components/avatar_locomotion_settings.proto +21 -0
  416. package/proto/decentraland/sdk/components/avatar_modifier_area.proto +32 -0
  417. package/proto/decentraland/sdk/components/avatar_shape.proto +49 -0
  418. package/proto/decentraland/sdk/components/billboard.proto +29 -0
  419. package/proto/decentraland/sdk/components/camera_mode.proto +12 -0
  420. package/proto/decentraland/sdk/components/camera_mode_area.proto +25 -0
  421. package/proto/decentraland/sdk/components/common/camera_transition.proto +11 -0
  422. package/proto/decentraland/sdk/components/common/camera_type.proto +9 -0
  423. package/{ecs → proto/decentraland/sdk}/components/common/id.proto +1 -0
  424. package/proto/decentraland/sdk/components/common/input_action.proto +37 -0
  425. package/proto/decentraland/sdk/components/common/loading_state.proto +10 -0
  426. package/proto/decentraland/sdk/components/common/media_state.proto +13 -0
  427. package/proto/decentraland/sdk/components/common/raycast_hit.proto +16 -0
  428. package/proto/decentraland/sdk/components/common/texts.proto +21 -0
  429. package/proto/decentraland/sdk/components/engine_info.proto +15 -0
  430. package/proto/decentraland/sdk/components/gltf_container.proto +19 -0
  431. package/proto/decentraland/sdk/components/gltf_container_loading_state.proto +13 -0
  432. package/proto/decentraland/sdk/components/gltf_node_modifiers.proto +25 -0
  433. package/proto/decentraland/sdk/components/input_modifier.proto +22 -0
  434. package/proto/decentraland/sdk/components/light_source.proto +28 -0
  435. package/proto/decentraland/sdk/components/main_camera.proto +11 -0
  436. package/proto/decentraland/sdk/components/map_pin.proto +16 -0
  437. package/proto/decentraland/sdk/components/material.proto +57 -0
  438. package/proto/decentraland/sdk/components/mesh_collider.proto +62 -0
  439. package/proto/decentraland/sdk/components/mesh_renderer.proto +43 -0
  440. package/proto/decentraland/sdk/components/nft_shape.proto +48 -0
  441. package/proto/decentraland/sdk/components/particle_system.proto +133 -0
  442. package/proto/decentraland/sdk/components/physics_combined_force.proto +21 -0
  443. package/proto/decentraland/sdk/components/physics_combined_impulse.proto +23 -0
  444. package/proto/decentraland/sdk/components/player_identity_data.proto +13 -0
  445. package/proto/decentraland/sdk/components/pointer_events.proto +64 -0
  446. package/proto/decentraland/sdk/components/pointer_events_result.proto +19 -0
  447. package/proto/decentraland/sdk/components/pointer_lock.proto +11 -0
  448. package/proto/decentraland/sdk/components/primary_pointer_info.proto +39 -0
  449. package/proto/decentraland/sdk/components/raycast.proto +58 -0
  450. package/proto/decentraland/sdk/components/raycast_result.proto +21 -0
  451. package/proto/decentraland/sdk/components/realm_info.proto +15 -0
  452. package/proto/decentraland/sdk/components/skybox_time.proto +20 -0
  453. package/proto/decentraland/sdk/components/text_shape.proto +45 -0
  454. package/proto/decentraland/sdk/components/trigger_area.proto +23 -0
  455. package/proto/decentraland/sdk/components/trigger_area_result.proto +34 -0
  456. package/proto/decentraland/sdk/components/tween.proto +117 -0
  457. package/proto/decentraland/sdk/components/tween_sequence.proto +18 -0
  458. package/proto/decentraland/sdk/components/tween_state.proto +18 -0
  459. package/proto/decentraland/sdk/components/ui_background.proto +34 -0
  460. package/proto/decentraland/sdk/components/ui_canvas_information.proto +30 -0
  461. package/proto/decentraland/sdk/components/ui_dropdown.proto +22 -0
  462. package/proto/decentraland/sdk/components/ui_dropdown_result.proto +11 -0
  463. package/proto/decentraland/sdk/components/ui_input.proto +20 -0
  464. package/proto/decentraland/sdk/components/ui_input_result.proto +12 -0
  465. package/proto/decentraland/sdk/components/ui_text.proto +26 -0
  466. package/proto/decentraland/sdk/components/ui_transform.proto +178 -0
  467. package/proto/decentraland/sdk/components/video_event.proto +25 -0
  468. package/proto/decentraland/sdk/components/video_player.proto +24 -0
  469. package/proto/decentraland/sdk/components/virtual_camera.proto +18 -0
  470. package/proto/decentraland/sdk/components/visibility_component.proto +16 -0
  471. package/proto/decentraland/sdk/development/local_development.proto +29 -0
  472. package/proto/decentraland/sdk/ecs6/components_ecs6.proto +678 -0
  473. package/proto/decentraland/sdk/ecs6/engine_interface_ecs6.proto +151 -0
  474. package/proto/decentraland/social_service/errors.proto +30 -0
  475. package/proto/decentraland/social_service/v1/social_service_v1.proto +163 -0
  476. package/proto/decentraland/social_service/v2/social_service_v2.proto +721 -0
  477. package/protoc-gen-bitwise/generator_csharp.py +176 -0
  478. package/protoc-gen-bitwise/options_pb2.py +171 -0
  479. package/protoc-gen-bitwise/plugin.py +92 -0
  480. package/protoc-gen-bitwise/runtime/cs/BitReader.cs +112 -0
  481. package/protoc-gen-bitwise/runtime/cs/BitWriter.cs +117 -0
  482. package/protoc-gen-bitwise/runtime/cs/Quantize.cs +35 -0
  483. package/public/about.proto +5 -0
  484. package/public/comms.proto +5 -0
  485. package/public/quests.proto +5 -0
  486. package/public/sdk-apis.proto +25 -0
  487. package/public/sdk-components.proto +43 -0
  488. package/public/sdk-development.proto +5 -0
  489. package/public/social.proto +6 -0
  490. package/ecs/components/Animator.proto +0 -18
  491. package/ecs/components/AudioSource.proto +0 -12
  492. package/ecs/components/AudioStream.proto +0 -10
  493. package/ecs/components/AvatarAttach.proto +0 -16
  494. package/ecs/components/AvatarModifierArea.proto +0 -16
  495. package/ecs/components/AvatarShape.proto +0 -20
  496. package/ecs/components/Billboard.proto +0 -10
  497. package/ecs/components/BoxShape.proto +0 -11
  498. package/ecs/components/CameraModeArea.proto +0 -15
  499. package/ecs/components/CylinderShape.proto +0 -12
  500. package/ecs/components/GLTFShape.proto +0 -11
  501. package/ecs/components/NFTShape.proto +0 -16
  502. package/ecs/components/OnPointerDown.proto +0 -12
  503. package/ecs/components/OnPointerDownResult.proto +0 -17
  504. package/ecs/components/OnPointerUp.proto +0 -12
  505. package/ecs/components/OnPointerUpResult.proto +0 -17
  506. package/ecs/components/PlaneShape.proto +0 -11
  507. package/ecs/components/SphereShape.proto +0 -10
  508. package/ecs/components/TextShape.proto +0 -33
  509. package/ecs/components/UiTransform.proto +0 -159
  510. package/ecs/components/common/ActionButton.proto +0 -18
  511. package/ecs/components/common/Color3.proto +0 -8
  512. package/ecs/components/common/Vector3.proto +0 -7
  513. package/kernel/apis/CommunicationsController.proto +0 -11
  514. package/kernel/apis/EngineAPI.proto +0 -180
  515. package/kernel/apis/EnvironmentAPI.proto +0 -70
  516. package/kernel/apis/ExperimentalAPI.proto +0 -16
  517. package/kernel/apis/Permissions.proto +0 -30
  518. package/kernel/apis/Players.proto +0 -28
  519. package/kernel/apis/PortableExperiences.proto +0 -40
  520. package/kernel/apis/RestrictedActions.proto +0 -25
  521. package/kernel/apis/SceneStateStorageController.proto +0 -114
  522. package/kernel/apis/SocialController.proto +0 -15
  523. package/kernel/comms/v1/broker.proto +0 -114
  524. package/kernel/comms/v1/comms.proto +0 -68
  525. package/kernel/comms/v2/comms.proto +0 -59
  526. package/renderer-protocol/RendererProtocol.proto +0 -24
  527. /package/{ecs → proto/decentraland/sdk}/components/Transform.md +0 -0
  528. /package/{ecs → proto/decentraland/sdk}/components/common/id.md +0 -0
@@ -0,0 +1,1827 @@
1
+ import _m0 from "protobufjs/minimal";
2
+ import { Empty } from "../../../google/protobuf/empty.gen";
3
+ import { Color3 } from "../../common/colors.gen";
4
+ import { ConflictingError, ForbiddenError, InternalServerError, InvalidFriendshipAction, InvalidRequest, NotFoundError, ProfileNotFound } from "../errors.gen";
5
+ export declare const protobufPackage = "decentraland.social_service.v2";
6
+ export declare enum ConnectivityStatus {
7
+ ONLINE = 0,
8
+ OFFLINE = 1,
9
+ AWAY = 2,
10
+ UNRECOGNIZED = -1
11
+ }
12
+ export declare function connectivityStatusFromJSON(object: any): ConnectivityStatus;
13
+ export declare function connectivityStatusToJSON(object: ConnectivityStatus): string;
14
+ export declare enum FriendshipStatus {
15
+ REQUEST_SENT = 0,
16
+ REQUEST_RECEIVED = 1,
17
+ CANCELED = 2,
18
+ ACCEPTED = 3,
19
+ REJECTED = 4,
20
+ DELETED = 5,
21
+ BLOCKED = 6,
22
+ NONE = 7,
23
+ BLOCKED_BY = 8,
24
+ UNRECOGNIZED = -1
25
+ }
26
+ export declare function friendshipStatusFromJSON(object: any): FriendshipStatus;
27
+ export declare function friendshipStatusToJSON(object: FriendshipStatus): string;
28
+ export declare enum PrivateMessagePrivacySetting {
29
+ ALL = 0,
30
+ ONLY_FRIENDS = 1,
31
+ UNRECOGNIZED = -1
32
+ }
33
+ export declare function privateMessagePrivacySettingFromJSON(object: any): PrivateMessagePrivacySetting;
34
+ export declare function privateMessagePrivacySettingToJSON(object: PrivateMessagePrivacySetting): string;
35
+ export declare enum BlockedUsersMessagesVisibilitySetting {
36
+ SHOW_MESSAGES = 0,
37
+ DO_NOT_SHOW_MESSAGES = 1,
38
+ UNRECOGNIZED = -1
39
+ }
40
+ export declare function blockedUsersMessagesVisibilitySettingFromJSON(object: any): BlockedUsersMessagesVisibilitySetting;
41
+ export declare function blockedUsersMessagesVisibilitySettingToJSON(object: BlockedUsersMessagesVisibilitySetting): string;
42
+ export declare enum SituationReactionsVisibility {
43
+ SHOW = 0,
44
+ HIDE = 1,
45
+ UNRECOGNIZED = -1
46
+ }
47
+ export declare function situationReactionsVisibilityFromJSON(object: any): SituationReactionsVisibility;
48
+ export declare function situationReactionsVisibilityToJSON(object: SituationReactionsVisibility): string;
49
+ export declare enum PrivateVoiceChatStatus {
50
+ VOICE_CHAT_REQUESTED = 0,
51
+ VOICE_CHAT_ACCEPTED = 1,
52
+ VOICE_CHAT_REJECTED = 2,
53
+ VOICE_CHAT_ENDED = 3,
54
+ VOICE_CHAT_EXPIRED = 4,
55
+ UNRECOGNIZED = -1
56
+ }
57
+ export declare function privateVoiceChatStatusFromJSON(object: any): PrivateVoiceChatStatus;
58
+ export declare function privateVoiceChatStatusToJSON(object: PrivateVoiceChatStatus): string;
59
+ export declare enum CommunityVoiceChatStatus {
60
+ COMMUNITY_VOICE_CHAT_STARTED = 0,
61
+ COMMUNITY_VOICE_CHAT_ENDED = 1,
62
+ UNRECOGNIZED = -1
63
+ }
64
+ export declare function communityVoiceChatStatusFromJSON(object: any): CommunityVoiceChatStatus;
65
+ export declare function communityVoiceChatStatusToJSON(object: CommunityVoiceChatStatus): string;
66
+ /** Types */
67
+ export interface User {
68
+ address: string;
69
+ }
70
+ export interface FriendProfile {
71
+ address: string;
72
+ name: string;
73
+ hasClaimedName: boolean;
74
+ profilePictureUrl: string;
75
+ nameColor?: Color3 | undefined;
76
+ }
77
+ export interface BlockedUserProfile {
78
+ address: string;
79
+ name: string;
80
+ hasClaimedName: boolean;
81
+ profilePictureUrl: string;
82
+ blockedAt?: number | undefined;
83
+ nameColor?: Color3 | undefined;
84
+ }
85
+ export interface Pagination {
86
+ limit: number;
87
+ offset: number;
88
+ }
89
+ export interface FriendshipRequestResponse {
90
+ friend: FriendProfile | undefined;
91
+ createdAt: number;
92
+ message?: string | undefined;
93
+ id: string;
94
+ }
95
+ export interface FriendshipRequests {
96
+ requests: FriendshipRequestResponse[];
97
+ }
98
+ export interface GetFriendsPayload {
99
+ pagination?: Pagination | undefined;
100
+ }
101
+ export interface GetFriendshipRequestsPayload {
102
+ pagination?: Pagination | undefined;
103
+ }
104
+ export interface UpsertFriendshipPayload {
105
+ action?: {
106
+ $case: "request";
107
+ request: UpsertFriendshipPayload_RequestPayload;
108
+ } | {
109
+ $case: "accept";
110
+ accept: UpsertFriendshipPayload_AcceptPayload;
111
+ } | {
112
+ $case: "reject";
113
+ reject: UpsertFriendshipPayload_RejectPayload;
114
+ } | {
115
+ $case: "delete";
116
+ delete: UpsertFriendshipPayload_DeletePayload;
117
+ } | {
118
+ $case: "cancel";
119
+ cancel: UpsertFriendshipPayload_CancelPayload;
120
+ } | undefined;
121
+ }
122
+ export interface UpsertFriendshipPayload_RequestPayload {
123
+ user: User | undefined;
124
+ message?: string | undefined;
125
+ }
126
+ export interface UpsertFriendshipPayload_AcceptPayload {
127
+ user: User | undefined;
128
+ }
129
+ export interface UpsertFriendshipPayload_RejectPayload {
130
+ user: User | undefined;
131
+ }
132
+ export interface UpsertFriendshipPayload_DeletePayload {
133
+ user: User | undefined;
134
+ }
135
+ export interface UpsertFriendshipPayload_CancelPayload {
136
+ user: User | undefined;
137
+ }
138
+ export interface GetMutualFriendsPayload {
139
+ user: User | undefined;
140
+ pagination?: Pagination | undefined;
141
+ }
142
+ export interface PaginatedResponse {
143
+ total: number;
144
+ page: number;
145
+ }
146
+ export interface PaginatedFriendsProfilesResponse {
147
+ friends: FriendProfile[];
148
+ paginationData: PaginatedResponse | undefined;
149
+ }
150
+ export interface PaginatedFriendshipRequestsResponse {
151
+ response?: {
152
+ $case: "requests";
153
+ requests: FriendshipRequests;
154
+ } | {
155
+ $case: "internalServerError";
156
+ internalServerError: InternalServerError;
157
+ } | undefined;
158
+ paginationData?: PaginatedResponse | undefined;
159
+ }
160
+ export interface UpsertFriendshipResponse {
161
+ response?: {
162
+ $case: "accepted";
163
+ accepted: UpsertFriendshipResponse_Accepted;
164
+ } | {
165
+ $case: "invalidFriendshipAction";
166
+ invalidFriendshipAction: InvalidFriendshipAction;
167
+ } | {
168
+ $case: "internalServerError";
169
+ internalServerError: InternalServerError;
170
+ } | {
171
+ $case: "invalidRequest";
172
+ invalidRequest: InvalidRequest;
173
+ } | undefined;
174
+ }
175
+ export interface UpsertFriendshipResponse_Accepted {
176
+ id: string;
177
+ createdAt: number;
178
+ friend: FriendProfile | undefined;
179
+ message?: string | undefined;
180
+ }
181
+ export interface FriendshipUpdate {
182
+ update?: {
183
+ $case: "request";
184
+ request: FriendshipUpdate_RequestResponse;
185
+ } | {
186
+ $case: "accept";
187
+ accept: FriendshipUpdate_AcceptResponse;
188
+ } | {
189
+ $case: "reject";
190
+ reject: FriendshipUpdate_RejectResponse;
191
+ } | {
192
+ $case: "delete";
193
+ delete: FriendshipUpdate_DeleteResponse;
194
+ } | {
195
+ $case: "cancel";
196
+ cancel: FriendshipUpdate_CancelResponse;
197
+ } | {
198
+ $case: "block";
199
+ block: FriendshipUpdate_BlockResponse;
200
+ } | undefined;
201
+ }
202
+ export interface FriendshipUpdate_RequestResponse {
203
+ friend: FriendProfile | undefined;
204
+ createdAt: number;
205
+ message?: string | undefined;
206
+ id: string;
207
+ }
208
+ export interface FriendshipUpdate_AcceptResponse {
209
+ user: User | undefined;
210
+ }
211
+ export interface FriendshipUpdate_RejectResponse {
212
+ user: User | undefined;
213
+ }
214
+ export interface FriendshipUpdate_DeleteResponse {
215
+ user: User | undefined;
216
+ }
217
+ export interface FriendshipUpdate_CancelResponse {
218
+ user: User | undefined;
219
+ }
220
+ export interface FriendshipUpdate_BlockResponse {
221
+ user: User | undefined;
222
+ }
223
+ export interface FriendConnectivityUpdate {
224
+ friend: FriendProfile | undefined;
225
+ status: ConnectivityStatus;
226
+ }
227
+ export interface GetFriendshipStatusPayload {
228
+ user: User | undefined;
229
+ }
230
+ export interface GetFriendshipStatusResponse {
231
+ response?: {
232
+ $case: "accepted";
233
+ accepted: GetFriendshipStatusResponse_Ok;
234
+ } | {
235
+ $case: "internalServerError";
236
+ internalServerError: InternalServerError;
237
+ } | {
238
+ $case: "invalidRequest";
239
+ invalidRequest: InvalidRequest;
240
+ } | undefined;
241
+ }
242
+ export interface GetFriendshipStatusResponse_Ok {
243
+ status: FriendshipStatus;
244
+ message?: string | undefined;
245
+ }
246
+ export interface BlockUserPayload {
247
+ user: User | undefined;
248
+ }
249
+ export interface BlockUserResponse {
250
+ response?: {
251
+ $case: "ok";
252
+ ok: BlockUserResponse_Ok;
253
+ } | {
254
+ $case: "internalServerError";
255
+ internalServerError: InternalServerError;
256
+ } | {
257
+ $case: "invalidRequest";
258
+ invalidRequest: InvalidRequest;
259
+ } | {
260
+ $case: "profileNotFound";
261
+ profileNotFound: ProfileNotFound;
262
+ } | undefined;
263
+ }
264
+ export interface BlockUserResponse_Ok {
265
+ profile: BlockedUserProfile | undefined;
266
+ }
267
+ export interface UnblockUserPayload {
268
+ user: User | undefined;
269
+ }
270
+ export interface UnblockUserResponse {
271
+ response?: {
272
+ $case: "ok";
273
+ ok: UnblockUserResponse_Ok;
274
+ } | {
275
+ $case: "internalServerError";
276
+ internalServerError: InternalServerError;
277
+ } | {
278
+ $case: "invalidRequest";
279
+ invalidRequest: InvalidRequest;
280
+ } | {
281
+ $case: "profileNotFound";
282
+ profileNotFound: ProfileNotFound;
283
+ } | undefined;
284
+ }
285
+ export interface UnblockUserResponse_Ok {
286
+ profile: BlockedUserProfile | undefined;
287
+ }
288
+ export interface SocialSettings {
289
+ privateMessagesPrivacy: PrivateMessagePrivacySetting;
290
+ blockedUsersMessagesVisibility: BlockedUsersMessagesVisibilitySetting;
291
+ showSituationReactions: SituationReactionsVisibility;
292
+ }
293
+ export interface GetSocialSettingsResponse {
294
+ response?: {
295
+ $case: "ok";
296
+ ok: GetSocialSettingsResponse_Ok;
297
+ } | {
298
+ $case: "internalServerError";
299
+ internalServerError: InternalServerError;
300
+ } | undefined;
301
+ }
302
+ export interface GetSocialSettingsResponse_Ok {
303
+ settings: SocialSettings | undefined;
304
+ }
305
+ export interface UpsertSocialSettingsPayload {
306
+ privateMessagesPrivacy?: PrivateMessagePrivacySetting | undefined;
307
+ blockedUsersMessagesVisibility?: BlockedUsersMessagesVisibilitySetting | undefined;
308
+ showSituationReactions?: SituationReactionsVisibility | undefined;
309
+ }
310
+ export interface UpsertSocialSettingsResponse {
311
+ response?: {
312
+ $case: "ok";
313
+ ok: SocialSettings;
314
+ } | {
315
+ $case: "internalServerError";
316
+ internalServerError: InternalServerError;
317
+ } | {
318
+ $case: "invalidRequest";
319
+ invalidRequest: InvalidRequest;
320
+ } | undefined;
321
+ }
322
+ export interface GetPrivateMessagesSettingsPayload {
323
+ user: User[];
324
+ }
325
+ export interface GetPrivateMessagesSettingsResponse {
326
+ response?: {
327
+ $case: "ok";
328
+ ok: GetPrivateMessagesSettingsResponse_Ok;
329
+ } | {
330
+ $case: "internalServerError";
331
+ internalServerError: InternalServerError;
332
+ } | {
333
+ $case: "invalidRequest";
334
+ invalidRequest: InvalidRequest;
335
+ } | {
336
+ $case: "profileNotFound";
337
+ profileNotFound: ProfileNotFound;
338
+ } | undefined;
339
+ }
340
+ export interface GetPrivateMessagesSettingsResponse_PrivateMessagesSettings {
341
+ user: User | undefined;
342
+ privateMessagesPrivacy: PrivateMessagePrivacySetting;
343
+ isFriend: boolean;
344
+ }
345
+ export interface GetPrivateMessagesSettingsResponse_Ok {
346
+ settings: GetPrivateMessagesSettingsResponse_PrivateMessagesSettings[];
347
+ }
348
+ export interface GetBlockedUsersPayload {
349
+ pagination?: Pagination | undefined;
350
+ }
351
+ export interface GetBlockedUsersResponse {
352
+ profiles: BlockedUserProfile[];
353
+ paginationData: PaginatedResponse | undefined;
354
+ }
355
+ export interface GetBlockingStatusResponse {
356
+ blockedUsers: string[];
357
+ blockedByUsers: string[];
358
+ }
359
+ export interface BlockUpdate {
360
+ address: string;
361
+ isBlocked: boolean;
362
+ }
363
+ export interface CommunityMemberConnectivityUpdate {
364
+ communityId: string;
365
+ member: User | undefined;
366
+ status: ConnectivityStatus;
367
+ }
368
+ export interface StartPrivateVoiceChatPayload {
369
+ callee: User | undefined;
370
+ }
371
+ export interface StartPrivateVoiceChatResponse {
372
+ response?: {
373
+ $case: "ok";
374
+ ok: StartPrivateVoiceChatResponse_Ok;
375
+ } | {
376
+ $case: "internalServerError";
377
+ internalServerError: InternalServerError;
378
+ } | {
379
+ $case: "invalidRequest";
380
+ invalidRequest: InvalidRequest;
381
+ } | {
382
+ $case: "conflictingError";
383
+ conflictingError: ConflictingError;
384
+ } | {
385
+ $case: "forbiddenError";
386
+ forbiddenError: ForbiddenError;
387
+ } | undefined;
388
+ }
389
+ export interface StartPrivateVoiceChatResponse_Ok {
390
+ callId: string;
391
+ }
392
+ export interface AcceptPrivateVoiceChatPayload {
393
+ callId: string;
394
+ }
395
+ export interface AcceptPrivateVoiceChatResponse {
396
+ response?: {
397
+ $case: "ok";
398
+ ok: AcceptPrivateVoiceChatResponse_Ok;
399
+ } | {
400
+ $case: "internalServerError";
401
+ internalServerError: InternalServerError;
402
+ } | {
403
+ $case: "invalidRequest";
404
+ invalidRequest: InvalidRequest;
405
+ } | {
406
+ $case: "notFound";
407
+ notFound: NotFoundError;
408
+ } | {
409
+ $case: "forbiddenError";
410
+ forbiddenError: ForbiddenError;
411
+ } | undefined;
412
+ }
413
+ export interface AcceptPrivateVoiceChatResponse_Ok {
414
+ callId: string;
415
+ credentials: PrivateVoiceChatCredentials | undefined;
416
+ }
417
+ export interface RejectPrivateVoiceChatPayload {
418
+ callId: string;
419
+ }
420
+ export interface RejectPrivateVoiceChatResponse {
421
+ response?: {
422
+ $case: "ok";
423
+ ok: RejectPrivateVoiceChatResponse_Ok;
424
+ } | {
425
+ $case: "internalServerError";
426
+ internalServerError: InternalServerError;
427
+ } | {
428
+ $case: "invalidRequest";
429
+ invalidRequest: InvalidRequest;
430
+ } | {
431
+ $case: "notFound";
432
+ notFound: NotFoundError;
433
+ } | undefined;
434
+ }
435
+ export interface RejectPrivateVoiceChatResponse_Ok {
436
+ callId: string;
437
+ }
438
+ export interface PrivateVoiceChatCredentials {
439
+ connectionUrl: string;
440
+ }
441
+ export interface PrivateVoiceChatUpdate {
442
+ callId: string;
443
+ status: PrivateVoiceChatStatus;
444
+ caller?: User | undefined;
445
+ callee?: User | undefined;
446
+ credentials?: PrivateVoiceChatCredentials | undefined;
447
+ }
448
+ export interface EndPrivateVoiceChatPayload {
449
+ callId: string;
450
+ }
451
+ export interface EndPrivateVoiceChatResponse {
452
+ response?: {
453
+ $case: "ok";
454
+ ok: EndPrivateVoiceChatResponse_Ok;
455
+ } | {
456
+ $case: "internalServerError";
457
+ internalServerError: InternalServerError;
458
+ } | {
459
+ $case: "notFound";
460
+ notFound: NotFoundError;
461
+ } | undefined;
462
+ }
463
+ export interface EndPrivateVoiceChatResponse_Ok {
464
+ callId: string;
465
+ }
466
+ export interface GetIncomingPrivateVoiceChatRequestResponse {
467
+ response?: {
468
+ $case: "ok";
469
+ ok: GetIncomingPrivateVoiceChatRequestResponse_Ok;
470
+ } | {
471
+ $case: "notFound";
472
+ notFound: NotFoundError;
473
+ } | {
474
+ $case: "internalServerError";
475
+ internalServerError: InternalServerError;
476
+ } | undefined;
477
+ }
478
+ export interface GetIncomingPrivateVoiceChatRequestResponse_Ok {
479
+ caller: User | undefined;
480
+ callId: string;
481
+ }
482
+ /** Community voice chat credentials - specific type for community chats */
483
+ export interface CommunityVoiceChatCredentials {
484
+ connectionUrl: string;
485
+ }
486
+ /** Starting a community voice chat */
487
+ export interface StartCommunityVoiceChatPayload {
488
+ communityId: string;
489
+ }
490
+ export interface StartCommunityVoiceChatResponse {
491
+ response?: {
492
+ $case: "ok";
493
+ ok: StartCommunityVoiceChatResponse_Ok;
494
+ } | {
495
+ $case: "invalidRequest";
496
+ invalidRequest: InvalidRequest;
497
+ } | {
498
+ $case: "forbiddenError";
499
+ forbiddenError: ForbiddenError;
500
+ } | {
501
+ $case: "conflictingError";
502
+ conflictingError: ConflictingError;
503
+ } | {
504
+ $case: "internalServerError";
505
+ internalServerError: InternalServerError;
506
+ } | undefined;
507
+ }
508
+ export interface StartCommunityVoiceChatResponse_Ok {
509
+ /** Moderator gets credentials immediately */
510
+ credentials: CommunityVoiceChatCredentials | undefined;
511
+ }
512
+ /** Joining a community voice chat */
513
+ export interface JoinCommunityVoiceChatPayload {
514
+ communityId: string;
515
+ }
516
+ export interface JoinCommunityVoiceChatResponse {
517
+ response?: {
518
+ $case: "ok";
519
+ ok: JoinCommunityVoiceChatResponse_Ok;
520
+ } | {
521
+ $case: "invalidRequest";
522
+ invalidRequest: InvalidRequest;
523
+ } | {
524
+ $case: "forbiddenError";
525
+ forbiddenError: ForbiddenError;
526
+ } | {
527
+ $case: "notFoundError";
528
+ notFoundError: NotFoundError;
529
+ } | {
530
+ $case: "conflictingError";
531
+ conflictingError: ConflictingError;
532
+ } | {
533
+ $case: "internalServerError";
534
+ internalServerError: InternalServerError;
535
+ } | undefined;
536
+ }
537
+ export interface JoinCommunityVoiceChatResponse_Ok {
538
+ voiceChatId: string;
539
+ credentials: CommunityVoiceChatCredentials | undefined;
540
+ }
541
+ /** Request to speak in community voice chat */
542
+ export interface RequestToSpeakInCommunityVoiceChatPayload {
543
+ communityId: string;
544
+ /** true to raise hand (request to speak), false to lower hand (withdraw request) */
545
+ isRaisingHand: boolean;
546
+ }
547
+ export interface RequestToSpeakInCommunityVoiceChatResponse {
548
+ response?: {
549
+ $case: "ok";
550
+ ok: RequestToSpeakInCommunityVoiceChatResponse_Ok;
551
+ } | {
552
+ $case: "invalidRequest";
553
+ invalidRequest: InvalidRequest;
554
+ } | {
555
+ $case: "forbiddenError";
556
+ forbiddenError: ForbiddenError;
557
+ } | {
558
+ $case: "notFoundError";
559
+ notFoundError: NotFoundError;
560
+ } | {
561
+ $case: "internalServerError";
562
+ internalServerError: InternalServerError;
563
+ } | undefined;
564
+ }
565
+ export interface RequestToSpeakInCommunityVoiceChatResponse_Ok {
566
+ message: string;
567
+ }
568
+ /** Promote speaker in community voice chat */
569
+ export interface PromoteSpeakerInCommunityVoiceChatPayload {
570
+ communityId: string;
571
+ userAddress: string;
572
+ }
573
+ export interface PromoteSpeakerInCommunityVoiceChatResponse {
574
+ response?: {
575
+ $case: "ok";
576
+ ok: PromoteSpeakerInCommunityVoiceChatResponse_Ok;
577
+ } | {
578
+ $case: "invalidRequest";
579
+ invalidRequest: InvalidRequest;
580
+ } | {
581
+ $case: "forbiddenError";
582
+ forbiddenError: ForbiddenError;
583
+ } | {
584
+ $case: "notFoundError";
585
+ notFoundError: NotFoundError;
586
+ } | {
587
+ $case: "internalServerError";
588
+ internalServerError: InternalServerError;
589
+ } | undefined;
590
+ }
591
+ export interface PromoteSpeakerInCommunityVoiceChatResponse_Ok {
592
+ message: string;
593
+ }
594
+ /** Demote speaker in community voice chat */
595
+ export interface DemoteSpeakerInCommunityVoiceChatPayload {
596
+ communityId: string;
597
+ userAddress: string;
598
+ }
599
+ export interface DemoteSpeakerInCommunityVoiceChatResponse {
600
+ response?: {
601
+ $case: "ok";
602
+ ok: DemoteSpeakerInCommunityVoiceChatResponse_Ok;
603
+ } | {
604
+ $case: "invalidRequest";
605
+ invalidRequest: InvalidRequest;
606
+ } | {
607
+ $case: "forbiddenError";
608
+ forbiddenError: ForbiddenError;
609
+ } | {
610
+ $case: "notFoundError";
611
+ notFoundError: NotFoundError;
612
+ } | {
613
+ $case: "internalServerError";
614
+ internalServerError: InternalServerError;
615
+ } | undefined;
616
+ }
617
+ export interface DemoteSpeakerInCommunityVoiceChatResponse_Ok {
618
+ message: string;
619
+ }
620
+ /** Kick player from community voice chat */
621
+ export interface KickPlayerFromCommunityVoiceChatPayload {
622
+ communityId: string;
623
+ userAddress: string;
624
+ }
625
+ export interface KickPlayerFromCommunityVoiceChatResponse {
626
+ response?: {
627
+ $case: "ok";
628
+ ok: KickPlayerFromCommunityVoiceChatResponse_Ok;
629
+ } | {
630
+ $case: "invalidRequest";
631
+ invalidRequest: InvalidRequest;
632
+ } | {
633
+ $case: "forbiddenError";
634
+ forbiddenError: ForbiddenError;
635
+ } | {
636
+ $case: "notFoundError";
637
+ notFoundError: NotFoundError;
638
+ } | {
639
+ $case: "internalServerError";
640
+ internalServerError: InternalServerError;
641
+ } | undefined;
642
+ }
643
+ export interface KickPlayerFromCommunityVoiceChatResponse_Ok {
644
+ message: string;
645
+ }
646
+ /** Reject speak request in community voice chat */
647
+ export interface RejectSpeakRequestInCommunityVoiceChatPayload {
648
+ communityId: string;
649
+ userAddress: string;
650
+ }
651
+ export interface RejectSpeakRequestInCommunityVoiceChatResponse {
652
+ response?: {
653
+ $case: "ok";
654
+ ok: RejectSpeakRequestInCommunityVoiceChatResponse_Ok;
655
+ } | {
656
+ $case: "invalidRequest";
657
+ invalidRequest: InvalidRequest;
658
+ } | {
659
+ $case: "forbiddenError";
660
+ forbiddenError: ForbiddenError;
661
+ } | {
662
+ $case: "notFoundError";
663
+ notFoundError: NotFoundError;
664
+ } | {
665
+ $case: "internalServerError";
666
+ internalServerError: InternalServerError;
667
+ } | undefined;
668
+ }
669
+ export interface RejectSpeakRequestInCommunityVoiceChatResponse_Ok {
670
+ message: string;
671
+ }
672
+ /** Community Voice Chat Messages */
673
+ export interface MuteSpeakerFromCommunityVoiceChatPayload {
674
+ communityId: string;
675
+ userAddress: string;
676
+ muted: boolean;
677
+ }
678
+ export interface MuteSpeakerFromCommunityVoiceChatResponse {
679
+ response?: {
680
+ $case: "ok";
681
+ ok: MuteSpeakerFromCommunityVoiceChatResponse_Ok;
682
+ } | {
683
+ $case: "forbiddenError";
684
+ forbiddenError: ForbiddenError;
685
+ } | {
686
+ $case: "notFoundError";
687
+ notFoundError: NotFoundError;
688
+ } | {
689
+ $case: "invalidRequest";
690
+ invalidRequest: InvalidRequest;
691
+ } | {
692
+ $case: "internalServerError";
693
+ internalServerError: InternalServerError;
694
+ } | undefined;
695
+ }
696
+ export interface MuteSpeakerFromCommunityVoiceChatResponse_Ok {
697
+ /** The resulting mute state */
698
+ muted: boolean;
699
+ }
700
+ /** End community voice chat (moderator/owner only) */
701
+ export interface EndCommunityVoiceChatPayload {
702
+ communityId: string;
703
+ }
704
+ export interface EndCommunityVoiceChatResponse {
705
+ response?: {
706
+ $case: "ok";
707
+ ok: EndCommunityVoiceChatResponse_Ok;
708
+ } | {
709
+ $case: "invalidRequest";
710
+ invalidRequest: InvalidRequest;
711
+ } | {
712
+ $case: "forbiddenError";
713
+ forbiddenError: ForbiddenError;
714
+ } | {
715
+ $case: "notFoundError";
716
+ notFoundError: NotFoundError;
717
+ } | {
718
+ $case: "internalServerError";
719
+ internalServerError: InternalServerError;
720
+ } | undefined;
721
+ }
722
+ export interface EndCommunityVoiceChatResponse_Ok {
723
+ message: string;
724
+ }
725
+ /** Community voice chat updates/events - 'started' and 'ended' status */
726
+ export interface CommunityVoiceChatUpdate {
727
+ communityId: string;
728
+ createdAt: number;
729
+ /** 'started' or 'ended' */
730
+ status: CommunityVoiceChatStatus;
731
+ /** Only present when status is 'ended' */
732
+ endedAt?: number | undefined;
733
+ /** Positions/coordinates associated with the community (world: false) */
734
+ positions: string[];
735
+ /** Whether the receiving user is a member of the community */
736
+ isMember: boolean;
737
+ /** Name of the community */
738
+ communityName: string;
739
+ /** Image/picture of the community */
740
+ communityImage?: string | undefined;
741
+ /** World names associated with the community (world: true) */
742
+ worlds: string[];
743
+ }
744
+ export declare namespace User {
745
+ function encode(message: User, writer?: _m0.Writer): _m0.Writer;
746
+ function decode(input: _m0.Reader | Uint8Array, length?: number): User;
747
+ function fromJSON(object: any): User;
748
+ function toJSON(message: User): unknown;
749
+ function create<I extends Exact<DeepPartial<User>, I>>(base?: I): User;
750
+ function fromPartial<I extends Exact<DeepPartial<User>, I>>(object: I): User;
751
+ }
752
+ export declare namespace FriendProfile {
753
+ function encode(message: FriendProfile, writer?: _m0.Writer): _m0.Writer;
754
+ function decode(input: _m0.Reader | Uint8Array, length?: number): FriendProfile;
755
+ function fromJSON(object: any): FriendProfile;
756
+ function toJSON(message: FriendProfile): unknown;
757
+ function create<I extends Exact<DeepPartial<FriendProfile>, I>>(base?: I): FriendProfile;
758
+ function fromPartial<I extends Exact<DeepPartial<FriendProfile>, I>>(object: I): FriendProfile;
759
+ }
760
+ export declare namespace BlockedUserProfile {
761
+ function encode(message: BlockedUserProfile, writer?: _m0.Writer): _m0.Writer;
762
+ function decode(input: _m0.Reader | Uint8Array, length?: number): BlockedUserProfile;
763
+ function fromJSON(object: any): BlockedUserProfile;
764
+ function toJSON(message: BlockedUserProfile): unknown;
765
+ function create<I extends Exact<DeepPartial<BlockedUserProfile>, I>>(base?: I): BlockedUserProfile;
766
+ function fromPartial<I extends Exact<DeepPartial<BlockedUserProfile>, I>>(object: I): BlockedUserProfile;
767
+ }
768
+ export declare namespace Pagination {
769
+ function encode(message: Pagination, writer?: _m0.Writer): _m0.Writer;
770
+ function decode(input: _m0.Reader | Uint8Array, length?: number): Pagination;
771
+ function fromJSON(object: any): Pagination;
772
+ function toJSON(message: Pagination): unknown;
773
+ function create<I extends Exact<DeepPartial<Pagination>, I>>(base?: I): Pagination;
774
+ function fromPartial<I extends Exact<DeepPartial<Pagination>, I>>(object: I): Pagination;
775
+ }
776
+ export declare namespace FriendshipRequestResponse {
777
+ function encode(message: FriendshipRequestResponse, writer?: _m0.Writer): _m0.Writer;
778
+ function decode(input: _m0.Reader | Uint8Array, length?: number): FriendshipRequestResponse;
779
+ function fromJSON(object: any): FriendshipRequestResponse;
780
+ function toJSON(message: FriendshipRequestResponse): unknown;
781
+ function create<I extends Exact<DeepPartial<FriendshipRequestResponse>, I>>(base?: I): FriendshipRequestResponse;
782
+ function fromPartial<I extends Exact<DeepPartial<FriendshipRequestResponse>, I>>(object: I): FriendshipRequestResponse;
783
+ }
784
+ export declare namespace FriendshipRequests {
785
+ function encode(message: FriendshipRequests, writer?: _m0.Writer): _m0.Writer;
786
+ function decode(input: _m0.Reader | Uint8Array, length?: number): FriendshipRequests;
787
+ function fromJSON(object: any): FriendshipRequests;
788
+ function toJSON(message: FriendshipRequests): unknown;
789
+ function create<I extends Exact<DeepPartial<FriendshipRequests>, I>>(base?: I): FriendshipRequests;
790
+ function fromPartial<I extends Exact<DeepPartial<FriendshipRequests>, I>>(object: I): FriendshipRequests;
791
+ }
792
+ export declare namespace GetFriendsPayload {
793
+ function encode(message: GetFriendsPayload, writer?: _m0.Writer): _m0.Writer;
794
+ function decode(input: _m0.Reader | Uint8Array, length?: number): GetFriendsPayload;
795
+ function fromJSON(object: any): GetFriendsPayload;
796
+ function toJSON(message: GetFriendsPayload): unknown;
797
+ function create<I extends Exact<DeepPartial<GetFriendsPayload>, I>>(base?: I): GetFriendsPayload;
798
+ function fromPartial<I extends Exact<DeepPartial<GetFriendsPayload>, I>>(object: I): GetFriendsPayload;
799
+ }
800
+ export declare namespace GetFriendshipRequestsPayload {
801
+ function encode(message: GetFriendshipRequestsPayload, writer?: _m0.Writer): _m0.Writer;
802
+ function decode(input: _m0.Reader | Uint8Array, length?: number): GetFriendshipRequestsPayload;
803
+ function fromJSON(object: any): GetFriendshipRequestsPayload;
804
+ function toJSON(message: GetFriendshipRequestsPayload): unknown;
805
+ function create<I extends Exact<DeepPartial<GetFriendshipRequestsPayload>, I>>(base?: I): GetFriendshipRequestsPayload;
806
+ function fromPartial<I extends Exact<DeepPartial<GetFriendshipRequestsPayload>, I>>(object: I): GetFriendshipRequestsPayload;
807
+ }
808
+ export declare namespace UpsertFriendshipPayload {
809
+ function encode(message: UpsertFriendshipPayload, writer?: _m0.Writer): _m0.Writer;
810
+ function decode(input: _m0.Reader | Uint8Array, length?: number): UpsertFriendshipPayload;
811
+ function fromJSON(object: any): UpsertFriendshipPayload;
812
+ function toJSON(message: UpsertFriendshipPayload): unknown;
813
+ function create<I extends Exact<DeepPartial<UpsertFriendshipPayload>, I>>(base?: I): UpsertFriendshipPayload;
814
+ function fromPartial<I extends Exact<DeepPartial<UpsertFriendshipPayload>, I>>(object: I): UpsertFriendshipPayload;
815
+ }
816
+ export declare namespace UpsertFriendshipPayload_RequestPayload {
817
+ function encode(message: UpsertFriendshipPayload_RequestPayload, writer?: _m0.Writer): _m0.Writer;
818
+ function decode(input: _m0.Reader | Uint8Array, length?: number): UpsertFriendshipPayload_RequestPayload;
819
+ function fromJSON(object: any): UpsertFriendshipPayload_RequestPayload;
820
+ function toJSON(message: UpsertFriendshipPayload_RequestPayload): unknown;
821
+ function create<I extends Exact<DeepPartial<UpsertFriendshipPayload_RequestPayload>, I>>(base?: I): UpsertFriendshipPayload_RequestPayload;
822
+ function fromPartial<I extends Exact<DeepPartial<UpsertFriendshipPayload_RequestPayload>, I>>(object: I): UpsertFriendshipPayload_RequestPayload;
823
+ }
824
+ export declare namespace UpsertFriendshipPayload_AcceptPayload {
825
+ function encode(message: UpsertFriendshipPayload_AcceptPayload, writer?: _m0.Writer): _m0.Writer;
826
+ function decode(input: _m0.Reader | Uint8Array, length?: number): UpsertFriendshipPayload_AcceptPayload;
827
+ function fromJSON(object: any): UpsertFriendshipPayload_AcceptPayload;
828
+ function toJSON(message: UpsertFriendshipPayload_AcceptPayload): unknown;
829
+ function create<I extends Exact<DeepPartial<UpsertFriendshipPayload_AcceptPayload>, I>>(base?: I): UpsertFriendshipPayload_AcceptPayload;
830
+ function fromPartial<I extends Exact<DeepPartial<UpsertFriendshipPayload_AcceptPayload>, I>>(object: I): UpsertFriendshipPayload_AcceptPayload;
831
+ }
832
+ export declare namespace UpsertFriendshipPayload_RejectPayload {
833
+ function encode(message: UpsertFriendshipPayload_RejectPayload, writer?: _m0.Writer): _m0.Writer;
834
+ function decode(input: _m0.Reader | Uint8Array, length?: number): UpsertFriendshipPayload_RejectPayload;
835
+ function fromJSON(object: any): UpsertFriendshipPayload_RejectPayload;
836
+ function toJSON(message: UpsertFriendshipPayload_RejectPayload): unknown;
837
+ function create<I extends Exact<DeepPartial<UpsertFriendshipPayload_RejectPayload>, I>>(base?: I): UpsertFriendshipPayload_RejectPayload;
838
+ function fromPartial<I extends Exact<DeepPartial<UpsertFriendshipPayload_RejectPayload>, I>>(object: I): UpsertFriendshipPayload_RejectPayload;
839
+ }
840
+ export declare namespace UpsertFriendshipPayload_DeletePayload {
841
+ function encode(message: UpsertFriendshipPayload_DeletePayload, writer?: _m0.Writer): _m0.Writer;
842
+ function decode(input: _m0.Reader | Uint8Array, length?: number): UpsertFriendshipPayload_DeletePayload;
843
+ function fromJSON(object: any): UpsertFriendshipPayload_DeletePayload;
844
+ function toJSON(message: UpsertFriendshipPayload_DeletePayload): unknown;
845
+ function create<I extends Exact<DeepPartial<UpsertFriendshipPayload_DeletePayload>, I>>(base?: I): UpsertFriendshipPayload_DeletePayload;
846
+ function fromPartial<I extends Exact<DeepPartial<UpsertFriendshipPayload_DeletePayload>, I>>(object: I): UpsertFriendshipPayload_DeletePayload;
847
+ }
848
+ export declare namespace UpsertFriendshipPayload_CancelPayload {
849
+ function encode(message: UpsertFriendshipPayload_CancelPayload, writer?: _m0.Writer): _m0.Writer;
850
+ function decode(input: _m0.Reader | Uint8Array, length?: number): UpsertFriendshipPayload_CancelPayload;
851
+ function fromJSON(object: any): UpsertFriendshipPayload_CancelPayload;
852
+ function toJSON(message: UpsertFriendshipPayload_CancelPayload): unknown;
853
+ function create<I extends Exact<DeepPartial<UpsertFriendshipPayload_CancelPayload>, I>>(base?: I): UpsertFriendshipPayload_CancelPayload;
854
+ function fromPartial<I extends Exact<DeepPartial<UpsertFriendshipPayload_CancelPayload>, I>>(object: I): UpsertFriendshipPayload_CancelPayload;
855
+ }
856
+ export declare namespace GetMutualFriendsPayload {
857
+ function encode(message: GetMutualFriendsPayload, writer?: _m0.Writer): _m0.Writer;
858
+ function decode(input: _m0.Reader | Uint8Array, length?: number): GetMutualFriendsPayload;
859
+ function fromJSON(object: any): GetMutualFriendsPayload;
860
+ function toJSON(message: GetMutualFriendsPayload): unknown;
861
+ function create<I extends Exact<DeepPartial<GetMutualFriendsPayload>, I>>(base?: I): GetMutualFriendsPayload;
862
+ function fromPartial<I extends Exact<DeepPartial<GetMutualFriendsPayload>, I>>(object: I): GetMutualFriendsPayload;
863
+ }
864
+ export declare namespace PaginatedResponse {
865
+ function encode(message: PaginatedResponse, writer?: _m0.Writer): _m0.Writer;
866
+ function decode(input: _m0.Reader | Uint8Array, length?: number): PaginatedResponse;
867
+ function fromJSON(object: any): PaginatedResponse;
868
+ function toJSON(message: PaginatedResponse): unknown;
869
+ function create<I extends Exact<DeepPartial<PaginatedResponse>, I>>(base?: I): PaginatedResponse;
870
+ function fromPartial<I extends Exact<DeepPartial<PaginatedResponse>, I>>(object: I): PaginatedResponse;
871
+ }
872
+ export declare namespace PaginatedFriendsProfilesResponse {
873
+ function encode(message: PaginatedFriendsProfilesResponse, writer?: _m0.Writer): _m0.Writer;
874
+ function decode(input: _m0.Reader | Uint8Array, length?: number): PaginatedFriendsProfilesResponse;
875
+ function fromJSON(object: any): PaginatedFriendsProfilesResponse;
876
+ function toJSON(message: PaginatedFriendsProfilesResponse): unknown;
877
+ function create<I extends Exact<DeepPartial<PaginatedFriendsProfilesResponse>, I>>(base?: I): PaginatedFriendsProfilesResponse;
878
+ function fromPartial<I extends Exact<DeepPartial<PaginatedFriendsProfilesResponse>, I>>(object: I): PaginatedFriendsProfilesResponse;
879
+ }
880
+ export declare namespace PaginatedFriendshipRequestsResponse {
881
+ function encode(message: PaginatedFriendshipRequestsResponse, writer?: _m0.Writer): _m0.Writer;
882
+ function decode(input: _m0.Reader | Uint8Array, length?: number): PaginatedFriendshipRequestsResponse;
883
+ function fromJSON(object: any): PaginatedFriendshipRequestsResponse;
884
+ function toJSON(message: PaginatedFriendshipRequestsResponse): unknown;
885
+ function create<I extends Exact<DeepPartial<PaginatedFriendshipRequestsResponse>, I>>(base?: I): PaginatedFriendshipRequestsResponse;
886
+ function fromPartial<I extends Exact<DeepPartial<PaginatedFriendshipRequestsResponse>, I>>(object: I): PaginatedFriendshipRequestsResponse;
887
+ }
888
+ export declare namespace UpsertFriendshipResponse {
889
+ function encode(message: UpsertFriendshipResponse, writer?: _m0.Writer): _m0.Writer;
890
+ function decode(input: _m0.Reader | Uint8Array, length?: number): UpsertFriendshipResponse;
891
+ function fromJSON(object: any): UpsertFriendshipResponse;
892
+ function toJSON(message: UpsertFriendshipResponse): unknown;
893
+ function create<I extends Exact<DeepPartial<UpsertFriendshipResponse>, I>>(base?: I): UpsertFriendshipResponse;
894
+ function fromPartial<I extends Exact<DeepPartial<UpsertFriendshipResponse>, I>>(object: I): UpsertFriendshipResponse;
895
+ }
896
+ export declare namespace UpsertFriendshipResponse_Accepted {
897
+ function encode(message: UpsertFriendshipResponse_Accepted, writer?: _m0.Writer): _m0.Writer;
898
+ function decode(input: _m0.Reader | Uint8Array, length?: number): UpsertFriendshipResponse_Accepted;
899
+ function fromJSON(object: any): UpsertFriendshipResponse_Accepted;
900
+ function toJSON(message: UpsertFriendshipResponse_Accepted): unknown;
901
+ function create<I extends Exact<DeepPartial<UpsertFriendshipResponse_Accepted>, I>>(base?: I): UpsertFriendshipResponse_Accepted;
902
+ function fromPartial<I extends Exact<DeepPartial<UpsertFriendshipResponse_Accepted>, I>>(object: I): UpsertFriendshipResponse_Accepted;
903
+ }
904
+ export declare namespace FriendshipUpdate {
905
+ function encode(message: FriendshipUpdate, writer?: _m0.Writer): _m0.Writer;
906
+ function decode(input: _m0.Reader | Uint8Array, length?: number): FriendshipUpdate;
907
+ function fromJSON(object: any): FriendshipUpdate;
908
+ function toJSON(message: FriendshipUpdate): unknown;
909
+ function create<I extends Exact<DeepPartial<FriendshipUpdate>, I>>(base?: I): FriendshipUpdate;
910
+ function fromPartial<I extends Exact<DeepPartial<FriendshipUpdate>, I>>(object: I): FriendshipUpdate;
911
+ }
912
+ export declare namespace FriendshipUpdate_RequestResponse {
913
+ function encode(message: FriendshipUpdate_RequestResponse, writer?: _m0.Writer): _m0.Writer;
914
+ function decode(input: _m0.Reader | Uint8Array, length?: number): FriendshipUpdate_RequestResponse;
915
+ function fromJSON(object: any): FriendshipUpdate_RequestResponse;
916
+ function toJSON(message: FriendshipUpdate_RequestResponse): unknown;
917
+ function create<I extends Exact<DeepPartial<FriendshipUpdate_RequestResponse>, I>>(base?: I): FriendshipUpdate_RequestResponse;
918
+ function fromPartial<I extends Exact<DeepPartial<FriendshipUpdate_RequestResponse>, I>>(object: I): FriendshipUpdate_RequestResponse;
919
+ }
920
+ export declare namespace FriendshipUpdate_AcceptResponse {
921
+ function encode(message: FriendshipUpdate_AcceptResponse, writer?: _m0.Writer): _m0.Writer;
922
+ function decode(input: _m0.Reader | Uint8Array, length?: number): FriendshipUpdate_AcceptResponse;
923
+ function fromJSON(object: any): FriendshipUpdate_AcceptResponse;
924
+ function toJSON(message: FriendshipUpdate_AcceptResponse): unknown;
925
+ function create<I extends Exact<DeepPartial<FriendshipUpdate_AcceptResponse>, I>>(base?: I): FriendshipUpdate_AcceptResponse;
926
+ function fromPartial<I extends Exact<DeepPartial<FriendshipUpdate_AcceptResponse>, I>>(object: I): FriendshipUpdate_AcceptResponse;
927
+ }
928
+ export declare namespace FriendshipUpdate_RejectResponse {
929
+ function encode(message: FriendshipUpdate_RejectResponse, writer?: _m0.Writer): _m0.Writer;
930
+ function decode(input: _m0.Reader | Uint8Array, length?: number): FriendshipUpdate_RejectResponse;
931
+ function fromJSON(object: any): FriendshipUpdate_RejectResponse;
932
+ function toJSON(message: FriendshipUpdate_RejectResponse): unknown;
933
+ function create<I extends Exact<DeepPartial<FriendshipUpdate_RejectResponse>, I>>(base?: I): FriendshipUpdate_RejectResponse;
934
+ function fromPartial<I extends Exact<DeepPartial<FriendshipUpdate_RejectResponse>, I>>(object: I): FriendshipUpdate_RejectResponse;
935
+ }
936
+ export declare namespace FriendshipUpdate_DeleteResponse {
937
+ function encode(message: FriendshipUpdate_DeleteResponse, writer?: _m0.Writer): _m0.Writer;
938
+ function decode(input: _m0.Reader | Uint8Array, length?: number): FriendshipUpdate_DeleteResponse;
939
+ function fromJSON(object: any): FriendshipUpdate_DeleteResponse;
940
+ function toJSON(message: FriendshipUpdate_DeleteResponse): unknown;
941
+ function create<I extends Exact<DeepPartial<FriendshipUpdate_DeleteResponse>, I>>(base?: I): FriendshipUpdate_DeleteResponse;
942
+ function fromPartial<I extends Exact<DeepPartial<FriendshipUpdate_DeleteResponse>, I>>(object: I): FriendshipUpdate_DeleteResponse;
943
+ }
944
+ export declare namespace FriendshipUpdate_CancelResponse {
945
+ function encode(message: FriendshipUpdate_CancelResponse, writer?: _m0.Writer): _m0.Writer;
946
+ function decode(input: _m0.Reader | Uint8Array, length?: number): FriendshipUpdate_CancelResponse;
947
+ function fromJSON(object: any): FriendshipUpdate_CancelResponse;
948
+ function toJSON(message: FriendshipUpdate_CancelResponse): unknown;
949
+ function create<I extends Exact<DeepPartial<FriendshipUpdate_CancelResponse>, I>>(base?: I): FriendshipUpdate_CancelResponse;
950
+ function fromPartial<I extends Exact<DeepPartial<FriendshipUpdate_CancelResponse>, I>>(object: I): FriendshipUpdate_CancelResponse;
951
+ }
952
+ export declare namespace FriendshipUpdate_BlockResponse {
953
+ function encode(message: FriendshipUpdate_BlockResponse, writer?: _m0.Writer): _m0.Writer;
954
+ function decode(input: _m0.Reader | Uint8Array, length?: number): FriendshipUpdate_BlockResponse;
955
+ function fromJSON(object: any): FriendshipUpdate_BlockResponse;
956
+ function toJSON(message: FriendshipUpdate_BlockResponse): unknown;
957
+ function create<I extends Exact<DeepPartial<FriendshipUpdate_BlockResponse>, I>>(base?: I): FriendshipUpdate_BlockResponse;
958
+ function fromPartial<I extends Exact<DeepPartial<FriendshipUpdate_BlockResponse>, I>>(object: I): FriendshipUpdate_BlockResponse;
959
+ }
960
+ export declare namespace FriendConnectivityUpdate {
961
+ function encode(message: FriendConnectivityUpdate, writer?: _m0.Writer): _m0.Writer;
962
+ function decode(input: _m0.Reader | Uint8Array, length?: number): FriendConnectivityUpdate;
963
+ function fromJSON(object: any): FriendConnectivityUpdate;
964
+ function toJSON(message: FriendConnectivityUpdate): unknown;
965
+ function create<I extends Exact<DeepPartial<FriendConnectivityUpdate>, I>>(base?: I): FriendConnectivityUpdate;
966
+ function fromPartial<I extends Exact<DeepPartial<FriendConnectivityUpdate>, I>>(object: I): FriendConnectivityUpdate;
967
+ }
968
+ export declare namespace GetFriendshipStatusPayload {
969
+ function encode(message: GetFriendshipStatusPayload, writer?: _m0.Writer): _m0.Writer;
970
+ function decode(input: _m0.Reader | Uint8Array, length?: number): GetFriendshipStatusPayload;
971
+ function fromJSON(object: any): GetFriendshipStatusPayload;
972
+ function toJSON(message: GetFriendshipStatusPayload): unknown;
973
+ function create<I extends Exact<DeepPartial<GetFriendshipStatusPayload>, I>>(base?: I): GetFriendshipStatusPayload;
974
+ function fromPartial<I extends Exact<DeepPartial<GetFriendshipStatusPayload>, I>>(object: I): GetFriendshipStatusPayload;
975
+ }
976
+ export declare namespace GetFriendshipStatusResponse {
977
+ function encode(message: GetFriendshipStatusResponse, writer?: _m0.Writer): _m0.Writer;
978
+ function decode(input: _m0.Reader | Uint8Array, length?: number): GetFriendshipStatusResponse;
979
+ function fromJSON(object: any): GetFriendshipStatusResponse;
980
+ function toJSON(message: GetFriendshipStatusResponse): unknown;
981
+ function create<I extends Exact<DeepPartial<GetFriendshipStatusResponse>, I>>(base?: I): GetFriendshipStatusResponse;
982
+ function fromPartial<I extends Exact<DeepPartial<GetFriendshipStatusResponse>, I>>(object: I): GetFriendshipStatusResponse;
983
+ }
984
+ export declare namespace GetFriendshipStatusResponse_Ok {
985
+ function encode(message: GetFriendshipStatusResponse_Ok, writer?: _m0.Writer): _m0.Writer;
986
+ function decode(input: _m0.Reader | Uint8Array, length?: number): GetFriendshipStatusResponse_Ok;
987
+ function fromJSON(object: any): GetFriendshipStatusResponse_Ok;
988
+ function toJSON(message: GetFriendshipStatusResponse_Ok): unknown;
989
+ function create<I extends Exact<DeepPartial<GetFriendshipStatusResponse_Ok>, I>>(base?: I): GetFriendshipStatusResponse_Ok;
990
+ function fromPartial<I extends Exact<DeepPartial<GetFriendshipStatusResponse_Ok>, I>>(object: I): GetFriendshipStatusResponse_Ok;
991
+ }
992
+ export declare namespace BlockUserPayload {
993
+ function encode(message: BlockUserPayload, writer?: _m0.Writer): _m0.Writer;
994
+ function decode(input: _m0.Reader | Uint8Array, length?: number): BlockUserPayload;
995
+ function fromJSON(object: any): BlockUserPayload;
996
+ function toJSON(message: BlockUserPayload): unknown;
997
+ function create<I extends Exact<DeepPartial<BlockUserPayload>, I>>(base?: I): BlockUserPayload;
998
+ function fromPartial<I extends Exact<DeepPartial<BlockUserPayload>, I>>(object: I): BlockUserPayload;
999
+ }
1000
+ export declare namespace BlockUserResponse {
1001
+ function encode(message: BlockUserResponse, writer?: _m0.Writer): _m0.Writer;
1002
+ function decode(input: _m0.Reader | Uint8Array, length?: number): BlockUserResponse;
1003
+ function fromJSON(object: any): BlockUserResponse;
1004
+ function toJSON(message: BlockUserResponse): unknown;
1005
+ function create<I extends Exact<DeepPartial<BlockUserResponse>, I>>(base?: I): BlockUserResponse;
1006
+ function fromPartial<I extends Exact<DeepPartial<BlockUserResponse>, I>>(object: I): BlockUserResponse;
1007
+ }
1008
+ export declare namespace BlockUserResponse_Ok {
1009
+ function encode(message: BlockUserResponse_Ok, writer?: _m0.Writer): _m0.Writer;
1010
+ function decode(input: _m0.Reader | Uint8Array, length?: number): BlockUserResponse_Ok;
1011
+ function fromJSON(object: any): BlockUserResponse_Ok;
1012
+ function toJSON(message: BlockUserResponse_Ok): unknown;
1013
+ function create<I extends Exact<DeepPartial<BlockUserResponse_Ok>, I>>(base?: I): BlockUserResponse_Ok;
1014
+ function fromPartial<I extends Exact<DeepPartial<BlockUserResponse_Ok>, I>>(object: I): BlockUserResponse_Ok;
1015
+ }
1016
+ export declare namespace UnblockUserPayload {
1017
+ function encode(message: UnblockUserPayload, writer?: _m0.Writer): _m0.Writer;
1018
+ function decode(input: _m0.Reader | Uint8Array, length?: number): UnblockUserPayload;
1019
+ function fromJSON(object: any): UnblockUserPayload;
1020
+ function toJSON(message: UnblockUserPayload): unknown;
1021
+ function create<I extends Exact<DeepPartial<UnblockUserPayload>, I>>(base?: I): UnblockUserPayload;
1022
+ function fromPartial<I extends Exact<DeepPartial<UnblockUserPayload>, I>>(object: I): UnblockUserPayload;
1023
+ }
1024
+ export declare namespace UnblockUserResponse {
1025
+ function encode(message: UnblockUserResponse, writer?: _m0.Writer): _m0.Writer;
1026
+ function decode(input: _m0.Reader | Uint8Array, length?: number): UnblockUserResponse;
1027
+ function fromJSON(object: any): UnblockUserResponse;
1028
+ function toJSON(message: UnblockUserResponse): unknown;
1029
+ function create<I extends Exact<DeepPartial<UnblockUserResponse>, I>>(base?: I): UnblockUserResponse;
1030
+ function fromPartial<I extends Exact<DeepPartial<UnblockUserResponse>, I>>(object: I): UnblockUserResponse;
1031
+ }
1032
+ export declare namespace UnblockUserResponse_Ok {
1033
+ function encode(message: UnblockUserResponse_Ok, writer?: _m0.Writer): _m0.Writer;
1034
+ function decode(input: _m0.Reader | Uint8Array, length?: number): UnblockUserResponse_Ok;
1035
+ function fromJSON(object: any): UnblockUserResponse_Ok;
1036
+ function toJSON(message: UnblockUserResponse_Ok): unknown;
1037
+ function create<I extends Exact<DeepPartial<UnblockUserResponse_Ok>, I>>(base?: I): UnblockUserResponse_Ok;
1038
+ function fromPartial<I extends Exact<DeepPartial<UnblockUserResponse_Ok>, I>>(object: I): UnblockUserResponse_Ok;
1039
+ }
1040
+ export declare namespace SocialSettings {
1041
+ function encode(message: SocialSettings, writer?: _m0.Writer): _m0.Writer;
1042
+ function decode(input: _m0.Reader | Uint8Array, length?: number): SocialSettings;
1043
+ function fromJSON(object: any): SocialSettings;
1044
+ function toJSON(message: SocialSettings): unknown;
1045
+ function create<I extends Exact<DeepPartial<SocialSettings>, I>>(base?: I): SocialSettings;
1046
+ function fromPartial<I extends Exact<DeepPartial<SocialSettings>, I>>(object: I): SocialSettings;
1047
+ }
1048
+ export declare namespace GetSocialSettingsResponse {
1049
+ function encode(message: GetSocialSettingsResponse, writer?: _m0.Writer): _m0.Writer;
1050
+ function decode(input: _m0.Reader | Uint8Array, length?: number): GetSocialSettingsResponse;
1051
+ function fromJSON(object: any): GetSocialSettingsResponse;
1052
+ function toJSON(message: GetSocialSettingsResponse): unknown;
1053
+ function create<I extends Exact<DeepPartial<GetSocialSettingsResponse>, I>>(base?: I): GetSocialSettingsResponse;
1054
+ function fromPartial<I extends Exact<DeepPartial<GetSocialSettingsResponse>, I>>(object: I): GetSocialSettingsResponse;
1055
+ }
1056
+ export declare namespace GetSocialSettingsResponse_Ok {
1057
+ function encode(message: GetSocialSettingsResponse_Ok, writer?: _m0.Writer): _m0.Writer;
1058
+ function decode(input: _m0.Reader | Uint8Array, length?: number): GetSocialSettingsResponse_Ok;
1059
+ function fromJSON(object: any): GetSocialSettingsResponse_Ok;
1060
+ function toJSON(message: GetSocialSettingsResponse_Ok): unknown;
1061
+ function create<I extends Exact<DeepPartial<GetSocialSettingsResponse_Ok>, I>>(base?: I): GetSocialSettingsResponse_Ok;
1062
+ function fromPartial<I extends Exact<DeepPartial<GetSocialSettingsResponse_Ok>, I>>(object: I): GetSocialSettingsResponse_Ok;
1063
+ }
1064
+ export declare namespace UpsertSocialSettingsPayload {
1065
+ function encode(message: UpsertSocialSettingsPayload, writer?: _m0.Writer): _m0.Writer;
1066
+ function decode(input: _m0.Reader | Uint8Array, length?: number): UpsertSocialSettingsPayload;
1067
+ function fromJSON(object: any): UpsertSocialSettingsPayload;
1068
+ function toJSON(message: UpsertSocialSettingsPayload): unknown;
1069
+ function create<I extends Exact<DeepPartial<UpsertSocialSettingsPayload>, I>>(base?: I): UpsertSocialSettingsPayload;
1070
+ function fromPartial<I extends Exact<DeepPartial<UpsertSocialSettingsPayload>, I>>(object: I): UpsertSocialSettingsPayload;
1071
+ }
1072
+ export declare namespace UpsertSocialSettingsResponse {
1073
+ function encode(message: UpsertSocialSettingsResponse, writer?: _m0.Writer): _m0.Writer;
1074
+ function decode(input: _m0.Reader | Uint8Array, length?: number): UpsertSocialSettingsResponse;
1075
+ function fromJSON(object: any): UpsertSocialSettingsResponse;
1076
+ function toJSON(message: UpsertSocialSettingsResponse): unknown;
1077
+ function create<I extends Exact<DeepPartial<UpsertSocialSettingsResponse>, I>>(base?: I): UpsertSocialSettingsResponse;
1078
+ function fromPartial<I extends Exact<DeepPartial<UpsertSocialSettingsResponse>, I>>(object: I): UpsertSocialSettingsResponse;
1079
+ }
1080
+ export declare namespace GetPrivateMessagesSettingsPayload {
1081
+ function encode(message: GetPrivateMessagesSettingsPayload, writer?: _m0.Writer): _m0.Writer;
1082
+ function decode(input: _m0.Reader | Uint8Array, length?: number): GetPrivateMessagesSettingsPayload;
1083
+ function fromJSON(object: any): GetPrivateMessagesSettingsPayload;
1084
+ function toJSON(message: GetPrivateMessagesSettingsPayload): unknown;
1085
+ function create<I extends Exact<DeepPartial<GetPrivateMessagesSettingsPayload>, I>>(base?: I): GetPrivateMessagesSettingsPayload;
1086
+ function fromPartial<I extends Exact<DeepPartial<GetPrivateMessagesSettingsPayload>, I>>(object: I): GetPrivateMessagesSettingsPayload;
1087
+ }
1088
+ export declare namespace GetPrivateMessagesSettingsResponse {
1089
+ function encode(message: GetPrivateMessagesSettingsResponse, writer?: _m0.Writer): _m0.Writer;
1090
+ function decode(input: _m0.Reader | Uint8Array, length?: number): GetPrivateMessagesSettingsResponse;
1091
+ function fromJSON(object: any): GetPrivateMessagesSettingsResponse;
1092
+ function toJSON(message: GetPrivateMessagesSettingsResponse): unknown;
1093
+ function create<I extends Exact<DeepPartial<GetPrivateMessagesSettingsResponse>, I>>(base?: I): GetPrivateMessagesSettingsResponse;
1094
+ function fromPartial<I extends Exact<DeepPartial<GetPrivateMessagesSettingsResponse>, I>>(object: I): GetPrivateMessagesSettingsResponse;
1095
+ }
1096
+ export declare namespace GetPrivateMessagesSettingsResponse_PrivateMessagesSettings {
1097
+ function encode(message: GetPrivateMessagesSettingsResponse_PrivateMessagesSettings, writer?: _m0.Writer): _m0.Writer;
1098
+ function decode(input: _m0.Reader | Uint8Array, length?: number): GetPrivateMessagesSettingsResponse_PrivateMessagesSettings;
1099
+ function fromJSON(object: any): GetPrivateMessagesSettingsResponse_PrivateMessagesSettings;
1100
+ function toJSON(message: GetPrivateMessagesSettingsResponse_PrivateMessagesSettings): unknown;
1101
+ function create<I extends Exact<DeepPartial<GetPrivateMessagesSettingsResponse_PrivateMessagesSettings>, I>>(base?: I): GetPrivateMessagesSettingsResponse_PrivateMessagesSettings;
1102
+ function fromPartial<I extends Exact<DeepPartial<GetPrivateMessagesSettingsResponse_PrivateMessagesSettings>, I>>(object: I): GetPrivateMessagesSettingsResponse_PrivateMessagesSettings;
1103
+ }
1104
+ export declare namespace GetPrivateMessagesSettingsResponse_Ok {
1105
+ function encode(message: GetPrivateMessagesSettingsResponse_Ok, writer?: _m0.Writer): _m0.Writer;
1106
+ function decode(input: _m0.Reader | Uint8Array, length?: number): GetPrivateMessagesSettingsResponse_Ok;
1107
+ function fromJSON(object: any): GetPrivateMessagesSettingsResponse_Ok;
1108
+ function toJSON(message: GetPrivateMessagesSettingsResponse_Ok): unknown;
1109
+ function create<I extends Exact<DeepPartial<GetPrivateMessagesSettingsResponse_Ok>, I>>(base?: I): GetPrivateMessagesSettingsResponse_Ok;
1110
+ function fromPartial<I extends Exact<DeepPartial<GetPrivateMessagesSettingsResponse_Ok>, I>>(object: I): GetPrivateMessagesSettingsResponse_Ok;
1111
+ }
1112
+ export declare namespace GetBlockedUsersPayload {
1113
+ function encode(message: GetBlockedUsersPayload, writer?: _m0.Writer): _m0.Writer;
1114
+ function decode(input: _m0.Reader | Uint8Array, length?: number): GetBlockedUsersPayload;
1115
+ function fromJSON(object: any): GetBlockedUsersPayload;
1116
+ function toJSON(message: GetBlockedUsersPayload): unknown;
1117
+ function create<I extends Exact<DeepPartial<GetBlockedUsersPayload>, I>>(base?: I): GetBlockedUsersPayload;
1118
+ function fromPartial<I extends Exact<DeepPartial<GetBlockedUsersPayload>, I>>(object: I): GetBlockedUsersPayload;
1119
+ }
1120
+ export declare namespace GetBlockedUsersResponse {
1121
+ function encode(message: GetBlockedUsersResponse, writer?: _m0.Writer): _m0.Writer;
1122
+ function decode(input: _m0.Reader | Uint8Array, length?: number): GetBlockedUsersResponse;
1123
+ function fromJSON(object: any): GetBlockedUsersResponse;
1124
+ function toJSON(message: GetBlockedUsersResponse): unknown;
1125
+ function create<I extends Exact<DeepPartial<GetBlockedUsersResponse>, I>>(base?: I): GetBlockedUsersResponse;
1126
+ function fromPartial<I extends Exact<DeepPartial<GetBlockedUsersResponse>, I>>(object: I): GetBlockedUsersResponse;
1127
+ }
1128
+ export declare namespace GetBlockingStatusResponse {
1129
+ function encode(message: GetBlockingStatusResponse, writer?: _m0.Writer): _m0.Writer;
1130
+ function decode(input: _m0.Reader | Uint8Array, length?: number): GetBlockingStatusResponse;
1131
+ function fromJSON(object: any): GetBlockingStatusResponse;
1132
+ function toJSON(message: GetBlockingStatusResponse): unknown;
1133
+ function create<I extends Exact<DeepPartial<GetBlockingStatusResponse>, I>>(base?: I): GetBlockingStatusResponse;
1134
+ function fromPartial<I extends Exact<DeepPartial<GetBlockingStatusResponse>, I>>(object: I): GetBlockingStatusResponse;
1135
+ }
1136
+ export declare namespace BlockUpdate {
1137
+ function encode(message: BlockUpdate, writer?: _m0.Writer): _m0.Writer;
1138
+ function decode(input: _m0.Reader | Uint8Array, length?: number): BlockUpdate;
1139
+ function fromJSON(object: any): BlockUpdate;
1140
+ function toJSON(message: BlockUpdate): unknown;
1141
+ function create<I extends Exact<DeepPartial<BlockUpdate>, I>>(base?: I): BlockUpdate;
1142
+ function fromPartial<I extends Exact<DeepPartial<BlockUpdate>, I>>(object: I): BlockUpdate;
1143
+ }
1144
+ export declare namespace CommunityMemberConnectivityUpdate {
1145
+ function encode(message: CommunityMemberConnectivityUpdate, writer?: _m0.Writer): _m0.Writer;
1146
+ function decode(input: _m0.Reader | Uint8Array, length?: number): CommunityMemberConnectivityUpdate;
1147
+ function fromJSON(object: any): CommunityMemberConnectivityUpdate;
1148
+ function toJSON(message: CommunityMemberConnectivityUpdate): unknown;
1149
+ function create<I extends Exact<DeepPartial<CommunityMemberConnectivityUpdate>, I>>(base?: I): CommunityMemberConnectivityUpdate;
1150
+ function fromPartial<I extends Exact<DeepPartial<CommunityMemberConnectivityUpdate>, I>>(object: I): CommunityMemberConnectivityUpdate;
1151
+ }
1152
+ export declare namespace StartPrivateVoiceChatPayload {
1153
+ function encode(message: StartPrivateVoiceChatPayload, writer?: _m0.Writer): _m0.Writer;
1154
+ function decode(input: _m0.Reader | Uint8Array, length?: number): StartPrivateVoiceChatPayload;
1155
+ function fromJSON(object: any): StartPrivateVoiceChatPayload;
1156
+ function toJSON(message: StartPrivateVoiceChatPayload): unknown;
1157
+ function create<I extends Exact<DeepPartial<StartPrivateVoiceChatPayload>, I>>(base?: I): StartPrivateVoiceChatPayload;
1158
+ function fromPartial<I extends Exact<DeepPartial<StartPrivateVoiceChatPayload>, I>>(object: I): StartPrivateVoiceChatPayload;
1159
+ }
1160
+ export declare namespace StartPrivateVoiceChatResponse {
1161
+ function encode(message: StartPrivateVoiceChatResponse, writer?: _m0.Writer): _m0.Writer;
1162
+ function decode(input: _m0.Reader | Uint8Array, length?: number): StartPrivateVoiceChatResponse;
1163
+ function fromJSON(object: any): StartPrivateVoiceChatResponse;
1164
+ function toJSON(message: StartPrivateVoiceChatResponse): unknown;
1165
+ function create<I extends Exact<DeepPartial<StartPrivateVoiceChatResponse>, I>>(base?: I): StartPrivateVoiceChatResponse;
1166
+ function fromPartial<I extends Exact<DeepPartial<StartPrivateVoiceChatResponse>, I>>(object: I): StartPrivateVoiceChatResponse;
1167
+ }
1168
+ export declare namespace StartPrivateVoiceChatResponse_Ok {
1169
+ function encode(message: StartPrivateVoiceChatResponse_Ok, writer?: _m0.Writer): _m0.Writer;
1170
+ function decode(input: _m0.Reader | Uint8Array, length?: number): StartPrivateVoiceChatResponse_Ok;
1171
+ function fromJSON(object: any): StartPrivateVoiceChatResponse_Ok;
1172
+ function toJSON(message: StartPrivateVoiceChatResponse_Ok): unknown;
1173
+ function create<I extends Exact<DeepPartial<StartPrivateVoiceChatResponse_Ok>, I>>(base?: I): StartPrivateVoiceChatResponse_Ok;
1174
+ function fromPartial<I extends Exact<DeepPartial<StartPrivateVoiceChatResponse_Ok>, I>>(object: I): StartPrivateVoiceChatResponse_Ok;
1175
+ }
1176
+ export declare namespace AcceptPrivateVoiceChatPayload {
1177
+ function encode(message: AcceptPrivateVoiceChatPayload, writer?: _m0.Writer): _m0.Writer;
1178
+ function decode(input: _m0.Reader | Uint8Array, length?: number): AcceptPrivateVoiceChatPayload;
1179
+ function fromJSON(object: any): AcceptPrivateVoiceChatPayload;
1180
+ function toJSON(message: AcceptPrivateVoiceChatPayload): unknown;
1181
+ function create<I extends Exact<DeepPartial<AcceptPrivateVoiceChatPayload>, I>>(base?: I): AcceptPrivateVoiceChatPayload;
1182
+ function fromPartial<I extends Exact<DeepPartial<AcceptPrivateVoiceChatPayload>, I>>(object: I): AcceptPrivateVoiceChatPayload;
1183
+ }
1184
+ export declare namespace AcceptPrivateVoiceChatResponse {
1185
+ function encode(message: AcceptPrivateVoiceChatResponse, writer?: _m0.Writer): _m0.Writer;
1186
+ function decode(input: _m0.Reader | Uint8Array, length?: number): AcceptPrivateVoiceChatResponse;
1187
+ function fromJSON(object: any): AcceptPrivateVoiceChatResponse;
1188
+ function toJSON(message: AcceptPrivateVoiceChatResponse): unknown;
1189
+ function create<I extends Exact<DeepPartial<AcceptPrivateVoiceChatResponse>, I>>(base?: I): AcceptPrivateVoiceChatResponse;
1190
+ function fromPartial<I extends Exact<DeepPartial<AcceptPrivateVoiceChatResponse>, I>>(object: I): AcceptPrivateVoiceChatResponse;
1191
+ }
1192
+ export declare namespace AcceptPrivateVoiceChatResponse_Ok {
1193
+ function encode(message: AcceptPrivateVoiceChatResponse_Ok, writer?: _m0.Writer): _m0.Writer;
1194
+ function decode(input: _m0.Reader | Uint8Array, length?: number): AcceptPrivateVoiceChatResponse_Ok;
1195
+ function fromJSON(object: any): AcceptPrivateVoiceChatResponse_Ok;
1196
+ function toJSON(message: AcceptPrivateVoiceChatResponse_Ok): unknown;
1197
+ function create<I extends Exact<DeepPartial<AcceptPrivateVoiceChatResponse_Ok>, I>>(base?: I): AcceptPrivateVoiceChatResponse_Ok;
1198
+ function fromPartial<I extends Exact<DeepPartial<AcceptPrivateVoiceChatResponse_Ok>, I>>(object: I): AcceptPrivateVoiceChatResponse_Ok;
1199
+ }
1200
+ export declare namespace RejectPrivateVoiceChatPayload {
1201
+ function encode(message: RejectPrivateVoiceChatPayload, writer?: _m0.Writer): _m0.Writer;
1202
+ function decode(input: _m0.Reader | Uint8Array, length?: number): RejectPrivateVoiceChatPayload;
1203
+ function fromJSON(object: any): RejectPrivateVoiceChatPayload;
1204
+ function toJSON(message: RejectPrivateVoiceChatPayload): unknown;
1205
+ function create<I extends Exact<DeepPartial<RejectPrivateVoiceChatPayload>, I>>(base?: I): RejectPrivateVoiceChatPayload;
1206
+ function fromPartial<I extends Exact<DeepPartial<RejectPrivateVoiceChatPayload>, I>>(object: I): RejectPrivateVoiceChatPayload;
1207
+ }
1208
+ export declare namespace RejectPrivateVoiceChatResponse {
1209
+ function encode(message: RejectPrivateVoiceChatResponse, writer?: _m0.Writer): _m0.Writer;
1210
+ function decode(input: _m0.Reader | Uint8Array, length?: number): RejectPrivateVoiceChatResponse;
1211
+ function fromJSON(object: any): RejectPrivateVoiceChatResponse;
1212
+ function toJSON(message: RejectPrivateVoiceChatResponse): unknown;
1213
+ function create<I extends Exact<DeepPartial<RejectPrivateVoiceChatResponse>, I>>(base?: I): RejectPrivateVoiceChatResponse;
1214
+ function fromPartial<I extends Exact<DeepPartial<RejectPrivateVoiceChatResponse>, I>>(object: I): RejectPrivateVoiceChatResponse;
1215
+ }
1216
+ export declare namespace RejectPrivateVoiceChatResponse_Ok {
1217
+ function encode(message: RejectPrivateVoiceChatResponse_Ok, writer?: _m0.Writer): _m0.Writer;
1218
+ function decode(input: _m0.Reader | Uint8Array, length?: number): RejectPrivateVoiceChatResponse_Ok;
1219
+ function fromJSON(object: any): RejectPrivateVoiceChatResponse_Ok;
1220
+ function toJSON(message: RejectPrivateVoiceChatResponse_Ok): unknown;
1221
+ function create<I extends Exact<DeepPartial<RejectPrivateVoiceChatResponse_Ok>, I>>(base?: I): RejectPrivateVoiceChatResponse_Ok;
1222
+ function fromPartial<I extends Exact<DeepPartial<RejectPrivateVoiceChatResponse_Ok>, I>>(object: I): RejectPrivateVoiceChatResponse_Ok;
1223
+ }
1224
+ export declare namespace PrivateVoiceChatCredentials {
1225
+ function encode(message: PrivateVoiceChatCredentials, writer?: _m0.Writer): _m0.Writer;
1226
+ function decode(input: _m0.Reader | Uint8Array, length?: number): PrivateVoiceChatCredentials;
1227
+ function fromJSON(object: any): PrivateVoiceChatCredentials;
1228
+ function toJSON(message: PrivateVoiceChatCredentials): unknown;
1229
+ function create<I extends Exact<DeepPartial<PrivateVoiceChatCredentials>, I>>(base?: I): PrivateVoiceChatCredentials;
1230
+ function fromPartial<I extends Exact<DeepPartial<PrivateVoiceChatCredentials>, I>>(object: I): PrivateVoiceChatCredentials;
1231
+ }
1232
+ export declare namespace PrivateVoiceChatUpdate {
1233
+ function encode(message: PrivateVoiceChatUpdate, writer?: _m0.Writer): _m0.Writer;
1234
+ function decode(input: _m0.Reader | Uint8Array, length?: number): PrivateVoiceChatUpdate;
1235
+ function fromJSON(object: any): PrivateVoiceChatUpdate;
1236
+ function toJSON(message: PrivateVoiceChatUpdate): unknown;
1237
+ function create<I extends Exact<DeepPartial<PrivateVoiceChatUpdate>, I>>(base?: I): PrivateVoiceChatUpdate;
1238
+ function fromPartial<I extends Exact<DeepPartial<PrivateVoiceChatUpdate>, I>>(object: I): PrivateVoiceChatUpdate;
1239
+ }
1240
+ export declare namespace EndPrivateVoiceChatPayload {
1241
+ function encode(message: EndPrivateVoiceChatPayload, writer?: _m0.Writer): _m0.Writer;
1242
+ function decode(input: _m0.Reader | Uint8Array, length?: number): EndPrivateVoiceChatPayload;
1243
+ function fromJSON(object: any): EndPrivateVoiceChatPayload;
1244
+ function toJSON(message: EndPrivateVoiceChatPayload): unknown;
1245
+ function create<I extends Exact<DeepPartial<EndPrivateVoiceChatPayload>, I>>(base?: I): EndPrivateVoiceChatPayload;
1246
+ function fromPartial<I extends Exact<DeepPartial<EndPrivateVoiceChatPayload>, I>>(object: I): EndPrivateVoiceChatPayload;
1247
+ }
1248
+ export declare namespace EndPrivateVoiceChatResponse {
1249
+ function encode(message: EndPrivateVoiceChatResponse, writer?: _m0.Writer): _m0.Writer;
1250
+ function decode(input: _m0.Reader | Uint8Array, length?: number): EndPrivateVoiceChatResponse;
1251
+ function fromJSON(object: any): EndPrivateVoiceChatResponse;
1252
+ function toJSON(message: EndPrivateVoiceChatResponse): unknown;
1253
+ function create<I extends Exact<DeepPartial<EndPrivateVoiceChatResponse>, I>>(base?: I): EndPrivateVoiceChatResponse;
1254
+ function fromPartial<I extends Exact<DeepPartial<EndPrivateVoiceChatResponse>, I>>(object: I): EndPrivateVoiceChatResponse;
1255
+ }
1256
+ export declare namespace EndPrivateVoiceChatResponse_Ok {
1257
+ function encode(message: EndPrivateVoiceChatResponse_Ok, writer?: _m0.Writer): _m0.Writer;
1258
+ function decode(input: _m0.Reader | Uint8Array, length?: number): EndPrivateVoiceChatResponse_Ok;
1259
+ function fromJSON(object: any): EndPrivateVoiceChatResponse_Ok;
1260
+ function toJSON(message: EndPrivateVoiceChatResponse_Ok): unknown;
1261
+ function create<I extends Exact<DeepPartial<EndPrivateVoiceChatResponse_Ok>, I>>(base?: I): EndPrivateVoiceChatResponse_Ok;
1262
+ function fromPartial<I extends Exact<DeepPartial<EndPrivateVoiceChatResponse_Ok>, I>>(object: I): EndPrivateVoiceChatResponse_Ok;
1263
+ }
1264
+ export declare namespace GetIncomingPrivateVoiceChatRequestResponse {
1265
+ function encode(message: GetIncomingPrivateVoiceChatRequestResponse, writer?: _m0.Writer): _m0.Writer;
1266
+ function decode(input: _m0.Reader | Uint8Array, length?: number): GetIncomingPrivateVoiceChatRequestResponse;
1267
+ function fromJSON(object: any): GetIncomingPrivateVoiceChatRequestResponse;
1268
+ function toJSON(message: GetIncomingPrivateVoiceChatRequestResponse): unknown;
1269
+ function create<I extends Exact<DeepPartial<GetIncomingPrivateVoiceChatRequestResponse>, I>>(base?: I): GetIncomingPrivateVoiceChatRequestResponse;
1270
+ function fromPartial<I extends Exact<DeepPartial<GetIncomingPrivateVoiceChatRequestResponse>, I>>(object: I): GetIncomingPrivateVoiceChatRequestResponse;
1271
+ }
1272
+ export declare namespace GetIncomingPrivateVoiceChatRequestResponse_Ok {
1273
+ function encode(message: GetIncomingPrivateVoiceChatRequestResponse_Ok, writer?: _m0.Writer): _m0.Writer;
1274
+ function decode(input: _m0.Reader | Uint8Array, length?: number): GetIncomingPrivateVoiceChatRequestResponse_Ok;
1275
+ function fromJSON(object: any): GetIncomingPrivateVoiceChatRequestResponse_Ok;
1276
+ function toJSON(message: GetIncomingPrivateVoiceChatRequestResponse_Ok): unknown;
1277
+ function create<I extends Exact<DeepPartial<GetIncomingPrivateVoiceChatRequestResponse_Ok>, I>>(base?: I): GetIncomingPrivateVoiceChatRequestResponse_Ok;
1278
+ function fromPartial<I extends Exact<DeepPartial<GetIncomingPrivateVoiceChatRequestResponse_Ok>, I>>(object: I): GetIncomingPrivateVoiceChatRequestResponse_Ok;
1279
+ }
1280
+ export declare namespace CommunityVoiceChatCredentials {
1281
+ function encode(message: CommunityVoiceChatCredentials, writer?: _m0.Writer): _m0.Writer;
1282
+ function decode(input: _m0.Reader | Uint8Array, length?: number): CommunityVoiceChatCredentials;
1283
+ function fromJSON(object: any): CommunityVoiceChatCredentials;
1284
+ function toJSON(message: CommunityVoiceChatCredentials): unknown;
1285
+ function create<I extends Exact<DeepPartial<CommunityVoiceChatCredentials>, I>>(base?: I): CommunityVoiceChatCredentials;
1286
+ function fromPartial<I extends Exact<DeepPartial<CommunityVoiceChatCredentials>, I>>(object: I): CommunityVoiceChatCredentials;
1287
+ }
1288
+ export declare namespace StartCommunityVoiceChatPayload {
1289
+ function encode(message: StartCommunityVoiceChatPayload, writer?: _m0.Writer): _m0.Writer;
1290
+ function decode(input: _m0.Reader | Uint8Array, length?: number): StartCommunityVoiceChatPayload;
1291
+ function fromJSON(object: any): StartCommunityVoiceChatPayload;
1292
+ function toJSON(message: StartCommunityVoiceChatPayload): unknown;
1293
+ function create<I extends Exact<DeepPartial<StartCommunityVoiceChatPayload>, I>>(base?: I): StartCommunityVoiceChatPayload;
1294
+ function fromPartial<I extends Exact<DeepPartial<StartCommunityVoiceChatPayload>, I>>(object: I): StartCommunityVoiceChatPayload;
1295
+ }
1296
+ export declare namespace StartCommunityVoiceChatResponse {
1297
+ function encode(message: StartCommunityVoiceChatResponse, writer?: _m0.Writer): _m0.Writer;
1298
+ function decode(input: _m0.Reader | Uint8Array, length?: number): StartCommunityVoiceChatResponse;
1299
+ function fromJSON(object: any): StartCommunityVoiceChatResponse;
1300
+ function toJSON(message: StartCommunityVoiceChatResponse): unknown;
1301
+ function create<I extends Exact<DeepPartial<StartCommunityVoiceChatResponse>, I>>(base?: I): StartCommunityVoiceChatResponse;
1302
+ function fromPartial<I extends Exact<DeepPartial<StartCommunityVoiceChatResponse>, I>>(object: I): StartCommunityVoiceChatResponse;
1303
+ }
1304
+ export declare namespace StartCommunityVoiceChatResponse_Ok {
1305
+ function encode(message: StartCommunityVoiceChatResponse_Ok, writer?: _m0.Writer): _m0.Writer;
1306
+ function decode(input: _m0.Reader | Uint8Array, length?: number): StartCommunityVoiceChatResponse_Ok;
1307
+ function fromJSON(object: any): StartCommunityVoiceChatResponse_Ok;
1308
+ function toJSON(message: StartCommunityVoiceChatResponse_Ok): unknown;
1309
+ function create<I extends Exact<DeepPartial<StartCommunityVoiceChatResponse_Ok>, I>>(base?: I): StartCommunityVoiceChatResponse_Ok;
1310
+ function fromPartial<I extends Exact<DeepPartial<StartCommunityVoiceChatResponse_Ok>, I>>(object: I): StartCommunityVoiceChatResponse_Ok;
1311
+ }
1312
+ export declare namespace JoinCommunityVoiceChatPayload {
1313
+ function encode(message: JoinCommunityVoiceChatPayload, writer?: _m0.Writer): _m0.Writer;
1314
+ function decode(input: _m0.Reader | Uint8Array, length?: number): JoinCommunityVoiceChatPayload;
1315
+ function fromJSON(object: any): JoinCommunityVoiceChatPayload;
1316
+ function toJSON(message: JoinCommunityVoiceChatPayload): unknown;
1317
+ function create<I extends Exact<DeepPartial<JoinCommunityVoiceChatPayload>, I>>(base?: I): JoinCommunityVoiceChatPayload;
1318
+ function fromPartial<I extends Exact<DeepPartial<JoinCommunityVoiceChatPayload>, I>>(object: I): JoinCommunityVoiceChatPayload;
1319
+ }
1320
+ export declare namespace JoinCommunityVoiceChatResponse {
1321
+ function encode(message: JoinCommunityVoiceChatResponse, writer?: _m0.Writer): _m0.Writer;
1322
+ function decode(input: _m0.Reader | Uint8Array, length?: number): JoinCommunityVoiceChatResponse;
1323
+ function fromJSON(object: any): JoinCommunityVoiceChatResponse;
1324
+ function toJSON(message: JoinCommunityVoiceChatResponse): unknown;
1325
+ function create<I extends Exact<DeepPartial<JoinCommunityVoiceChatResponse>, I>>(base?: I): JoinCommunityVoiceChatResponse;
1326
+ function fromPartial<I extends Exact<DeepPartial<JoinCommunityVoiceChatResponse>, I>>(object: I): JoinCommunityVoiceChatResponse;
1327
+ }
1328
+ export declare namespace JoinCommunityVoiceChatResponse_Ok {
1329
+ function encode(message: JoinCommunityVoiceChatResponse_Ok, writer?: _m0.Writer): _m0.Writer;
1330
+ function decode(input: _m0.Reader | Uint8Array, length?: number): JoinCommunityVoiceChatResponse_Ok;
1331
+ function fromJSON(object: any): JoinCommunityVoiceChatResponse_Ok;
1332
+ function toJSON(message: JoinCommunityVoiceChatResponse_Ok): unknown;
1333
+ function create<I extends Exact<DeepPartial<JoinCommunityVoiceChatResponse_Ok>, I>>(base?: I): JoinCommunityVoiceChatResponse_Ok;
1334
+ function fromPartial<I extends Exact<DeepPartial<JoinCommunityVoiceChatResponse_Ok>, I>>(object: I): JoinCommunityVoiceChatResponse_Ok;
1335
+ }
1336
+ export declare namespace RequestToSpeakInCommunityVoiceChatPayload {
1337
+ function encode(message: RequestToSpeakInCommunityVoiceChatPayload, writer?: _m0.Writer): _m0.Writer;
1338
+ function decode(input: _m0.Reader | Uint8Array, length?: number): RequestToSpeakInCommunityVoiceChatPayload;
1339
+ function fromJSON(object: any): RequestToSpeakInCommunityVoiceChatPayload;
1340
+ function toJSON(message: RequestToSpeakInCommunityVoiceChatPayload): unknown;
1341
+ function create<I extends Exact<DeepPartial<RequestToSpeakInCommunityVoiceChatPayload>, I>>(base?: I): RequestToSpeakInCommunityVoiceChatPayload;
1342
+ function fromPartial<I extends Exact<DeepPartial<RequestToSpeakInCommunityVoiceChatPayload>, I>>(object: I): RequestToSpeakInCommunityVoiceChatPayload;
1343
+ }
1344
+ export declare namespace RequestToSpeakInCommunityVoiceChatResponse {
1345
+ function encode(message: RequestToSpeakInCommunityVoiceChatResponse, writer?: _m0.Writer): _m0.Writer;
1346
+ function decode(input: _m0.Reader | Uint8Array, length?: number): RequestToSpeakInCommunityVoiceChatResponse;
1347
+ function fromJSON(object: any): RequestToSpeakInCommunityVoiceChatResponse;
1348
+ function toJSON(message: RequestToSpeakInCommunityVoiceChatResponse): unknown;
1349
+ function create<I extends Exact<DeepPartial<RequestToSpeakInCommunityVoiceChatResponse>, I>>(base?: I): RequestToSpeakInCommunityVoiceChatResponse;
1350
+ function fromPartial<I extends Exact<DeepPartial<RequestToSpeakInCommunityVoiceChatResponse>, I>>(object: I): RequestToSpeakInCommunityVoiceChatResponse;
1351
+ }
1352
+ export declare namespace RequestToSpeakInCommunityVoiceChatResponse_Ok {
1353
+ function encode(message: RequestToSpeakInCommunityVoiceChatResponse_Ok, writer?: _m0.Writer): _m0.Writer;
1354
+ function decode(input: _m0.Reader | Uint8Array, length?: number): RequestToSpeakInCommunityVoiceChatResponse_Ok;
1355
+ function fromJSON(object: any): RequestToSpeakInCommunityVoiceChatResponse_Ok;
1356
+ function toJSON(message: RequestToSpeakInCommunityVoiceChatResponse_Ok): unknown;
1357
+ function create<I extends Exact<DeepPartial<RequestToSpeakInCommunityVoiceChatResponse_Ok>, I>>(base?: I): RequestToSpeakInCommunityVoiceChatResponse_Ok;
1358
+ function fromPartial<I extends Exact<DeepPartial<RequestToSpeakInCommunityVoiceChatResponse_Ok>, I>>(object: I): RequestToSpeakInCommunityVoiceChatResponse_Ok;
1359
+ }
1360
+ export declare namespace PromoteSpeakerInCommunityVoiceChatPayload {
1361
+ function encode(message: PromoteSpeakerInCommunityVoiceChatPayload, writer?: _m0.Writer): _m0.Writer;
1362
+ function decode(input: _m0.Reader | Uint8Array, length?: number): PromoteSpeakerInCommunityVoiceChatPayload;
1363
+ function fromJSON(object: any): PromoteSpeakerInCommunityVoiceChatPayload;
1364
+ function toJSON(message: PromoteSpeakerInCommunityVoiceChatPayload): unknown;
1365
+ function create<I extends Exact<DeepPartial<PromoteSpeakerInCommunityVoiceChatPayload>, I>>(base?: I): PromoteSpeakerInCommunityVoiceChatPayload;
1366
+ function fromPartial<I extends Exact<DeepPartial<PromoteSpeakerInCommunityVoiceChatPayload>, I>>(object: I): PromoteSpeakerInCommunityVoiceChatPayload;
1367
+ }
1368
+ export declare namespace PromoteSpeakerInCommunityVoiceChatResponse {
1369
+ function encode(message: PromoteSpeakerInCommunityVoiceChatResponse, writer?: _m0.Writer): _m0.Writer;
1370
+ function decode(input: _m0.Reader | Uint8Array, length?: number): PromoteSpeakerInCommunityVoiceChatResponse;
1371
+ function fromJSON(object: any): PromoteSpeakerInCommunityVoiceChatResponse;
1372
+ function toJSON(message: PromoteSpeakerInCommunityVoiceChatResponse): unknown;
1373
+ function create<I extends Exact<DeepPartial<PromoteSpeakerInCommunityVoiceChatResponse>, I>>(base?: I): PromoteSpeakerInCommunityVoiceChatResponse;
1374
+ function fromPartial<I extends Exact<DeepPartial<PromoteSpeakerInCommunityVoiceChatResponse>, I>>(object: I): PromoteSpeakerInCommunityVoiceChatResponse;
1375
+ }
1376
+ export declare namespace PromoteSpeakerInCommunityVoiceChatResponse_Ok {
1377
+ function encode(message: PromoteSpeakerInCommunityVoiceChatResponse_Ok, writer?: _m0.Writer): _m0.Writer;
1378
+ function decode(input: _m0.Reader | Uint8Array, length?: number): PromoteSpeakerInCommunityVoiceChatResponse_Ok;
1379
+ function fromJSON(object: any): PromoteSpeakerInCommunityVoiceChatResponse_Ok;
1380
+ function toJSON(message: PromoteSpeakerInCommunityVoiceChatResponse_Ok): unknown;
1381
+ function create<I extends Exact<DeepPartial<PromoteSpeakerInCommunityVoiceChatResponse_Ok>, I>>(base?: I): PromoteSpeakerInCommunityVoiceChatResponse_Ok;
1382
+ function fromPartial<I extends Exact<DeepPartial<PromoteSpeakerInCommunityVoiceChatResponse_Ok>, I>>(object: I): PromoteSpeakerInCommunityVoiceChatResponse_Ok;
1383
+ }
1384
+ export declare namespace DemoteSpeakerInCommunityVoiceChatPayload {
1385
+ function encode(message: DemoteSpeakerInCommunityVoiceChatPayload, writer?: _m0.Writer): _m0.Writer;
1386
+ function decode(input: _m0.Reader | Uint8Array, length?: number): DemoteSpeakerInCommunityVoiceChatPayload;
1387
+ function fromJSON(object: any): DemoteSpeakerInCommunityVoiceChatPayload;
1388
+ function toJSON(message: DemoteSpeakerInCommunityVoiceChatPayload): unknown;
1389
+ function create<I extends Exact<DeepPartial<DemoteSpeakerInCommunityVoiceChatPayload>, I>>(base?: I): DemoteSpeakerInCommunityVoiceChatPayload;
1390
+ function fromPartial<I extends Exact<DeepPartial<DemoteSpeakerInCommunityVoiceChatPayload>, I>>(object: I): DemoteSpeakerInCommunityVoiceChatPayload;
1391
+ }
1392
+ export declare namespace DemoteSpeakerInCommunityVoiceChatResponse {
1393
+ function encode(message: DemoteSpeakerInCommunityVoiceChatResponse, writer?: _m0.Writer): _m0.Writer;
1394
+ function decode(input: _m0.Reader | Uint8Array, length?: number): DemoteSpeakerInCommunityVoiceChatResponse;
1395
+ function fromJSON(object: any): DemoteSpeakerInCommunityVoiceChatResponse;
1396
+ function toJSON(message: DemoteSpeakerInCommunityVoiceChatResponse): unknown;
1397
+ function create<I extends Exact<DeepPartial<DemoteSpeakerInCommunityVoiceChatResponse>, I>>(base?: I): DemoteSpeakerInCommunityVoiceChatResponse;
1398
+ function fromPartial<I extends Exact<DeepPartial<DemoteSpeakerInCommunityVoiceChatResponse>, I>>(object: I): DemoteSpeakerInCommunityVoiceChatResponse;
1399
+ }
1400
+ export declare namespace DemoteSpeakerInCommunityVoiceChatResponse_Ok {
1401
+ function encode(message: DemoteSpeakerInCommunityVoiceChatResponse_Ok, writer?: _m0.Writer): _m0.Writer;
1402
+ function decode(input: _m0.Reader | Uint8Array, length?: number): DemoteSpeakerInCommunityVoiceChatResponse_Ok;
1403
+ function fromJSON(object: any): DemoteSpeakerInCommunityVoiceChatResponse_Ok;
1404
+ function toJSON(message: DemoteSpeakerInCommunityVoiceChatResponse_Ok): unknown;
1405
+ function create<I extends Exact<DeepPartial<DemoteSpeakerInCommunityVoiceChatResponse_Ok>, I>>(base?: I): DemoteSpeakerInCommunityVoiceChatResponse_Ok;
1406
+ function fromPartial<I extends Exact<DeepPartial<DemoteSpeakerInCommunityVoiceChatResponse_Ok>, I>>(object: I): DemoteSpeakerInCommunityVoiceChatResponse_Ok;
1407
+ }
1408
+ export declare namespace KickPlayerFromCommunityVoiceChatPayload {
1409
+ function encode(message: KickPlayerFromCommunityVoiceChatPayload, writer?: _m0.Writer): _m0.Writer;
1410
+ function decode(input: _m0.Reader | Uint8Array, length?: number): KickPlayerFromCommunityVoiceChatPayload;
1411
+ function fromJSON(object: any): KickPlayerFromCommunityVoiceChatPayload;
1412
+ function toJSON(message: KickPlayerFromCommunityVoiceChatPayload): unknown;
1413
+ function create<I extends Exact<DeepPartial<KickPlayerFromCommunityVoiceChatPayload>, I>>(base?: I): KickPlayerFromCommunityVoiceChatPayload;
1414
+ function fromPartial<I extends Exact<DeepPartial<KickPlayerFromCommunityVoiceChatPayload>, I>>(object: I): KickPlayerFromCommunityVoiceChatPayload;
1415
+ }
1416
+ export declare namespace KickPlayerFromCommunityVoiceChatResponse {
1417
+ function encode(message: KickPlayerFromCommunityVoiceChatResponse, writer?: _m0.Writer): _m0.Writer;
1418
+ function decode(input: _m0.Reader | Uint8Array, length?: number): KickPlayerFromCommunityVoiceChatResponse;
1419
+ function fromJSON(object: any): KickPlayerFromCommunityVoiceChatResponse;
1420
+ function toJSON(message: KickPlayerFromCommunityVoiceChatResponse): unknown;
1421
+ function create<I extends Exact<DeepPartial<KickPlayerFromCommunityVoiceChatResponse>, I>>(base?: I): KickPlayerFromCommunityVoiceChatResponse;
1422
+ function fromPartial<I extends Exact<DeepPartial<KickPlayerFromCommunityVoiceChatResponse>, I>>(object: I): KickPlayerFromCommunityVoiceChatResponse;
1423
+ }
1424
+ export declare namespace KickPlayerFromCommunityVoiceChatResponse_Ok {
1425
+ function encode(message: KickPlayerFromCommunityVoiceChatResponse_Ok, writer?: _m0.Writer): _m0.Writer;
1426
+ function decode(input: _m0.Reader | Uint8Array, length?: number): KickPlayerFromCommunityVoiceChatResponse_Ok;
1427
+ function fromJSON(object: any): KickPlayerFromCommunityVoiceChatResponse_Ok;
1428
+ function toJSON(message: KickPlayerFromCommunityVoiceChatResponse_Ok): unknown;
1429
+ function create<I extends Exact<DeepPartial<KickPlayerFromCommunityVoiceChatResponse_Ok>, I>>(base?: I): KickPlayerFromCommunityVoiceChatResponse_Ok;
1430
+ function fromPartial<I extends Exact<DeepPartial<KickPlayerFromCommunityVoiceChatResponse_Ok>, I>>(object: I): KickPlayerFromCommunityVoiceChatResponse_Ok;
1431
+ }
1432
+ export declare namespace RejectSpeakRequestInCommunityVoiceChatPayload {
1433
+ function encode(message: RejectSpeakRequestInCommunityVoiceChatPayload, writer?: _m0.Writer): _m0.Writer;
1434
+ function decode(input: _m0.Reader | Uint8Array, length?: number): RejectSpeakRequestInCommunityVoiceChatPayload;
1435
+ function fromJSON(object: any): RejectSpeakRequestInCommunityVoiceChatPayload;
1436
+ function toJSON(message: RejectSpeakRequestInCommunityVoiceChatPayload): unknown;
1437
+ function create<I extends Exact<DeepPartial<RejectSpeakRequestInCommunityVoiceChatPayload>, I>>(base?: I): RejectSpeakRequestInCommunityVoiceChatPayload;
1438
+ function fromPartial<I extends Exact<DeepPartial<RejectSpeakRequestInCommunityVoiceChatPayload>, I>>(object: I): RejectSpeakRequestInCommunityVoiceChatPayload;
1439
+ }
1440
+ export declare namespace RejectSpeakRequestInCommunityVoiceChatResponse {
1441
+ function encode(message: RejectSpeakRequestInCommunityVoiceChatResponse, writer?: _m0.Writer): _m0.Writer;
1442
+ function decode(input: _m0.Reader | Uint8Array, length?: number): RejectSpeakRequestInCommunityVoiceChatResponse;
1443
+ function fromJSON(object: any): RejectSpeakRequestInCommunityVoiceChatResponse;
1444
+ function toJSON(message: RejectSpeakRequestInCommunityVoiceChatResponse): unknown;
1445
+ function create<I extends Exact<DeepPartial<RejectSpeakRequestInCommunityVoiceChatResponse>, I>>(base?: I): RejectSpeakRequestInCommunityVoiceChatResponse;
1446
+ function fromPartial<I extends Exact<DeepPartial<RejectSpeakRequestInCommunityVoiceChatResponse>, I>>(object: I): RejectSpeakRequestInCommunityVoiceChatResponse;
1447
+ }
1448
+ export declare namespace RejectSpeakRequestInCommunityVoiceChatResponse_Ok {
1449
+ function encode(message: RejectSpeakRequestInCommunityVoiceChatResponse_Ok, writer?: _m0.Writer): _m0.Writer;
1450
+ function decode(input: _m0.Reader | Uint8Array, length?: number): RejectSpeakRequestInCommunityVoiceChatResponse_Ok;
1451
+ function fromJSON(object: any): RejectSpeakRequestInCommunityVoiceChatResponse_Ok;
1452
+ function toJSON(message: RejectSpeakRequestInCommunityVoiceChatResponse_Ok): unknown;
1453
+ function create<I extends Exact<DeepPartial<RejectSpeakRequestInCommunityVoiceChatResponse_Ok>, I>>(base?: I): RejectSpeakRequestInCommunityVoiceChatResponse_Ok;
1454
+ function fromPartial<I extends Exact<DeepPartial<RejectSpeakRequestInCommunityVoiceChatResponse_Ok>, I>>(object: I): RejectSpeakRequestInCommunityVoiceChatResponse_Ok;
1455
+ }
1456
+ export declare namespace MuteSpeakerFromCommunityVoiceChatPayload {
1457
+ function encode(message: MuteSpeakerFromCommunityVoiceChatPayload, writer?: _m0.Writer): _m0.Writer;
1458
+ function decode(input: _m0.Reader | Uint8Array, length?: number): MuteSpeakerFromCommunityVoiceChatPayload;
1459
+ function fromJSON(object: any): MuteSpeakerFromCommunityVoiceChatPayload;
1460
+ function toJSON(message: MuteSpeakerFromCommunityVoiceChatPayload): unknown;
1461
+ function create<I extends Exact<DeepPartial<MuteSpeakerFromCommunityVoiceChatPayload>, I>>(base?: I): MuteSpeakerFromCommunityVoiceChatPayload;
1462
+ function fromPartial<I extends Exact<DeepPartial<MuteSpeakerFromCommunityVoiceChatPayload>, I>>(object: I): MuteSpeakerFromCommunityVoiceChatPayload;
1463
+ }
1464
+ export declare namespace MuteSpeakerFromCommunityVoiceChatResponse {
1465
+ function encode(message: MuteSpeakerFromCommunityVoiceChatResponse, writer?: _m0.Writer): _m0.Writer;
1466
+ function decode(input: _m0.Reader | Uint8Array, length?: number): MuteSpeakerFromCommunityVoiceChatResponse;
1467
+ function fromJSON(object: any): MuteSpeakerFromCommunityVoiceChatResponse;
1468
+ function toJSON(message: MuteSpeakerFromCommunityVoiceChatResponse): unknown;
1469
+ function create<I extends Exact<DeepPartial<MuteSpeakerFromCommunityVoiceChatResponse>, I>>(base?: I): MuteSpeakerFromCommunityVoiceChatResponse;
1470
+ function fromPartial<I extends Exact<DeepPartial<MuteSpeakerFromCommunityVoiceChatResponse>, I>>(object: I): MuteSpeakerFromCommunityVoiceChatResponse;
1471
+ }
1472
+ export declare namespace MuteSpeakerFromCommunityVoiceChatResponse_Ok {
1473
+ function encode(message: MuteSpeakerFromCommunityVoiceChatResponse_Ok, writer?: _m0.Writer): _m0.Writer;
1474
+ function decode(input: _m0.Reader | Uint8Array, length?: number): MuteSpeakerFromCommunityVoiceChatResponse_Ok;
1475
+ function fromJSON(object: any): MuteSpeakerFromCommunityVoiceChatResponse_Ok;
1476
+ function toJSON(message: MuteSpeakerFromCommunityVoiceChatResponse_Ok): unknown;
1477
+ function create<I extends Exact<DeepPartial<MuteSpeakerFromCommunityVoiceChatResponse_Ok>, I>>(base?: I): MuteSpeakerFromCommunityVoiceChatResponse_Ok;
1478
+ function fromPartial<I extends Exact<DeepPartial<MuteSpeakerFromCommunityVoiceChatResponse_Ok>, I>>(object: I): MuteSpeakerFromCommunityVoiceChatResponse_Ok;
1479
+ }
1480
+ export declare namespace EndCommunityVoiceChatPayload {
1481
+ function encode(message: EndCommunityVoiceChatPayload, writer?: _m0.Writer): _m0.Writer;
1482
+ function decode(input: _m0.Reader | Uint8Array, length?: number): EndCommunityVoiceChatPayload;
1483
+ function fromJSON(object: any): EndCommunityVoiceChatPayload;
1484
+ function toJSON(message: EndCommunityVoiceChatPayload): unknown;
1485
+ function create<I extends Exact<DeepPartial<EndCommunityVoiceChatPayload>, I>>(base?: I): EndCommunityVoiceChatPayload;
1486
+ function fromPartial<I extends Exact<DeepPartial<EndCommunityVoiceChatPayload>, I>>(object: I): EndCommunityVoiceChatPayload;
1487
+ }
1488
+ export declare namespace EndCommunityVoiceChatResponse {
1489
+ function encode(message: EndCommunityVoiceChatResponse, writer?: _m0.Writer): _m0.Writer;
1490
+ function decode(input: _m0.Reader | Uint8Array, length?: number): EndCommunityVoiceChatResponse;
1491
+ function fromJSON(object: any): EndCommunityVoiceChatResponse;
1492
+ function toJSON(message: EndCommunityVoiceChatResponse): unknown;
1493
+ function create<I extends Exact<DeepPartial<EndCommunityVoiceChatResponse>, I>>(base?: I): EndCommunityVoiceChatResponse;
1494
+ function fromPartial<I extends Exact<DeepPartial<EndCommunityVoiceChatResponse>, I>>(object: I): EndCommunityVoiceChatResponse;
1495
+ }
1496
+ export declare namespace EndCommunityVoiceChatResponse_Ok {
1497
+ function encode(message: EndCommunityVoiceChatResponse_Ok, writer?: _m0.Writer): _m0.Writer;
1498
+ function decode(input: _m0.Reader | Uint8Array, length?: number): EndCommunityVoiceChatResponse_Ok;
1499
+ function fromJSON(object: any): EndCommunityVoiceChatResponse_Ok;
1500
+ function toJSON(message: EndCommunityVoiceChatResponse_Ok): unknown;
1501
+ function create<I extends Exact<DeepPartial<EndCommunityVoiceChatResponse_Ok>, I>>(base?: I): EndCommunityVoiceChatResponse_Ok;
1502
+ function fromPartial<I extends Exact<DeepPartial<EndCommunityVoiceChatResponse_Ok>, I>>(object: I): EndCommunityVoiceChatResponse_Ok;
1503
+ }
1504
+ export declare namespace CommunityVoiceChatUpdate {
1505
+ function encode(message: CommunityVoiceChatUpdate, writer?: _m0.Writer): _m0.Writer;
1506
+ function decode(input: _m0.Reader | Uint8Array, length?: number): CommunityVoiceChatUpdate;
1507
+ function fromJSON(object: any): CommunityVoiceChatUpdate;
1508
+ function toJSON(message: CommunityVoiceChatUpdate): unknown;
1509
+ function create<I extends Exact<DeepPartial<CommunityVoiceChatUpdate>, I>>(base?: I): CommunityVoiceChatUpdate;
1510
+ function fromPartial<I extends Exact<DeepPartial<CommunityVoiceChatUpdate>, I>>(object: I): CommunityVoiceChatUpdate;
1511
+ }
1512
+ export type SocialServiceDefinition = typeof SocialServiceDefinition;
1513
+ export declare const SocialServiceDefinition: {
1514
+ readonly name: "SocialService";
1515
+ readonly fullName: "decentraland.social_service.v2.SocialService";
1516
+ readonly methods: {
1517
+ /** Get the list of friends for the authenticated user */
1518
+ readonly getFriends: {
1519
+ readonly name: "GetFriends";
1520
+ readonly requestType: typeof GetFriendsPayload;
1521
+ readonly requestStream: false;
1522
+ readonly responseType: typeof PaginatedFriendsProfilesResponse;
1523
+ readonly responseStream: false;
1524
+ readonly options: {};
1525
+ };
1526
+ /** Get the list of mutual friends between the authenticated user and the one in the parameter */
1527
+ readonly getMutualFriends: {
1528
+ readonly name: "GetMutualFriends";
1529
+ readonly requestType: typeof GetMutualFriendsPayload;
1530
+ readonly requestStream: false;
1531
+ readonly responseType: typeof PaginatedFriendsProfilesResponse;
1532
+ readonly responseStream: false;
1533
+ readonly options: {};
1534
+ };
1535
+ /** Get the pending friendship requests for the authenticated user */
1536
+ readonly getPendingFriendshipRequests: {
1537
+ readonly name: "GetPendingFriendshipRequests";
1538
+ readonly requestType: typeof GetFriendshipRequestsPayload;
1539
+ readonly requestStream: false;
1540
+ readonly responseType: typeof PaginatedFriendshipRequestsResponse;
1541
+ readonly responseStream: false;
1542
+ readonly options: {};
1543
+ };
1544
+ /** Get the sent friendship requests for the authenticated user */
1545
+ readonly getSentFriendshipRequests: {
1546
+ readonly name: "GetSentFriendshipRequests";
1547
+ readonly requestType: typeof GetFriendshipRequestsPayload;
1548
+ readonly requestStream: false;
1549
+ readonly responseType: typeof PaginatedFriendshipRequestsResponse;
1550
+ readonly responseStream: false;
1551
+ readonly options: {};
1552
+ };
1553
+ /** Create or update friendship status: REQUEST, ACCEPT, REJECT, CANCEL, DELETE */
1554
+ readonly upsertFriendship: {
1555
+ readonly name: "UpsertFriendship";
1556
+ readonly requestType: typeof UpsertFriendshipPayload;
1557
+ readonly requestStream: false;
1558
+ readonly responseType: typeof UpsertFriendshipResponse;
1559
+ readonly responseStream: false;
1560
+ readonly options: {};
1561
+ };
1562
+ /** Subscribe to updates of friendship status: REQUEST, ACCEPT, REJECT, CANCEL, DELETE */
1563
+ readonly subscribeToFriendshipUpdates: {
1564
+ readonly name: "SubscribeToFriendshipUpdates";
1565
+ readonly requestType: typeof Empty;
1566
+ readonly requestStream: false;
1567
+ readonly responseType: typeof FriendshipUpdate;
1568
+ readonly responseStream: true;
1569
+ readonly options: {};
1570
+ };
1571
+ /** Get the friendship status between the authenticated user and the one in the parameter */
1572
+ readonly getFriendshipStatus: {
1573
+ readonly name: "GetFriendshipStatus";
1574
+ readonly requestType: typeof GetFriendshipStatusPayload;
1575
+ readonly requestStream: false;
1576
+ readonly responseType: typeof GetFriendshipStatusResponse;
1577
+ readonly responseStream: false;
1578
+ readonly options: {};
1579
+ };
1580
+ /** Subscribe to connectivity updates of friends: ONLINE, OFFLINE, AWAY */
1581
+ readonly subscribeToFriendConnectivityUpdates: {
1582
+ readonly name: "SubscribeToFriendConnectivityUpdates";
1583
+ readonly requestType: typeof Empty;
1584
+ readonly requestStream: false;
1585
+ readonly responseType: typeof FriendConnectivityUpdate;
1586
+ readonly responseStream: true;
1587
+ readonly options: {};
1588
+ };
1589
+ readonly blockUser: {
1590
+ readonly name: "BlockUser";
1591
+ readonly requestType: typeof BlockUserPayload;
1592
+ readonly requestStream: false;
1593
+ readonly responseType: typeof BlockUserResponse;
1594
+ readonly responseStream: false;
1595
+ readonly options: {};
1596
+ };
1597
+ readonly unblockUser: {
1598
+ readonly name: "UnblockUser";
1599
+ readonly requestType: typeof UnblockUserPayload;
1600
+ readonly requestStream: false;
1601
+ readonly responseType: typeof UnblockUserResponse;
1602
+ readonly responseStream: false;
1603
+ readonly options: {};
1604
+ };
1605
+ readonly getBlockedUsers: {
1606
+ readonly name: "GetBlockedUsers";
1607
+ readonly requestType: typeof GetBlockedUsersPayload;
1608
+ readonly requestStream: false;
1609
+ readonly responseType: typeof GetBlockedUsersResponse;
1610
+ readonly responseStream: false;
1611
+ readonly options: {};
1612
+ };
1613
+ readonly getBlockingStatus: {
1614
+ readonly name: "GetBlockingStatus";
1615
+ readonly requestType: typeof Empty;
1616
+ readonly requestStream: false;
1617
+ readonly responseType: typeof GetBlockingStatusResponse;
1618
+ readonly responseStream: false;
1619
+ readonly options: {};
1620
+ };
1621
+ readonly subscribeToBlockUpdates: {
1622
+ readonly name: "SubscribeToBlockUpdates";
1623
+ readonly requestType: typeof Empty;
1624
+ readonly requestStream: false;
1625
+ readonly responseType: typeof BlockUpdate;
1626
+ readonly responseStream: true;
1627
+ readonly options: {};
1628
+ };
1629
+ /** Get all the social settings for the authenticated user */
1630
+ readonly getSocialSettings: {
1631
+ readonly name: "GetSocialSettings";
1632
+ readonly requestType: typeof Empty;
1633
+ readonly requestStream: false;
1634
+ readonly responseType: typeof GetSocialSettingsResponse;
1635
+ readonly responseStream: false;
1636
+ readonly options: {};
1637
+ };
1638
+ /** Insert or update the social settings for the authenticated user */
1639
+ readonly upsertSocialSettings: {
1640
+ readonly name: "UpsertSocialSettings";
1641
+ readonly requestType: typeof UpsertSocialSettingsPayload;
1642
+ readonly requestStream: false;
1643
+ readonly responseType: typeof UpsertSocialSettingsResponse;
1644
+ readonly responseStream: false;
1645
+ readonly options: {};
1646
+ };
1647
+ /** Get the private messages privacy settings for the requested users */
1648
+ readonly getPrivateMessagesSettings: {
1649
+ readonly name: "GetPrivateMessagesSettings";
1650
+ readonly requestType: typeof GetPrivateMessagesSettingsPayload;
1651
+ readonly requestStream: false;
1652
+ readonly responseType: typeof GetPrivateMessagesSettingsResponse;
1653
+ readonly responseStream: false;
1654
+ readonly options: {};
1655
+ };
1656
+ /** Subscribe to community member connectivity updates: ONLINE, OFFLINE */
1657
+ readonly subscribeToCommunityMemberConnectivityUpdates: {
1658
+ readonly name: "SubscribeToCommunityMemberConnectivityUpdates";
1659
+ readonly requestType: typeof Empty;
1660
+ readonly requestStream: false;
1661
+ readonly responseType: typeof CommunityMemberConnectivityUpdate;
1662
+ readonly responseStream: true;
1663
+ readonly options: {};
1664
+ };
1665
+ /** Start a private voice chat */
1666
+ readonly startPrivateVoiceChat: {
1667
+ readonly name: "StartPrivateVoiceChat";
1668
+ readonly requestType: typeof StartPrivateVoiceChatPayload;
1669
+ readonly requestStream: false;
1670
+ readonly responseType: typeof StartPrivateVoiceChatResponse;
1671
+ readonly responseStream: false;
1672
+ readonly options: {};
1673
+ };
1674
+ /** Accept a private voice chat */
1675
+ readonly acceptPrivateVoiceChat: {
1676
+ readonly name: "AcceptPrivateVoiceChat";
1677
+ readonly requestType: typeof AcceptPrivateVoiceChatPayload;
1678
+ readonly requestStream: false;
1679
+ readonly responseType: typeof AcceptPrivateVoiceChatResponse;
1680
+ readonly responseStream: false;
1681
+ readonly options: {};
1682
+ };
1683
+ /** Reject a private voice chat */
1684
+ readonly rejectPrivateVoiceChat: {
1685
+ readonly name: "RejectPrivateVoiceChat";
1686
+ readonly requestType: typeof RejectPrivateVoiceChatPayload;
1687
+ readonly requestStream: false;
1688
+ readonly responseType: typeof RejectPrivateVoiceChatResponse;
1689
+ readonly responseStream: false;
1690
+ readonly options: {};
1691
+ };
1692
+ /** End a private voice chat */
1693
+ readonly endPrivateVoiceChat: {
1694
+ readonly name: "EndPrivateVoiceChat";
1695
+ readonly requestType: typeof EndPrivateVoiceChatPayload;
1696
+ readonly requestStream: false;
1697
+ readonly responseType: typeof EndPrivateVoiceChatResponse;
1698
+ readonly responseStream: false;
1699
+ readonly options: {};
1700
+ };
1701
+ /** Get the incoming private voice chat request */
1702
+ readonly getIncomingPrivateVoiceChatRequest: {
1703
+ readonly name: "GetIncomingPrivateVoiceChatRequest";
1704
+ readonly requestType: typeof Empty;
1705
+ readonly requestStream: false;
1706
+ readonly responseType: typeof GetIncomingPrivateVoiceChatRequestResponse;
1707
+ readonly responseStream: false;
1708
+ readonly options: {};
1709
+ };
1710
+ /** Subscribe to private voice chat updates */
1711
+ readonly subscribeToPrivateVoiceChatUpdates: {
1712
+ readonly name: "SubscribeToPrivateVoiceChatUpdates";
1713
+ readonly requestType: typeof Empty;
1714
+ readonly requestStream: false;
1715
+ readonly responseType: typeof PrivateVoiceChatUpdate;
1716
+ readonly responseStream: true;
1717
+ readonly options: {};
1718
+ };
1719
+ /** Start a community voice chat (moderator/owner only) */
1720
+ readonly startCommunityVoiceChat: {
1721
+ readonly name: "StartCommunityVoiceChat";
1722
+ readonly requestType: typeof StartCommunityVoiceChatPayload;
1723
+ readonly requestStream: false;
1724
+ readonly responseType: typeof StartCommunityVoiceChatResponse;
1725
+ readonly responseStream: false;
1726
+ readonly options: {};
1727
+ };
1728
+ /** Join a community voice chat */
1729
+ readonly joinCommunityVoiceChat: {
1730
+ readonly name: "JoinCommunityVoiceChat";
1731
+ readonly requestType: typeof JoinCommunityVoiceChatPayload;
1732
+ readonly requestStream: false;
1733
+ readonly responseType: typeof JoinCommunityVoiceChatResponse;
1734
+ readonly responseStream: false;
1735
+ readonly options: {};
1736
+ };
1737
+ /** Request to speak in community voice chat */
1738
+ readonly requestToSpeakInCommunityVoiceChat: {
1739
+ readonly name: "RequestToSpeakInCommunityVoiceChat";
1740
+ readonly requestType: typeof RequestToSpeakInCommunityVoiceChatPayload;
1741
+ readonly requestStream: false;
1742
+ readonly responseType: typeof RequestToSpeakInCommunityVoiceChatResponse;
1743
+ readonly responseStream: false;
1744
+ readonly options: {};
1745
+ };
1746
+ /** Promote speaker in community voice chat (moderator only) */
1747
+ readonly promoteSpeakerInCommunityVoiceChat: {
1748
+ readonly name: "PromoteSpeakerInCommunityVoiceChat";
1749
+ readonly requestType: typeof PromoteSpeakerInCommunityVoiceChatPayload;
1750
+ readonly requestStream: false;
1751
+ readonly responseType: typeof PromoteSpeakerInCommunityVoiceChatResponse;
1752
+ readonly responseStream: false;
1753
+ readonly options: {};
1754
+ };
1755
+ /** Demote speaker in community voice chat (moderator only) */
1756
+ readonly demoteSpeakerInCommunityVoiceChat: {
1757
+ readonly name: "DemoteSpeakerInCommunityVoiceChat";
1758
+ readonly requestType: typeof DemoteSpeakerInCommunityVoiceChatPayload;
1759
+ readonly requestStream: false;
1760
+ readonly responseType: typeof DemoteSpeakerInCommunityVoiceChatResponse;
1761
+ readonly responseStream: false;
1762
+ readonly options: {};
1763
+ };
1764
+ /** Kick player from community voice chat (moderator only) */
1765
+ readonly kickPlayerFromCommunityVoiceChat: {
1766
+ readonly name: "KickPlayerFromCommunityVoiceChat";
1767
+ readonly requestType: typeof KickPlayerFromCommunityVoiceChatPayload;
1768
+ readonly requestStream: false;
1769
+ readonly responseType: typeof KickPlayerFromCommunityVoiceChatResponse;
1770
+ readonly responseStream: false;
1771
+ readonly options: {};
1772
+ };
1773
+ /** Reject speak request in community voice chat (moderator only) */
1774
+ readonly rejectSpeakRequestInCommunityVoiceChat: {
1775
+ readonly name: "RejectSpeakRequestInCommunityVoiceChat";
1776
+ readonly requestType: typeof RejectSpeakRequestInCommunityVoiceChatPayload;
1777
+ readonly requestStream: false;
1778
+ readonly responseType: typeof RejectSpeakRequestInCommunityVoiceChatResponse;
1779
+ readonly responseStream: false;
1780
+ readonly options: {};
1781
+ };
1782
+ /** End community voice chat (moderator/owner only) */
1783
+ readonly endCommunityVoiceChat: {
1784
+ readonly name: "EndCommunityVoiceChat";
1785
+ readonly requestType: typeof EndCommunityVoiceChatPayload;
1786
+ readonly requestStream: false;
1787
+ readonly responseType: typeof EndCommunityVoiceChatResponse;
1788
+ readonly responseStream: false;
1789
+ readonly options: {};
1790
+ };
1791
+ /** Subscribe to community voice chat updates (only 'started' events) */
1792
+ readonly subscribeToCommunityVoiceChatUpdates: {
1793
+ readonly name: "SubscribeToCommunityVoiceChatUpdates";
1794
+ readonly requestType: typeof Empty;
1795
+ readonly requestStream: false;
1796
+ readonly responseType: typeof CommunityVoiceChatUpdate;
1797
+ readonly responseStream: true;
1798
+ readonly options: {};
1799
+ };
1800
+ /** Mute or unmute a speaker in a community voice chat */
1801
+ readonly muteSpeakerFromCommunityVoiceChat: {
1802
+ readonly name: "MuteSpeakerFromCommunityVoiceChat";
1803
+ readonly requestType: typeof MuteSpeakerFromCommunityVoiceChatPayload;
1804
+ readonly requestStream: false;
1805
+ readonly responseType: typeof MuteSpeakerFromCommunityVoiceChatResponse;
1806
+ readonly responseStream: false;
1807
+ readonly options: {};
1808
+ };
1809
+ };
1810
+ };
1811
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
1812
+ export type DeepPartial<T> = T extends Builtin ? T : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {
1813
+ $case: string;
1814
+ } ? {
1815
+ [K in keyof Omit<T, "$case">]?: DeepPartial<T[K]>;
1816
+ } & {
1817
+ $case: T["$case"];
1818
+ } : T extends {} ? {
1819
+ [K in keyof T]?: DeepPartial<T[K]>;
1820
+ } : Partial<T>;
1821
+ type KeysOfUnion<T> = T extends T ? keyof T : never;
1822
+ export type Exact<P, I extends P> = P extends Builtin ? P : P & {
1823
+ [K in keyof P]: Exact<P[K], I[K]>;
1824
+ } & {
1825
+ [K in Exclude<keyof I, KeysOfUnion<P>>]: never;
1826
+ };
1827
+ export {};