@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,8 +11,9 @@ exports.protobufPackage = "decentraland.kernel.apis";
11
11
  function createBaseMinimalRunnableEntity() {
12
12
  return { content: [], metadataJson: "" };
13
13
  }
14
- exports.MinimalRunnableEntity = {
15
- encode(message, writer = minimal_1.default.Writer.create()) {
14
+ var MinimalRunnableEntity;
15
+ (function (MinimalRunnableEntity) {
16
+ function encode(message, writer = minimal_1.default.Writer.create()) {
16
17
  for (const v of message.content) {
17
18
  content_mapping_gen_1.ContentMapping.encode(v, writer.uint32(10).fork()).ldelim();
18
19
  }
@@ -20,8 +21,9 @@ exports.MinimalRunnableEntity = {
20
21
  writer.uint32(18).string(message.metadataJson);
21
22
  }
22
23
  return writer;
23
- },
24
- decode(input, length) {
24
+ }
25
+ MinimalRunnableEntity.encode = encode;
26
+ function decode(input, length) {
25
27
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
26
28
  let end = length === undefined ? reader.len : reader.pos + length;
27
29
  const message = createBaseMinimalRunnableEntity();
@@ -47,14 +49,16 @@ exports.MinimalRunnableEntity = {
47
49
  reader.skipType(tag & 7);
48
50
  }
49
51
  return message;
50
- },
51
- fromJSON(object) {
52
+ }
53
+ MinimalRunnableEntity.decode = decode;
54
+ function fromJSON(object) {
52
55
  return {
53
56
  content: Array.isArray(object === null || object === void 0 ? void 0 : object.content) ? object.content.map((e) => content_mapping_gen_1.ContentMapping.fromJSON(e)) : [],
54
57
  metadataJson: isSet(object.metadataJson) ? String(object.metadataJson) : "",
55
58
  };
56
- },
57
- toJSON(message) {
59
+ }
60
+ MinimalRunnableEntity.fromJSON = fromJSON;
61
+ function toJSON(message) {
58
62
  const obj = {};
59
63
  if (message.content) {
60
64
  obj.content = message.content.map((e) => e ? content_mapping_gen_1.ContentMapping.toJSON(e) : undefined);
@@ -64,23 +68,27 @@ exports.MinimalRunnableEntity = {
64
68
  }
65
69
  message.metadataJson !== undefined && (obj.metadataJson = message.metadataJson);
66
70
  return obj;
67
- },
68
- create(base) {
69
- return exports.MinimalRunnableEntity.fromPartial(base !== null && base !== void 0 ? base : {});
70
- },
71
- fromPartial(object) {
71
+ }
72
+ MinimalRunnableEntity.toJSON = toJSON;
73
+ function create(base) {
74
+ return MinimalRunnableEntity.fromPartial(base !== null && base !== void 0 ? base : {});
75
+ }
76
+ MinimalRunnableEntity.create = create;
77
+ function fromPartial(object) {
72
78
  var _a, _b;
73
79
  const message = createBaseMinimalRunnableEntity();
74
80
  message.content = ((_a = object.content) === null || _a === void 0 ? void 0 : _a.map((e) => content_mapping_gen_1.ContentMapping.fromPartial(e))) || [];
75
81
  message.metadataJson = (_b = object.metadataJson) !== null && _b !== void 0 ? _b : "";
76
82
  return message;
77
- },
78
- };
83
+ }
84
+ MinimalRunnableEntity.fromPartial = fromPartial;
85
+ })(MinimalRunnableEntity = exports.MinimalRunnableEntity || (exports.MinimalRunnableEntity = {}));
79
86
  function createBaseBootstrapDataResponse() {
80
87
  return { id: "", baseUrl: "", entity: undefined, useFPSThrottling: false };
81
88
  }
82
- exports.BootstrapDataResponse = {
83
- encode(message, writer = minimal_1.default.Writer.create()) {
89
+ var BootstrapDataResponse;
90
+ (function (BootstrapDataResponse) {
91
+ function encode(message, writer = minimal_1.default.Writer.create()) {
84
92
  if (message.id !== "") {
85
93
  writer.uint32(10).string(message.id);
86
94
  }
@@ -88,14 +96,15 @@ exports.BootstrapDataResponse = {
88
96
  writer.uint32(34).string(message.baseUrl);
89
97
  }
90
98
  if (message.entity !== undefined) {
91
- exports.MinimalRunnableEntity.encode(message.entity, writer.uint32(18).fork()).ldelim();
99
+ MinimalRunnableEntity.encode(message.entity, writer.uint32(18).fork()).ldelim();
92
100
  }
93
101
  if (message.useFPSThrottling === true) {
94
102
  writer.uint32(40).bool(message.useFPSThrottling);
95
103
  }
96
104
  return writer;
97
- },
98
- decode(input, length) {
105
+ }
106
+ BootstrapDataResponse.encode = encode;
107
+ function decode(input, length) {
99
108
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
100
109
  let end = length === undefined ? reader.len : reader.pos + length;
101
110
  const message = createBaseBootstrapDataResponse();
@@ -118,7 +127,7 @@ exports.BootstrapDataResponse = {
118
127
  if (tag !== 18) {
119
128
  break;
120
129
  }
121
- message.entity = exports.MinimalRunnableEntity.decode(reader, reader.uint32());
130
+ message.entity = MinimalRunnableEntity.decode(reader, reader.uint32());
122
131
  continue;
123
132
  case 5:
124
133
  if (tag !== 40) {
@@ -133,50 +142,57 @@ exports.BootstrapDataResponse = {
133
142
  reader.skipType(tag & 7);
134
143
  }
135
144
  return message;
136
- },
137
- fromJSON(object) {
145
+ }
146
+ BootstrapDataResponse.decode = decode;
147
+ function fromJSON(object) {
138
148
  return {
139
149
  id: isSet(object.id) ? String(object.id) : "",
140
150
  baseUrl: isSet(object.baseUrl) ? String(object.baseUrl) : "",
141
- entity: isSet(object.entity) ? exports.MinimalRunnableEntity.fromJSON(object.entity) : undefined,
151
+ entity: isSet(object.entity) ? MinimalRunnableEntity.fromJSON(object.entity) : undefined,
142
152
  useFPSThrottling: isSet(object.useFPSThrottling) ? Boolean(object.useFPSThrottling) : false,
143
153
  };
144
- },
145
- toJSON(message) {
154
+ }
155
+ BootstrapDataResponse.fromJSON = fromJSON;
156
+ function toJSON(message) {
146
157
  const obj = {};
147
158
  message.id !== undefined && (obj.id = message.id);
148
159
  message.baseUrl !== undefined && (obj.baseUrl = message.baseUrl);
149
160
  message.entity !== undefined &&
150
- (obj.entity = message.entity ? exports.MinimalRunnableEntity.toJSON(message.entity) : undefined);
161
+ (obj.entity = message.entity ? MinimalRunnableEntity.toJSON(message.entity) : undefined);
151
162
  message.useFPSThrottling !== undefined && (obj.useFPSThrottling = message.useFPSThrottling);
152
163
  return obj;
153
- },
154
- create(base) {
155
- return exports.BootstrapDataResponse.fromPartial(base !== null && base !== void 0 ? base : {});
156
- },
157
- fromPartial(object) {
164
+ }
165
+ BootstrapDataResponse.toJSON = toJSON;
166
+ function create(base) {
167
+ return BootstrapDataResponse.fromPartial(base !== null && base !== void 0 ? base : {});
168
+ }
169
+ BootstrapDataResponse.create = create;
170
+ function fromPartial(object) {
158
171
  var _a, _b, _c;
159
172
  const message = createBaseBootstrapDataResponse();
160
173
  message.id = (_a = object.id) !== null && _a !== void 0 ? _a : "";
161
174
  message.baseUrl = (_b = object.baseUrl) !== null && _b !== void 0 ? _b : "";
162
175
  message.entity = (object.entity !== undefined && object.entity !== null)
163
- ? exports.MinimalRunnableEntity.fromPartial(object.entity)
176
+ ? MinimalRunnableEntity.fromPartial(object.entity)
164
177
  : undefined;
165
178
  message.useFPSThrottling = (_c = object.useFPSThrottling) !== null && _c !== void 0 ? _c : false;
166
179
  return message;
167
- },
168
- };
180
+ }
181
+ BootstrapDataResponse.fromPartial = fromPartial;
182
+ })(BootstrapDataResponse = exports.BootstrapDataResponse || (exports.BootstrapDataResponse = {}));
169
183
  function createBasePreviewModeResponse() {
170
184
  return { isPreview: false };
171
185
  }
172
- exports.PreviewModeResponse = {
173
- encode(message, writer = minimal_1.default.Writer.create()) {
186
+ var PreviewModeResponse;
187
+ (function (PreviewModeResponse) {
188
+ function encode(message, writer = minimal_1.default.Writer.create()) {
174
189
  if (message.isPreview === true) {
175
190
  writer.uint32(8).bool(message.isPreview);
176
191
  }
177
192
  return writer;
178
- },
179
- decode(input, length) {
193
+ }
194
+ PreviewModeResponse.encode = encode;
195
+ function decode(input, length) {
180
196
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
181
197
  let end = length === undefined ? reader.len : reader.pos + length;
182
198
  const message = createBasePreviewModeResponse();
@@ -196,36 +212,43 @@ exports.PreviewModeResponse = {
196
212
  reader.skipType(tag & 7);
197
213
  }
198
214
  return message;
199
- },
200
- fromJSON(object) {
215
+ }
216
+ PreviewModeResponse.decode = decode;
217
+ function fromJSON(object) {
201
218
  return { isPreview: isSet(object.isPreview) ? Boolean(object.isPreview) : false };
202
- },
203
- toJSON(message) {
219
+ }
220
+ PreviewModeResponse.fromJSON = fromJSON;
221
+ function toJSON(message) {
204
222
  const obj = {};
205
223
  message.isPreview !== undefined && (obj.isPreview = message.isPreview);
206
224
  return obj;
207
- },
208
- create(base) {
209
- return exports.PreviewModeResponse.fromPartial(base !== null && base !== void 0 ? base : {});
210
- },
211
- fromPartial(object) {
225
+ }
226
+ PreviewModeResponse.toJSON = toJSON;
227
+ function create(base) {
228
+ return PreviewModeResponse.fromPartial(base !== null && base !== void 0 ? base : {});
229
+ }
230
+ PreviewModeResponse.create = create;
231
+ function fromPartial(object) {
212
232
  var _a;
213
233
  const message = createBasePreviewModeResponse();
214
234
  message.isPreview = (_a = object.isPreview) !== null && _a !== void 0 ? _a : false;
215
235
  return message;
216
- },
217
- };
236
+ }
237
+ PreviewModeResponse.fromPartial = fromPartial;
238
+ })(PreviewModeResponse = exports.PreviewModeResponse || (exports.PreviewModeResponse = {}));
218
239
  function createBaseAreUnsafeRequestAllowedResponse() {
219
240
  return { status: false };
220
241
  }
221
- exports.AreUnsafeRequestAllowedResponse = {
222
- encode(message, writer = minimal_1.default.Writer.create()) {
242
+ var AreUnsafeRequestAllowedResponse;
243
+ (function (AreUnsafeRequestAllowedResponse) {
244
+ function encode(message, writer = minimal_1.default.Writer.create()) {
223
245
  if (message.status === true) {
224
246
  writer.uint32(8).bool(message.status);
225
247
  }
226
248
  return writer;
227
- },
228
- decode(input, length) {
249
+ }
250
+ AreUnsafeRequestAllowedResponse.encode = encode;
251
+ function decode(input, length) {
229
252
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
230
253
  let end = length === undefined ? reader.len : reader.pos + length;
231
254
  const message = createBaseAreUnsafeRequestAllowedResponse();
@@ -245,36 +268,43 @@ exports.AreUnsafeRequestAllowedResponse = {
245
268
  reader.skipType(tag & 7);
246
269
  }
247
270
  return message;
248
- },
249
- fromJSON(object) {
271
+ }
272
+ AreUnsafeRequestAllowedResponse.decode = decode;
273
+ function fromJSON(object) {
250
274
  return { status: isSet(object.status) ? Boolean(object.status) : false };
251
- },
252
- toJSON(message) {
275
+ }
276
+ AreUnsafeRequestAllowedResponse.fromJSON = fromJSON;
277
+ function toJSON(message) {
253
278
  const obj = {};
254
279
  message.status !== undefined && (obj.status = message.status);
255
280
  return obj;
256
- },
257
- create(base) {
258
- return exports.AreUnsafeRequestAllowedResponse.fromPartial(base !== null && base !== void 0 ? base : {});
259
- },
260
- fromPartial(object) {
281
+ }
282
+ AreUnsafeRequestAllowedResponse.toJSON = toJSON;
283
+ function create(base) {
284
+ return AreUnsafeRequestAllowedResponse.fromPartial(base !== null && base !== void 0 ? base : {});
285
+ }
286
+ AreUnsafeRequestAllowedResponse.create = create;
287
+ function fromPartial(object) {
261
288
  var _a;
262
289
  const message = createBaseAreUnsafeRequestAllowedResponse();
263
290
  message.status = (_a = object.status) !== null && _a !== void 0 ? _a : false;
264
291
  return message;
265
- },
266
- };
292
+ }
293
+ AreUnsafeRequestAllowedResponse.fromPartial = fromPartial;
294
+ })(AreUnsafeRequestAllowedResponse = exports.AreUnsafeRequestAllowedResponse || (exports.AreUnsafeRequestAllowedResponse = {}));
267
295
  function createBaseGetPlatformResponse() {
268
296
  return { platform: "" };
269
297
  }
270
- exports.GetPlatformResponse = {
271
- encode(message, writer = minimal_1.default.Writer.create()) {
298
+ var GetPlatformResponse;
299
+ (function (GetPlatformResponse) {
300
+ function encode(message, writer = minimal_1.default.Writer.create()) {
272
301
  if (message.platform !== "") {
273
302
  writer.uint32(10).string(message.platform);
274
303
  }
275
304
  return writer;
276
- },
277
- decode(input, length) {
305
+ }
306
+ GetPlatformResponse.encode = encode;
307
+ function decode(input, length) {
278
308
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
279
309
  let end = length === undefined ? reader.len : reader.pos + length;
280
310
  const message = createBaseGetPlatformResponse();
@@ -294,30 +324,36 @@ exports.GetPlatformResponse = {
294
324
  reader.skipType(tag & 7);
295
325
  }
296
326
  return message;
297
- },
298
- fromJSON(object) {
327
+ }
328
+ GetPlatformResponse.decode = decode;
329
+ function fromJSON(object) {
299
330
  return { platform: isSet(object.platform) ? String(object.platform) : "" };
300
- },
301
- toJSON(message) {
331
+ }
332
+ GetPlatformResponse.fromJSON = fromJSON;
333
+ function toJSON(message) {
302
334
  const obj = {};
303
335
  message.platform !== undefined && (obj.platform = message.platform);
304
336
  return obj;
305
- },
306
- create(base) {
307
- return exports.GetPlatformResponse.fromPartial(base !== null && base !== void 0 ? base : {});
308
- },
309
- fromPartial(object) {
337
+ }
338
+ GetPlatformResponse.toJSON = toJSON;
339
+ function create(base) {
340
+ return GetPlatformResponse.fromPartial(base !== null && base !== void 0 ? base : {});
341
+ }
342
+ GetPlatformResponse.create = create;
343
+ function fromPartial(object) {
310
344
  var _a;
311
345
  const message = createBaseGetPlatformResponse();
312
346
  message.platform = (_a = object.platform) !== null && _a !== void 0 ? _a : "";
313
347
  return message;
314
- },
315
- };
348
+ }
349
+ GetPlatformResponse.fromPartial = fromPartial;
350
+ })(GetPlatformResponse = exports.GetPlatformResponse || (exports.GetPlatformResponse = {}));
316
351
  function createBaseEnvironmentRealm() {
317
352
  return { domain: "", layer: "", room: "", serverName: "", displayName: "", protocol: "" };
318
353
  }
319
- exports.EnvironmentRealm = {
320
- encode(message, writer = minimal_1.default.Writer.create()) {
354
+ var EnvironmentRealm;
355
+ (function (EnvironmentRealm) {
356
+ function encode(message, writer = minimal_1.default.Writer.create()) {
321
357
  if (message.domain !== "") {
322
358
  writer.uint32(10).string(message.domain);
323
359
  }
@@ -337,8 +373,9 @@ exports.EnvironmentRealm = {
337
373
  writer.uint32(50).string(message.protocol);
338
374
  }
339
375
  return writer;
340
- },
341
- decode(input, length) {
376
+ }
377
+ EnvironmentRealm.encode = encode;
378
+ function decode(input, length) {
342
379
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
343
380
  let end = length === undefined ? reader.len : reader.pos + length;
344
381
  const message = createBaseEnvironmentRealm();
@@ -388,8 +425,9 @@ exports.EnvironmentRealm = {
388
425
  reader.skipType(tag & 7);
389
426
  }
390
427
  return message;
391
- },
392
- fromJSON(object) {
428
+ }
429
+ EnvironmentRealm.decode = decode;
430
+ function fromJSON(object) {
393
431
  return {
394
432
  domain: isSet(object.domain) ? String(object.domain) : "",
395
433
  layer: isSet(object.layer) ? String(object.layer) : "",
@@ -398,8 +436,9 @@ exports.EnvironmentRealm = {
398
436
  displayName: isSet(object.displayName) ? String(object.displayName) : "",
399
437
  protocol: isSet(object.protocol) ? String(object.protocol) : "",
400
438
  };
401
- },
402
- toJSON(message) {
439
+ }
440
+ EnvironmentRealm.fromJSON = fromJSON;
441
+ function toJSON(message) {
403
442
  const obj = {};
404
443
  message.domain !== undefined && (obj.domain = message.domain);
405
444
  message.layer !== undefined && (obj.layer = message.layer);
@@ -408,11 +447,13 @@ exports.EnvironmentRealm = {
408
447
  message.displayName !== undefined && (obj.displayName = message.displayName);
409
448
  message.protocol !== undefined && (obj.protocol = message.protocol);
410
449
  return obj;
411
- },
412
- create(base) {
413
- return exports.EnvironmentRealm.fromPartial(base !== null && base !== void 0 ? base : {});
414
- },
415
- fromPartial(object) {
450
+ }
451
+ EnvironmentRealm.toJSON = toJSON;
452
+ function create(base) {
453
+ return EnvironmentRealm.fromPartial(base !== null && base !== void 0 ? base : {});
454
+ }
455
+ EnvironmentRealm.create = create;
456
+ function fromPartial(object) {
416
457
  var _a, _b, _c, _d, _e, _f;
417
458
  const message = createBaseEnvironmentRealm();
418
459
  message.domain = (_a = object.domain) !== null && _a !== void 0 ? _a : "";
@@ -422,19 +463,22 @@ exports.EnvironmentRealm = {
422
463
  message.displayName = (_e = object.displayName) !== null && _e !== void 0 ? _e : "";
423
464
  message.protocol = (_f = object.protocol) !== null && _f !== void 0 ? _f : "";
424
465
  return message;
425
- },
426
- };
466
+ }
467
+ EnvironmentRealm.fromPartial = fromPartial;
468
+ })(EnvironmentRealm = exports.EnvironmentRealm || (exports.EnvironmentRealm = {}));
427
469
  function createBaseGetCurrentRealmResponse() {
428
470
  return { currentRealm: undefined };
429
471
  }
430
- exports.GetCurrentRealmResponse = {
431
- encode(message, writer = minimal_1.default.Writer.create()) {
472
+ var GetCurrentRealmResponse;
473
+ (function (GetCurrentRealmResponse) {
474
+ function encode(message, writer = minimal_1.default.Writer.create()) {
432
475
  if (message.currentRealm !== undefined) {
433
- exports.EnvironmentRealm.encode(message.currentRealm, writer.uint32(10).fork()).ldelim();
476
+ EnvironmentRealm.encode(message.currentRealm, writer.uint32(10).fork()).ldelim();
434
477
  }
435
478
  return writer;
436
- },
437
- decode(input, length) {
479
+ }
480
+ GetCurrentRealmResponse.encode = encode;
481
+ function decode(input, length) {
438
482
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
439
483
  let end = length === undefined ? reader.len : reader.pos + length;
440
484
  const message = createBaseGetCurrentRealmResponse();
@@ -445,7 +489,7 @@ exports.GetCurrentRealmResponse = {
445
489
  if (tag !== 10) {
446
490
  break;
447
491
  }
448
- message.currentRealm = exports.EnvironmentRealm.decode(reader, reader.uint32());
492
+ message.currentRealm = EnvironmentRealm.decode(reader, reader.uint32());
449
493
  continue;
450
494
  }
451
495
  if ((tag & 7) === 4 || tag === 0) {
@@ -454,42 +498,49 @@ exports.GetCurrentRealmResponse = {
454
498
  reader.skipType(tag & 7);
455
499
  }
456
500
  return message;
457
- },
458
- fromJSON(object) {
459
- return { currentRealm: isSet(object.currentRealm) ? exports.EnvironmentRealm.fromJSON(object.currentRealm) : undefined };
460
- },
461
- toJSON(message) {
501
+ }
502
+ GetCurrentRealmResponse.decode = decode;
503
+ function fromJSON(object) {
504
+ return { currentRealm: isSet(object.currentRealm) ? EnvironmentRealm.fromJSON(object.currentRealm) : undefined };
505
+ }
506
+ GetCurrentRealmResponse.fromJSON = fromJSON;
507
+ function toJSON(message) {
462
508
  const obj = {};
463
509
  message.currentRealm !== undefined &&
464
- (obj.currentRealm = message.currentRealm ? exports.EnvironmentRealm.toJSON(message.currentRealm) : undefined);
510
+ (obj.currentRealm = message.currentRealm ? EnvironmentRealm.toJSON(message.currentRealm) : undefined);
465
511
  return obj;
466
- },
467
- create(base) {
468
- return exports.GetCurrentRealmResponse.fromPartial(base !== null && base !== void 0 ? base : {});
469
- },
470
- fromPartial(object) {
512
+ }
513
+ GetCurrentRealmResponse.toJSON = toJSON;
514
+ function create(base) {
515
+ return GetCurrentRealmResponse.fromPartial(base !== null && base !== void 0 ? base : {});
516
+ }
517
+ GetCurrentRealmResponse.create = create;
518
+ function fromPartial(object) {
471
519
  const message = createBaseGetCurrentRealmResponse();
472
520
  message.currentRealm = (object.currentRealm !== undefined && object.currentRealm !== null)
473
- ? exports.EnvironmentRealm.fromPartial(object.currentRealm)
521
+ ? EnvironmentRealm.fromPartial(object.currentRealm)
474
522
  : undefined;
475
523
  return message;
476
- },
477
- };
524
+ }
525
+ GetCurrentRealmResponse.fromPartial = fromPartial;
526
+ })(GetCurrentRealmResponse = exports.GetCurrentRealmResponse || (exports.GetCurrentRealmResponse = {}));
478
527
  function createBaseGetExplorerConfigurationResponse() {
479
528
  return { clientUri: "", configurations: {} };
480
529
  }
481
- exports.GetExplorerConfigurationResponse = {
482
- encode(message, writer = minimal_1.default.Writer.create()) {
530
+ var GetExplorerConfigurationResponse;
531
+ (function (GetExplorerConfigurationResponse) {
532
+ function encode(message, writer = minimal_1.default.Writer.create()) {
483
533
  if (message.clientUri !== "") {
484
534
  writer.uint32(10).string(message.clientUri);
485
535
  }
486
536
  Object.entries(message.configurations).forEach(([key, value]) => {
487
- exports.GetExplorerConfigurationResponse_ConfigurationsEntry.encode({ key: key, value }, writer.uint32(18).fork())
537
+ GetExplorerConfigurationResponse_ConfigurationsEntry.encode({ key: key, value }, writer.uint32(18).fork())
488
538
  .ldelim();
489
539
  });
490
540
  return writer;
491
- },
492
- decode(input, length) {
541
+ }
542
+ GetExplorerConfigurationResponse.encode = encode;
543
+ function decode(input, length) {
493
544
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
494
545
  let end = length === undefined ? reader.len : reader.pos + length;
495
546
  const message = createBaseGetExplorerConfigurationResponse();
@@ -506,7 +557,7 @@ exports.GetExplorerConfigurationResponse = {
506
557
  if (tag !== 18) {
507
558
  break;
508
559
  }
509
- const entry2 = exports.GetExplorerConfigurationResponse_ConfigurationsEntry.decode(reader, reader.uint32());
560
+ const entry2 = GetExplorerConfigurationResponse_ConfigurationsEntry.decode(reader, reader.uint32());
510
561
  if (entry2.value !== undefined) {
511
562
  message.configurations[entry2.key] = entry2.value;
512
563
  }
@@ -518,8 +569,9 @@ exports.GetExplorerConfigurationResponse = {
518
569
  reader.skipType(tag & 7);
519
570
  }
520
571
  return message;
521
- },
522
- fromJSON(object) {
572
+ }
573
+ GetExplorerConfigurationResponse.decode = decode;
574
+ function fromJSON(object) {
523
575
  return {
524
576
  clientUri: isSet(object.clientUri) ? String(object.clientUri) : "",
525
577
  configurations: isObject(object.configurations)
@@ -529,8 +581,9 @@ exports.GetExplorerConfigurationResponse = {
529
581
  }, {})
530
582
  : {},
531
583
  };
532
- },
533
- toJSON(message) {
584
+ }
585
+ GetExplorerConfigurationResponse.fromJSON = fromJSON;
586
+ function toJSON(message) {
534
587
  const obj = {};
535
588
  message.clientUri !== undefined && (obj.clientUri = message.clientUri);
536
589
  obj.configurations = {};
@@ -540,11 +593,13 @@ exports.GetExplorerConfigurationResponse = {
540
593
  });
541
594
  }
542
595
  return obj;
543
- },
544
- create(base) {
545
- return exports.GetExplorerConfigurationResponse.fromPartial(base !== null && base !== void 0 ? base : {});
546
- },
547
- fromPartial(object) {
596
+ }
597
+ GetExplorerConfigurationResponse.toJSON = toJSON;
598
+ function create(base) {
599
+ return GetExplorerConfigurationResponse.fromPartial(base !== null && base !== void 0 ? base : {});
600
+ }
601
+ GetExplorerConfigurationResponse.create = create;
602
+ function fromPartial(object) {
548
603
  var _a, _b;
549
604
  const message = createBaseGetExplorerConfigurationResponse();
550
605
  message.clientUri = (_a = object.clientUri) !== null && _a !== void 0 ? _a : "";
@@ -555,13 +610,15 @@ exports.GetExplorerConfigurationResponse = {
555
610
  return acc;
556
611
  }, {});
557
612
  return message;
558
- },
559
- };
613
+ }
614
+ GetExplorerConfigurationResponse.fromPartial = fromPartial;
615
+ })(GetExplorerConfigurationResponse = exports.GetExplorerConfigurationResponse || (exports.GetExplorerConfigurationResponse = {}));
560
616
  function createBaseGetExplorerConfigurationResponse_ConfigurationsEntry() {
561
617
  return { key: "", value: "" };
562
618
  }
563
- exports.GetExplorerConfigurationResponse_ConfigurationsEntry = {
564
- encode(message, writer = minimal_1.default.Writer.create()) {
619
+ var GetExplorerConfigurationResponse_ConfigurationsEntry;
620
+ (function (GetExplorerConfigurationResponse_ConfigurationsEntry) {
621
+ function encode(message, writer = minimal_1.default.Writer.create()) {
565
622
  if (message.key !== "") {
566
623
  writer.uint32(10).string(message.key);
567
624
  }
@@ -569,8 +626,9 @@ exports.GetExplorerConfigurationResponse_ConfigurationsEntry = {
569
626
  writer.uint32(18).string(message.value);
570
627
  }
571
628
  return writer;
572
- },
573
- decode(input, length) {
629
+ }
630
+ GetExplorerConfigurationResponse_ConfigurationsEntry.encode = encode;
631
+ function decode(input, length) {
574
632
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
575
633
  let end = length === undefined ? reader.len : reader.pos + length;
576
634
  const message = createBaseGetExplorerConfigurationResponse_ConfigurationsEntry();
@@ -596,38 +654,45 @@ exports.GetExplorerConfigurationResponse_ConfigurationsEntry = {
596
654
  reader.skipType(tag & 7);
597
655
  }
598
656
  return message;
599
- },
600
- fromJSON(object) {
657
+ }
658
+ GetExplorerConfigurationResponse_ConfigurationsEntry.decode = decode;
659
+ function fromJSON(object) {
601
660
  return { key: isSet(object.key) ? String(object.key) : "", value: isSet(object.value) ? String(object.value) : "" };
602
- },
603
- toJSON(message) {
661
+ }
662
+ GetExplorerConfigurationResponse_ConfigurationsEntry.fromJSON = fromJSON;
663
+ function toJSON(message) {
604
664
  const obj = {};
605
665
  message.key !== undefined && (obj.key = message.key);
606
666
  message.value !== undefined && (obj.value = message.value);
607
667
  return obj;
608
- },
609
- create(base) {
610
- return exports.GetExplorerConfigurationResponse_ConfigurationsEntry.fromPartial(base !== null && base !== void 0 ? base : {});
611
- },
612
- fromPartial(object) {
668
+ }
669
+ GetExplorerConfigurationResponse_ConfigurationsEntry.toJSON = toJSON;
670
+ function create(base) {
671
+ return GetExplorerConfigurationResponse_ConfigurationsEntry.fromPartial(base !== null && base !== void 0 ? base : {});
672
+ }
673
+ GetExplorerConfigurationResponse_ConfigurationsEntry.create = create;
674
+ function fromPartial(object) {
613
675
  var _a, _b;
614
676
  const message = createBaseGetExplorerConfigurationResponse_ConfigurationsEntry();
615
677
  message.key = (_a = object.key) !== null && _a !== void 0 ? _a : "";
616
678
  message.value = (_b = object.value) !== null && _b !== void 0 ? _b : "";
617
679
  return message;
618
- },
619
- };
680
+ }
681
+ GetExplorerConfigurationResponse_ConfigurationsEntry.fromPartial = fromPartial;
682
+ })(GetExplorerConfigurationResponse_ConfigurationsEntry = exports.GetExplorerConfigurationResponse_ConfigurationsEntry || (exports.GetExplorerConfigurationResponse_ConfigurationsEntry = {}));
620
683
  function createBaseGetDecentralandTimeResponse() {
621
684
  return { seconds: 0 };
622
685
  }
623
- exports.GetDecentralandTimeResponse = {
624
- encode(message, writer = minimal_1.default.Writer.create()) {
686
+ var GetDecentralandTimeResponse;
687
+ (function (GetDecentralandTimeResponse) {
688
+ function encode(message, writer = minimal_1.default.Writer.create()) {
625
689
  if (message.seconds !== 0) {
626
690
  writer.uint32(8).int32(message.seconds);
627
691
  }
628
692
  return writer;
629
- },
630
- decode(input, length) {
693
+ }
694
+ GetDecentralandTimeResponse.encode = encode;
695
+ function decode(input, length) {
631
696
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
632
697
  let end = length === undefined ? reader.len : reader.pos + length;
633
698
  const message = createBaseGetDecentralandTimeResponse();
@@ -647,33 +712,40 @@ exports.GetDecentralandTimeResponse = {
647
712
  reader.skipType(tag & 7);
648
713
  }
649
714
  return message;
650
- },
651
- fromJSON(object) {
715
+ }
716
+ GetDecentralandTimeResponse.decode = decode;
717
+ function fromJSON(object) {
652
718
  return { seconds: isSet(object.seconds) ? Number(object.seconds) : 0 };
653
- },
654
- toJSON(message) {
719
+ }
720
+ GetDecentralandTimeResponse.fromJSON = fromJSON;
721
+ function toJSON(message) {
655
722
  const obj = {};
656
723
  message.seconds !== undefined && (obj.seconds = Math.round(message.seconds));
657
724
  return obj;
658
- },
659
- create(base) {
660
- return exports.GetDecentralandTimeResponse.fromPartial(base !== null && base !== void 0 ? base : {});
661
- },
662
- fromPartial(object) {
725
+ }
726
+ GetDecentralandTimeResponse.toJSON = toJSON;
727
+ function create(base) {
728
+ return GetDecentralandTimeResponse.fromPartial(base !== null && base !== void 0 ? base : {});
729
+ }
730
+ GetDecentralandTimeResponse.create = create;
731
+ function fromPartial(object) {
663
732
  var _a;
664
733
  const message = createBaseGetDecentralandTimeResponse();
665
734
  message.seconds = (_a = object.seconds) !== null && _a !== void 0 ? _a : 0;
666
735
  return message;
667
- },
668
- };
736
+ }
737
+ GetDecentralandTimeResponse.fromPartial = fromPartial;
738
+ })(GetDecentralandTimeResponse = exports.GetDecentralandTimeResponse || (exports.GetDecentralandTimeResponse = {}));
669
739
  function createBaseGetBootstrapDataRequest() {
670
740
  return {};
671
741
  }
672
- exports.GetBootstrapDataRequest = {
673
- encode(_, writer = minimal_1.default.Writer.create()) {
742
+ var GetBootstrapDataRequest;
743
+ (function (GetBootstrapDataRequest) {
744
+ function encode(_, writer = minimal_1.default.Writer.create()) {
674
745
  return writer;
675
- },
676
- decode(input, length) {
746
+ }
747
+ GetBootstrapDataRequest.encode = encode;
748
+ function decode(input, length) {
677
749
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
678
750
  let end = length === undefined ? reader.len : reader.pos + length;
679
751
  const message = createBaseGetBootstrapDataRequest();
@@ -687,30 +759,37 @@ exports.GetBootstrapDataRequest = {
687
759
  reader.skipType(tag & 7);
688
760
  }
689
761
  return message;
690
- },
691
- fromJSON(_) {
762
+ }
763
+ GetBootstrapDataRequest.decode = decode;
764
+ function fromJSON(_) {
692
765
  return {};
693
- },
694
- toJSON(_) {
766
+ }
767
+ GetBootstrapDataRequest.fromJSON = fromJSON;
768
+ function toJSON(_) {
695
769
  const obj = {};
696
770
  return obj;
697
- },
698
- create(base) {
699
- return exports.GetBootstrapDataRequest.fromPartial(base !== null && base !== void 0 ? base : {});
700
- },
701
- fromPartial(_) {
771
+ }
772
+ GetBootstrapDataRequest.toJSON = toJSON;
773
+ function create(base) {
774
+ return GetBootstrapDataRequest.fromPartial(base !== null && base !== void 0 ? base : {});
775
+ }
776
+ GetBootstrapDataRequest.create = create;
777
+ function fromPartial(_) {
702
778
  const message = createBaseGetBootstrapDataRequest();
703
779
  return message;
704
- },
705
- };
780
+ }
781
+ GetBootstrapDataRequest.fromPartial = fromPartial;
782
+ })(GetBootstrapDataRequest = exports.GetBootstrapDataRequest || (exports.GetBootstrapDataRequest = {}));
706
783
  function createBaseIsPreviewModeRequest() {
707
784
  return {};
708
785
  }
709
- exports.IsPreviewModeRequest = {
710
- encode(_, writer = minimal_1.default.Writer.create()) {
786
+ var IsPreviewModeRequest;
787
+ (function (IsPreviewModeRequest) {
788
+ function encode(_, writer = minimal_1.default.Writer.create()) {
711
789
  return writer;
712
- },
713
- decode(input, length) {
790
+ }
791
+ IsPreviewModeRequest.encode = encode;
792
+ function decode(input, length) {
714
793
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
715
794
  let end = length === undefined ? reader.len : reader.pos + length;
716
795
  const message = createBaseIsPreviewModeRequest();
@@ -724,30 +803,37 @@ exports.IsPreviewModeRequest = {
724
803
  reader.skipType(tag & 7);
725
804
  }
726
805
  return message;
727
- },
728
- fromJSON(_) {
806
+ }
807
+ IsPreviewModeRequest.decode = decode;
808
+ function fromJSON(_) {
729
809
  return {};
730
- },
731
- toJSON(_) {
810
+ }
811
+ IsPreviewModeRequest.fromJSON = fromJSON;
812
+ function toJSON(_) {
732
813
  const obj = {};
733
814
  return obj;
734
- },
735
- create(base) {
736
- return exports.IsPreviewModeRequest.fromPartial(base !== null && base !== void 0 ? base : {});
737
- },
738
- fromPartial(_) {
815
+ }
816
+ IsPreviewModeRequest.toJSON = toJSON;
817
+ function create(base) {
818
+ return IsPreviewModeRequest.fromPartial(base !== null && base !== void 0 ? base : {});
819
+ }
820
+ IsPreviewModeRequest.create = create;
821
+ function fromPartial(_) {
739
822
  const message = createBaseIsPreviewModeRequest();
740
823
  return message;
741
- },
742
- };
824
+ }
825
+ IsPreviewModeRequest.fromPartial = fromPartial;
826
+ })(IsPreviewModeRequest = exports.IsPreviewModeRequest || (exports.IsPreviewModeRequest = {}));
743
827
  function createBaseGetPlatformRequest() {
744
828
  return {};
745
829
  }
746
- exports.GetPlatformRequest = {
747
- encode(_, writer = minimal_1.default.Writer.create()) {
830
+ var GetPlatformRequest;
831
+ (function (GetPlatformRequest) {
832
+ function encode(_, writer = minimal_1.default.Writer.create()) {
748
833
  return writer;
749
- },
750
- decode(input, length) {
834
+ }
835
+ GetPlatformRequest.encode = encode;
836
+ function decode(input, length) {
751
837
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
752
838
  let end = length === undefined ? reader.len : reader.pos + length;
753
839
  const message = createBaseGetPlatformRequest();
@@ -761,30 +847,37 @@ exports.GetPlatformRequest = {
761
847
  reader.skipType(tag & 7);
762
848
  }
763
849
  return message;
764
- },
765
- fromJSON(_) {
850
+ }
851
+ GetPlatformRequest.decode = decode;
852
+ function fromJSON(_) {
766
853
  return {};
767
- },
768
- toJSON(_) {
854
+ }
855
+ GetPlatformRequest.fromJSON = fromJSON;
856
+ function toJSON(_) {
769
857
  const obj = {};
770
858
  return obj;
771
- },
772
- create(base) {
773
- return exports.GetPlatformRequest.fromPartial(base !== null && base !== void 0 ? base : {});
774
- },
775
- fromPartial(_) {
859
+ }
860
+ GetPlatformRequest.toJSON = toJSON;
861
+ function create(base) {
862
+ return GetPlatformRequest.fromPartial(base !== null && base !== void 0 ? base : {});
863
+ }
864
+ GetPlatformRequest.create = create;
865
+ function fromPartial(_) {
776
866
  const message = createBaseGetPlatformRequest();
777
867
  return message;
778
- },
779
- };
868
+ }
869
+ GetPlatformRequest.fromPartial = fromPartial;
870
+ })(GetPlatformRequest = exports.GetPlatformRequest || (exports.GetPlatformRequest = {}));
780
871
  function createBaseAreUnsafeRequestAllowedRequest() {
781
872
  return {};
782
873
  }
783
- exports.AreUnsafeRequestAllowedRequest = {
784
- encode(_, writer = minimal_1.default.Writer.create()) {
874
+ var AreUnsafeRequestAllowedRequest;
875
+ (function (AreUnsafeRequestAllowedRequest) {
876
+ function encode(_, writer = minimal_1.default.Writer.create()) {
785
877
  return writer;
786
- },
787
- decode(input, length) {
878
+ }
879
+ AreUnsafeRequestAllowedRequest.encode = encode;
880
+ function decode(input, length) {
788
881
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
789
882
  let end = length === undefined ? reader.len : reader.pos + length;
790
883
  const message = createBaseAreUnsafeRequestAllowedRequest();
@@ -798,30 +891,37 @@ exports.AreUnsafeRequestAllowedRequest = {
798
891
  reader.skipType(tag & 7);
799
892
  }
800
893
  return message;
801
- },
802
- fromJSON(_) {
894
+ }
895
+ AreUnsafeRequestAllowedRequest.decode = decode;
896
+ function fromJSON(_) {
803
897
  return {};
804
- },
805
- toJSON(_) {
898
+ }
899
+ AreUnsafeRequestAllowedRequest.fromJSON = fromJSON;
900
+ function toJSON(_) {
806
901
  const obj = {};
807
902
  return obj;
808
- },
809
- create(base) {
810
- return exports.AreUnsafeRequestAllowedRequest.fromPartial(base !== null && base !== void 0 ? base : {});
811
- },
812
- fromPartial(_) {
903
+ }
904
+ AreUnsafeRequestAllowedRequest.toJSON = toJSON;
905
+ function create(base) {
906
+ return AreUnsafeRequestAllowedRequest.fromPartial(base !== null && base !== void 0 ? base : {});
907
+ }
908
+ AreUnsafeRequestAllowedRequest.create = create;
909
+ function fromPartial(_) {
813
910
  const message = createBaseAreUnsafeRequestAllowedRequest();
814
911
  return message;
815
- },
816
- };
912
+ }
913
+ AreUnsafeRequestAllowedRequest.fromPartial = fromPartial;
914
+ })(AreUnsafeRequestAllowedRequest = exports.AreUnsafeRequestAllowedRequest || (exports.AreUnsafeRequestAllowedRequest = {}));
817
915
  function createBaseGetCurrentRealmRequest() {
818
916
  return {};
819
917
  }
820
- exports.GetCurrentRealmRequest = {
821
- encode(_, writer = minimal_1.default.Writer.create()) {
918
+ var GetCurrentRealmRequest;
919
+ (function (GetCurrentRealmRequest) {
920
+ function encode(_, writer = minimal_1.default.Writer.create()) {
822
921
  return writer;
823
- },
824
- decode(input, length) {
922
+ }
923
+ GetCurrentRealmRequest.encode = encode;
924
+ function decode(input, length) {
825
925
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
826
926
  let end = length === undefined ? reader.len : reader.pos + length;
827
927
  const message = createBaseGetCurrentRealmRequest();
@@ -835,30 +935,37 @@ exports.GetCurrentRealmRequest = {
835
935
  reader.skipType(tag & 7);
836
936
  }
837
937
  return message;
838
- },
839
- fromJSON(_) {
938
+ }
939
+ GetCurrentRealmRequest.decode = decode;
940
+ function fromJSON(_) {
840
941
  return {};
841
- },
842
- toJSON(_) {
942
+ }
943
+ GetCurrentRealmRequest.fromJSON = fromJSON;
944
+ function toJSON(_) {
843
945
  const obj = {};
844
946
  return obj;
845
- },
846
- create(base) {
847
- return exports.GetCurrentRealmRequest.fromPartial(base !== null && base !== void 0 ? base : {});
848
- },
849
- fromPartial(_) {
947
+ }
948
+ GetCurrentRealmRequest.toJSON = toJSON;
949
+ function create(base) {
950
+ return GetCurrentRealmRequest.fromPartial(base !== null && base !== void 0 ? base : {});
951
+ }
952
+ GetCurrentRealmRequest.create = create;
953
+ function fromPartial(_) {
850
954
  const message = createBaseGetCurrentRealmRequest();
851
955
  return message;
852
- },
853
- };
956
+ }
957
+ GetCurrentRealmRequest.fromPartial = fromPartial;
958
+ })(GetCurrentRealmRequest = exports.GetCurrentRealmRequest || (exports.GetCurrentRealmRequest = {}));
854
959
  function createBaseGetExplorerConfigurationRequest() {
855
960
  return {};
856
961
  }
857
- exports.GetExplorerConfigurationRequest = {
858
- encode(_, writer = minimal_1.default.Writer.create()) {
962
+ var GetExplorerConfigurationRequest;
963
+ (function (GetExplorerConfigurationRequest) {
964
+ function encode(_, writer = minimal_1.default.Writer.create()) {
859
965
  return writer;
860
- },
861
- decode(input, length) {
966
+ }
967
+ GetExplorerConfigurationRequest.encode = encode;
968
+ function decode(input, length) {
862
969
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
863
970
  let end = length === undefined ? reader.len : reader.pos + length;
864
971
  const message = createBaseGetExplorerConfigurationRequest();
@@ -872,30 +979,37 @@ exports.GetExplorerConfigurationRequest = {
872
979
  reader.skipType(tag & 7);
873
980
  }
874
981
  return message;
875
- },
876
- fromJSON(_) {
982
+ }
983
+ GetExplorerConfigurationRequest.decode = decode;
984
+ function fromJSON(_) {
877
985
  return {};
878
- },
879
- toJSON(_) {
986
+ }
987
+ GetExplorerConfigurationRequest.fromJSON = fromJSON;
988
+ function toJSON(_) {
880
989
  const obj = {};
881
990
  return obj;
882
- },
883
- create(base) {
884
- return exports.GetExplorerConfigurationRequest.fromPartial(base !== null && base !== void 0 ? base : {});
885
- },
886
- fromPartial(_) {
991
+ }
992
+ GetExplorerConfigurationRequest.toJSON = toJSON;
993
+ function create(base) {
994
+ return GetExplorerConfigurationRequest.fromPartial(base !== null && base !== void 0 ? base : {});
995
+ }
996
+ GetExplorerConfigurationRequest.create = create;
997
+ function fromPartial(_) {
887
998
  const message = createBaseGetExplorerConfigurationRequest();
888
999
  return message;
889
- },
890
- };
1000
+ }
1001
+ GetExplorerConfigurationRequest.fromPartial = fromPartial;
1002
+ })(GetExplorerConfigurationRequest = exports.GetExplorerConfigurationRequest || (exports.GetExplorerConfigurationRequest = {}));
891
1003
  function createBaseGetDecentralandTimeRequest() {
892
1004
  return {};
893
1005
  }
894
- exports.GetDecentralandTimeRequest = {
895
- encode(_, writer = minimal_1.default.Writer.create()) {
1006
+ var GetDecentralandTimeRequest;
1007
+ (function (GetDecentralandTimeRequest) {
1008
+ function encode(_, writer = minimal_1.default.Writer.create()) {
896
1009
  return writer;
897
- },
898
- decode(input, length) {
1010
+ }
1011
+ GetDecentralandTimeRequest.encode = encode;
1012
+ function decode(input, length) {
899
1013
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
900
1014
  let end = length === undefined ? reader.len : reader.pos + length;
901
1015
  const message = createBaseGetDecentralandTimeRequest();
@@ -909,22 +1023,27 @@ exports.GetDecentralandTimeRequest = {
909
1023
  reader.skipType(tag & 7);
910
1024
  }
911
1025
  return message;
912
- },
913
- fromJSON(_) {
1026
+ }
1027
+ GetDecentralandTimeRequest.decode = decode;
1028
+ function fromJSON(_) {
914
1029
  return {};
915
- },
916
- toJSON(_) {
1030
+ }
1031
+ GetDecentralandTimeRequest.fromJSON = fromJSON;
1032
+ function toJSON(_) {
917
1033
  const obj = {};
918
1034
  return obj;
919
- },
920
- create(base) {
921
- return exports.GetDecentralandTimeRequest.fromPartial(base !== null && base !== void 0 ? base : {});
922
- },
923
- fromPartial(_) {
1035
+ }
1036
+ GetDecentralandTimeRequest.toJSON = toJSON;
1037
+ function create(base) {
1038
+ return GetDecentralandTimeRequest.fromPartial(base !== null && base !== void 0 ? base : {});
1039
+ }
1040
+ GetDecentralandTimeRequest.create = create;
1041
+ function fromPartial(_) {
924
1042
  const message = createBaseGetDecentralandTimeRequest();
925
1043
  return message;
926
- },
927
- };
1044
+ }
1045
+ GetDecentralandTimeRequest.fromPartial = fromPartial;
1046
+ })(GetDecentralandTimeRequest = exports.GetDecentralandTimeRequest || (exports.GetDecentralandTimeRequest = {}));
928
1047
  exports.EnvironmentApiServiceDefinition = {
929
1048
  name: "EnvironmentApiService",
930
1049
  fullName: "decentraland.kernel.apis.EnvironmentApiService",
@@ -932,63 +1051,63 @@ exports.EnvironmentApiServiceDefinition = {
932
1051
  /** @deprecated, only available for SDK6 compatibility. Use runtime_api instead */
933
1052
  getBootstrapData: {
934
1053
  name: "GetBootstrapData",
935
- requestType: exports.GetBootstrapDataRequest,
1054
+ requestType: GetBootstrapDataRequest,
936
1055
  requestStream: false,
937
- responseType: exports.BootstrapDataResponse,
1056
+ responseType: BootstrapDataResponse,
938
1057
  responseStream: false,
939
1058
  options: {},
940
1059
  },
941
1060
  /** @deprecated, only available for SDK6 compatibility. Needs migration */
942
1061
  isPreviewMode: {
943
1062
  name: "IsPreviewMode",
944
- requestType: exports.IsPreviewModeRequest,
1063
+ requestType: IsPreviewModeRequest,
945
1064
  requestStream: false,
946
- responseType: exports.PreviewModeResponse,
1065
+ responseType: PreviewModeResponse,
947
1066
  responseStream: false,
948
1067
  options: {},
949
1068
  },
950
1069
  /** @deprecated, only available for SDK6 compatibility */
951
1070
  getPlatform: {
952
1071
  name: "GetPlatform",
953
- requestType: exports.GetPlatformRequest,
1072
+ requestType: GetPlatformRequest,
954
1073
  requestStream: false,
955
- responseType: exports.GetPlatformResponse,
1074
+ responseType: GetPlatformResponse,
956
1075
  responseStream: false,
957
1076
  options: {},
958
1077
  },
959
1078
  /** @deprecated, only available for SDK6 compatibility */
960
1079
  areUnsafeRequestAllowed: {
961
1080
  name: "AreUnsafeRequestAllowed",
962
- requestType: exports.AreUnsafeRequestAllowedRequest,
1081
+ requestType: AreUnsafeRequestAllowedRequest,
963
1082
  requestStream: false,
964
- responseType: exports.AreUnsafeRequestAllowedResponse,
1083
+ responseType: AreUnsafeRequestAllowedResponse,
965
1084
  responseStream: false,
966
1085
  options: {},
967
1086
  },
968
1087
  /** @deprecated, use GetCurrentRealm from runtime_api instead */
969
1088
  getCurrentRealm: {
970
1089
  name: "GetCurrentRealm",
971
- requestType: exports.GetCurrentRealmRequest,
1090
+ requestType: GetCurrentRealmRequest,
972
1091
  requestStream: false,
973
- responseType: exports.GetCurrentRealmResponse,
1092
+ responseType: GetCurrentRealmResponse,
974
1093
  responseStream: false,
975
1094
  options: {},
976
1095
  },
977
1096
  /** @deprecated, only available for SDK6 compatibility */
978
1097
  getExplorerConfiguration: {
979
1098
  name: "GetExplorerConfiguration",
980
- requestType: exports.GetExplorerConfigurationRequest,
1099
+ requestType: GetExplorerConfigurationRequest,
981
1100
  requestStream: false,
982
- responseType: exports.GetExplorerConfigurationResponse,
1101
+ responseType: GetExplorerConfigurationResponse,
983
1102
  responseStream: false,
984
1103
  options: {},
985
1104
  },
986
1105
  /** @deprecated, use GetTime from runtime_api instead */
987
1106
  getDecentralandTime: {
988
1107
  name: "GetDecentralandTime",
989
- requestType: exports.GetDecentralandTimeRequest,
1108
+ requestType: GetDecentralandTimeRequest,
990
1109
  requestStream: false,
991
- responseType: exports.GetDecentralandTimeResponse,
1110
+ responseType: GetDecentralandTimeResponse,
992
1111
  responseStream: false,
993
1112
  options: {},
994
1113
  },