@dcl/protocol 1.0.0-4958447726.commit-3016853 → 1.0.0-4982121558.commit-4b98e1a

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 (283) hide show
  1. package/README.md +3 -3
  2. package/out-js/decentraland/bff/authentication_service.gen.d.ts +46 -184
  3. package/out-js/decentraland/bff/authentication_service.gen.js +115 -80
  4. package/out-js/decentraland/bff/authentication_service.gen.js.map +1 -1
  5. package/out-js/decentraland/bff/comms_director_service.gen.d.ts +28 -228
  6. package/out-js/decentraland/bff/comms_director_service.gen.js +76 -54
  7. package/out-js/decentraland/bff/comms_director_service.gen.js.map +1 -1
  8. package/out-js/decentraland/bff/comms_service.gen.d.ts +30 -272
  9. package/out-js/decentraland/bff/comms_service.gen.js +52 -38
  10. package/out-js/decentraland/bff/comms_service.gen.js.map +1 -1
  11. package/out-js/decentraland/bff/http_endpoints.gen.d.ts +66 -854
  12. package/out-js/decentraland/bff/http_endpoints.gen.js +215 -158
  13. package/out-js/decentraland/bff/http_endpoints.gen.js.map +1 -1
  14. package/out-js/decentraland/bff/topics_service.gen.d.ts +46 -208
  15. package/out-js/decentraland/bff/topics_service.gen.js +116 -81
  16. package/out-js/decentraland/bff/topics_service.gen.js.map +1 -1
  17. package/out-js/decentraland/common/border_rect.gen.d.ts +16 -56
  18. package/out-js/decentraland/common/border_rect.gen.js +44 -30
  19. package/out-js/decentraland/common/border_rect.gen.js.map +1 -1
  20. package/out-js/decentraland/common/colors.gen.d.ts +16 -52
  21. package/out-js/decentraland/common/colors.gen.js +44 -30
  22. package/out-js/decentraland/common/colors.gen.js.map +1 -1
  23. package/out-js/decentraland/common/content_mapping.gen.d.ts +8 -20
  24. package/out-js/decentraland/common/content_mapping.gen.js +22 -15
  25. package/out-js/decentraland/common/content_mapping.gen.js.map +1 -1
  26. package/out-js/decentraland/common/sdk/user_data.gen.d.ts +24 -176
  27. package/out-js/decentraland/common/sdk/user_data.gen.js +76 -55
  28. package/out-js/decentraland/common/sdk/user_data.gen.js.map +1 -1
  29. package/out-js/decentraland/common/texture.gen.d.ts +32 -250
  30. package/out-js/decentraland/common/texture.gen.js +103 -75
  31. package/out-js/decentraland/common/texture.gen.js.map +1 -1
  32. package/out-js/decentraland/common/vectors.gen.d.ts +38 -68
  33. package/out-js/decentraland/common/vectors.gen.js +161 -46
  34. package/out-js/decentraland/common/vectors.gen.js.map +1 -1
  35. package/out-js/decentraland/kernel/apis/communications_controller.gen.d.ts +18 -48
  36. package/out-js/decentraland/kernel/apis/communications_controller.gen.js +46 -32
  37. package/out-js/decentraland/kernel/apis/communications_controller.gen.js.map +1 -1
  38. package/out-js/decentraland/kernel/apis/dev_tools.gen.d.ts +18 -56
  39. package/out-js/decentraland/kernel/apis/dev_tools.gen.js +46 -32
  40. package/out-js/decentraland/kernel/apis/dev_tools.gen.js.map +1 -1
  41. package/out-js/decentraland/kernel/apis/engine_api.gen.d.ts +157 -4088
  42. package/out-js/decentraland/kernel/apis/engine_api.gen.js +483 -1650
  43. package/out-js/decentraland/kernel/apis/engine_api.gen.js.map +1 -1
  44. package/out-js/decentraland/kernel/apis/environment_api.gen.d.ts +150 -690
  45. package/out-js/decentraland/kernel/apis/environment_api.gen.js +400 -281
  46. package/out-js/decentraland/kernel/apis/environment_api.gen.js.map +1 -1
  47. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.d.ts +106 -440
  48. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js +278 -194
  49. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js.map +1 -1
  50. package/out-js/decentraland/kernel/apis/parcel_identity.gen.d.ts +70 -518
  51. package/out-js/decentraland/kernel/apis/parcel_identity.gen.js +192 -136
  52. package/out-js/decentraland/kernel/apis/parcel_identity.gen.js.map +1 -1
  53. package/out-js/decentraland/kernel/apis/permissions.gen.d.ts +36 -128
  54. package/out-js/decentraland/kernel/apis/permissions.gen.js +92 -64
  55. package/out-js/decentraland/kernel/apis/permissions.gen.js.map +1 -1
  56. package/out-js/decentraland/kernel/apis/players.gen.d.ts +54 -476
  57. package/out-js/decentraland/kernel/apis/players.gen.js +143 -101
  58. package/out-js/decentraland/kernel/apis/players.gen.js.map +1 -1
  59. package/out-js/decentraland/kernel/apis/portable_experiences.gen.d.ts +80 -308
  60. package/out-js/decentraland/kernel/apis/portable_experiences.gen.js +211 -148
  61. package/out-js/decentraland/kernel/apis/portable_experiences.gen.js.map +1 -1
  62. package/out-js/decentraland/kernel/apis/restricted_actions.gen.d.ts +102 -568
  63. package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +256 -179
  64. package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -1
  65. package/out-js/decentraland/kernel/apis/runtime.gen.d.ts +80 -404
  66. package/out-js/decentraland/kernel/apis/runtime.gen.js +211 -148
  67. package/out-js/decentraland/kernel/apis/runtime.gen.js.map +1 -1
  68. package/out-js/decentraland/kernel/apis/scene.gen.d.ts +18 -132
  69. package/out-js/decentraland/kernel/apis/scene.gen.js +46 -32
  70. package/out-js/decentraland/kernel/apis/scene.gen.js.map +1 -1
  71. package/out-js/decentraland/kernel/apis/signed_fetch.gen.d.ts +42 -284
  72. package/out-js/decentraland/kernel/apis/signed_fetch.gen.js +121 -86
  73. package/out-js/decentraland/kernel/apis/signed_fetch.gen.js.map +1 -1
  74. package/out-js/decentraland/kernel/apis/social_controller.gen.d.ts +26 -128
  75. package/out-js/decentraland/kernel/apis/social_controller.gen.js +73 -52
  76. package/out-js/decentraland/kernel/apis/social_controller.gen.js.map +1 -1
  77. package/out-js/decentraland/kernel/apis/testing.gen.d.ts +78 -408
  78. package/out-js/decentraland/kernel/apis/testing.gen.js +219 -156
  79. package/out-js/decentraland/kernel/apis/testing.gen.js.map +1 -1
  80. package/out-js/decentraland/kernel/apis/user_action_module.gen.d.ts +18 -48
  81. package/out-js/decentraland/kernel/apis/user_action_module.gen.js +46 -32
  82. package/out-js/decentraland/kernel/apis/user_action_module.gen.js.map +1 -1
  83. package/out-js/decentraland/kernel/apis/user_identity.gen.d.ts +36 -352
  84. package/out-js/decentraland/kernel/apis/user_identity.gen.js +92 -64
  85. package/out-js/decentraland/kernel/apis/user_identity.gen.js.map +1 -1
  86. package/out-js/decentraland/kernel/comms/rfc4/comms.gen.d.ts +64 -550
  87. package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +220 -161
  88. package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js.map +1 -1
  89. package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.d.ts +80 -560
  90. package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js +280 -204
  91. package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js.map +1 -1
  92. package/out-js/decentraland/kernel/comms/v3/archipelago.gen.d.ts +112 -1002
  93. package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js +372 -270
  94. package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js.map +1 -1
  95. package/out-js/decentraland/realm/about.gen.d.ts +64 -534
  96. package/out-js/decentraland/realm/about.gen.js +214 -157
  97. package/out-js/decentraland/realm/about.gen.js.map +1 -1
  98. package/out-js/decentraland/sdk/components/animator.gen.d.ts +16 -136
  99. package/out-js/decentraland/sdk/components/animator.gen.js +49 -35
  100. package/out-js/decentraland/sdk/components/animator.gen.js.map +1 -1
  101. package/out-js/decentraland/sdk/components/audio_source.gen.d.ts +8 -32
  102. package/out-js/decentraland/sdk/components/audio_source.gen.js +22 -15
  103. package/out-js/decentraland/sdk/components/audio_source.gen.js.map +1 -1
  104. package/out-js/decentraland/sdk/components/audio_stream.gen.d.ts +8 -24
  105. package/out-js/decentraland/sdk/components/audio_stream.gen.js +22 -15
  106. package/out-js/decentraland/sdk/components/audio_stream.gen.js.map +1 -1
  107. package/out-js/decentraland/sdk/components/avatar_attach.gen.d.ts +8 -20
  108. package/out-js/decentraland/sdk/components/avatar_attach.gen.js +22 -15
  109. package/out-js/decentraland/sdk/components/avatar_attach.gen.js.map +1 -1
  110. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.d.ts +8 -48
  111. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +22 -15
  112. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -1
  113. package/out-js/decentraland/sdk/components/avatar_shape.gen.d.ts +8 -128
  114. package/out-js/decentraland/sdk/components/avatar_shape.gen.js +22 -15
  115. package/out-js/decentraland/sdk/components/avatar_shape.gen.js.map +1 -1
  116. package/out-js/decentraland/sdk/components/billboard.gen.d.ts +8 -16
  117. package/out-js/decentraland/sdk/components/billboard.gen.js +22 -15
  118. package/out-js/decentraland/sdk/components/billboard.gen.js.map +1 -1
  119. package/out-js/decentraland/sdk/components/camera_mode.gen.d.ts +8 -16
  120. package/out-js/decentraland/sdk/components/camera_mode.gen.js +22 -15
  121. package/out-js/decentraland/sdk/components/camera_mode.gen.js.map +1 -1
  122. package/out-js/decentraland/sdk/components/camera_mode_area.gen.d.ts +8 -44
  123. package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +22 -15
  124. package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -1
  125. package/out-js/decentraland/sdk/components/common/raycast_hit.gen.d.ts +8 -136
  126. package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js +22 -15
  127. package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js.map +1 -1
  128. package/out-js/decentraland/sdk/components/engine_info.gen.d.ts +8 -24
  129. package/out-js/decentraland/sdk/components/engine_info.gen.js +22 -15
  130. package/out-js/decentraland/sdk/components/engine_info.gen.js.map +1 -1
  131. package/out-js/decentraland/sdk/components/gltf_container.gen.d.ts +8 -24
  132. package/out-js/decentraland/sdk/components/gltf_container.gen.js +22 -15
  133. package/out-js/decentraland/sdk/components/gltf_container.gen.js.map +1 -1
  134. package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts +8 -16
  135. package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js +22 -15
  136. package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js.map +1 -1
  137. package/out-js/decentraland/sdk/components/material.gen.d.ts +24 -3368
  138. package/out-js/decentraland/sdk/components/material.gen.js +80 -58
  139. package/out-js/decentraland/sdk/components/material.gen.js.map +1 -1
  140. package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +40 -176
  141. package/out-js/decentraland/sdk/components/mesh_collider.gen.js +130 -95
  142. package/out-js/decentraland/sdk/components/mesh_collider.gen.js.map +1 -1
  143. package/out-js/decentraland/sdk/components/mesh_renderer.gen.d.ts +40 -220
  144. package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +130 -95
  145. package/out-js/decentraland/sdk/components/mesh_renderer.gen.js.map +1 -1
  146. package/out-js/decentraland/sdk/components/nft_shape.gen.d.ts +8 -48
  147. package/out-js/decentraland/sdk/components/nft_shape.gen.js +22 -15
  148. package/out-js/decentraland/sdk/components/nft_shape.gen.js.map +1 -1
  149. package/out-js/decentraland/sdk/components/pointer_events.gen.d.ts +24 -184
  150. package/out-js/decentraland/sdk/components/pointer_events.gen.js +76 -55
  151. package/out-js/decentraland/sdk/components/pointer_events.gen.js.map +1 -1
  152. package/out-js/decentraland/sdk/components/pointer_events_result.gen.d.ts +8 -212
  153. package/out-js/decentraland/sdk/components/pointer_events_result.gen.js +22 -15
  154. package/out-js/decentraland/sdk/components/pointer_events_result.gen.js.map +1 -1
  155. package/out-js/decentraland/sdk/components/pointer_lock.gen.d.ts +8 -16
  156. package/out-js/decentraland/sdk/components/pointer_lock.gen.js +22 -15
  157. package/out-js/decentraland/sdk/components/pointer_lock.gen.js.map +1 -1
  158. package/out-js/decentraland/sdk/components/raycast.gen.d.ts +8 -248
  159. package/out-js/decentraland/sdk/components/raycast.gen.js +30 -21
  160. package/out-js/decentraland/sdk/components/raycast.gen.js.map +1 -1
  161. package/out-js/decentraland/sdk/components/raycast_result.gen.d.ts +8 -352
  162. package/out-js/decentraland/sdk/components/raycast_result.gen.js +22 -15
  163. package/out-js/decentraland/sdk/components/raycast_result.gen.js.map +1 -1
  164. package/out-js/decentraland/sdk/components/text_shape.gen.d.ts +8 -174
  165. package/out-js/decentraland/sdk/components/text_shape.gen.js +22 -15
  166. package/out-js/decentraland/sdk/components/text_shape.gen.js.map +1 -1
  167. package/out-js/decentraland/sdk/components/ui_background.gen.d.ts +8 -314
  168. package/out-js/decentraland/sdk/components/ui_background.gen.js +22 -15
  169. package/out-js/decentraland/sdk/components/ui_background.gen.js.map +1 -1
  170. package/out-js/decentraland/sdk/components/ui_dropdown.gen.d.ts +8 -78
  171. package/out-js/decentraland/sdk/components/ui_dropdown.gen.js +22 -15
  172. package/out-js/decentraland/sdk/components/ui_dropdown.gen.js.map +1 -1
  173. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.d.ts +8 -16
  174. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js +22 -15
  175. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js.map +1 -1
  176. package/out-js/decentraland/sdk/components/ui_input.gen.d.ts +8 -104
  177. package/out-js/decentraland/sdk/components/ui_input.gen.js +22 -15
  178. package/out-js/decentraland/sdk/components/ui_input.gen.js.map +1 -1
  179. package/out-js/decentraland/sdk/components/ui_input_result.gen.d.ts +8 -16
  180. package/out-js/decentraland/sdk/components/ui_input_result.gen.js +22 -15
  181. package/out-js/decentraland/sdk/components/ui_input_result.gen.js.map +1 -1
  182. package/out-js/decentraland/sdk/components/ui_text.gen.d.ts +8 -62
  183. package/out-js/decentraland/sdk/components/ui_text.gen.js +22 -15
  184. package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -1
  185. package/out-js/decentraland/sdk/components/ui_transform.gen.d.ts +8 -216
  186. package/out-js/decentraland/sdk/components/ui_transform.gen.js +22 -15
  187. package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -1
  188. package/out-js/decentraland/sdk/components/video_player.gen.d.ts +8 -36
  189. package/out-js/decentraland/sdk/components/video_player.gen.js +22 -15
  190. package/out-js/decentraland/sdk/components/video_player.gen.js.map +1 -1
  191. package/out-js/decentraland/sdk/components/visibility_component.gen.d.ts +8 -16
  192. package/out-js/decentraland/sdk/components/visibility_component.gen.js +22 -15
  193. package/out-js/decentraland/sdk/components/visibility_component.gen.js.map +1 -1
  194. package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.d.ts +1004 -0
  195. package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js +7829 -0
  196. package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js.map +1 -0
  197. package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.d.ts +398 -0
  198. package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js +2512 -0
  199. package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js.map +1 -0
  200. package/out-js/decentraland/social/friendships/friendships.gen.d.ts +182 -7715
  201. package/out-js/decentraland/social/friendships/friendships.gen.js +684 -1370
  202. package/out-js/decentraland/social/friendships/friendships.gen.js.map +1 -1
  203. package/out-js/google/protobuf/descriptor.gen.d.ts +200 -87148
  204. package/out-js/google/protobuf/descriptor.gen.js +720 -545
  205. package/out-js/google/protobuf/descriptor.gen.js.map +1 -1
  206. package/out-js/google/protobuf/empty.gen.d.ts +8 -8
  207. package/out-js/google/protobuf/empty.gen.js +22 -15
  208. package/out-js/google/protobuf/empty.gen.js.map +1 -1
  209. package/out-ts/decentraland/bff/authentication_service.gen.ts +72 -70
  210. package/out-ts/decentraland/bff/comms_director_service.gen.ts +46 -45
  211. package/out-ts/decentraland/bff/comms_service.gen.ts +28 -28
  212. package/out-ts/decentraland/bff/http_endpoints.gen.ts +137 -115
  213. package/out-ts/decentraland/bff/topics_service.gen.ts +80 -70
  214. package/out-ts/decentraland/common/border_rect.gen.ts +28 -28
  215. package/out-ts/decentraland/common/colors.gen.ts +28 -28
  216. package/out-ts/decentraland/common/content_mapping.gen.ts +14 -14
  217. package/out-ts/decentraland/common/sdk/user_data.gen.ts +42 -42
  218. package/out-ts/decentraland/common/texture.gen.ts +56 -56
  219. package/out-ts/decentraland/common/vectors.gen.ts +146 -42
  220. package/out-ts/decentraland/kernel/apis/communications_controller.gen.ts +28 -28
  221. package/out-ts/decentraland/kernel/apis/dev_tools.gen.ts +28 -28
  222. package/out-ts/decentraland/kernel/apis/engine_api.gen.ts +291 -1786
  223. package/out-ts/decentraland/kernel/apis/environment_api.gen.ts +271 -238
  224. package/out-ts/decentraland/kernel/apis/ethereum_controller.gen.ts +189 -168
  225. package/out-ts/decentraland/kernel/apis/parcel_identity.gen.ts +112 -112
  226. package/out-ts/decentraland/kernel/apis/permissions.gen.ts +64 -56
  227. package/out-ts/decentraland/kernel/apis/players.gen.ts +96 -84
  228. package/out-ts/decentraland/kernel/apis/portable_experiences.gen.ts +129 -126
  229. package/out-ts/decentraland/kernel/apis/restricted_actions.gen.ts +156 -154
  230. package/out-ts/decentraland/kernel/apis/runtime.gen.ts +134 -126
  231. package/out-ts/decentraland/kernel/apis/scene.gen.ts +28 -28
  232. package/out-ts/decentraland/kernel/apis/signed_fetch.gen.ts +79 -70
  233. package/out-ts/decentraland/kernel/apis/social_controller.gen.ts +44 -42
  234. package/out-ts/decentraland/kernel/apis/testing.gen.ts +139 -126
  235. package/out-ts/decentraland/kernel/apis/user_action_module.gen.ts +30 -28
  236. package/out-ts/decentraland/kernel/apis/user_identity.gen.ts +60 -56
  237. package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +126 -121
  238. package/out-ts/decentraland/kernel/comms/rfc5/ws_comms.gen.ts +166 -158
  239. package/out-ts/decentraland/kernel/comms/v3/archipelago.gen.ts +225 -208
  240. package/out-ts/decentraland/realm/about.gen.ts +137 -115
  241. package/out-ts/decentraland/sdk/components/animator.gen.ts +28 -28
  242. package/out-ts/decentraland/sdk/components/audio_source.gen.ts +14 -14
  243. package/out-ts/decentraland/sdk/components/audio_stream.gen.ts +14 -14
  244. package/out-ts/decentraland/sdk/components/avatar_attach.gen.ts +14 -14
  245. package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +14 -14
  246. package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +14 -14
  247. package/out-ts/decentraland/sdk/components/billboard.gen.ts +14 -14
  248. package/out-ts/decentraland/sdk/components/camera_mode.gen.ts +14 -14
  249. package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +14 -14
  250. package/out-ts/decentraland/sdk/components/common/raycast_hit.gen.ts +14 -14
  251. package/out-ts/decentraland/sdk/components/engine_info.gen.ts +14 -14
  252. package/out-ts/decentraland/sdk/components/gltf_container.gen.ts +14 -14
  253. package/out-ts/decentraland/sdk/components/gltf_container_loading_state.gen.ts +18 -14
  254. package/out-ts/decentraland/sdk/components/material.gen.ts +52 -45
  255. package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +82 -70
  256. package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +84 -70
  257. package/out-ts/decentraland/sdk/components/nft_shape.gen.ts +14 -14
  258. package/out-ts/decentraland/sdk/components/pointer_events.gen.ts +44 -42
  259. package/out-ts/decentraland/sdk/components/pointer_events_result.gen.ts +16 -14
  260. package/out-ts/decentraland/sdk/components/pointer_lock.gen.ts +14 -14
  261. package/out-ts/decentraland/sdk/components/raycast.gen.ts +22 -20
  262. package/out-ts/decentraland/sdk/components/raycast_result.gen.ts +14 -14
  263. package/out-ts/decentraland/sdk/components/text_shape.gen.ts +14 -14
  264. package/out-ts/decentraland/sdk/components/ui_background.gen.ts +14 -14
  265. package/out-ts/decentraland/sdk/components/ui_dropdown.gen.ts +14 -14
  266. package/out-ts/decentraland/sdk/components/ui_dropdown_result.gen.ts +14 -14
  267. package/out-ts/decentraland/sdk/components/ui_input.gen.ts +14 -14
  268. package/out-ts/decentraland/sdk/components/ui_input_result.gen.ts +14 -14
  269. package/out-ts/decentraland/sdk/components/ui_text.gen.ts +14 -14
  270. package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +14 -14
  271. package/out-ts/decentraland/sdk/components/video_player.gen.ts +14 -14
  272. package/out-ts/decentraland/sdk/components/visibility_component.gen.ts +16 -14
  273. package/out-ts/decentraland/sdk/ecs6/components_ecs6.gen.ts +8942 -0
  274. package/out-ts/decentraland/sdk/ecs6/engine_interface_ecs6.gen.ts +2884 -0
  275. package/out-ts/decentraland/social/friendships/friendships.gen.ts +411 -1379
  276. package/out-ts/google/protobuf/descriptor.gen.ts +375 -350
  277. package/out-ts/google/protobuf/empty.gen.ts +14 -14
  278. package/package.json +3 -3
  279. package/proto/decentraland/common/vectors.proto +7 -0
  280. package/proto/decentraland/kernel/apis/engine_api.proto +2 -110
  281. package/proto/decentraland/sdk/ecs6/components_ecs6.proto +677 -0
  282. package/proto/decentraland/sdk/ecs6/engine_interface_ecs6.proto +151 -0
  283. package/proto/decentraland/social/friendships/friendships.proto +21 -64
@@ -11,14 +11,16 @@ exports.protobufPackage = "decentraland.kernel.apis";
11
11
  function createBasePlayer() {
12
12
  return { userId: "" };
13
13
  }
14
- exports.Player = {
15
- encode(message, writer = minimal_1.default.Writer.create()) {
14
+ var Player;
15
+ (function (Player) {
16
+ function encode(message, writer = minimal_1.default.Writer.create()) {
16
17
  if (message.userId !== "") {
17
18
  writer.uint32(10).string(message.userId);
18
19
  }
19
20
  return writer;
20
- },
21
- decode(input, length) {
21
+ }
22
+ Player.encode = encode;
23
+ function decode(input, length) {
22
24
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
23
25
  let end = length === undefined ? reader.len : reader.pos + length;
24
26
  const message = createBasePlayer();
@@ -38,36 +40,43 @@ exports.Player = {
38
40
  reader.skipType(tag & 7);
39
41
  }
40
42
  return message;
41
- },
42
- fromJSON(object) {
43
+ }
44
+ Player.decode = decode;
45
+ function fromJSON(object) {
43
46
  return { userId: isSet(object.userId) ? String(object.userId) : "" };
44
- },
45
- toJSON(message) {
47
+ }
48
+ Player.fromJSON = fromJSON;
49
+ function toJSON(message) {
46
50
  const obj = {};
47
51
  message.userId !== undefined && (obj.userId = message.userId);
48
52
  return obj;
49
- },
50
- create(base) {
51
- return exports.Player.fromPartial(base !== null && base !== void 0 ? base : {});
52
- },
53
- fromPartial(object) {
53
+ }
54
+ Player.toJSON = toJSON;
55
+ function create(base) {
56
+ return Player.fromPartial(base !== null && base !== void 0 ? base : {});
57
+ }
58
+ Player.create = create;
59
+ function fromPartial(object) {
54
60
  var _a;
55
61
  const message = createBasePlayer();
56
62
  message.userId = (_a = object.userId) !== null && _a !== void 0 ? _a : "";
57
63
  return message;
58
- },
59
- };
64
+ }
65
+ Player.fromPartial = fromPartial;
66
+ })(Player = exports.Player || (exports.Player = {}));
60
67
  function createBasePlayersGetUserDataResponse() {
61
68
  return { data: undefined };
62
69
  }
63
- exports.PlayersGetUserDataResponse = {
64
- encode(message, writer = minimal_1.default.Writer.create()) {
70
+ var PlayersGetUserDataResponse;
71
+ (function (PlayersGetUserDataResponse) {
72
+ function encode(message, writer = minimal_1.default.Writer.create()) {
65
73
  if (message.data !== undefined) {
66
74
  user_data_gen_1.UserData.encode(message.data, writer.uint32(10).fork()).ldelim();
67
75
  }
68
76
  return writer;
69
- },
70
- decode(input, length) {
77
+ }
78
+ PlayersGetUserDataResponse.encode = encode;
79
+ function decode(input, length) {
71
80
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
72
81
  let end = length === undefined ? reader.len : reader.pos + length;
73
82
  const message = createBasePlayersGetUserDataResponse();
@@ -87,35 +96,42 @@ exports.PlayersGetUserDataResponse = {
87
96
  reader.skipType(tag & 7);
88
97
  }
89
98
  return message;
90
- },
91
- fromJSON(object) {
99
+ }
100
+ PlayersGetUserDataResponse.decode = decode;
101
+ function fromJSON(object) {
92
102
  return { data: isSet(object.data) ? user_data_gen_1.UserData.fromJSON(object.data) : undefined };
93
- },
94
- toJSON(message) {
103
+ }
104
+ PlayersGetUserDataResponse.fromJSON = fromJSON;
105
+ function toJSON(message) {
95
106
  const obj = {};
96
107
  message.data !== undefined && (obj.data = message.data ? user_data_gen_1.UserData.toJSON(message.data) : undefined);
97
108
  return obj;
98
- },
99
- create(base) {
100
- return exports.PlayersGetUserDataResponse.fromPartial(base !== null && base !== void 0 ? base : {});
101
- },
102
- fromPartial(object) {
109
+ }
110
+ PlayersGetUserDataResponse.toJSON = toJSON;
111
+ function create(base) {
112
+ return PlayersGetUserDataResponse.fromPartial(base !== null && base !== void 0 ? base : {});
113
+ }
114
+ PlayersGetUserDataResponse.create = create;
115
+ function fromPartial(object) {
103
116
  const message = createBasePlayersGetUserDataResponse();
104
117
  message.data = (object.data !== undefined && object.data !== null) ? user_data_gen_1.UserData.fromPartial(object.data) : undefined;
105
118
  return message;
106
- },
107
- };
119
+ }
120
+ PlayersGetUserDataResponse.fromPartial = fromPartial;
121
+ })(PlayersGetUserDataResponse = exports.PlayersGetUserDataResponse || (exports.PlayersGetUserDataResponse = {}));
108
122
  function createBasePlayerListResponse() {
109
123
  return { players: [] };
110
124
  }
111
- exports.PlayerListResponse = {
112
- encode(message, writer = minimal_1.default.Writer.create()) {
125
+ var PlayerListResponse;
126
+ (function (PlayerListResponse) {
127
+ function encode(message, writer = minimal_1.default.Writer.create()) {
113
128
  for (const v of message.players) {
114
- exports.Player.encode(v, writer.uint32(10).fork()).ldelim();
129
+ Player.encode(v, writer.uint32(10).fork()).ldelim();
115
130
  }
116
131
  return writer;
117
- },
118
- decode(input, length) {
132
+ }
133
+ PlayerListResponse.encode = encode;
134
+ function decode(input, length) {
119
135
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
120
136
  let end = length === undefined ? reader.len : reader.pos + length;
121
137
  const message = createBasePlayerListResponse();
@@ -126,7 +142,7 @@ exports.PlayerListResponse = {
126
142
  if (tag !== 10) {
127
143
  break;
128
144
  }
129
- message.players.push(exports.Player.decode(reader, reader.uint32()));
145
+ message.players.push(Player.decode(reader, reader.uint32()));
130
146
  continue;
131
147
  }
132
148
  if ((tag & 7) === 4 || tag === 0) {
@@ -135,41 +151,48 @@ exports.PlayerListResponse = {
135
151
  reader.skipType(tag & 7);
136
152
  }
137
153
  return message;
138
- },
139
- fromJSON(object) {
140
- return { players: Array.isArray(object === null || object === void 0 ? void 0 : object.players) ? object.players.map((e) => exports.Player.fromJSON(e)) : [] };
141
- },
142
- toJSON(message) {
154
+ }
155
+ PlayerListResponse.decode = decode;
156
+ function fromJSON(object) {
157
+ return { players: Array.isArray(object === null || object === void 0 ? void 0 : object.players) ? object.players.map((e) => Player.fromJSON(e)) : [] };
158
+ }
159
+ PlayerListResponse.fromJSON = fromJSON;
160
+ function toJSON(message) {
143
161
  const obj = {};
144
162
  if (message.players) {
145
- obj.players = message.players.map((e) => e ? exports.Player.toJSON(e) : undefined);
163
+ obj.players = message.players.map((e) => e ? Player.toJSON(e) : undefined);
146
164
  }
147
165
  else {
148
166
  obj.players = [];
149
167
  }
150
168
  return obj;
151
- },
152
- create(base) {
153
- return exports.PlayerListResponse.fromPartial(base !== null && base !== void 0 ? base : {});
154
- },
155
- fromPartial(object) {
169
+ }
170
+ PlayerListResponse.toJSON = toJSON;
171
+ function create(base) {
172
+ return PlayerListResponse.fromPartial(base !== null && base !== void 0 ? base : {});
173
+ }
174
+ PlayerListResponse.create = create;
175
+ function fromPartial(object) {
156
176
  var _a;
157
177
  const message = createBasePlayerListResponse();
158
- message.players = ((_a = object.players) === null || _a === void 0 ? void 0 : _a.map((e) => exports.Player.fromPartial(e))) || [];
178
+ message.players = ((_a = object.players) === null || _a === void 0 ? void 0 : _a.map((e) => Player.fromPartial(e))) || [];
159
179
  return message;
160
- },
161
- };
180
+ }
181
+ PlayerListResponse.fromPartial = fromPartial;
182
+ })(PlayerListResponse = exports.PlayerListResponse || (exports.PlayerListResponse = {}));
162
183
  function createBaseGetPlayerDataRequest() {
163
184
  return { userId: "" };
164
185
  }
165
- exports.GetPlayerDataRequest = {
166
- encode(message, writer = minimal_1.default.Writer.create()) {
186
+ var GetPlayerDataRequest;
187
+ (function (GetPlayerDataRequest) {
188
+ function encode(message, writer = minimal_1.default.Writer.create()) {
167
189
  if (message.userId !== "") {
168
190
  writer.uint32(10).string(message.userId);
169
191
  }
170
192
  return writer;
171
- },
172
- decode(input, length) {
193
+ }
194
+ GetPlayerDataRequest.encode = encode;
195
+ function decode(input, length) {
173
196
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
174
197
  let end = length === undefined ? reader.len : reader.pos + length;
175
198
  const message = createBaseGetPlayerDataRequest();
@@ -189,33 +212,40 @@ exports.GetPlayerDataRequest = {
189
212
  reader.skipType(tag & 7);
190
213
  }
191
214
  return message;
192
- },
193
- fromJSON(object) {
215
+ }
216
+ GetPlayerDataRequest.decode = decode;
217
+ function fromJSON(object) {
194
218
  return { userId: isSet(object.userId) ? String(object.userId) : "" };
195
- },
196
- toJSON(message) {
219
+ }
220
+ GetPlayerDataRequest.fromJSON = fromJSON;
221
+ function toJSON(message) {
197
222
  const obj = {};
198
223
  message.userId !== undefined && (obj.userId = message.userId);
199
224
  return obj;
200
- },
201
- create(base) {
202
- return exports.GetPlayerDataRequest.fromPartial(base !== null && base !== void 0 ? base : {});
203
- },
204
- fromPartial(object) {
225
+ }
226
+ GetPlayerDataRequest.toJSON = toJSON;
227
+ function create(base) {
228
+ return GetPlayerDataRequest.fromPartial(base !== null && base !== void 0 ? base : {});
229
+ }
230
+ GetPlayerDataRequest.create = create;
231
+ function fromPartial(object) {
205
232
  var _a;
206
233
  const message = createBaseGetPlayerDataRequest();
207
234
  message.userId = (_a = object.userId) !== null && _a !== void 0 ? _a : "";
208
235
  return message;
209
- },
210
- };
236
+ }
237
+ GetPlayerDataRequest.fromPartial = fromPartial;
238
+ })(GetPlayerDataRequest = exports.GetPlayerDataRequest || (exports.GetPlayerDataRequest = {}));
211
239
  function createBaseGetPlayersInSceneRequest() {
212
240
  return {};
213
241
  }
214
- exports.GetPlayersInSceneRequest = {
215
- encode(_, writer = minimal_1.default.Writer.create()) {
242
+ var GetPlayersInSceneRequest;
243
+ (function (GetPlayersInSceneRequest) {
244
+ function encode(_, writer = minimal_1.default.Writer.create()) {
216
245
  return writer;
217
- },
218
- decode(input, length) {
246
+ }
247
+ GetPlayersInSceneRequest.encode = encode;
248
+ function decode(input, length) {
219
249
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
220
250
  let end = length === undefined ? reader.len : reader.pos + length;
221
251
  const message = createBaseGetPlayersInSceneRequest();
@@ -229,30 +259,37 @@ exports.GetPlayersInSceneRequest = {
229
259
  reader.skipType(tag & 7);
230
260
  }
231
261
  return message;
232
- },
233
- fromJSON(_) {
262
+ }
263
+ GetPlayersInSceneRequest.decode = decode;
264
+ function fromJSON(_) {
234
265
  return {};
235
- },
236
- toJSON(_) {
266
+ }
267
+ GetPlayersInSceneRequest.fromJSON = fromJSON;
268
+ function toJSON(_) {
237
269
  const obj = {};
238
270
  return obj;
239
- },
240
- create(base) {
241
- return exports.GetPlayersInSceneRequest.fromPartial(base !== null && base !== void 0 ? base : {});
242
- },
243
- fromPartial(_) {
271
+ }
272
+ GetPlayersInSceneRequest.toJSON = toJSON;
273
+ function create(base) {
274
+ return GetPlayersInSceneRequest.fromPartial(base !== null && base !== void 0 ? base : {});
275
+ }
276
+ GetPlayersInSceneRequest.create = create;
277
+ function fromPartial(_) {
244
278
  const message = createBaseGetPlayersInSceneRequest();
245
279
  return message;
246
- },
247
- };
280
+ }
281
+ GetPlayersInSceneRequest.fromPartial = fromPartial;
282
+ })(GetPlayersInSceneRequest = exports.GetPlayersInSceneRequest || (exports.GetPlayersInSceneRequest = {}));
248
283
  function createBaseGetConnectedPlayersRequest() {
249
284
  return {};
250
285
  }
251
- exports.GetConnectedPlayersRequest = {
252
- encode(_, writer = minimal_1.default.Writer.create()) {
286
+ var GetConnectedPlayersRequest;
287
+ (function (GetConnectedPlayersRequest) {
288
+ function encode(_, writer = minimal_1.default.Writer.create()) {
253
289
  return writer;
254
- },
255
- decode(input, length) {
290
+ }
291
+ GetConnectedPlayersRequest.encode = encode;
292
+ function decode(input, length) {
256
293
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
257
294
  let end = length === undefined ? reader.len : reader.pos + length;
258
295
  const message = createBaseGetConnectedPlayersRequest();
@@ -266,22 +303,27 @@ exports.GetConnectedPlayersRequest = {
266
303
  reader.skipType(tag & 7);
267
304
  }
268
305
  return message;
269
- },
270
- fromJSON(_) {
306
+ }
307
+ GetConnectedPlayersRequest.decode = decode;
308
+ function fromJSON(_) {
271
309
  return {};
272
- },
273
- toJSON(_) {
310
+ }
311
+ GetConnectedPlayersRequest.fromJSON = fromJSON;
312
+ function toJSON(_) {
274
313
  const obj = {};
275
314
  return obj;
276
- },
277
- create(base) {
278
- return exports.GetConnectedPlayersRequest.fromPartial(base !== null && base !== void 0 ? base : {});
279
- },
280
- fromPartial(_) {
315
+ }
316
+ GetConnectedPlayersRequest.toJSON = toJSON;
317
+ function create(base) {
318
+ return GetConnectedPlayersRequest.fromPartial(base !== null && base !== void 0 ? base : {});
319
+ }
320
+ GetConnectedPlayersRequest.create = create;
321
+ function fromPartial(_) {
281
322
  const message = createBaseGetConnectedPlayersRequest();
282
323
  return message;
283
- },
284
- };
324
+ }
325
+ GetConnectedPlayersRequest.fromPartial = fromPartial;
326
+ })(GetConnectedPlayersRequest = exports.GetConnectedPlayersRequest || (exports.GetConnectedPlayersRequest = {}));
285
327
  exports.PlayersServiceDefinition = {
286
328
  name: "PlayersService",
287
329
  fullName: "decentraland.kernel.apis.PlayersService",
@@ -292,9 +334,9 @@ exports.PlayersServiceDefinition = {
292
334
  */
293
335
  getPlayerData: {
294
336
  name: "GetPlayerData",
295
- requestType: exports.GetPlayerDataRequest,
337
+ requestType: GetPlayerDataRequest,
296
338
  requestStream: false,
297
- responseType: exports.PlayersGetUserDataResponse,
339
+ responseType: PlayersGetUserDataResponse,
298
340
  responseStream: false,
299
341
  options: {},
300
342
  },
@@ -304,9 +346,9 @@ exports.PlayersServiceDefinition = {
304
346
  */
305
347
  getPlayersInScene: {
306
348
  name: "GetPlayersInScene",
307
- requestType: exports.GetPlayersInSceneRequest,
349
+ requestType: GetPlayersInSceneRequest,
308
350
  requestStream: false,
309
- responseType: exports.PlayerListResponse,
351
+ responseType: PlayerListResponse,
310
352
  responseStream: false,
311
353
  options: {},
312
354
  },
@@ -316,9 +358,9 @@ exports.PlayersServiceDefinition = {
316
358
  */
317
359
  getConnectedPlayers: {
318
360
  name: "GetConnectedPlayers",
319
- requestType: exports.GetConnectedPlayersRequest,
361
+ requestType: GetConnectedPlayersRequest,
320
362
  requestStream: false,
321
- responseType: exports.PlayerListResponse,
363
+ responseType: PlayerListResponse,
322
364
  responseStream: false,
323
365
  options: {},
324
366
  },
@@ -1 +1 @@
1
- {"version":3,"file":"players.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/kernel/apis/players.gen.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"players.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/kernel/apis/players.gen.ts"],"names":[],"mappings":"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"}