@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
@@ -18,19 +18,23 @@ exports.RealSendRequest = {
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 = createBaseRealSendRequest();
24
24
  while (reader.pos < end) {
25
25
  const tag = reader.uint32();
26
26
  switch (tag >>> 3) {
27
27
  case 1:
28
+ if (tag != 10) {
29
+ break;
30
+ }
28
31
  message.message = reader.string();
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
  },
@@ -60,16 +64,17 @@ exports.RealSendResponse = {
60
64
  return writer;
61
65
  },
62
66
  decode(input, length) {
63
- const reader = input instanceof minimal_1.default.Reader ? input : new minimal_1.default.Reader(input);
67
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
64
68
  let end = length === undefined ? reader.len : reader.pos + length;
65
69
  const message = createBaseRealSendResponse();
66
70
  while (reader.pos < end) {
67
71
  const tag = reader.uint32();
68
72
  switch (tag >>> 3) {
69
- default:
70
- reader.skipType(tag & 7);
71
- break;
72
73
  }
74
+ if ((tag & 7) == 4 || tag == 0) {
75
+ break;
76
+ }
77
+ reader.skipType(tag & 7);
73
78
  }
74
79
  return message;
75
80
  },
@@ -102,7 +107,7 @@ exports.CommunicationsControllerServiceDefinition = {
102
107
  requestStream: false,
103
108
  responseType: exports.RealSendResponse,
104
109
  responseStream: false,
105
- options: {},
110
+ options: { _unknownFields: {} },
106
111
  },
107
112
  },
108
113
  };
@@ -1 +1 @@
1
- {"version":3,"file":"communications_controller.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/kernel/apis/communications_controller.gen.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"communications_controller.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/kernel/apis/communications_controller.gen.ts"],"names":[],"mappings":"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"}
@@ -73,7 +73,9 @@ export declare const DevToolsServiceDefinition: {
73
73
  fromPartial<I_3 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_3): EventResponse;
74
74
  };
75
75
  readonly responseStream: false;
76
- readonly options: {};
76
+ readonly options: {
77
+ readonly _unknownFields: {};
78
+ };
77
79
  };
78
80
  };
79
81
  };
@@ -21,22 +21,29 @@ exports.DevToolsBody = {
21
21
  return writer;
22
22
  },
23
23
  decode(input, length) {
24
- const reader = input instanceof minimal_1.default.Reader ? input : new minimal_1.default.Reader(input);
24
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
25
25
  let end = length === undefined ? reader.len : reader.pos + length;
26
26
  const message = createBaseDevToolsBody();
27
27
  while (reader.pos < end) {
28
28
  const tag = reader.uint32();
29
29
  switch (tag >>> 3) {
30
30
  case 1:
31
+ if (tag != 10) {
32
+ break;
33
+ }
31
34
  message.type = reader.string();
32
- break;
35
+ continue;
33
36
  case 2:
37
+ if (tag != 18) {
38
+ break;
39
+ }
34
40
  message.jsonPayload = reader.string();
35
- break;
36
- default:
37
- reader.skipType(tag & 7);
38
- break;
41
+ continue;
39
42
  }
43
+ if ((tag & 7) == 4 || tag == 0) {
44
+ break;
45
+ }
46
+ reader.skipType(tag & 7);
40
47
  }
41
48
  return message;
42
49
  },
@@ -71,16 +78,17 @@ exports.EventResponse = {
71
78
  return writer;
72
79
  },
73
80
  decode(input, length) {
74
- const reader = input instanceof minimal_1.default.Reader ? input : new minimal_1.default.Reader(input);
81
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
75
82
  let end = length === undefined ? reader.len : reader.pos + length;
76
83
  const message = createBaseEventResponse();
77
84
  while (reader.pos < end) {
78
85
  const tag = reader.uint32();
79
86
  switch (tag >>> 3) {
80
- default:
81
- reader.skipType(tag & 7);
82
- break;
83
87
  }
88
+ if ((tag & 7) == 4 || tag == 0) {
89
+ break;
90
+ }
91
+ reader.skipType(tag & 7);
84
92
  }
85
93
  return message;
86
94
  },
@@ -110,7 +118,7 @@ exports.DevToolsServiceDefinition = {
110
118
  requestStream: false,
111
119
  responseType: exports.EventResponse,
112
120
  responseStream: false,
113
- options: {},
121
+ options: { _unknownFields: {} },
114
122
  },
115
123
  },
116
124
  };
@@ -1 +1 @@
1
- {"version":3,"file":"dev_tools.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/kernel/apis/dev_tools.gen.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"dev_tools.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/kernel/apis/dev_tools.gen.ts"],"names":[],"mappings":";;;;;;AAAA,oBAAoB;AACpB,iEAAqC;AAExB,QAAA,eAAe,GAAG,0BAA0B,CAAC;AAU1D,SAAS,sBAAsB;IAC7B,OAAO,EAAE,IAAI,EAAE,EAAE,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC;AACvC,CAAC;AAEY,QAAA,YAAY,GAAG;IAC1B,MAAM,CAAC,OAAqB,EAAE,SAAqB,iBAAG,CAAC,MAAM,CAAC,MAAM,EAAE;QACpE,IAAI,OAAO,CAAC,IAAI,KAAK,EAAE,EAAE;YACvB,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;SACxC;QACD,IAAI,OAAO,CAAC,WAAW,KAAK,EAAE,EAAE;YAC9B,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;SAC/C;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,sBAAsB,EAAE,CAAC;QACzC,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,EAAE,EAAE;wBACb,MAAM;qBACP;oBAED,OAAO,CAAC,IAAI,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;oBAC/B,SAAS;gBACX,KAAK,CAAC;oBACJ,IAAI,GAAG,IAAI,EAAE,EAAE;wBACb,MAAM;qBACP;oBAED,OAAO,CAAC,WAAW,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;oBACtC,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;YACL,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE;YACnD,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE;SACzE,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,OAAqB;QAC1B,MAAM,GAAG,GAAQ,EAAE,CAAC;QACpB,OAAO,CAAC,IAAI,KAAK,SAAS,IAAI,CAAC,GAAG,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;QACxD,OAAO,CAAC,WAAW,KAAK,SAAS,IAAI,CAAC,GAAG,CAAC,WAAW,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;QAC7E,OAAO,GAAG,CAAC;IACb,CAAC;IAED,MAAM,CAAgD,IAAQ;QAC5D,OAAO,oBAAY,CAAC,WAAW,CAAC,IAAI,aAAJ,IAAI,cAAJ,IAAI,GAAI,EAAE,CAAC,CAAC;IAC9C,CAAC;IAED,WAAW,CAAgD,MAAS;;QAClE,MAAM,OAAO,GAAG,sBAAsB,EAAE,CAAC;QACzC,OAAO,CAAC,IAAI,GAAG,MAAA,MAAM,CAAC,IAAI,mCAAI,EAAE,CAAC;QACjC,OAAO,CAAC,WAAW,GAAG,MAAA,MAAM,CAAC,WAAW,mCAAI,EAAE,CAAC;QAC/C,OAAO,OAAO,CAAC;IACjB,CAAC;CACF,CAAC;AAEF,SAAS,uBAAuB;IAC9B,OAAO,EAAE,CAAC;AACZ,CAAC;AAEY,QAAA,aAAa,GAAG;IAC3B,MAAM,CAAC,CAAgB,EAAE,SAAqB,iBAAG,CAAC,MAAM,CAAC,MAAM,EAAE;QAC/D,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,uBAAuB,EAAE,CAAC;QAC1C,OAAO,MAAM,CAAC,GAAG,GAAG,GAAG,EAAE;YACvB,MAAM,GAAG,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;YAC5B,QAAQ,GAAG,KAAK,CAAC,EAAE;aAClB;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,CAAM;QACb,OAAO,EAAE,CAAC;IACZ,CAAC;IAED,MAAM,CAAC,CAAgB;QACrB,MAAM,GAAG,GAAQ,EAAE,CAAC;QACpB,OAAO,GAAG,CAAC;IACb,CAAC;IAED,MAAM,CAAiD,IAAQ;QAC7D,OAAO,qBAAa,CAAC,WAAW,CAAC,IAAI,aAAJ,IAAI,cAAJ,IAAI,GAAI,EAAE,CAAC,CAAC;IAC/C,CAAC;IAED,WAAW,CAAiD,CAAI;QAC9D,MAAM,OAAO,GAAG,uBAAuB,EAAE,CAAC;QAC1C,OAAO,OAAO,CAAC;IACjB,CAAC;CACF,CAAC;AAIW,QAAA,yBAAyB,GAAG;IACvC,IAAI,EAAE,iBAAiB;IACvB,QAAQ,EAAE,0CAA0C;IACpD,OAAO,EAAE;QACP,kBAAkB;QAClB,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,oBAAY;YACzB,aAAa,EAAE,KAAK;YACpB,YAAY,EAAE,qBAAa;YAC3B,cAAc,EAAE,KAAK;YACrB,OAAO,EAAE,EAAE,cAAc,EAAE,EAAE,EAAE;SAChC;KACF;CACO,CAAC;AAcX,SAAS,KAAK,CAAC,KAAU;IACvB,OAAO,KAAK,KAAK,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAC/C,CAAC"}
@@ -4036,7 +4036,9 @@ export declare const EngineApiServiceDefinition: {
4036
4036
  } & { [K_19 in Exclude<keyof I_1, "events">]: never; }>(object: I_3): SendBatchResponse;
4037
4037
  };
4038
4038
  readonly responseStream: false;
4039
- readonly options: {};
4039
+ readonly options: {
4040
+ readonly _unknownFields: {};
4041
+ };
4040
4042
  };
4041
4043
  /** @deprecated */
4042
4044
  readonly subscribe: {
@@ -4067,7 +4069,9 @@ export declare const EngineApiServiceDefinition: {
4067
4069
  fromPartial<I_7 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_7): SubscribeResponse;
4068
4070
  };
4069
4071
  readonly responseStream: false;
4070
- readonly options: {};
4072
+ readonly options: {
4073
+ readonly _unknownFields: {};
4074
+ };
4071
4075
  };
4072
4076
  /** @deprecated */
4073
4077
  readonly unsubscribe: {
@@ -4098,7 +4102,9 @@ export declare const EngineApiServiceDefinition: {
4098
4102
  fromPartial<I_11 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_11): UnsubscribeResponse;
4099
4103
  };
4100
4104
  readonly responseStream: false;
4101
- readonly options: {};
4105
+ readonly options: {
4106
+ readonly _unknownFields: {};
4107
+ };
4102
4108
  };
4103
4109
  /**
4104
4110
  * send information of the CRDT messages to the renderer. It returns the CRDT changes back from the renderer
@@ -4140,7 +4146,9 @@ export declare const EngineApiServiceDefinition: {
4140
4146
  } & { [K_3 in Exclude<keyof I_1, "data">]: never; }>(object: I_15): CrdtSendToResponse;
4141
4147
  };
4142
4148
  readonly responseStream: false;
4143
- readonly options: {};
4149
+ readonly options: {
4150
+ readonly _unknownFields: {};
4151
+ };
4144
4152
  };
4145
4153
  /**
4146
4154
  * retrieves the current _full_ state of the entities from the renderer. This function is used to hidrate
@@ -4186,7 +4194,9 @@ export declare const EngineApiServiceDefinition: {
4186
4194
  } & { [K_3 in Exclude<keyof I_1, keyof CrdtGetStateResponse>]: never; }>(object: I_17): CrdtGetStateResponse;
4187
4195
  };
4188
4196
  readonly responseStream: false;
4189
- readonly options: {};
4197
+ readonly options: {
4198
+ readonly _unknownFields: {};
4199
+ };
4190
4200
  };
4191
4201
  /** @deprecated, this response was merged into CrdtSendToResponse */
4192
4202
  readonly crdtGetMessageFromRenderer: {
@@ -4217,7 +4227,9 @@ export declare const EngineApiServiceDefinition: {
4217
4227
  } & { [K_3 in Exclude<keyof I_1, "data">]: never; }>(object: I_21): CrdtMessageFromRendererResponse;
4218
4228
  };
4219
4229
  readonly responseStream: false;
4220
- readonly options: {};
4230
+ readonly options: {
4231
+ readonly _unknownFields: {};
4232
+ };
4221
4233
  };
4222
4234
  };
4223
4235
  };