@dcl/protocol 1.0.0-4949759723.commit-9a568b1 → 1.0.0-4959770633.commit-e249449

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 +67 -828
  12. package/out-js/decentraland/bff/http_endpoints.gen.js +237 -161
  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 +232 -7630
  201. package/out-js/decentraland/social/friendships/friendships.gen.js +891 -686
  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 +159 -117
  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 +447 -419
  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/bff/http_endpoints.proto +1 -0
  280. package/proto/decentraland/common/vectors.proto +7 -0
  281. package/proto/decentraland/kernel/apis/engine_api.proto +2 -110
  282. package/proto/decentraland/sdk/ecs6/components_ecs6.proto +677 -0
  283. package/proto/decentraland/sdk/ecs6/engine_interface_ecs6.proto +151 -0
@@ -10,11 +10,13 @@ exports.protobufPackage = "decentraland.kernel.apis";
10
10
  function createBaseInitRequest() {
11
11
  return {};
12
12
  }
13
- exports.InitRequest = {
14
- encode(_, writer = minimal_1.default.Writer.create()) {
13
+ var InitRequest;
14
+ (function (InitRequest) {
15
+ function encode(_, writer = minimal_1.default.Writer.create()) {
15
16
  return writer;
16
- },
17
- decode(input, length) {
17
+ }
18
+ InitRequest.encode = encode;
19
+ function decode(input, length) {
18
20
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
19
21
  let end = length === undefined ? reader.len : reader.pos + length;
20
22
  const message = createBaseInitRequest();
@@ -28,27 +30,33 @@ exports.InitRequest = {
28
30
  reader.skipType(tag & 7);
29
31
  }
30
32
  return message;
31
- },
32
- fromJSON(_) {
33
+ }
34
+ InitRequest.decode = decode;
35
+ function fromJSON(_) {
33
36
  return {};
34
- },
35
- toJSON(_) {
37
+ }
38
+ InitRequest.fromJSON = fromJSON;
39
+ function toJSON(_) {
36
40
  const obj = {};
37
41
  return obj;
38
- },
39
- create(base) {
40
- return exports.InitRequest.fromPartial(base !== null && base !== void 0 ? base : {});
41
- },
42
- fromPartial(_) {
42
+ }
43
+ InitRequest.toJSON = toJSON;
44
+ function create(base) {
45
+ return InitRequest.fromPartial(base !== null && base !== void 0 ? base : {});
46
+ }
47
+ InitRequest.create = create;
48
+ function fromPartial(_) {
43
49
  const message = createBaseInitRequest();
44
50
  return message;
45
- },
46
- };
51
+ }
52
+ InitRequest.fromPartial = fromPartial;
53
+ })(InitRequest = exports.InitRequest || (exports.InitRequest = {}));
47
54
  function createBaseSocialEvent() {
48
55
  return { event: "", payload: "" };
49
56
  }
50
- exports.SocialEvent = {
51
- encode(message, writer = minimal_1.default.Writer.create()) {
57
+ var SocialEvent;
58
+ (function (SocialEvent) {
59
+ function encode(message, writer = minimal_1.default.Writer.create()) {
52
60
  if (message.event !== "") {
53
61
  writer.uint32(10).string(message.event);
54
62
  }
@@ -56,8 +64,9 @@ exports.SocialEvent = {
56
64
  writer.uint32(18).string(message.payload);
57
65
  }
58
66
  return writer;
59
- },
60
- decode(input, length) {
67
+ }
68
+ SocialEvent.encode = encode;
69
+ function decode(input, length) {
61
70
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
62
71
  let end = length === undefined ? reader.len : reader.pos + length;
63
72
  const message = createBaseSocialEvent();
@@ -83,41 +92,48 @@ exports.SocialEvent = {
83
92
  reader.skipType(tag & 7);
84
93
  }
85
94
  return message;
86
- },
87
- fromJSON(object) {
95
+ }
96
+ SocialEvent.decode = decode;
97
+ function fromJSON(object) {
88
98
  return {
89
99
  event: isSet(object.event) ? String(object.event) : "",
90
100
  payload: isSet(object.payload) ? String(object.payload) : "",
91
101
  };
92
- },
93
- toJSON(message) {
102
+ }
103
+ SocialEvent.fromJSON = fromJSON;
104
+ function toJSON(message) {
94
105
  const obj = {};
95
106
  message.event !== undefined && (obj.event = message.event);
96
107
  message.payload !== undefined && (obj.payload = message.payload);
97
108
  return obj;
98
- },
99
- create(base) {
100
- return exports.SocialEvent.fromPartial(base !== null && base !== void 0 ? base : {});
101
- },
102
- fromPartial(object) {
109
+ }
110
+ SocialEvent.toJSON = toJSON;
111
+ function create(base) {
112
+ return SocialEvent.fromPartial(base !== null && base !== void 0 ? base : {});
113
+ }
114
+ SocialEvent.create = create;
115
+ function fromPartial(object) {
103
116
  var _a, _b;
104
117
  const message = createBaseSocialEvent();
105
118
  message.event = (_a = object.event) !== null && _a !== void 0 ? _a : "";
106
119
  message.payload = (_b = object.payload) !== null && _b !== void 0 ? _b : "";
107
120
  return message;
108
- },
109
- };
121
+ }
122
+ SocialEvent.fromPartial = fromPartial;
123
+ })(SocialEvent = exports.SocialEvent || (exports.SocialEvent = {}));
110
124
  function createBaseGetAvatarEventsResponse() {
111
125
  return { events: [] };
112
126
  }
113
- exports.GetAvatarEventsResponse = {
114
- encode(message, writer = minimal_1.default.Writer.create()) {
127
+ var GetAvatarEventsResponse;
128
+ (function (GetAvatarEventsResponse) {
129
+ function encode(message, writer = minimal_1.default.Writer.create()) {
115
130
  for (const v of message.events) {
116
- exports.SocialEvent.encode(v, writer.uint32(10).fork()).ldelim();
131
+ SocialEvent.encode(v, writer.uint32(10).fork()).ldelim();
117
132
  }
118
133
  return writer;
119
- },
120
- decode(input, length) {
134
+ }
135
+ GetAvatarEventsResponse.encode = encode;
136
+ function decode(input, length) {
121
137
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
122
138
  let end = length === undefined ? reader.len : reader.pos + length;
123
139
  const message = createBaseGetAvatarEventsResponse();
@@ -128,7 +144,7 @@ exports.GetAvatarEventsResponse = {
128
144
  if (tag !== 10) {
129
145
  break;
130
146
  }
131
- message.events.push(exports.SocialEvent.decode(reader, reader.uint32()));
147
+ message.events.push(SocialEvent.decode(reader, reader.uint32()));
132
148
  continue;
133
149
  }
134
150
  if ((tag & 7) === 4 || tag === 0) {
@@ -137,30 +153,35 @@ exports.GetAvatarEventsResponse = {
137
153
  reader.skipType(tag & 7);
138
154
  }
139
155
  return message;
140
- },
141
- fromJSON(object) {
142
- return { events: Array.isArray(object === null || object === void 0 ? void 0 : object.events) ? object.events.map((e) => exports.SocialEvent.fromJSON(e)) : [] };
143
- },
144
- toJSON(message) {
156
+ }
157
+ GetAvatarEventsResponse.decode = decode;
158
+ function fromJSON(object) {
159
+ return { events: Array.isArray(object === null || object === void 0 ? void 0 : object.events) ? object.events.map((e) => SocialEvent.fromJSON(e)) : [] };
160
+ }
161
+ GetAvatarEventsResponse.fromJSON = fromJSON;
162
+ function toJSON(message) {
145
163
  const obj = {};
146
164
  if (message.events) {
147
- obj.events = message.events.map((e) => e ? exports.SocialEvent.toJSON(e) : undefined);
165
+ obj.events = message.events.map((e) => e ? SocialEvent.toJSON(e) : undefined);
148
166
  }
149
167
  else {
150
168
  obj.events = [];
151
169
  }
152
170
  return obj;
153
- },
154
- create(base) {
155
- return exports.GetAvatarEventsResponse.fromPartial(base !== null && base !== void 0 ? base : {});
156
- },
157
- fromPartial(object) {
171
+ }
172
+ GetAvatarEventsResponse.toJSON = toJSON;
173
+ function create(base) {
174
+ return GetAvatarEventsResponse.fromPartial(base !== null && base !== void 0 ? base : {});
175
+ }
176
+ GetAvatarEventsResponse.create = create;
177
+ function fromPartial(object) {
158
178
  var _a;
159
179
  const message = createBaseGetAvatarEventsResponse();
160
- message.events = ((_a = object.events) === null || _a === void 0 ? void 0 : _a.map((e) => exports.SocialEvent.fromPartial(e))) || [];
180
+ message.events = ((_a = object.events) === null || _a === void 0 ? void 0 : _a.map((e) => SocialEvent.fromPartial(e))) || [];
161
181
  return message;
162
- },
163
- };
182
+ }
183
+ GetAvatarEventsResponse.fromPartial = fromPartial;
184
+ })(GetAvatarEventsResponse = exports.GetAvatarEventsResponse || (exports.GetAvatarEventsResponse = {}));
164
185
  exports.SocialControllerServiceDefinition = {
165
186
  name: "SocialControllerService",
166
187
  fullName: "decentraland.kernel.apis.SocialControllerService",
@@ -172,9 +193,9 @@ exports.SocialControllerServiceDefinition = {
172
193
  */
173
194
  pullAvatarEvents: {
174
195
  name: "PullAvatarEvents",
175
- requestType: exports.InitRequest,
196
+ requestType: InitRequest,
176
197
  requestStream: false,
177
- responseType: exports.GetAvatarEventsResponse,
198
+ responseType: GetAvatarEventsResponse,
178
199
  responseStream: false,
179
200
  options: {},
180
201
  },
@@ -1 +1 @@
1
- {"version":3,"file":"social_controller.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/kernel/apis/social_controller.gen.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"social_controller.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/kernel/apis/social_controller.gen.ts"],"names":[],"mappings":"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"}