@dcl/protocol 1.0.0-4427886959.commit-6b9dcb5 → 1.0.0-4468031496.commit-eace17b

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 (336) hide show
  1. package/out-js/decentraland/bff/authentication_service.gen.d.ts +6 -2
  2. package/out-js/decentraland/bff/authentication_service.gen.js +46 -24
  3. package/out-js/decentraland/bff/authentication_service.gen.js.map +1 -1
  4. package/out-js/decentraland/bff/comms_director_service.gen.d.ts +6 -2
  5. package/out-js/decentraland/bff/comms_director_service.gen.js +33 -18
  6. package/out-js/decentraland/bff/comms_director_service.gen.js.map +1 -1
  7. package/out-js/decentraland/bff/comms_service.gen.d.ts +21 -7
  8. package/out-js/decentraland/bff/comms_service.gen.js +25 -17
  9. package/out-js/decentraland/bff/comms_service.gen.js.map +1 -1
  10. package/out-js/decentraland/bff/http_endpoints.gen.d.ts +3 -1
  11. package/out-js/decentraland/bff/http_endpoints.gen.js +197 -72
  12. package/out-js/decentraland/bff/http_endpoints.gen.js.map +1 -1
  13. package/out-js/decentraland/bff/topics_service.gen.d.ts +9 -3
  14. package/out-js/decentraland/bff/topics_service.gen.js +64 -32
  15. package/out-js/decentraland/bff/topics_service.gen.js.map +1 -1
  16. package/out-js/decentraland/common/border_rect.gen.d.ts +54 -0
  17. package/out-js/decentraland/common/border_rect.gen.js +100 -0
  18. package/out-js/decentraland/common/border_rect.gen.js.map +1 -0
  19. package/out-js/decentraland/common/colors.gen.d.ts +82 -0
  20. package/out-js/decentraland/common/colors.gen.js +175 -0
  21. package/out-js/decentraland/common/colors.gen.js.map +1 -0
  22. package/out-js/decentraland/common/content_mapping.gen.js +13 -6
  23. package/out-js/decentraland/common/content_mapping.gen.js.map +1 -1
  24. package/out-js/decentraland/common/sdk/user_data.gen.js +71 -26
  25. package/out-js/decentraland/common/sdk/user_data.gen.js.map +1 -1
  26. package/out-js/decentraland/common/texture.gen.d.ts +319 -0
  27. package/out-js/decentraland/common/texture.gen.js +424 -0
  28. package/out-js/decentraland/common/texture.gen.js.map +1 -0
  29. package/out-js/decentraland/common/vectors.gen.js +47 -20
  30. package/out-js/decentraland/common/vectors.gen.js.map +1 -1
  31. package/out-js/decentraland/kernel/apis/communications_controller.gen.d.ts +3 -1
  32. package/out-js/decentraland/kernel/apis/communications_controller.gen.js +15 -10
  33. package/out-js/decentraland/kernel/apis/communications_controller.gen.js.map +1 -1
  34. package/out-js/decentraland/kernel/apis/dev_tools.gen.d.ts +3 -1
  35. package/out-js/decentraland/kernel/apis/dev_tools.gen.js +19 -11
  36. package/out-js/decentraland/kernel/apis/dev_tools.gen.js.map +1 -1
  37. package/out-js/decentraland/kernel/apis/engine_api.gen.d.ts +18 -6
  38. package/out-js/decentraland/kernel/apis/engine_api.gen.js +443 -206
  39. package/out-js/decentraland/kernel/apis/engine_api.gen.js.map +1 -1
  40. package/out-js/decentraland/kernel/apis/environment_api.gen.d.ts +21 -7
  41. package/out-js/decentraland/kernel/apis/environment_api.gen.js +176 -96
  42. package/out-js/decentraland/kernel/apis/environment_api.gen.js.map +1 -1
  43. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.d.ts +15 -5
  44. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js +141 -72
  45. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js.map +1 -1
  46. package/out-js/decentraland/kernel/apis/parcel_identity.gen.d.ts +9 -3
  47. package/out-js/decentraland/kernel/apis/parcel_identity.gen.js +91 -47
  48. package/out-js/decentraland/kernel/apis/parcel_identity.gen.js.map +1 -1
  49. package/out-js/decentraland/kernel/apis/permissions.gen.d.ts +6 -2
  50. package/out-js/decentraland/kernel/apis/permissions.gen.js +42 -28
  51. package/out-js/decentraland/kernel/apis/permissions.gen.js.map +1 -1
  52. package/out-js/decentraland/kernel/apis/players.gen.d.ts +9 -3
  53. package/out-js/decentraland/kernel/apis/players.gen.js +49 -31
  54. package/out-js/decentraland/kernel/apis/players.gen.js.map +1 -1
  55. package/out-js/decentraland/kernel/apis/portable_experiences.gen.d.ts +12 -4
  56. package/out-js/decentraland/kernel/apis/portable_experiences.gen.js +81 -48
  57. package/out-js/decentraland/kernel/apis/portable_experiences.gen.js.map +1 -1
  58. package/out-js/decentraland/kernel/apis/restricted_actions.gen.d.ts +21 -7
  59. package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +123 -69
  60. package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -1
  61. package/out-js/decentraland/kernel/apis/runtime.gen.d.ts +6 -2
  62. package/out-js/decentraland/kernel/apis/runtime.gen.js +55 -29
  63. package/out-js/decentraland/kernel/apis/runtime.gen.js.map +1 -1
  64. package/out-js/decentraland/kernel/apis/scene.gen.d.ts +3 -1
  65. package/out-js/decentraland/kernel/apis/scene.gen.js +27 -13
  66. package/out-js/decentraland/kernel/apis/scene.gen.js.map +1 -1
  67. package/out-js/decentraland/kernel/apis/signed_fetch.gen.d.ts +3 -1
  68. package/out-js/decentraland/kernel/apis/signed_fetch.gen.js +82 -35
  69. package/out-js/decentraland/kernel/apis/signed_fetch.gen.js.map +1 -1
  70. package/out-js/decentraland/kernel/apis/social_controller.gen.d.ts +3 -1
  71. package/out-js/decentraland/kernel/apis/social_controller.gen.js +28 -16
  72. package/out-js/decentraland/kernel/apis/social_controller.gen.js.map +1 -1
  73. package/out-js/decentraland/kernel/apis/user_action_module.gen.d.ts +3 -1
  74. package/out-js/decentraland/kernel/apis/user_action_module.gen.js +15 -10
  75. package/out-js/decentraland/kernel/apis/user_action_module.gen.js.map +1 -1
  76. package/out-js/decentraland/kernel/apis/user_identity.gen.d.ts +6 -2
  77. package/out-js/decentraland/kernel/apis/user_identity.gen.js +30 -20
  78. package/out-js/decentraland/kernel/apis/user_identity.gen.js.map +1 -1
  79. package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +148 -59
  80. package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js.map +1 -1
  81. package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js +142 -63
  82. package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js.map +1 -1
  83. package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js +201 -86
  84. package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js.map +1 -1
  85. package/out-js/decentraland/sdk/components/animator.gen.d.ts +184 -0
  86. package/out-js/decentraland/sdk/components/animator.gen.js +198 -0
  87. package/out-js/decentraland/sdk/components/animator.gen.js.map +1 -0
  88. package/out-js/decentraland/sdk/components/audio_source.gen.d.ts +74 -0
  89. package/out-js/decentraland/sdk/components/audio_source.gen.js +112 -0
  90. package/out-js/decentraland/sdk/components/audio_source.gen.js.map +1 -0
  91. package/out-js/decentraland/sdk/components/audio_stream.gen.d.ts +56 -0
  92. package/out-js/decentraland/sdk/components/audio_stream.gen.js +88 -0
  93. package/out-js/decentraland/sdk/components/audio_stream.gen.js.map +1 -0
  94. package/out-js/decentraland/sdk/components/avatar_attach.gen.d.ts +65 -0
  95. package/out-js/decentraland/sdk/components/avatar_attach.gen.js +122 -0
  96. package/out-js/decentraland/sdk/components/avatar_attach.gen.js.map +1 -0
  97. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.d.ts +100 -0
  98. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +146 -0
  99. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -0
  100. package/out-js/decentraland/sdk/components/avatar_shape.gen.d.ts +192 -0
  101. package/out-js/decentraland/sdk/components/avatar_shape.gen.js +244 -0
  102. package/out-js/decentraland/sdk/components/avatar_shape.gen.js.map +1 -0
  103. package/out-js/decentraland/sdk/components/billboard.gen.d.ts +59 -0
  104. package/out-js/decentraland/sdk/components/billboard.gen.js +118 -0
  105. package/out-js/decentraland/sdk/components/billboard.gen.js.map +1 -0
  106. package/out-js/decentraland/sdk/components/camera_mode.gen.d.ts +44 -0
  107. package/out-js/decentraland/sdk/components/camera_mode.gen.js +63 -0
  108. package/out-js/decentraland/sdk/components/camera_mode.gen.js.map +1 -0
  109. package/out-js/decentraland/sdk/components/camera_mode_area.gen.d.ts +84 -0
  110. package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +78 -0
  111. package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -0
  112. package/out-js/decentraland/sdk/components/common/camera_type.gen.d.ts +8 -0
  113. package/out-js/decentraland/sdk/components/common/camera_type.gen.js +39 -0
  114. package/out-js/decentraland/sdk/components/common/camera_type.gen.js.map +1 -0
  115. package/out-js/decentraland/sdk/components/common/id.gen.d.ts +1 -0
  116. package/out-js/{renderer-interface.gen.js → decentraland/sdk/components/common/id.gen.js} +2 -2
  117. package/out-js/decentraland/sdk/components/common/id.gen.js.map +1 -0
  118. package/out-js/decentraland/sdk/components/common/input_action.gen.d.ts +20 -0
  119. package/out-js/decentraland/sdk/components/common/input_action.gen.js +111 -0
  120. package/out-js/decentraland/sdk/components/common/input_action.gen.js.map +1 -0
  121. package/out-js/decentraland/sdk/components/common/texts.gen.d.ts +23 -0
  122. package/out-js/decentraland/sdk/components/common/texts.gen.js +120 -0
  123. package/out-js/decentraland/sdk/components/common/texts.gen.js.map +1 -0
  124. package/out-js/decentraland/sdk/components/gltf_container.gen.d.ts +45 -0
  125. package/out-js/decentraland/sdk/components/gltf_container.gen.js +62 -0
  126. package/out-js/decentraland/sdk/components/gltf_container.gen.js.map +1 -0
  127. package/out-js/decentraland/sdk/components/material.gen.d.ts +3452 -0
  128. package/out-js/decentraland/sdk/components/material.gen.js +506 -0
  129. package/out-js/decentraland/sdk/components/material.gen.js.map +1 -0
  130. package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +250 -0
  131. package/out-js/decentraland/sdk/components/mesh_collider.gen.js +350 -0
  132. package/out-js/decentraland/sdk/components/mesh_collider.gen.js.map +1 -0
  133. package/out-js/decentraland/sdk/components/mesh_renderer.gen.d.ts +284 -0
  134. package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +347 -0
  135. package/out-js/decentraland/sdk/components/mesh_renderer.gen.js.map +1 -0
  136. package/out-js/decentraland/sdk/components/nft_shape.gen.d.ts +114 -0
  137. package/out-js/decentraland/sdk/components/nft_shape.gen.js +252 -0
  138. package/out-js/decentraland/sdk/components/nft_shape.gen.js.map +1 -0
  139. package/out-js/decentraland/sdk/components/pointer_events.gen.d.ts +249 -0
  140. package/out-js/decentraland/sdk/components/pointer_events.gen.js +272 -0
  141. package/out-js/decentraland/sdk/components/pointer_events.gen.js.map +1 -0
  142. package/out-js/decentraland/sdk/components/pointer_events_result.gen.d.ts +241 -0
  143. package/out-js/decentraland/sdk/components/pointer_events_result.gen.js +115 -0
  144. package/out-js/decentraland/sdk/components/pointer_events_result.gen.js.map +1 -0
  145. package/out-js/decentraland/sdk/components/pointer_lock.gen.d.ts +43 -0
  146. package/out-js/decentraland/sdk/components/pointer_lock.gen.js +62 -0
  147. package/out-js/decentraland/sdk/components/pointer_lock.gen.js.map +1 -0
  148. package/out-js/decentraland/sdk/components/raycast.gen.d.ts +118 -0
  149. package/out-js/decentraland/sdk/components/raycast.gen.js +140 -0
  150. package/out-js/decentraland/sdk/components/raycast.gen.js.map +1 -0
  151. package/out-js/decentraland/sdk/components/raycast_result.gen.d.ts +536 -0
  152. package/out-js/decentraland/sdk/components/raycast_result.gen.js +278 -0
  153. package/out-js/decentraland/sdk/components/raycast_result.gen.js.map +1 -0
  154. package/out-js/decentraland/sdk/components/text_shape.gen.d.ts +247 -0
  155. package/out-js/decentraland/sdk/components/text_shape.gen.js +338 -0
  156. package/out-js/decentraland/sdk/components/text_shape.gen.js.map +1 -0
  157. package/out-js/decentraland/sdk/components/ui_background.gen.d.ts +369 -0
  158. package/out-js/decentraland/sdk/components/ui_background.gen.js +190 -0
  159. package/out-js/decentraland/sdk/components/ui_background.gen.js.map +1 -0
  160. package/out-js/decentraland/sdk/components/ui_dropdown.gen.d.ts +115 -0
  161. package/out-js/decentraland/sdk/components/ui_dropdown.gen.js +180 -0
  162. package/out-js/decentraland/sdk/components/ui_dropdown.gen.js.map +1 -0
  163. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.d.ts +38 -0
  164. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js +62 -0
  165. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js.map +1 -0
  166. package/out-js/decentraland/sdk/components/ui_input.gen.d.ts +140 -0
  167. package/out-js/decentraland/sdk/components/ui_input.gen.js +165 -0
  168. package/out-js/decentraland/sdk/components/ui_input.gen.js.map +1 -0
  169. package/out-js/decentraland/sdk/components/ui_input_result.gen.d.ts +38 -0
  170. package/out-js/decentraland/sdk/components/ui_input_result.gen.js +62 -0
  171. package/out-js/decentraland/sdk/components/ui_input_result.gen.js.map +1 -0
  172. package/out-js/decentraland/sdk/components/ui_text.gen.d.ts +95 -0
  173. package/out-js/decentraland/sdk/components/ui_text.gen.js +117 -0
  174. package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -0
  175. package/out-js/decentraland/sdk/components/ui_transform.gen.d.ts +403 -0
  176. package/out-js/decentraland/sdk/components/ui_transform.gen.js +1154 -0
  177. package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -0
  178. package/out-js/decentraland/sdk/components/video_player.gen.d.ts +69 -0
  179. package/out-js/decentraland/sdk/components/video_player.gen.js +131 -0
  180. package/out-js/decentraland/sdk/components/video_player.gen.js.map +1 -0
  181. package/out-js/decentraland/sdk/components/visibility_component.gen.d.ts +39 -0
  182. package/out-js/decentraland/sdk/components/visibility_component.gen.js +62 -0
  183. package/out-js/decentraland/sdk/components/visibility_component.gen.js.map +1 -0
  184. package/out-js/decentraland/social/friendships/friendships.gen.d.ts +12 -4
  185. package/out-js/decentraland/social/friendships/friendships.gen.js +231 -113
  186. package/out-js/decentraland/social/friendships/friendships.gen.js.map +1 -1
  187. package/out-js/google/protobuf/descriptor.gen.d.ts +87384 -0
  188. package/out-js/google/protobuf/descriptor.gen.js +2998 -0
  189. package/out-js/google/protobuf/descriptor.gen.js.map +1 -0
  190. package/out-js/google/protobuf/empty.gen.js +5 -4
  191. package/out-js/google/protobuf/empty.gen.js.map +1 -1
  192. package/out-js/sdk-components.gen.d.ts +1 -0
  193. package/out-js/sdk-components.gen.js +6 -0
  194. package/out-js/sdk-components.gen.js.map +1 -0
  195. package/out-ts/decentraland/bff/authentication_service.gen.ts +52 -24
  196. package/out-ts/decentraland/bff/comms_director_service.gen.ts +37 -18
  197. package/out-ts/decentraland/bff/comms_service.gen.ts +27 -17
  198. package/out-ts/decentraland/bff/http_endpoints.gen.ts +236 -72
  199. package/out-ts/decentraland/bff/topics_service.gen.ts +73 -32
  200. package/out-ts/decentraland/common/border_rect.gen.ts +125 -0
  201. package/out-ts/decentraland/common/colors.gen.ts +214 -0
  202. package/out-ts/decentraland/common/content_mapping.gen.ts +15 -6
  203. package/out-ts/decentraland/common/sdk/user_data.gen.ts +85 -26
  204. package/out-ts/decentraland/common/texture.gen.ts +506 -0
  205. package/out-ts/decentraland/common/vectors.gen.ts +55 -20
  206. package/out-ts/decentraland/kernel/apis/communications_controller.gen.ts +16 -10
  207. package/out-ts/decentraland/kernel/apis/dev_tools.gen.ts +21 -11
  208. package/out-ts/decentraland/kernel/apis/engine_api.gen.ts +511 -206
  209. package/out-ts/decentraland/kernel/apis/environment_api.gen.ts +197 -96
  210. package/out-ts/decentraland/kernel/apis/ethereum_controller.gen.ts +160 -72
  211. package/out-ts/decentraland/kernel/apis/parcel_identity.gen.ts +103 -47
  212. package/out-ts/decentraland/kernel/apis/permissions.gen.ts +50 -26
  213. package/out-ts/decentraland/kernel/apis/players.gen.ts +53 -31
  214. package/out-ts/decentraland/kernel/apis/portable_experiences.gen.ts +89 -48
  215. package/out-ts/decentraland/kernel/apis/restricted_actions.gen.ts +137 -69
  216. package/out-ts/decentraland/kernel/apis/runtime.gen.ts +62 -29
  217. package/out-ts/decentraland/kernel/apis/scene.gen.ts +31 -13
  218. package/out-ts/decentraland/kernel/apis/signed_fetch.gen.ts +96 -35
  219. package/out-ts/decentraland/kernel/apis/social_controller.gen.ts +31 -16
  220. package/out-ts/decentraland/kernel/apis/user_action_module.gen.ts +16 -10
  221. package/out-ts/decentraland/kernel/apis/user_identity.gen.ts +32 -20
  222. package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +175 -59
  223. package/out-ts/decentraland/kernel/comms/rfc5/ws_comms.gen.ts +165 -63
  224. package/out-ts/decentraland/kernel/comms/v3/archipelago.gen.ts +235 -86
  225. package/out-ts/decentraland/sdk/components/animator.gen.ts +263 -0
  226. package/out-ts/decentraland/sdk/components/audio_source.gen.ts +162 -0
  227. package/out-ts/decentraland/sdk/components/audio_stream.gen.ts +122 -0
  228. package/out-ts/decentraland/sdk/components/avatar_attach.gen.ts +156 -0
  229. package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +187 -0
  230. package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +333 -0
  231. package/out-ts/decentraland/sdk/components/billboard.gen.ts +145 -0
  232. package/out-ts/decentraland/sdk/components/camera_mode.gen.ts +86 -0
  233. package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +115 -0
  234. package/out-ts/decentraland/sdk/components/common/camera_type.gen.ts +36 -0
  235. package/out-ts/decentraland/sdk/components/common/id.gen.ts +3 -0
  236. package/out-ts/decentraland/sdk/components/common/input_action.gen.ts +108 -0
  237. package/out-ts/decentraland/sdk/components/common/texts.gen.ts +117 -0
  238. package/out-ts/decentraland/sdk/components/gltf_container.gen.ts +87 -0
  239. package/out-ts/decentraland/sdk/components/material.gen.ts +637 -0
  240. package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +436 -0
  241. package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +436 -0
  242. package/out-ts/decentraland/sdk/components/nft_shape.gen.ts +288 -0
  243. package/out-ts/decentraland/sdk/components/pointer_events.gen.ts +347 -0
  244. package/out-ts/decentraland/sdk/components/pointer_events_result.gen.ts +145 -0
  245. package/out-ts/decentraland/sdk/components/pointer_lock.gen.ts +85 -0
  246. package/out-ts/decentraland/sdk/components/raycast.gen.ts +176 -0
  247. package/out-ts/decentraland/sdk/components/raycast_result.gen.ts +361 -0
  248. package/out-ts/decentraland/sdk/components/text_shape.gen.ts +470 -0
  249. package/out-ts/decentraland/sdk/components/ui_background.gen.ts +222 -0
  250. package/out-ts/decentraland/sdk/components/ui_dropdown.gen.ts +231 -0
  251. package/out-ts/decentraland/sdk/components/ui_dropdown_result.gen.ts +80 -0
  252. package/out-ts/decentraland/sdk/components/ui_input.gen.ts +215 -0
  253. package/out-ts/decentraland/sdk/components/ui_input_result.gen.ts +80 -0
  254. package/out-ts/decentraland/sdk/components/ui_text.gen.ts +161 -0
  255. package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +1309 -0
  256. package/out-ts/decentraland/sdk/components/video_player.gen.ts +173 -0
  257. package/out-ts/decentraland/sdk/components/visibility_component.gen.ts +81 -0
  258. package/out-ts/decentraland/social/friendships/friendships.gen.ts +264 -113
  259. package/out-ts/google/protobuf/descriptor.gen.ts +3440 -0
  260. package/out-ts/google/protobuf/empty.gen.ts +5 -4
  261. package/out-ts/sdk-components.gen.ts +3 -0
  262. package/package.json +2 -2
  263. package/public/sdk-components.proto +33 -0
  264. package/out-js/decentraland/common/entity.gen.d.ts +0 -89
  265. package/out-js/decentraland/common/entity.gen.js +0 -107
  266. package/out-js/decentraland/common/entity.gen.js.map +0 -1
  267. package/out-js/decentraland/renderer/common/friend_request_common.gen.d.ts +0 -69
  268. package/out-js/decentraland/renderer/common/friend_request_common.gen.js +0 -179
  269. package/out-js/decentraland/renderer/common/friend_request_common.gen.js.map +0 -1
  270. package/out-js/decentraland/renderer/engine_interface.gen.d.ts +0 -18476
  271. package/out-js/decentraland/renderer/engine_interface.gen.js +0 -7796
  272. package/out-js/decentraland/renderer/engine_interface.gen.js.map +0 -1
  273. package/out-js/decentraland/renderer/kernel_services/analytics.gen.d.ts +0 -670
  274. package/out-js/decentraland/renderer/kernel_services/analytics.gen.js +0 -846
  275. package/out-js/decentraland/renderer/kernel_services/analytics.gen.js.map +0 -1
  276. package/out-js/decentraland/renderer/kernel_services/emotes_kernel.gen.d.ts +0 -96
  277. package/out-js/decentraland/renderer/kernel_services/emotes_kernel.gen.js +0 -120
  278. package/out-js/decentraland/renderer/kernel_services/emotes_kernel.gen.js.map +0 -1
  279. package/out-js/decentraland/renderer/kernel_services/friend_request_kernel.gen.d.ts +0 -2326
  280. package/out-js/decentraland/renderer/kernel_services/friend_request_kernel.gen.js +0 -968
  281. package/out-js/decentraland/renderer/kernel_services/friend_request_kernel.gen.js.map +0 -1
  282. package/out-js/decentraland/renderer/kernel_services/friends_kernel.gen.d.ts +0 -111
  283. package/out-js/decentraland/renderer/kernel_services/friends_kernel.gen.js +0 -162
  284. package/out-js/decentraland/renderer/kernel_services/friends_kernel.gen.js.map +0 -1
  285. package/out-js/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.d.ts +0 -103
  286. package/out-js/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.js +0 -122
  287. package/out-js/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.js.map +0 -1
  288. package/out-js/decentraland/renderer/kernel_services/sign_request.gen.d.ts +0 -148
  289. package/out-js/decentraland/renderer/kernel_services/sign_request.gen.js +0 -239
  290. package/out-js/decentraland/renderer/kernel_services/sign_request.gen.js.map +0 -1
  291. package/out-js/decentraland/renderer/renderer_services/crdt.gen.d.ts +0 -182
  292. package/out-js/decentraland/renderer/renderer_services/crdt.gen.js +0 -235
  293. package/out-js/decentraland/renderer/renderer_services/crdt.gen.js.map +0 -1
  294. package/out-js/decentraland/renderer/renderer_services/emotes_renderer.gen.d.ts +0 -87
  295. package/out-js/decentraland/renderer/renderer_services/emotes_renderer.gen.js +0 -109
  296. package/out-js/decentraland/renderer/renderer_services/emotes_renderer.gen.js.map +0 -1
  297. package/out-js/decentraland/renderer/renderer_services/friend_request_renderer.gen.d.ts +0 -335
  298. package/out-js/decentraland/renderer/renderer_services/friend_request_renderer.gen.js +0 -380
  299. package/out-js/decentraland/renderer/renderer_services/friend_request_renderer.gen.js.map +0 -1
  300. package/out-js/decentraland/renderer/renderer_services/scene_controller.gen.d.ts +0 -494
  301. package/out-js/decentraland/renderer/renderer_services/scene_controller.gen.js +0 -473
  302. package/out-js/decentraland/renderer/renderer_services/scene_controller.gen.js.map +0 -1
  303. package/out-js/decentraland/renderer/renderer_services/transport.gen.d.ts +0 -88
  304. package/out-js/decentraland/renderer/renderer_services/transport.gen.js +0 -114
  305. package/out-js/decentraland/renderer/renderer_services/transport.gen.js.map +0 -1
  306. package/out-js/renderer-interface.gen.d.ts +0 -1
  307. package/out-js/renderer-interface.gen.js.map +0 -1
  308. package/out-ts/decentraland/common/entity.gen.ts +0 -126
  309. package/out-ts/decentraland/renderer/common/friend_request_common.gen.ts +0 -206
  310. package/out-ts/decentraland/renderer/engine_interface.gen.ts +0 -8939
  311. package/out-ts/decentraland/renderer/kernel_services/analytics.gen.ts +0 -1004
  312. package/out-ts/decentraland/renderer/kernel_services/emotes_kernel.gen.ts +0 -151
  313. package/out-ts/decentraland/renderer/kernel_services/friend_request_kernel.gen.ts +0 -1146
  314. package/out-ts/decentraland/renderer/kernel_services/friends_kernel.gen.ts +0 -191
  315. package/out-ts/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.ts +0 -151
  316. package/out-ts/decentraland/renderer/kernel_services/sign_request.gen.ts +0 -277
  317. package/out-ts/decentraland/renderer/renderer_services/crdt.gen.ts +0 -284
  318. package/out-ts/decentraland/renderer/renderer_services/emotes_renderer.gen.ts +0 -147
  319. package/out-ts/decentraland/renderer/renderer_services/friend_request_renderer.gen.ts +0 -470
  320. package/out-ts/decentraland/renderer/renderer_services/scene_controller.gen.ts +0 -579
  321. package/out-ts/decentraland/renderer/renderer_services/transport.gen.ts +0 -141
  322. package/out-ts/renderer-interface.gen.ts +0 -3
  323. package/proto/decentraland/renderer/common/friend_request_common.proto +0 -20
  324. package/proto/decentraland/renderer/engine_interface.proto +0 -709
  325. package/proto/decentraland/renderer/kernel_services/analytics.proto +0 -69
  326. package/proto/decentraland/renderer/kernel_services/emotes_kernel.proto +0 -16
  327. package/proto/decentraland/renderer/kernel_services/friend_request_kernel.proto +0 -100
  328. package/proto/decentraland/renderer/kernel_services/friends_kernel.proto +0 -22
  329. package/proto/decentraland/renderer/kernel_services/mutual_friends_kernel.proto +0 -15
  330. package/proto/decentraland/renderer/kernel_services/sign_request.proto +0 -27
  331. package/proto/decentraland/renderer/renderer_services/crdt.proto +0 -29
  332. package/proto/decentraland/renderer/renderer_services/emotes_renderer.proto +0 -15
  333. package/proto/decentraland/renderer/renderer_services/friend_request_renderer.proto +0 -36
  334. package/proto/decentraland/renderer/renderer_services/scene_controller.proto +0 -54
  335. package/proto/decentraland/renderer/renderer_services/transport.proto +0 -14
  336. package/public/renderer-interface.proto +0 -14
@@ -25,16 +25,17 @@ export const Empty = {
25
25
  },
26
26
 
27
27
  decode(input: _m0.Reader | Uint8Array, length?: number): Empty {
28
- const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
28
+ const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
29
29
  let end = length === undefined ? reader.len : reader.pos + length;
30
30
  const message = createBaseEmpty();
31
31
  while (reader.pos < end) {
32
32
  const tag = reader.uint32();
33
33
  switch (tag >>> 3) {
34
- default:
35
- reader.skipType(tag & 7);
36
- break;
37
34
  }
35
+ if ((tag & 7) == 4 || tag == 0) {
36
+ break;
37
+ }
38
+ reader.skipType(tag & 7);
38
39
  }
39
40
  return message;
40
41
  },
@@ -0,0 +1,3 @@
1
+ /* eslint-disable */
2
+
3
+ export const protobufPackage = "decentraland.sdk.components";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/protocol",
3
- "version": "1.0.0-4427886959.commit-6b9dcb5",
3
+ "version": "1.0.0-4468031496.commit-eace17b",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -26,5 +26,5 @@
26
26
  "out-js",
27
27
  "public"
28
28
  ],
29
- "commit": "6b9dcb5fe3d5102f69ebe62a0f4f6b147c55ca04"
29
+ "commit": "eace17b886d8c1b4c64486111197130eae05f68a"
30
30
  }
@@ -0,0 +1,33 @@
1
+ syntax = "proto3";
2
+
3
+ package decentraland.sdk.components;
4
+
5
+ import public "decentraland/sdk/components/animator.proto";
6
+ import public "decentraland/sdk/components/material.proto";
7
+ import public "decentraland/sdk/components/ui_background.proto";
8
+ import public "decentraland/sdk/components/audio_source.proto";
9
+ import public "decentraland/sdk/components/mesh_collider.proto";
10
+ import public "decentraland/sdk/components/ui_dropdown.proto";
11
+ import public "decentraland/sdk/components/audio_stream.proto";
12
+ import public "decentraland/sdk/components/mesh_renderer.proto";
13
+ import public "decentraland/sdk/components/ui_dropdown_result.proto";
14
+ import public "decentraland/sdk/components/avatar_attach.proto";
15
+ import public "decentraland/sdk/components/nft_shape.proto";
16
+ import public "decentraland/sdk/components/ui_input.proto";
17
+ import public "decentraland/sdk/components/avatar_modifier_area.proto";
18
+ import public "decentraland/sdk/components/pointer_events.proto";
19
+ import public "decentraland/sdk/components/ui_input_result.proto";
20
+ import public "decentraland/sdk/components/avatar_shape.proto";
21
+ import public "decentraland/sdk/components/pointer_events_result.proto";
22
+ import public "decentraland/sdk/components/ui_text.proto";
23
+ import public "decentraland/sdk/components/billboard.proto";
24
+ import public "decentraland/sdk/components/pointer_lock.proto";
25
+ import public "decentraland/sdk/components/ui_transform.proto";
26
+ import public "decentraland/sdk/components/camera_mode.proto";
27
+ import public "decentraland/sdk/components/raycast.proto";
28
+ import public "decentraland/sdk/components/video_player.proto";
29
+ import public "decentraland/sdk/components/camera_mode_area.proto";
30
+ import public "decentraland/sdk/components/raycast_result.proto";
31
+ import public "decentraland/sdk/components/visibility_component.proto";
32
+ import public "decentraland/sdk/components/gltf_container.proto";
33
+ import public "decentraland/sdk/components/text_shape.proto";
@@ -1,89 +0,0 @@
1
- import _m0 from "protobufjs/minimal";
2
- import { ContentMapping } from "./content_mapping.gen";
3
- export declare const protobufPackage = "decentraland.common";
4
- export interface Entity {
5
- id: string;
6
- pointers: string[];
7
- metadata: string;
8
- timestamp: number;
9
- content: ContentMapping[];
10
- }
11
- export declare const Entity: {
12
- encode(message: Entity, writer?: _m0.Writer): _m0.Writer;
13
- decode(input: _m0.Reader | Uint8Array, length?: number): Entity;
14
- fromJSON(object: any): Entity;
15
- toJSON(message: Entity): unknown;
16
- create<I extends {
17
- id?: string | undefined;
18
- pointers?: string[] | undefined;
19
- metadata?: string | undefined;
20
- timestamp?: number | undefined;
21
- content?: {
22
- file?: string | undefined;
23
- hash?: string | undefined;
24
- }[] | undefined;
25
- } & {
26
- id?: string | undefined;
27
- pointers?: (string[] & string[] & { [K in Exclude<keyof I["pointers"], keyof string[]>]: never; }) | undefined;
28
- metadata?: string | undefined;
29
- timestamp?: number | undefined;
30
- content?: ({
31
- file?: string | undefined;
32
- hash?: string | undefined;
33
- }[] & ({
34
- file?: string | undefined;
35
- hash?: string | undefined;
36
- } & {
37
- file?: string | undefined;
38
- hash?: string | undefined;
39
- } & { [K_1 in Exclude<keyof I["content"][number], keyof ContentMapping>]: never; })[] & { [K_2 in Exclude<keyof I["content"], keyof {
40
- file?: string | undefined;
41
- hash?: string | undefined;
42
- }[]>]: never; }) | undefined;
43
- } & { [K_3 in Exclude<keyof I, keyof Entity>]: never; }>(base?: I | undefined): Entity;
44
- fromPartial<I_1 extends {
45
- id?: string | undefined;
46
- pointers?: string[] | undefined;
47
- metadata?: string | undefined;
48
- timestamp?: number | undefined;
49
- content?: {
50
- file?: string | undefined;
51
- hash?: string | undefined;
52
- }[] | undefined;
53
- } & {
54
- id?: string | undefined;
55
- pointers?: (string[] & string[] & { [K_4 in Exclude<keyof I_1["pointers"], keyof string[]>]: never; }) | undefined;
56
- metadata?: string | undefined;
57
- timestamp?: number | undefined;
58
- content?: ({
59
- file?: string | undefined;
60
- hash?: string | undefined;
61
- }[] & ({
62
- file?: string | undefined;
63
- hash?: string | undefined;
64
- } & {
65
- file?: string | undefined;
66
- hash?: string | undefined;
67
- } & { [K_5 in Exclude<keyof I_1["content"][number], keyof ContentMapping>]: never; })[] & { [K_6 in Exclude<keyof I_1["content"], keyof {
68
- file?: string | undefined;
69
- hash?: string | undefined;
70
- }[]>]: never; }) | undefined;
71
- } & { [K_7 in Exclude<keyof I_1, keyof Entity>]: never; }>(object: I_1): Entity;
72
- };
73
- type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
74
- 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 {
75
- $case: string;
76
- } ? {
77
- [K in keyof Omit<T, "$case">]?: DeepPartial<T[K]>;
78
- } & {
79
- $case: T["$case"];
80
- } : T extends {} ? {
81
- [K in keyof T]?: DeepPartial<T[K]>;
82
- } : Partial<T>;
83
- type KeysOfUnion<T> = T extends T ? keyof T : never;
84
- export type Exact<P, I extends P> = P extends Builtin ? P : P & {
85
- [K in keyof P]: Exact<P[K], I[K]>;
86
- } & {
87
- [K in Exclude<keyof I, KeysOfUnion<P>>]: never;
88
- };
89
- export {};
@@ -1,107 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.Entity = exports.protobufPackage = void 0;
7
- /* eslint-disable */
8
- const minimal_1 = __importDefault(require("protobufjs/minimal"));
9
- const content_mapping_gen_1 = require("./content_mapping.gen");
10
- exports.protobufPackage = "decentraland.common";
11
- function createBaseEntity() {
12
- return { id: "", pointers: [], metadata: "", timestamp: 0, content: [] };
13
- }
14
- exports.Entity = {
15
- encode(message, writer = minimal_1.default.Writer.create()) {
16
- if (message.id !== "") {
17
- writer.uint32(10).string(message.id);
18
- }
19
- for (const v of message.pointers) {
20
- writer.uint32(18).string(v);
21
- }
22
- if (message.metadata !== "") {
23
- writer.uint32(26).string(message.metadata);
24
- }
25
- if (message.timestamp !== 0) {
26
- writer.uint32(32).uint32(message.timestamp);
27
- }
28
- for (const v of message.content) {
29
- content_mapping_gen_1.ContentMapping.encode(v, writer.uint32(42).fork()).ldelim();
30
- }
31
- return writer;
32
- },
33
- decode(input, length) {
34
- const reader = input instanceof minimal_1.default.Reader ? input : new minimal_1.default.Reader(input);
35
- let end = length === undefined ? reader.len : reader.pos + length;
36
- const message = createBaseEntity();
37
- while (reader.pos < end) {
38
- const tag = reader.uint32();
39
- switch (tag >>> 3) {
40
- case 1:
41
- message.id = reader.string();
42
- break;
43
- case 2:
44
- message.pointers.push(reader.string());
45
- break;
46
- case 3:
47
- message.metadata = reader.string();
48
- break;
49
- case 4:
50
- message.timestamp = reader.uint32();
51
- break;
52
- case 5:
53
- message.content.push(content_mapping_gen_1.ContentMapping.decode(reader, reader.uint32()));
54
- break;
55
- default:
56
- reader.skipType(tag & 7);
57
- break;
58
- }
59
- }
60
- return message;
61
- },
62
- fromJSON(object) {
63
- return {
64
- id: isSet(object.id) ? String(object.id) : "",
65
- pointers: Array.isArray(object === null || object === void 0 ? void 0 : object.pointers) ? object.pointers.map((e) => String(e)) : [],
66
- metadata: isSet(object.metadata) ? String(object.metadata) : "",
67
- timestamp: isSet(object.timestamp) ? Number(object.timestamp) : 0,
68
- content: Array.isArray(object === null || object === void 0 ? void 0 : object.content) ? object.content.map((e) => content_mapping_gen_1.ContentMapping.fromJSON(e)) : [],
69
- };
70
- },
71
- toJSON(message) {
72
- const obj = {};
73
- message.id !== undefined && (obj.id = message.id);
74
- if (message.pointers) {
75
- obj.pointers = message.pointers.map((e) => e);
76
- }
77
- else {
78
- obj.pointers = [];
79
- }
80
- message.metadata !== undefined && (obj.metadata = message.metadata);
81
- message.timestamp !== undefined && (obj.timestamp = Math.round(message.timestamp));
82
- if (message.content) {
83
- obj.content = message.content.map((e) => e ? content_mapping_gen_1.ContentMapping.toJSON(e) : undefined);
84
- }
85
- else {
86
- obj.content = [];
87
- }
88
- return obj;
89
- },
90
- create(base) {
91
- return exports.Entity.fromPartial(base !== null && base !== void 0 ? base : {});
92
- },
93
- fromPartial(object) {
94
- var _a, _b, _c, _d, _e;
95
- const message = createBaseEntity();
96
- message.id = (_a = object.id) !== null && _a !== void 0 ? _a : "";
97
- message.pointers = ((_b = object.pointers) === null || _b === void 0 ? void 0 : _b.map((e) => e)) || [];
98
- message.metadata = (_c = object.metadata) !== null && _c !== void 0 ? _c : "";
99
- message.timestamp = (_d = object.timestamp) !== null && _d !== void 0 ? _d : 0;
100
- message.content = ((_e = object.content) === null || _e === void 0 ? void 0 : _e.map((e) => content_mapping_gen_1.ContentMapping.fromPartial(e))) || [];
101
- return message;
102
- },
103
- };
104
- function isSet(value) {
105
- return value !== null && value !== undefined;
106
- }
107
- //# sourceMappingURL=entity.gen.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"entity.gen.js","sourceRoot":"","sources":["../../../out-ts/decentraland/common/entity.gen.ts"],"names":[],"mappings":"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"}
@@ -1,69 +0,0 @@
1
- import _m0 from "protobufjs/minimal";
2
- export declare const protobufPackage = "decentraland.renderer.common";
3
- export declare enum FriendshipErrorCode {
4
- FEC_TOO_MANY_REQUESTS_SENT = 0,
5
- FEC_NOT_ENOUGH_TIME_PASSED = 1,
6
- FEC_BLOCKED_USER = 2,
7
- FEC_NON_EXISTING_USER = 3,
8
- FEC_INVALID_REQUEST = 4,
9
- FEC_UNKNOWN = 5,
10
- UNRECOGNIZED = -1
11
- }
12
- export declare function friendshipErrorCodeFromJSON(object: any): FriendshipErrorCode;
13
- export declare function friendshipErrorCodeToJSON(object: FriendshipErrorCode): string;
14
- export interface FriendRequestInfo {
15
- friendRequestId: string;
16
- timestamp: number;
17
- from: string;
18
- to: string;
19
- messageBody?: string | undefined;
20
- }
21
- export declare const FriendRequestInfo: {
22
- encode(message: FriendRequestInfo, writer?: _m0.Writer): _m0.Writer;
23
- decode(input: _m0.Reader | Uint8Array, length?: number): FriendRequestInfo;
24
- fromJSON(object: any): FriendRequestInfo;
25
- toJSON(message: FriendRequestInfo): unknown;
26
- create<I extends {
27
- friendRequestId?: string | undefined;
28
- timestamp?: number | undefined;
29
- from?: string | undefined;
30
- to?: string | undefined;
31
- messageBody?: string | undefined;
32
- } & {
33
- friendRequestId?: string | undefined;
34
- timestamp?: number | undefined;
35
- from?: string | undefined;
36
- to?: string | undefined;
37
- messageBody?: string | undefined;
38
- } & { [K in Exclude<keyof I, keyof FriendRequestInfo>]: never; }>(base?: I | undefined): FriendRequestInfo;
39
- fromPartial<I_1 extends {
40
- friendRequestId?: string | undefined;
41
- timestamp?: number | undefined;
42
- from?: string | undefined;
43
- to?: string | undefined;
44
- messageBody?: string | undefined;
45
- } & {
46
- friendRequestId?: string | undefined;
47
- timestamp?: number | undefined;
48
- from?: string | undefined;
49
- to?: string | undefined;
50
- messageBody?: string | undefined;
51
- } & { [K_1 in Exclude<keyof I_1, keyof FriendRequestInfo>]: never; }>(object: I_1): FriendRequestInfo;
52
- };
53
- type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
54
- 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 {
55
- $case: string;
56
- } ? {
57
- [K in keyof Omit<T, "$case">]?: DeepPartial<T[K]>;
58
- } & {
59
- $case: T["$case"];
60
- } : T extends {} ? {
61
- [K in keyof T]?: DeepPartial<T[K]>;
62
- } : Partial<T>;
63
- type KeysOfUnion<T> = T extends T ? keyof T : never;
64
- export type Exact<P, I extends P> = P extends Builtin ? P : P & {
65
- [K in keyof P]: Exact<P[K], I[K]>;
66
- } & {
67
- [K in Exclude<keyof I, KeysOfUnion<P>>]: never;
68
- };
69
- export {};
@@ -1,179 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.FriendRequestInfo = exports.friendshipErrorCodeToJSON = exports.friendshipErrorCodeFromJSON = exports.FriendshipErrorCode = exports.protobufPackage = void 0;
7
- /* eslint-disable */
8
- const long_1 = __importDefault(require("long"));
9
- const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- exports.protobufPackage = "decentraland.renderer.common";
11
- var FriendshipErrorCode;
12
- (function (FriendshipErrorCode) {
13
- FriendshipErrorCode[FriendshipErrorCode["FEC_TOO_MANY_REQUESTS_SENT"] = 0] = "FEC_TOO_MANY_REQUESTS_SENT";
14
- FriendshipErrorCode[FriendshipErrorCode["FEC_NOT_ENOUGH_TIME_PASSED"] = 1] = "FEC_NOT_ENOUGH_TIME_PASSED";
15
- FriendshipErrorCode[FriendshipErrorCode["FEC_BLOCKED_USER"] = 2] = "FEC_BLOCKED_USER";
16
- FriendshipErrorCode[FriendshipErrorCode["FEC_NON_EXISTING_USER"] = 3] = "FEC_NON_EXISTING_USER";
17
- FriendshipErrorCode[FriendshipErrorCode["FEC_INVALID_REQUEST"] = 4] = "FEC_INVALID_REQUEST";
18
- FriendshipErrorCode[FriendshipErrorCode["FEC_UNKNOWN"] = 5] = "FEC_UNKNOWN";
19
- FriendshipErrorCode[FriendshipErrorCode["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
20
- })(FriendshipErrorCode = exports.FriendshipErrorCode || (exports.FriendshipErrorCode = {}));
21
- function friendshipErrorCodeFromJSON(object) {
22
- switch (object) {
23
- case 0:
24
- case "FEC_TOO_MANY_REQUESTS_SENT":
25
- return FriendshipErrorCode.FEC_TOO_MANY_REQUESTS_SENT;
26
- case 1:
27
- case "FEC_NOT_ENOUGH_TIME_PASSED":
28
- return FriendshipErrorCode.FEC_NOT_ENOUGH_TIME_PASSED;
29
- case 2:
30
- case "FEC_BLOCKED_USER":
31
- return FriendshipErrorCode.FEC_BLOCKED_USER;
32
- case 3:
33
- case "FEC_NON_EXISTING_USER":
34
- return FriendshipErrorCode.FEC_NON_EXISTING_USER;
35
- case 4:
36
- case "FEC_INVALID_REQUEST":
37
- return FriendshipErrorCode.FEC_INVALID_REQUEST;
38
- case 5:
39
- case "FEC_UNKNOWN":
40
- return FriendshipErrorCode.FEC_UNKNOWN;
41
- case -1:
42
- case "UNRECOGNIZED":
43
- default:
44
- return FriendshipErrorCode.UNRECOGNIZED;
45
- }
46
- }
47
- exports.friendshipErrorCodeFromJSON = friendshipErrorCodeFromJSON;
48
- function friendshipErrorCodeToJSON(object) {
49
- switch (object) {
50
- case FriendshipErrorCode.FEC_TOO_MANY_REQUESTS_SENT:
51
- return "FEC_TOO_MANY_REQUESTS_SENT";
52
- case FriendshipErrorCode.FEC_NOT_ENOUGH_TIME_PASSED:
53
- return "FEC_NOT_ENOUGH_TIME_PASSED";
54
- case FriendshipErrorCode.FEC_BLOCKED_USER:
55
- return "FEC_BLOCKED_USER";
56
- case FriendshipErrorCode.FEC_NON_EXISTING_USER:
57
- return "FEC_NON_EXISTING_USER";
58
- case FriendshipErrorCode.FEC_INVALID_REQUEST:
59
- return "FEC_INVALID_REQUEST";
60
- case FriendshipErrorCode.FEC_UNKNOWN:
61
- return "FEC_UNKNOWN";
62
- case FriendshipErrorCode.UNRECOGNIZED:
63
- default:
64
- return "UNRECOGNIZED";
65
- }
66
- }
67
- exports.friendshipErrorCodeToJSON = friendshipErrorCodeToJSON;
68
- function createBaseFriendRequestInfo() {
69
- return { friendRequestId: "", timestamp: 0, from: "", to: "", messageBody: undefined };
70
- }
71
- exports.FriendRequestInfo = {
72
- encode(message, writer = minimal_1.default.Writer.create()) {
73
- if (message.friendRequestId !== "") {
74
- writer.uint32(10).string(message.friendRequestId);
75
- }
76
- if (message.timestamp !== 0) {
77
- writer.uint32(16).uint64(message.timestamp);
78
- }
79
- if (message.from !== "") {
80
- writer.uint32(26).string(message.from);
81
- }
82
- if (message.to !== "") {
83
- writer.uint32(34).string(message.to);
84
- }
85
- if (message.messageBody !== undefined) {
86
- writer.uint32(42).string(message.messageBody);
87
- }
88
- return writer;
89
- },
90
- decode(input, length) {
91
- const reader = input instanceof minimal_1.default.Reader ? input : new minimal_1.default.Reader(input);
92
- let end = length === undefined ? reader.len : reader.pos + length;
93
- const message = createBaseFriendRequestInfo();
94
- while (reader.pos < end) {
95
- const tag = reader.uint32();
96
- switch (tag >>> 3) {
97
- case 1:
98
- message.friendRequestId = reader.string();
99
- break;
100
- case 2:
101
- message.timestamp = longToNumber(reader.uint64());
102
- break;
103
- case 3:
104
- message.from = reader.string();
105
- break;
106
- case 4:
107
- message.to = reader.string();
108
- break;
109
- case 5:
110
- message.messageBody = reader.string();
111
- break;
112
- default:
113
- reader.skipType(tag & 7);
114
- break;
115
- }
116
- }
117
- return message;
118
- },
119
- fromJSON(object) {
120
- return {
121
- friendRequestId: isSet(object.friendRequestId) ? String(object.friendRequestId) : "",
122
- timestamp: isSet(object.timestamp) ? Number(object.timestamp) : 0,
123
- from: isSet(object.from) ? String(object.from) : "",
124
- to: isSet(object.to) ? String(object.to) : "",
125
- messageBody: isSet(object.messageBody) ? String(object.messageBody) : undefined,
126
- };
127
- },
128
- toJSON(message) {
129
- const obj = {};
130
- message.friendRequestId !== undefined && (obj.friendRequestId = message.friendRequestId);
131
- message.timestamp !== undefined && (obj.timestamp = Math.round(message.timestamp));
132
- message.from !== undefined && (obj.from = message.from);
133
- message.to !== undefined && (obj.to = message.to);
134
- message.messageBody !== undefined && (obj.messageBody = message.messageBody);
135
- return obj;
136
- },
137
- create(base) {
138
- return exports.FriendRequestInfo.fromPartial(base !== null && base !== void 0 ? base : {});
139
- },
140
- fromPartial(object) {
141
- var _a, _b, _c, _d, _e;
142
- const message = createBaseFriendRequestInfo();
143
- message.friendRequestId = (_a = object.friendRequestId) !== null && _a !== void 0 ? _a : "";
144
- message.timestamp = (_b = object.timestamp) !== null && _b !== void 0 ? _b : 0;
145
- message.from = (_c = object.from) !== null && _c !== void 0 ? _c : "";
146
- message.to = (_d = object.to) !== null && _d !== void 0 ? _d : "";
147
- message.messageBody = (_e = object.messageBody) !== null && _e !== void 0 ? _e : undefined;
148
- return message;
149
- },
150
- };
151
- var tsProtoGlobalThis = (() => {
152
- if (typeof globalThis !== "undefined") {
153
- return globalThis;
154
- }
155
- if (typeof self !== "undefined") {
156
- return self;
157
- }
158
- if (typeof window !== "undefined") {
159
- return window;
160
- }
161
- if (typeof global !== "undefined") {
162
- return global;
163
- }
164
- throw "Unable to locate global object";
165
- })();
166
- function longToNumber(long) {
167
- if (long.gt(Number.MAX_SAFE_INTEGER)) {
168
- throw new tsProtoGlobalThis.Error("Value is larger than Number.MAX_SAFE_INTEGER");
169
- }
170
- return long.toNumber();
171
- }
172
- if (minimal_1.default.util.Long !== long_1.default) {
173
- minimal_1.default.util.Long = long_1.default;
174
- minimal_1.default.configure();
175
- }
176
- function isSet(value) {
177
- return value !== null && value !== undefined;
178
- }
179
- //# sourceMappingURL=friend_request_common.gen.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"friend_request_common.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/renderer/common/friend_request_common.gen.ts"],"names":[],"mappings":"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"}