@dcl/protocol 1.0.0-4440731539.commit-a2174f5 → 1.0.0-4493564897.commit-c858f8a

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 (308) 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.js +21 -8
  17. package/out-js/decentraland/common/border_rect.gen.js.map +1 -1
  18. package/out-js/decentraland/common/colors.gen.js +38 -15
  19. package/out-js/decentraland/common/colors.gen.js.map +1 -1
  20. package/out-js/decentraland/common/content_mapping.gen.js +13 -6
  21. package/out-js/decentraland/common/content_mapping.gen.js.map +1 -1
  22. package/out-js/decentraland/common/sdk/user_data.gen.js +71 -26
  23. package/out-js/decentraland/common/sdk/user_data.gen.js.map +1 -1
  24. package/out-js/decentraland/common/texture.gen.js +68 -28
  25. package/out-js/decentraland/common/texture.gen.js.map +1 -1
  26. package/out-js/decentraland/common/vectors.gen.js +47 -20
  27. package/out-js/decentraland/common/vectors.gen.js.map +1 -1
  28. package/out-js/decentraland/kernel/apis/communications_controller.gen.d.ts +3 -1
  29. package/out-js/decentraland/kernel/apis/communications_controller.gen.js +15 -10
  30. package/out-js/decentraland/kernel/apis/communications_controller.gen.js.map +1 -1
  31. package/out-js/decentraland/kernel/apis/dev_tools.gen.d.ts +3 -1
  32. package/out-js/decentraland/kernel/apis/dev_tools.gen.js +19 -11
  33. package/out-js/decentraland/kernel/apis/dev_tools.gen.js.map +1 -1
  34. package/out-js/decentraland/kernel/apis/engine_api.gen.d.ts +18 -6
  35. package/out-js/decentraland/kernel/apis/engine_api.gen.js +443 -206
  36. package/out-js/decentraland/kernel/apis/engine_api.gen.js.map +1 -1
  37. package/out-js/decentraland/kernel/apis/environment_api.gen.d.ts +21 -7
  38. package/out-js/decentraland/kernel/apis/environment_api.gen.js +176 -96
  39. package/out-js/decentraland/kernel/apis/environment_api.gen.js.map +1 -1
  40. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.d.ts +15 -5
  41. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js +141 -72
  42. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js.map +1 -1
  43. package/out-js/decentraland/kernel/apis/parcel_identity.gen.d.ts +9 -3
  44. package/out-js/decentraland/kernel/apis/parcel_identity.gen.js +91 -47
  45. package/out-js/decentraland/kernel/apis/parcel_identity.gen.js.map +1 -1
  46. package/out-js/decentraland/kernel/apis/permissions.gen.d.ts +6 -2
  47. package/out-js/decentraland/kernel/apis/permissions.gen.js +42 -28
  48. package/out-js/decentraland/kernel/apis/permissions.gen.js.map +1 -1
  49. package/out-js/decentraland/kernel/apis/players.gen.d.ts +9 -3
  50. package/out-js/decentraland/kernel/apis/players.gen.js +49 -31
  51. package/out-js/decentraland/kernel/apis/players.gen.js.map +1 -1
  52. package/out-js/decentraland/kernel/apis/portable_experiences.gen.d.ts +12 -4
  53. package/out-js/decentraland/kernel/apis/portable_experiences.gen.js +81 -48
  54. package/out-js/decentraland/kernel/apis/portable_experiences.gen.js.map +1 -1
  55. package/out-js/decentraland/kernel/apis/restricted_actions.gen.d.ts +21 -7
  56. package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +123 -69
  57. package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -1
  58. package/out-js/decentraland/kernel/apis/runtime.gen.d.ts +6 -2
  59. package/out-js/decentraland/kernel/apis/runtime.gen.js +55 -29
  60. package/out-js/decentraland/kernel/apis/runtime.gen.js.map +1 -1
  61. package/out-js/decentraland/kernel/apis/scene.gen.d.ts +3 -1
  62. package/out-js/decentraland/kernel/apis/scene.gen.js +27 -13
  63. package/out-js/decentraland/kernel/apis/scene.gen.js.map +1 -1
  64. package/out-js/decentraland/kernel/apis/signed_fetch.gen.d.ts +3 -1
  65. package/out-js/decentraland/kernel/apis/signed_fetch.gen.js +82 -35
  66. package/out-js/decentraland/kernel/apis/signed_fetch.gen.js.map +1 -1
  67. package/out-js/decentraland/kernel/apis/social_controller.gen.d.ts +3 -1
  68. package/out-js/decentraland/kernel/apis/social_controller.gen.js +28 -16
  69. package/out-js/decentraland/kernel/apis/social_controller.gen.js.map +1 -1
  70. package/out-js/decentraland/kernel/apis/user_action_module.gen.d.ts +3 -1
  71. package/out-js/decentraland/kernel/apis/user_action_module.gen.js +15 -10
  72. package/out-js/decentraland/kernel/apis/user_action_module.gen.js.map +1 -1
  73. package/out-js/decentraland/kernel/apis/user_identity.gen.d.ts +6 -2
  74. package/out-js/decentraland/kernel/apis/user_identity.gen.js +30 -20
  75. package/out-js/decentraland/kernel/apis/user_identity.gen.js.map +1 -1
  76. package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +148 -59
  77. package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js.map +1 -1
  78. package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js +142 -63
  79. package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js.map +1 -1
  80. package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js +201 -86
  81. package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js.map +1 -1
  82. package/out-js/decentraland/sdk/components/animator.gen.js +42 -16
  83. package/out-js/decentraland/sdk/components/animator.gen.js.map +1 -1
  84. package/out-js/decentraland/sdk/components/audio_source.gen.js +25 -9
  85. package/out-js/decentraland/sdk/components/audio_source.gen.js.map +1 -1
  86. package/out-js/decentraland/sdk/components/audio_stream.gen.js +17 -7
  87. package/out-js/decentraland/sdk/components/audio_stream.gen.js.map +1 -1
  88. package/out-js/decentraland/sdk/components/avatar_attach.gen.js +13 -6
  89. package/out-js/decentraland/sdk/components/avatar_attach.gen.js.map +1 -1
  90. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +19 -10
  91. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -1
  92. package/out-js/decentraland/sdk/components/avatar_shape.gen.js +49 -15
  93. package/out-js/decentraland/sdk/components/avatar_shape.gen.js.map +1 -1
  94. package/out-js/decentraland/sdk/components/billboard.gen.js +9 -5
  95. package/out-js/decentraland/sdk/components/billboard.gen.js.map +1 -1
  96. package/out-js/decentraland/sdk/components/camera_mode.gen.js +9 -5
  97. package/out-js/decentraland/sdk/components/camera_mode.gen.js.map +1 -1
  98. package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +13 -6
  99. package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -1
  100. package/out-js/decentraland/sdk/components/common/camera_type.gen.d.ts +2 -0
  101. package/out-js/decentraland/sdk/components/common/camera_type.gen.js +7 -0
  102. package/out-js/decentraland/sdk/components/common/camera_type.gen.js.map +1 -1
  103. package/out-js/decentraland/sdk/components/common/input_action.gen.d.ts +10 -0
  104. package/out-js/decentraland/sdk/components/common/input_action.gen.js +47 -1
  105. package/out-js/decentraland/sdk/components/common/input_action.gen.js.map +1 -1
  106. package/out-js/decentraland/sdk/components/common/raycast_hit.gen.d.ts +173 -0
  107. package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js +156 -0
  108. package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js.map +1 -0
  109. package/out-js/decentraland/sdk/components/gltf_container.gen.js +9 -5
  110. package/out-js/decentraland/sdk/components/gltf_container.gen.js.map +1 -1
  111. package/out-js/decentraland/sdk/components/material.gen.js +103 -34
  112. package/out-js/decentraland/sdk/components/material.gen.js.map +1 -1
  113. package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +16 -1
  114. package/out-js/decentraland/sdk/components/mesh_collider.gen.js +139 -28
  115. package/out-js/decentraland/sdk/components/mesh_collider.gen.js.map +1 -1
  116. package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +61 -34
  117. package/out-js/decentraland/sdk/components/mesh_renderer.gen.js.map +1 -1
  118. package/out-js/decentraland/sdk/components/nft_shape.gen.js +17 -7
  119. package/out-js/decentraland/sdk/components/nft_shape.gen.js.map +1 -1
  120. package/out-js/decentraland/sdk/components/pointer_events.gen.d.ts +1 -11
  121. package/out-js/decentraland/sdk/components/pointer_events.gen.js +46 -68
  122. package/out-js/decentraland/sdk/components/pointer_events.gen.js.map +1 -1
  123. package/out-js/decentraland/sdk/components/pointer_events_result.gen.d.ts +10 -11
  124. package/out-js/decentraland/sdk/components/pointer_events_result.gen.js +35 -20
  125. package/out-js/decentraland/sdk/components/pointer_events_result.gen.js.map +1 -1
  126. package/out-js/decentraland/sdk/components/pointer_lock.gen.js +9 -5
  127. package/out-js/decentraland/sdk/components/pointer_lock.gen.js.map +1 -1
  128. package/out-js/decentraland/sdk/components/raycast.gen.d.ts +239 -38
  129. package/out-js/decentraland/sdk/components/raycast.gen.js +166 -28
  130. package/out-js/decentraland/sdk/components/raycast.gen.js.map +1 -1
  131. package/out-js/decentraland/sdk/components/raycast_result.gen.d.ts +26 -176
  132. package/out-js/decentraland/sdk/components/raycast_result.gen.js +42 -172
  133. package/out-js/decentraland/sdk/components/raycast_result.gen.js.map +1 -1
  134. package/out-js/decentraland/sdk/components/text_shape.gen.js +89 -25
  135. package/out-js/decentraland/sdk/components/text_shape.gen.js.map +1 -1
  136. package/out-js/decentraland/sdk/components/ui_background.gen.js +27 -12
  137. package/out-js/decentraland/sdk/components/ui_background.gen.js.map +1 -1
  138. package/out-js/decentraland/sdk/components/ui_dropdown.gen.js +41 -13
  139. package/out-js/decentraland/sdk/components/ui_dropdown.gen.js.map +1 -1
  140. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js +9 -5
  141. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js.map +1 -1
  142. package/out-js/decentraland/sdk/components/ui_input.gen.js +37 -12
  143. package/out-js/decentraland/sdk/components/ui_input.gen.js.map +1 -1
  144. package/out-js/decentraland/sdk/components/ui_input_result.gen.js +9 -5
  145. package/out-js/decentraland/sdk/components/ui_input_result.gen.js.map +1 -1
  146. package/out-js/decentraland/sdk/components/ui_text.gen.js +25 -9
  147. package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -1
  148. package/out-js/decentraland/sdk/components/ui_transform.gen.js +209 -55
  149. package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -1
  150. package/out-js/decentraland/sdk/components/video_player.gen.js +29 -10
  151. package/out-js/decentraland/sdk/components/video_player.gen.js.map +1 -1
  152. package/out-js/decentraland/sdk/components/visibility_component.gen.js +9 -5
  153. package/out-js/decentraland/sdk/components/visibility_component.gen.js.map +1 -1
  154. package/out-js/decentraland/social/friendships/friendships.gen.d.ts +12 -4
  155. package/out-js/decentraland/social/friendships/friendships.gen.js +231 -113
  156. package/out-js/decentraland/social/friendships/friendships.gen.js.map +1 -1
  157. package/out-js/google/protobuf/descriptor.gen.js +579 -226
  158. package/out-js/google/protobuf/descriptor.gen.js.map +1 -1
  159. package/out-js/google/protobuf/empty.gen.js +5 -4
  160. package/out-js/google/protobuf/empty.gen.js.map +1 -1
  161. package/out-ts/decentraland/bff/authentication_service.gen.ts +52 -24
  162. package/out-ts/decentraland/bff/comms_director_service.gen.ts +37 -18
  163. package/out-ts/decentraland/bff/comms_service.gen.ts +27 -17
  164. package/out-ts/decentraland/bff/http_endpoints.gen.ts +236 -72
  165. package/out-ts/decentraland/bff/topics_service.gen.ts +73 -32
  166. package/out-ts/decentraland/common/border_rect.gen.ts +25 -8
  167. package/out-ts/decentraland/common/colors.gen.ts +45 -15
  168. package/out-ts/decentraland/common/content_mapping.gen.ts +15 -6
  169. package/out-ts/decentraland/common/sdk/user_data.gen.ts +85 -26
  170. package/out-ts/decentraland/common/texture.gen.ts +80 -28
  171. package/out-ts/decentraland/common/vectors.gen.ts +55 -20
  172. package/out-ts/decentraland/kernel/apis/communications_controller.gen.ts +16 -10
  173. package/out-ts/decentraland/kernel/apis/dev_tools.gen.ts +21 -11
  174. package/out-ts/decentraland/kernel/apis/engine_api.gen.ts +511 -206
  175. package/out-ts/decentraland/kernel/apis/environment_api.gen.ts +197 -96
  176. package/out-ts/decentraland/kernel/apis/ethereum_controller.gen.ts +160 -72
  177. package/out-ts/decentraland/kernel/apis/parcel_identity.gen.ts +103 -47
  178. package/out-ts/decentraland/kernel/apis/permissions.gen.ts +50 -26
  179. package/out-ts/decentraland/kernel/apis/players.gen.ts +53 -31
  180. package/out-ts/decentraland/kernel/apis/portable_experiences.gen.ts +89 -48
  181. package/out-ts/decentraland/kernel/apis/restricted_actions.gen.ts +137 -69
  182. package/out-ts/decentraland/kernel/apis/runtime.gen.ts +62 -29
  183. package/out-ts/decentraland/kernel/apis/scene.gen.ts +31 -13
  184. package/out-ts/decentraland/kernel/apis/signed_fetch.gen.ts +96 -35
  185. package/out-ts/decentraland/kernel/apis/social_controller.gen.ts +31 -16
  186. package/out-ts/decentraland/kernel/apis/user_action_module.gen.ts +16 -10
  187. package/out-ts/decentraland/kernel/apis/user_identity.gen.ts +32 -20
  188. package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +175 -59
  189. package/out-ts/decentraland/kernel/comms/rfc5/ws_comms.gen.ts +165 -63
  190. package/out-ts/decentraland/kernel/comms/v3/archipelago.gen.ts +235 -86
  191. package/out-ts/decentraland/sdk/components/animator.gen.ts +50 -16
  192. package/out-ts/decentraland/sdk/components/audio_source.gen.ts +30 -9
  193. package/out-ts/decentraland/sdk/components/audio_stream.gen.ts +20 -7
  194. package/out-ts/decentraland/sdk/components/avatar_attach.gen.ts +15 -6
  195. package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +24 -9
  196. package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +60 -15
  197. package/out-ts/decentraland/sdk/components/billboard.gen.ts +10 -5
  198. package/out-ts/decentraland/sdk/components/camera_mode.gen.ts +10 -5
  199. package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +15 -6
  200. package/out-ts/decentraland/sdk/components/common/camera_type.gen.ts +7 -0
  201. package/out-ts/decentraland/sdk/components/common/input_action.gen.ts +46 -0
  202. package/out-ts/decentraland/sdk/components/common/raycast_hit.gen.ts +204 -0
  203. package/out-ts/decentraland/sdk/components/gltf_container.gen.ts +10 -5
  204. package/out-ts/decentraland/sdk/components/material.gen.ts +125 -34
  205. package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +146 -28
  206. package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +73 -32
  207. package/out-ts/decentraland/sdk/components/nft_shape.gen.ts +20 -7
  208. package/out-ts/decentraland/sdk/components/pointer_events.gen.ts +58 -66
  209. package/out-ts/decentraland/sdk/components/pointer_events_result.gen.ts +41 -14
  210. package/out-ts/decentraland/sdk/components/pointer_lock.gen.ts +10 -5
  211. package/out-ts/decentraland/sdk/components/raycast.gen.ts +205 -34
  212. package/out-ts/decentraland/sdk/components/raycast_result.gen.ts +49 -211
  213. package/out-ts/decentraland/sdk/components/text_shape.gen.ts +110 -25
  214. package/out-ts/decentraland/sdk/components/ui_background.gen.ts +34 -11
  215. package/out-ts/decentraland/sdk/components/ui_dropdown.gen.ts +50 -13
  216. package/out-ts/decentraland/sdk/components/ui_dropdown_result.gen.ts +10 -5
  217. package/out-ts/decentraland/sdk/components/ui_input.gen.ts +45 -12
  218. package/out-ts/decentraland/sdk/components/ui_input_result.gen.ts +10 -5
  219. package/out-ts/decentraland/sdk/components/ui_text.gen.ts +30 -9
  220. package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +260 -55
  221. package/out-ts/decentraland/sdk/components/video_player.gen.ts +35 -10
  222. package/out-ts/decentraland/sdk/components/visibility_component.gen.ts +10 -5
  223. package/out-ts/decentraland/social/friendships/friendships.gen.ts +264 -113
  224. package/out-ts/google/protobuf/descriptor.gen.ts +700 -221
  225. package/out-ts/google/protobuf/empty.gen.ts +5 -4
  226. package/package.json +2 -2
  227. package/proto/decentraland/sdk/components/common/camera_type.proto +1 -0
  228. package/proto/decentraland/sdk/components/common/input_action.proto +8 -0
  229. package/proto/decentraland/sdk/components/common/raycast_hit.proto +16 -0
  230. package/proto/decentraland/sdk/components/mesh_collider.proto +17 -3
  231. package/proto/decentraland/sdk/components/pointer_events.proto +1 -9
  232. package/proto/decentraland/sdk/components/pointer_events_result.proto +5 -6
  233. package/proto/decentraland/sdk/components/raycast.proto +39 -4
  234. package/proto/decentraland/sdk/components/raycast_result.proto +9 -19
  235. package/out-js/decentraland/common/entity.gen.d.ts +0 -89
  236. package/out-js/decentraland/common/entity.gen.js +0 -107
  237. package/out-js/decentraland/common/entity.gen.js.map +0 -1
  238. package/out-js/decentraland/renderer/common/friend_request_common.gen.d.ts +0 -69
  239. package/out-js/decentraland/renderer/common/friend_request_common.gen.js +0 -179
  240. package/out-js/decentraland/renderer/common/friend_request_common.gen.js.map +0 -1
  241. package/out-js/decentraland/renderer/engine_interface.gen.d.ts +0 -18476
  242. package/out-js/decentraland/renderer/engine_interface.gen.js +0 -7796
  243. package/out-js/decentraland/renderer/engine_interface.gen.js.map +0 -1
  244. package/out-js/decentraland/renderer/kernel_services/analytics.gen.d.ts +0 -670
  245. package/out-js/decentraland/renderer/kernel_services/analytics.gen.js +0 -846
  246. package/out-js/decentraland/renderer/kernel_services/analytics.gen.js.map +0 -1
  247. package/out-js/decentraland/renderer/kernel_services/emotes_kernel.gen.d.ts +0 -96
  248. package/out-js/decentraland/renderer/kernel_services/emotes_kernel.gen.js +0 -120
  249. package/out-js/decentraland/renderer/kernel_services/emotes_kernel.gen.js.map +0 -1
  250. package/out-js/decentraland/renderer/kernel_services/friend_request_kernel.gen.d.ts +0 -2326
  251. package/out-js/decentraland/renderer/kernel_services/friend_request_kernel.gen.js +0 -968
  252. package/out-js/decentraland/renderer/kernel_services/friend_request_kernel.gen.js.map +0 -1
  253. package/out-js/decentraland/renderer/kernel_services/friends_kernel.gen.d.ts +0 -111
  254. package/out-js/decentraland/renderer/kernel_services/friends_kernel.gen.js +0 -162
  255. package/out-js/decentraland/renderer/kernel_services/friends_kernel.gen.js.map +0 -1
  256. package/out-js/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.d.ts +0 -103
  257. package/out-js/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.js +0 -122
  258. package/out-js/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.js.map +0 -1
  259. package/out-js/decentraland/renderer/kernel_services/sign_request.gen.d.ts +0 -148
  260. package/out-js/decentraland/renderer/kernel_services/sign_request.gen.js +0 -239
  261. package/out-js/decentraland/renderer/kernel_services/sign_request.gen.js.map +0 -1
  262. package/out-js/decentraland/renderer/renderer_services/crdt.gen.d.ts +0 -182
  263. package/out-js/decentraland/renderer/renderer_services/crdt.gen.js +0 -235
  264. package/out-js/decentraland/renderer/renderer_services/crdt.gen.js.map +0 -1
  265. package/out-js/decentraland/renderer/renderer_services/emotes_renderer.gen.d.ts +0 -87
  266. package/out-js/decentraland/renderer/renderer_services/emotes_renderer.gen.js +0 -109
  267. package/out-js/decentraland/renderer/renderer_services/emotes_renderer.gen.js.map +0 -1
  268. package/out-js/decentraland/renderer/renderer_services/friend_request_renderer.gen.d.ts +0 -335
  269. package/out-js/decentraland/renderer/renderer_services/friend_request_renderer.gen.js +0 -380
  270. package/out-js/decentraland/renderer/renderer_services/friend_request_renderer.gen.js.map +0 -1
  271. package/out-js/decentraland/renderer/renderer_services/scene_controller.gen.d.ts +0 -494
  272. package/out-js/decentraland/renderer/renderer_services/scene_controller.gen.js +0 -473
  273. package/out-js/decentraland/renderer/renderer_services/scene_controller.gen.js.map +0 -1
  274. package/out-js/decentraland/renderer/renderer_services/transport.gen.d.ts +0 -88
  275. package/out-js/decentraland/renderer/renderer_services/transport.gen.js +0 -114
  276. package/out-js/decentraland/renderer/renderer_services/transport.gen.js.map +0 -1
  277. package/out-js/renderer-interface.gen.d.ts +0 -1
  278. package/out-js/renderer-interface.gen.js +0 -6
  279. package/out-js/renderer-interface.gen.js.map +0 -1
  280. package/out-ts/decentraland/common/entity.gen.ts +0 -126
  281. package/out-ts/decentraland/renderer/common/friend_request_common.gen.ts +0 -206
  282. package/out-ts/decentraland/renderer/engine_interface.gen.ts +0 -8939
  283. package/out-ts/decentraland/renderer/kernel_services/analytics.gen.ts +0 -1004
  284. package/out-ts/decentraland/renderer/kernel_services/emotes_kernel.gen.ts +0 -151
  285. package/out-ts/decentraland/renderer/kernel_services/friend_request_kernel.gen.ts +0 -1146
  286. package/out-ts/decentraland/renderer/kernel_services/friends_kernel.gen.ts +0 -191
  287. package/out-ts/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.ts +0 -151
  288. package/out-ts/decentraland/renderer/kernel_services/sign_request.gen.ts +0 -277
  289. package/out-ts/decentraland/renderer/renderer_services/crdt.gen.ts +0 -284
  290. package/out-ts/decentraland/renderer/renderer_services/emotes_renderer.gen.ts +0 -147
  291. package/out-ts/decentraland/renderer/renderer_services/friend_request_renderer.gen.ts +0 -470
  292. package/out-ts/decentraland/renderer/renderer_services/scene_controller.gen.ts +0 -579
  293. package/out-ts/decentraland/renderer/renderer_services/transport.gen.ts +0 -141
  294. package/out-ts/renderer-interface.gen.ts +0 -3
  295. package/proto/decentraland/renderer/common/friend_request_common.proto +0 -20
  296. package/proto/decentraland/renderer/engine_interface.proto +0 -709
  297. package/proto/decentraland/renderer/kernel_services/analytics.proto +0 -69
  298. package/proto/decentraland/renderer/kernel_services/emotes_kernel.proto +0 -16
  299. package/proto/decentraland/renderer/kernel_services/friend_request_kernel.proto +0 -100
  300. package/proto/decentraland/renderer/kernel_services/friends_kernel.proto +0 -22
  301. package/proto/decentraland/renderer/kernel_services/mutual_friends_kernel.proto +0 -15
  302. package/proto/decentraland/renderer/kernel_services/sign_request.proto +0 -27
  303. package/proto/decentraland/renderer/renderer_services/crdt.proto +0 -29
  304. package/proto/decentraland/renderer/renderer_services/emotes_renderer.proto +0 -15
  305. package/proto/decentraland/renderer/renderer_services/friend_request_renderer.proto +0 -36
  306. package/proto/decentraland/renderer/renderer_services/scene_controller.proto +0 -54
  307. package/proto/decentraland/renderer/renderer_services/transport.proto +0 -14
  308. package/public/renderer-interface.proto +0 -14
@@ -40,34 +40,53 @@ exports.PBVideoPlayer = {
40
40
  return writer;
41
41
  },
42
42
  decode(input, length) {
43
- const reader = input instanceof minimal_1.default.Reader ? input : new minimal_1.default.Reader(input);
43
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
44
44
  let end = length === undefined ? reader.len : reader.pos + length;
45
45
  const message = createBasePBVideoPlayer();
46
46
  while (reader.pos < end) {
47
47
  const tag = reader.uint32();
48
48
  switch (tag >>> 3) {
49
49
  case 1:
50
+ if (tag != 10) {
51
+ break;
52
+ }
50
53
  message.src = reader.string();
51
- break;
54
+ continue;
52
55
  case 2:
56
+ if (tag != 16) {
57
+ break;
58
+ }
53
59
  message.playing = reader.bool();
54
- break;
60
+ continue;
55
61
  case 3:
62
+ if (tag != 29) {
63
+ break;
64
+ }
56
65
  message.position = reader.float();
57
- break;
66
+ continue;
58
67
  case 4:
68
+ if (tag != 37) {
69
+ break;
70
+ }
59
71
  message.volume = reader.float();
60
- break;
72
+ continue;
61
73
  case 5:
74
+ if (tag != 45) {
75
+ break;
76
+ }
62
77
  message.playbackRate = reader.float();
63
- break;
78
+ continue;
64
79
  case 6:
80
+ if (tag != 48) {
81
+ break;
82
+ }
65
83
  message.loop = reader.bool();
66
- break;
67
- default:
68
- reader.skipType(tag & 7);
69
- break;
84
+ continue;
70
85
  }
86
+ if ((tag & 7) == 4 || tag == 0) {
87
+ break;
88
+ }
89
+ reader.skipType(tag & 7);
71
90
  }
72
91
  return message;
73
92
  },
@@ -1 +1 @@
1
- {"version":3,"file":"video_player.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/sdk/components/video_player.gen.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"video_player.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/sdk/components/video_player.gen.ts"],"names":[],"mappings":"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"}
@@ -18,19 +18,23 @@ exports.PBVisibilityComponent = {
18
18
  return writer;
19
19
  },
20
20
  decode(input, length) {
21
- const reader = input instanceof minimal_1.default.Reader ? input : new minimal_1.default.Reader(input);
21
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
22
22
  let end = length === undefined ? reader.len : reader.pos + length;
23
23
  const message = createBasePBVisibilityComponent();
24
24
  while (reader.pos < end) {
25
25
  const tag = reader.uint32();
26
26
  switch (tag >>> 3) {
27
27
  case 1:
28
+ if (tag != 8) {
29
+ break;
30
+ }
28
31
  message.visible = reader.bool();
29
- break;
30
- default:
31
- reader.skipType(tag & 7);
32
- break;
32
+ continue;
33
33
  }
34
+ if ((tag & 7) == 4 || tag == 0) {
35
+ break;
36
+ }
37
+ reader.skipType(tag & 7);
34
38
  }
35
39
  return message;
36
40
  },
@@ -1 +1 @@
1
- {"version":3,"file":"visibility_component.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/sdk/components/visibility_component.gen.ts"],"names":[],"mappings":";;;;;;AAAA,oBAAoB;AACpB,iEAAqC;AAExB,QAAA,eAAe,GAAG,6BAA6B,CAAC;AAO7D,SAAS,+BAA+B;IACtC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,CAAC;AAChC,CAAC;AAEY,QAAA,qBAAqB,GAAG;IACnC,MAAM,CAAC,OAA8B,EAAE,SAAqB,iBAAG,CAAC,MAAM,CAAC,MAAM,EAAE;QAC7E,IAAI,OAAO,CAAC,OAAO,KAAK,SAAS,EAAE;YACjC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;SACxC;QACD,OAAO,MAAM,CAAC;IAChB,CAAC;IAED,MAAM,CAAC,KAA8B,EAAE,MAAe;QACpD,MAAM,MAAM,GAAG,KAAK,YAAY,iBAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,iBAAG,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QAC3E,IAAI,GAAG,GAAG,MAAM,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,GAAG,MAAM,CAAC;QAClE,MAAM,OAAO,GAAG,+BAA+B,EAAE,CAAC;QAClD,OAAO,MAAM,CAAC,GAAG,GAAG,GAAG,EAAE;YACvB,MAAM,GAAG,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;YAC5B,QAAQ,GAAG,KAAK,CAAC,EAAE;gBACjB,KAAK,CAAC;oBACJ,OAAO,CAAC,OAAO,GAAG,MAAM,CAAC,IAAI,EAAE,CAAC;oBAChC,MAAM;gBACR;oBACE,MAAM,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC;oBACzB,MAAM;aACT;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAED,QAAQ,CAAC,MAAW;QAClB,OAAO,EAAE,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;IAClF,CAAC;IAED,MAAM,CAAC,OAA8B;QACnC,MAAM,GAAG,GAAQ,EAAE,CAAC;QACpB,OAAO,CAAC,OAAO,KAAK,SAAS,IAAI,CAAC,GAAG,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;QACjE,OAAO,GAAG,CAAC;IACb,CAAC;IAED,MAAM,CAAyD,IAAQ;QACrE,OAAO,6BAAqB,CAAC,WAAW,CAAC,IAAI,aAAJ,IAAI,cAAJ,IAAI,GAAI,EAAE,CAAC,CAAC;IACvD,CAAC;IAED,WAAW,CAAyD,MAAS;;QAC3E,MAAM,OAAO,GAAG,+BAA+B,EAAE,CAAC;QAClD,OAAO,CAAC,OAAO,GAAG,MAAA,MAAM,CAAC,OAAO,mCAAI,SAAS,CAAC;QAC9C,OAAO,OAAO,CAAC;IACjB,CAAC;CACF,CAAC;AAcF,SAAS,KAAK,CAAC,KAAU;IACvB,OAAO,KAAK,KAAK,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAC/C,CAAC"}
1
+ {"version":3,"file":"visibility_component.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/sdk/components/visibility_component.gen.ts"],"names":[],"mappings":";;;;;;AAAA,oBAAoB;AACpB,iEAAqC;AAExB,QAAA,eAAe,GAAG,6BAA6B,CAAC;AAO7D,SAAS,+BAA+B;IACtC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,CAAC;AAChC,CAAC;AAEY,QAAA,qBAAqB,GAAG;IACnC,MAAM,CAAC,OAA8B,EAAE,SAAqB,iBAAG,CAAC,MAAM,CAAC,MAAM,EAAE;QAC7E,IAAI,OAAO,CAAC,OAAO,KAAK,SAAS,EAAE;YACjC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;SACxC;QACD,OAAO,MAAM,CAAC;IAChB,CAAC;IAED,MAAM,CAAC,KAA8B,EAAE,MAAe;QACpD,MAAM,MAAM,GAAG,KAAK,YAAY,iBAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,iBAAG,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QAC9E,IAAI,GAAG,GAAG,MAAM,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,GAAG,MAAM,CAAC;QAClE,MAAM,OAAO,GAAG,+BAA+B,EAAE,CAAC;QAClD,OAAO,MAAM,CAAC,GAAG,GAAG,GAAG,EAAE;YACvB,MAAM,GAAG,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;YAC5B,QAAQ,GAAG,KAAK,CAAC,EAAE;gBACjB,KAAK,CAAC;oBACJ,IAAI,GAAG,IAAI,CAAC,EAAE;wBACZ,MAAM;qBACP;oBAED,OAAO,CAAC,OAAO,GAAG,MAAM,CAAC,IAAI,EAAE,CAAC;oBAChC,SAAS;aACZ;YACD,IAAI,CAAC,GAAG,GAAG,CAAC,CAAC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,EAAE;gBAC9B,MAAM;aACP;YACD,MAAM,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC;SAC1B;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAED,QAAQ,CAAC,MAAW;QAClB,OAAO,EAAE,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;IAClF,CAAC;IAED,MAAM,CAAC,OAA8B;QACnC,MAAM,GAAG,GAAQ,EAAE,CAAC;QACpB,OAAO,CAAC,OAAO,KAAK,SAAS,IAAI,CAAC,GAAG,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;QACjE,OAAO,GAAG,CAAC;IACb,CAAC;IAED,MAAM,CAAyD,IAAQ;QACrE,OAAO,6BAAqB,CAAC,WAAW,CAAC,IAAI,aAAJ,IAAI,cAAJ,IAAI,GAAI,EAAE,CAAC,CAAC;IACvD,CAAC;IAED,WAAW,CAAyD,MAAS;;QAC3E,MAAM,OAAO,GAAG,+BAA+B,EAAE,CAAC;QAClD,OAAO,CAAC,OAAO,GAAG,MAAA,MAAM,CAAC,OAAO,mCAAI,SAAS,CAAC;QAC9C,OAAO,OAAO,CAAC;IACjB,CAAC;CACF,CAAC;AAcF,SAAS,KAAK,CAAC,KAAU;IACvB,OAAO,KAAK,KAAK,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAC/C,CAAC"}
@@ -2993,7 +2993,9 @@ export declare const FriendshipsServiceDefinition: {
2993
2993
  } & { [K_5 in Exclude<keyof I_1, "users">]: never; }>(object: I_3): Users;
2994
2994
  };
2995
2995
  readonly responseStream: true;
2996
- readonly options: {};
2996
+ readonly options: {
2997
+ readonly _unknownFields: {};
2998
+ };
2997
2999
  };
2998
3000
  /** Get the list of request events for the authenticated user */
2999
3001
  readonly getRequestEvents: {
@@ -3216,7 +3218,9 @@ export declare const FriendshipsServiceDefinition: {
3216
3218
  } & { [K_17 in Exclude<keyof I_1, keyof RequestEvents>]: never; }>(object: I_5): RequestEvents;
3217
3219
  };
3218
3220
  readonly responseStream: false;
3219
- readonly options: {};
3221
+ readonly options: {
3222
+ readonly _unknownFields: {};
3223
+ };
3220
3224
  };
3221
3225
  /** Update friendship status: REQUEST, ACCEPT, REJECT, CANCEL, DELETE */
3222
3226
  readonly updateFriendshipEvent: {
@@ -4181,7 +4185,9 @@ export declare const FriendshipsServiceDefinition: {
4181
4185
  } & { [K_37 in Exclude<keyof I_1, "response">]: never; }>(object: I_9): UpdateFriendshipResponse;
4182
4186
  };
4183
4187
  readonly responseStream: false;
4184
- readonly options: {};
4188
+ readonly options: {
4189
+ readonly _unknownFields: {};
4190
+ };
4185
4191
  };
4186
4192
  /**
4187
4193
  * Subscribe to updates of friendship status: REQUEST, ACCEPT, REJECT, CANCEL,
@@ -4793,7 +4799,9 @@ export declare const FriendshipsServiceDefinition: {
4793
4799
  } & { [K_35 in Exclude<keyof I_1, "events">]: never; }>(object: I_11): SubscribeFriendshipEventsUpdatesResponse;
4794
4800
  };
4795
4801
  readonly responseStream: true;
4796
- readonly options: {};
4802
+ readonly options: {
4803
+ readonly _unknownFields: {};
4804
+ };
4797
4805
  };
4798
4806
  };
4799
4807
  };