@dcl/protocol 1.0.0-10043247792.commit-428d1eb

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 (473) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +69 -0
  3. package/out-js/about.gen.d.ts +1 -0
  4. package/out-js/about.gen.js +6 -0
  5. package/out-js/about.gen.js.map +1 -0
  6. package/out-js/comms.gen.d.ts +1 -0
  7. package/out-js/comms.gen.js +6 -0
  8. package/out-js/comms.gen.js.map +1 -0
  9. package/out-js/decentraland/common/border_rect.gen.d.ts +49 -0
  10. package/out-js/decentraland/common/border_rect.gen.js +201 -0
  11. package/out-js/decentraland/common/border_rect.gen.js.map +1 -0
  12. package/out-js/decentraland/common/colors.gen.d.ts +46 -0
  13. package/out-js/decentraland/common/colors.gen.js +189 -0
  14. package/out-js/decentraland/common/colors.gen.js.map +1 -0
  15. package/out-js/decentraland/common/content_mapping.gen.d.ts +31 -0
  16. package/out-js/decentraland/common/content_mapping.gen.js +80 -0
  17. package/out-js/decentraland/common/content_mapping.gen.js.map +1 -0
  18. package/out-js/decentraland/common/sdk/user_data.gen.d.ts +63 -0
  19. package/out-js/decentraland/common/sdk/user_data.gen.js +330 -0
  20. package/out-js/decentraland/common/sdk/user_data.gen.js.map +1 -0
  21. package/out-js/decentraland/common/texture.gen.d.ts +100 -0
  22. package/out-js/decentraland/common/texture.gen.js +446 -0
  23. package/out-js/decentraland/common/texture.gen.js.map +1 -0
  24. package/out-js/decentraland/common/vectors.gen.d.ts +71 -0
  25. package/out-js/decentraland/common/vectors.gen.js +338 -0
  26. package/out-js/decentraland/common/vectors.gen.js.map +1 -0
  27. package/out-js/decentraland/kernel/apis/comms_api.gen.d.ts +76 -0
  28. package/out-js/decentraland/kernel/apis/comms_api.gen.js +257 -0
  29. package/out-js/decentraland/kernel/apis/comms_api.gen.js.map +1 -0
  30. package/out-js/decentraland/kernel/apis/communications_controller.gen.d.ts +89 -0
  31. package/out-js/decentraland/kernel/apis/communications_controller.gen.js +301 -0
  32. package/out-js/decentraland/kernel/apis/communications_controller.gen.js.map +1 -0
  33. package/out-js/decentraland/kernel/apis/dev_tools.gen.d.ts +58 -0
  34. package/out-js/decentraland/kernel/apis/dev_tools.gen.js +142 -0
  35. package/out-js/decentraland/kernel/apis/dev_tools.gen.js.map +1 -0
  36. package/out-js/decentraland/kernel/apis/engine_api.gen.d.ts +338 -0
  37. package/out-js/decentraland/kernel/apis/engine_api.gen.js +1452 -0
  38. package/out-js/decentraland/kernel/apis/engine_api.gen.js.map +1 -0
  39. package/out-js/decentraland/kernel/apis/environment_api.gen.d.ts +283 -0
  40. package/out-js/decentraland/kernel/apis/environment_api.gen.js +1122 -0
  41. package/out-js/decentraland/kernel/apis/environment_api.gen.js.map +1 -0
  42. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.d.ts +225 -0
  43. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js +878 -0
  44. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js.map +1 -0
  45. package/out-js/decentraland/kernel/apis/parcel_identity.gen.d.ts +146 -0
  46. package/out-js/decentraland/kernel/apis/parcel_identity.gen.js +557 -0
  47. package/out-js/decentraland/kernel/apis/parcel_identity.gen.js.map +1 -0
  48. package/out-js/decentraland/kernel/apis/permissions.gen.d.ts +100 -0
  49. package/out-js/decentraland/kernel/apis/permissions.gen.js +360 -0
  50. package/out-js/decentraland/kernel/apis/permissions.gen.js.map +1 -0
  51. package/out-js/decentraland/kernel/apis/players.gen.d.ts +127 -0
  52. package/out-js/decentraland/kernel/apis/players.gen.js +372 -0
  53. package/out-js/decentraland/kernel/apis/players.gen.js.map +1 -0
  54. package/out-js/decentraland/kernel/apis/portable_experiences.gen.d.ts +178 -0
  55. package/out-js/decentraland/kernel/apis/portable_experiences.gen.js +607 -0
  56. package/out-js/decentraland/kernel/apis/portable_experiences.gen.js.map +1 -0
  57. package/out-js/decentraland/kernel/apis/restricted_actions.gen.d.ts +244 -0
  58. package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +824 -0
  59. package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -0
  60. package/out-js/decentraland/kernel/apis/runtime.gen.d.ts +217 -0
  61. package/out-js/decentraland/kernel/apis/runtime.gen.js +801 -0
  62. package/out-js/decentraland/kernel/apis/runtime.gen.js.map +1 -0
  63. package/out-js/decentraland/kernel/apis/scene.gen.d.ts +59 -0
  64. package/out-js/decentraland/kernel/apis/scene.gen.js +171 -0
  65. package/out-js/decentraland/kernel/apis/scene.gen.js.map +1 -0
  66. package/out-js/decentraland/kernel/apis/signed_fetch.gen.d.ts +139 -0
  67. package/out-js/decentraland/kernel/apis/signed_fetch.gen.js +615 -0
  68. package/out-js/decentraland/kernel/apis/signed_fetch.gen.js.map +1 -0
  69. package/out-js/decentraland/kernel/apis/social_controller.gen.d.ts +72 -0
  70. package/out-js/decentraland/kernel/apis/social_controller.gen.js +207 -0
  71. package/out-js/decentraland/kernel/apis/social_controller.gen.js.map +1 -0
  72. package/out-js/decentraland/kernel/apis/testing.gen.d.ts +249 -0
  73. package/out-js/decentraland/kernel/apis/testing.gen.js +1073 -0
  74. package/out-js/decentraland/kernel/apis/testing.gen.js.map +1 -0
  75. package/out-js/decentraland/kernel/apis/user_action_module.gen.d.ts +56 -0
  76. package/out-js/decentraland/kernel/apis/user_action_module.gen.js +128 -0
  77. package/out-js/decentraland/kernel/apis/user_action_module.gen.js.map +1 -0
  78. package/out-js/decentraland/kernel/apis/user_identity.gen.d.ts +86 -0
  79. package/out-js/decentraland/kernel/apis/user_identity.gen.js +236 -0
  80. package/out-js/decentraland/kernel/apis/user_identity.gen.js.map +1 -0
  81. package/out-js/decentraland/kernel/comms/rfc4/comms.gen.d.ts +213 -0
  82. package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +1282 -0
  83. package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js.map +1 -0
  84. package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.d.ts +183 -0
  85. package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js +906 -0
  86. package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js.map +1 -0
  87. package/out-js/decentraland/kernel/comms/v3/archipelago.gen.d.ts +224 -0
  88. package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js +1204 -0
  89. package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js.map +1 -0
  90. package/out-js/decentraland/quests/definitions.gen.d.ts +541 -0
  91. package/out-js/decentraland/quests/definitions.gen.js +2728 -0
  92. package/out-js/decentraland/quests/definitions.gen.js.map +1 -0
  93. package/out-js/decentraland/realm/about.gen.d.ts +150 -0
  94. package/out-js/decentraland/realm/about.gen.js +914 -0
  95. package/out-js/decentraland/realm/about.gen.js.map +1 -0
  96. package/out-js/decentraland/sdk/components/animator.gen.d.ts +62 -0
  97. package/out-js/decentraland/sdk/components/animator.gen.js +192 -0
  98. package/out-js/decentraland/sdk/components/animator.gen.js.map +1 -0
  99. package/out-js/decentraland/sdk/components/audio_source.gen.d.ts +61 -0
  100. package/out-js/decentraland/sdk/components/audio_source.gen.js +151 -0
  101. package/out-js/decentraland/sdk/components/audio_source.gen.js.map +1 -0
  102. package/out-js/decentraland/sdk/components/audio_stream.gen.d.ts +40 -0
  103. package/out-js/decentraland/sdk/components/audio_stream.gen.js +95 -0
  104. package/out-js/decentraland/sdk/components/audio_stream.gen.js.map +1 -0
  105. package/out-js/decentraland/sdk/components/avatar_attach.gen.d.ts +76 -0
  106. package/out-js/decentraland/sdk/components/avatar_attach.gen.js +262 -0
  107. package/out-js/decentraland/sdk/components/avatar_attach.gen.js.map +1 -0
  108. package/out-js/decentraland/sdk/components/avatar_base.gen.d.ts +36 -0
  109. package/out-js/decentraland/sdk/components/avatar_base.gen.js +129 -0
  110. package/out-js/decentraland/sdk/components/avatar_base.gen.js.map +1 -0
  111. package/out-js/decentraland/sdk/components/avatar_emote_command.gen.d.ts +37 -0
  112. package/out-js/decentraland/sdk/components/avatar_emote_command.gen.js +95 -0
  113. package/out-js/decentraland/sdk/components/avatar_emote_command.gen.js.map +1 -0
  114. package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.d.ts +36 -0
  115. package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.js +90 -0
  116. package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.js.map +1 -0
  117. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.d.ts +60 -0
  118. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +153 -0
  119. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -0
  120. package/out-js/decentraland/sdk/components/avatar_shape.gen.d.ts +72 -0
  121. package/out-js/decentraland/sdk/components/avatar_shape.gen.js +251 -0
  122. package/out-js/decentraland/sdk/components/avatar_shape.gen.js.map +1 -0
  123. package/out-js/decentraland/sdk/components/billboard.gen.d.ts +54 -0
  124. package/out-js/decentraland/sdk/components/billboard.gen.js +128 -0
  125. package/out-js/decentraland/sdk/components/billboard.gen.js.map +1 -0
  126. package/out-js/decentraland/sdk/components/camera_mode.gen.d.ts +36 -0
  127. package/out-js/decentraland/sdk/components/camera_mode.gen.js +70 -0
  128. package/out-js/decentraland/sdk/components/camera_mode.gen.js.map +1 -0
  129. package/out-js/decentraland/sdk/components/camera_mode_area.gen.d.ts +48 -0
  130. package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +85 -0
  131. package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -0
  132. package/out-js/decentraland/sdk/components/common/camera_type.gen.d.ts +10 -0
  133. package/out-js/decentraland/sdk/components/common/camera_type.gen.js +46 -0
  134. package/out-js/decentraland/sdk/components/common/camera_type.gen.js.map +1 -0
  135. package/out-js/decentraland/sdk/components/common/id.gen.d.ts +1 -0
  136. package/out-js/decentraland/sdk/components/common/id.gen.js +6 -0
  137. package/out-js/decentraland/sdk/components/common/id.gen.js.map +1 -0
  138. package/out-js/decentraland/sdk/components/common/input_action.gen.d.ts +30 -0
  139. package/out-js/decentraland/sdk/components/common/input_action.gen.js +157 -0
  140. package/out-js/decentraland/sdk/components/common/input_action.gen.js.map +1 -0
  141. package/out-js/decentraland/sdk/components/common/loading_state.gen.d.ts +11 -0
  142. package/out-js/decentraland/sdk/components/common/loading_state.gen.js +57 -0
  143. package/out-js/decentraland/sdk/components/common/loading_state.gen.js.map +1 -0
  144. package/out-js/decentraland/sdk/components/common/raycast_hit.gen.d.ts +45 -0
  145. package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js +163 -0
  146. package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js.map +1 -0
  147. package/out-js/decentraland/sdk/components/common/texts.gen.d.ts +23 -0
  148. package/out-js/decentraland/sdk/components/common/texts.gen.js +120 -0
  149. package/out-js/decentraland/sdk/components/common/texts.gen.js.map +1 -0
  150. package/out-js/decentraland/sdk/components/engine_info.gen.d.ts +41 -0
  151. package/out-js/decentraland/sdk/components/engine_info.gen.js +95 -0
  152. package/out-js/decentraland/sdk/components/engine_info.gen.js.map +1 -0
  153. package/out-js/decentraland/sdk/components/gltf_container.gen.d.ts +41 -0
  154. package/out-js/decentraland/sdk/components/gltf_container.gen.js +101 -0
  155. package/out-js/decentraland/sdk/components/gltf_container.gen.js.map +1 -0
  156. package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts +35 -0
  157. package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js +70 -0
  158. package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js.map +1 -0
  159. package/out-js/decentraland/sdk/components/material.gen.d.ts +106 -0
  160. package/out-js/decentraland/sdk/components/material.gen.js +515 -0
  161. package/out-js/decentraland/sdk/components/material.gen.js.map +1 -0
  162. package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +128 -0
  163. package/out-js/decentraland/sdk/components/mesh_collider.gen.js +469 -0
  164. package/out-js/decentraland/sdk/components/mesh_collider.gen.js.map +1 -0
  165. package/out-js/decentraland/sdk/components/mesh_renderer.gen.d.ts +104 -0
  166. package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +382 -0
  167. package/out-js/decentraland/sdk/components/mesh_renderer.gen.js.map +1 -0
  168. package/out-js/decentraland/sdk/components/nft_shape.gen.d.ts +74 -0
  169. package/out-js/decentraland/sdk/components/nft_shape.gen.js +259 -0
  170. package/out-js/decentraland/sdk/components/nft_shape.gen.js.map +1 -0
  171. package/out-js/decentraland/sdk/components/player_identity_data.gen.d.ts +37 -0
  172. package/out-js/decentraland/sdk/components/player_identity_data.gen.js +83 -0
  173. package/out-js/decentraland/sdk/components/player_identity_data.gen.js.map +1 -0
  174. package/out-js/decentraland/sdk/components/pointer_events.gen.d.ts +79 -0
  175. package/out-js/decentraland/sdk/components/pointer_events.gen.js +247 -0
  176. package/out-js/decentraland/sdk/components/pointer_events.gen.js.map +1 -0
  177. package/out-js/decentraland/sdk/components/pointer_events_result.gen.d.ts +42 -0
  178. package/out-js/decentraland/sdk/components/pointer_events_result.gen.js +133 -0
  179. package/out-js/decentraland/sdk/components/pointer_events_result.gen.js.map +1 -0
  180. package/out-js/decentraland/sdk/components/pointer_lock.gen.d.ts +35 -0
  181. package/out-js/decentraland/sdk/components/pointer_lock.gen.js +69 -0
  182. package/out-js/decentraland/sdk/components/pointer_lock.gen.js.map +1 -0
  183. package/out-js/decentraland/sdk/components/raycast.gen.d.ts +79 -0
  184. package/out-js/decentraland/sdk/components/raycast.gen.js +274 -0
  185. package/out-js/decentraland/sdk/components/raycast.gen.js.map +1 -0
  186. package/out-js/decentraland/sdk/components/raycast_result.gen.d.ts +48 -0
  187. package/out-js/decentraland/sdk/components/raycast_result.gen.js +132 -0
  188. package/out-js/decentraland/sdk/components/raycast_result.gen.js.map +1 -0
  189. package/out-js/decentraland/sdk/components/realm_info.gen.d.ts +35 -0
  190. package/out-js/decentraland/sdk/components/realm_info.gen.js +131 -0
  191. package/out-js/decentraland/sdk/components/realm_info.gen.js.map +1 -0
  192. package/out-js/decentraland/sdk/components/text_shape.gen.d.ts +81 -0
  193. package/out-js/decentraland/sdk/components/text_shape.gen.js +345 -0
  194. package/out-js/decentraland/sdk/components/text_shape.gen.js.map +1 -0
  195. package/out-js/decentraland/sdk/components/tween.gen.d.ts +125 -0
  196. package/out-js/decentraland/sdk/components/tween.gen.js +598 -0
  197. package/out-js/decentraland/sdk/components/tween.gen.js.map +1 -0
  198. package/out-js/decentraland/sdk/components/tween_sequence.gen.d.ts +39 -0
  199. package/out-js/decentraland/sdk/components/tween_sequence.gen.js +122 -0
  200. package/out-js/decentraland/sdk/components/tween_sequence.gen.js.map +1 -0
  201. package/out-js/decentraland/sdk/components/tween_state.gen.d.ts +40 -0
  202. package/out-js/decentraland/sdk/components/tween_state.gen.js +122 -0
  203. package/out-js/decentraland/sdk/components/tween_state.gen.js.map +1 -0
  204. package/out-js/decentraland/sdk/components/ui_background.gen.d.ts +63 -0
  205. package/out-js/decentraland/sdk/components/ui_background.gen.js +197 -0
  206. package/out-js/decentraland/sdk/components/ui_background.gen.js.map +1 -0
  207. package/out-js/decentraland/sdk/components/ui_dropdown.gen.d.ts +45 -0
  208. package/out-js/decentraland/sdk/components/ui_dropdown.gen.js +187 -0
  209. package/out-js/decentraland/sdk/components/ui_dropdown.gen.js.map +1 -0
  210. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.d.ts +30 -0
  211. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js +69 -0
  212. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js.map +1 -0
  213. package/out-js/decentraland/sdk/components/ui_input.gen.d.ts +44 -0
  214. package/out-js/decentraland/sdk/components/ui_input.gen.js +172 -0
  215. package/out-js/decentraland/sdk/components/ui_input.gen.js.map +1 -0
  216. package/out-js/decentraland/sdk/components/ui_input_result.gen.d.ts +32 -0
  217. package/out-js/decentraland/sdk/components/ui_input_result.gen.js +83 -0
  218. package/out-js/decentraland/sdk/components/ui_input_result.gen.js.map +1 -0
  219. package/out-js/decentraland/sdk/components/ui_text.gen.d.ts +50 -0
  220. package/out-js/decentraland/sdk/components/ui_text.gen.js +177 -0
  221. package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -0
  222. package/out-js/decentraland/sdk/components/ui_transform.gen.d.ts +204 -0
  223. package/out-js/decentraland/sdk/components/ui_transform.gen.js +1210 -0
  224. package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -0
  225. package/out-js/decentraland/sdk/components/video_player.gen.d.ts +41 -0
  226. package/out-js/decentraland/sdk/components/video_player.gen.js +138 -0
  227. package/out-js/decentraland/sdk/components/video_player.gen.js.map +1 -0
  228. package/out-js/decentraland/sdk/components/visibility_component.gen.d.ts +31 -0
  229. package/out-js/decentraland/sdk/components/visibility_component.gen.js +69 -0
  230. package/out-js/decentraland/sdk/components/visibility_component.gen.js.map +1 -0
  231. package/out-js/decentraland/sdk/development/local_development.gen.d.ts +70 -0
  232. package/out-js/decentraland/sdk/development/local_development.gen.js +283 -0
  233. package/out-js/decentraland/sdk/development/local_development.gen.js.map +1 -0
  234. package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.d.ts +1005 -0
  235. package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js +7842 -0
  236. package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js.map +1 -0
  237. package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.d.ts +398 -0
  238. package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js +2512 -0
  239. package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js.map +1 -0
  240. package/out-js/decentraland/social/friendships/friendships.gen.d.ts +500 -0
  241. package/out-js/decentraland/social/friendships/friendships.gen.js +2517 -0
  242. package/out-js/decentraland/social/friendships/friendships.gen.js.map +1 -0
  243. package/out-js/decentraland/social_service_v2/social_service.gen.d.ts +357 -0
  244. package/out-js/decentraland/social_service_v2/social_service.gen.js +1554 -0
  245. package/out-js/decentraland/social_service_v2/social_service.gen.js.map +1 -0
  246. package/out-js/google/protobuf/descriptor.gen.d.ts +436 -0
  247. package/out-js/google/protobuf/descriptor.gen.js +3173 -0
  248. package/out-js/google/protobuf/descriptor.gen.js.map +1 -0
  249. package/out-js/google/protobuf/empty.gen.d.ts +38 -0
  250. package/out-js/google/protobuf/empty.gen.js +54 -0
  251. package/out-js/google/protobuf/empty.gen.js.map +1 -0
  252. package/out-js/quests.gen.d.ts +1 -0
  253. package/out-js/quests.gen.js +6 -0
  254. package/out-js/quests.gen.js.map +1 -0
  255. package/out-js/sdk-apis.gen.d.ts +1 -0
  256. package/out-js/sdk-apis.gen.js +6 -0
  257. package/out-js/sdk-apis.gen.js.map +1 -0
  258. package/out-js/sdk-components.gen.d.ts +1 -0
  259. package/out-js/sdk-components.gen.js +6 -0
  260. package/out-js/sdk-components.gen.js.map +1 -0
  261. package/out-js/sdk-development.gen.d.ts +1 -0
  262. package/out-js/sdk-development.gen.js +6 -0
  263. package/out-js/sdk-development.gen.js.map +1 -0
  264. package/out-js/social.gen.d.ts +1 -0
  265. package/out-js/social.gen.js +6 -0
  266. package/out-js/social.gen.js.map +1 -0
  267. package/out-js/social_service_v2.gen.d.ts +1 -0
  268. package/out-js/social_service_v2.gen.js +6 -0
  269. package/out-js/social_service_v2.gen.js.map +1 -0
  270. package/out-ts/about.gen.ts +3 -0
  271. package/out-ts/comms.gen.ts +3 -0
  272. package/out-ts/decentraland/common/border_rect.gen.ts +230 -0
  273. package/out-ts/decentraland/common/colors.gen.ts +214 -0
  274. package/out-ts/decentraland/common/content_mapping.gen.ts +93 -0
  275. package/out-ts/decentraland/common/sdk/user_data.gen.ts +370 -0
  276. package/out-ts/decentraland/common/texture.gen.ts +500 -0
  277. package/out-ts/decentraland/common/vectors.gen.ts +377 -0
  278. package/out-ts/decentraland/kernel/apis/comms_api.gen.ts +295 -0
  279. package/out-ts/decentraland/kernel/apis/communications_controller.gen.ts +327 -0
  280. package/out-ts/decentraland/kernel/apis/dev_tools.gen.ts +161 -0
  281. package/out-ts/decentraland/kernel/apis/engine_api.gen.ts +1587 -0
  282. package/out-ts/decentraland/kernel/apis/environment_api.gen.ts +1264 -0
  283. package/out-ts/decentraland/kernel/apis/ethereum_controller.gen.ts +982 -0
  284. package/out-ts/decentraland/kernel/apis/parcel_identity.gen.ts +608 -0
  285. package/out-ts/decentraland/kernel/apis/permissions.gen.ts +397 -0
  286. package/out-ts/decentraland/kernel/apis/players.gen.ts +415 -0
  287. package/out-ts/decentraland/kernel/apis/portable_experiences.gen.ts +668 -0
  288. package/out-ts/decentraland/kernel/apis/restricted_actions.gen.ts +895 -0
  289. package/out-ts/decentraland/kernel/apis/runtime.gen.ts +911 -0
  290. package/out-ts/decentraland/kernel/apis/scene.gen.ts +192 -0
  291. package/out-ts/decentraland/kernel/apis/signed_fetch.gen.ts +691 -0
  292. package/out-ts/decentraland/kernel/apis/social_controller.gen.ts +230 -0
  293. package/out-ts/decentraland/kernel/apis/testing.gen.ts +1270 -0
  294. package/out-ts/decentraland/kernel/apis/user_action_module.gen.ts +146 -0
  295. package/out-ts/decentraland/kernel/apis/user_identity.gen.ts +264 -0
  296. package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +1440 -0
  297. package/out-ts/decentraland/kernel/comms/rfc5/ws_comms.gen.ts +1029 -0
  298. package/out-ts/decentraland/kernel/comms/v3/archipelago.gen.ts +1338 -0
  299. package/out-ts/decentraland/quests/definitions.gen.ts +3020 -0
  300. package/out-ts/decentraland/realm/about.gen.ts +1062 -0
  301. package/out-ts/decentraland/sdk/components/animator.gen.ts +240 -0
  302. package/out-ts/decentraland/sdk/components/audio_source.gen.ts +209 -0
  303. package/out-ts/decentraland/sdk/components/audio_stream.gen.ts +122 -0
  304. package/out-ts/decentraland/sdk/components/avatar_attach.gen.ts +289 -0
  305. package/out-ts/decentraland/sdk/components/avatar_base.gen.ts +149 -0
  306. package/out-ts/decentraland/sdk/components/avatar_emote_command.gen.ts +115 -0
  307. package/out-ts/decentraland/sdk/components/avatar_equipped_data.gen.ts +105 -0
  308. package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +188 -0
  309. package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +333 -0
  310. package/out-ts/decentraland/sdk/components/billboard.gen.ts +148 -0
  311. package/out-ts/decentraland/sdk/components/camera_mode.gen.ts +86 -0
  312. package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +115 -0
  313. package/out-ts/decentraland/sdk/components/common/camera_type.gen.ts +43 -0
  314. package/out-ts/decentraland/sdk/components/common/id.gen.ts +3 -0
  315. package/out-ts/decentraland/sdk/components/common/input_action.gen.ts +154 -0
  316. package/out-ts/decentraland/sdk/components/common/loading_state.gen.ts +54 -0
  317. package/out-ts/decentraland/sdk/components/common/raycast_hit.gen.ts +204 -0
  318. package/out-ts/decentraland/sdk/components/common/texts.gen.ts +117 -0
  319. package/out-ts/decentraland/sdk/components/engine_info.gen.ts +119 -0
  320. package/out-ts/decentraland/sdk/components/gltf_container.gen.ts +127 -0
  321. package/out-ts/decentraland/sdk/components/gltf_container_loading_state.gen.ts +89 -0
  322. package/out-ts/decentraland/sdk/components/material.gen.ts +629 -0
  323. package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +534 -0
  324. package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +454 -0
  325. package/out-ts/decentraland/sdk/components/nft_shape.gen.ts +288 -0
  326. package/out-ts/decentraland/sdk/components/player_identity_data.gen.ts +102 -0
  327. package/out-ts/decentraland/sdk/components/pointer_events.gen.ts +310 -0
  328. package/out-ts/decentraland/sdk/components/pointer_events_result.gen.ts +170 -0
  329. package/out-ts/decentraland/sdk/components/pointer_lock.gen.ts +85 -0
  330. package/out-ts/decentraland/sdk/components/raycast.gen.ts +333 -0
  331. package/out-ts/decentraland/sdk/components/raycast_result.gen.ts +168 -0
  332. package/out-ts/decentraland/sdk/components/realm_info.gen.ts +152 -0
  333. package/out-ts/decentraland/sdk/components/text_shape.gen.ts +470 -0
  334. package/out-ts/decentraland/sdk/components/tween.gen.ts +648 -0
  335. package/out-ts/decentraland/sdk/components/tween_sequence.gen.ts +134 -0
  336. package/out-ts/decentraland/sdk/components/tween_state.gen.ts +136 -0
  337. package/out-ts/decentraland/sdk/components/ui_background.gen.ts +223 -0
  338. package/out-ts/decentraland/sdk/components/ui_dropdown.gen.ts +231 -0
  339. package/out-ts/decentraland/sdk/components/ui_dropdown_result.gen.ts +80 -0
  340. package/out-ts/decentraland/sdk/components/ui_input.gen.ts +215 -0
  341. package/out-ts/decentraland/sdk/components/ui_input_result.gen.ts +97 -0
  342. package/out-ts/decentraland/sdk/components/ui_text.gen.ts +219 -0
  343. package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +1361 -0
  344. package/out-ts/decentraland/sdk/components/video_player.gen.ts +173 -0
  345. package/out-ts/decentraland/sdk/components/visibility_component.gen.ts +83 -0
  346. package/out-ts/decentraland/sdk/development/local_development.gen.ts +316 -0
  347. package/out-ts/decentraland/sdk/ecs6/components_ecs6.gen.ts +8957 -0
  348. package/out-ts/decentraland/sdk/ecs6/engine_interface_ecs6.gen.ts +2886 -0
  349. package/out-ts/decentraland/social/friendships/friendships.gen.ts +2798 -0
  350. package/out-ts/decentraland/social_service_v2/social_service.gen.ts +1709 -0
  351. package/out-ts/google/protobuf/descriptor.gen.ts +3470 -0
  352. package/out-ts/google/protobuf/empty.gen.ts +72 -0
  353. package/out-ts/quests.gen.ts +3 -0
  354. package/out-ts/sdk-apis.gen.ts +3 -0
  355. package/out-ts/sdk-components.gen.ts +3 -0
  356. package/out-ts/sdk-development.gen.ts +3 -0
  357. package/out-ts/social.gen.ts +3 -0
  358. package/out-ts/social_service_v2.gen.ts +3 -0
  359. package/package.json +33 -0
  360. package/proto/buf.yaml +47 -0
  361. package/proto/decentraland/common/border_rect.proto +18 -0
  362. package/proto/decentraland/common/colors.proto +15 -0
  363. package/proto/decentraland/common/content_mapping.proto +7 -0
  364. package/proto/decentraland/common/entity.proto +13 -0
  365. package/proto/decentraland/common/sdk/user_data.proto +25 -0
  366. package/proto/decentraland/common/texture.proto +40 -0
  367. package/proto/decentraland/common/vectors.proto +26 -0
  368. package/proto/decentraland/kernel/apis/comms_api.proto +25 -0
  369. package/proto/decentraland/kernel/apis/communications_controller.proto +23 -0
  370. package/proto/decentraland/kernel/apis/dev_tools.proto +15 -0
  371. package/proto/decentraland/kernel/apis/engine_api.proto +118 -0
  372. package/proto/decentraland/kernel/apis/environment_api.proto +76 -0
  373. package/proto/decentraland/kernel/apis/ethereum_controller.proto +64 -0
  374. package/proto/decentraland/kernel/apis/parcel_identity.proto +43 -0
  375. package/proto/decentraland/kernel/apis/permissions.proto +36 -0
  376. package/proto/decentraland/kernel/apis/players.proto +35 -0
  377. package/proto/decentraland/kernel/apis/portable_experiences.proto +55 -0
  378. package/proto/decentraland/kernel/apis/restricted_actions.proto +78 -0
  379. package/proto/decentraland/kernel/apis/runtime.proto +71 -0
  380. package/proto/decentraland/kernel/apis/scene.proto +16 -0
  381. package/proto/decentraland/kernel/apis/signed_fetch.proto +33 -0
  382. package/proto/decentraland/kernel/apis/social_controller.proto +19 -0
  383. package/proto/decentraland/kernel/apis/testing.proto +100 -0
  384. package/proto/decentraland/kernel/apis/user_action_module.proto +13 -0
  385. package/proto/decentraland/kernel/apis/user_identity.proto +22 -0
  386. package/proto/decentraland/kernel/comms/rfc4/comms.proto +110 -0
  387. package/proto/decentraland/kernel/comms/rfc5/ws_comms.proto +104 -0
  388. package/proto/decentraland/kernel/comms/v1/broker.proto +114 -0
  389. package/proto/decentraland/kernel/comms/v1/comms.proto +68 -0
  390. package/proto/decentraland/kernel/comms/v2/comms.proto +61 -0
  391. package/proto/decentraland/kernel/comms/v3/archipelago.proto +86 -0
  392. package/proto/decentraland/kernel/comms/v3/comms.proto +64 -0
  393. package/proto/decentraland/quests/definitions.proto +185 -0
  394. package/proto/decentraland/realm/about.proto +73 -0
  395. package/proto/decentraland/sdk/components/README.md +32 -0
  396. package/proto/decentraland/sdk/components/Transform.md +25 -0
  397. package/proto/decentraland/sdk/components/animator.proto +31 -0
  398. package/proto/decentraland/sdk/components/audio_event.proto +12 -0
  399. package/proto/decentraland/sdk/components/audio_source.proto +31 -0
  400. package/proto/decentraland/sdk/components/audio_stream.proto +14 -0
  401. package/proto/decentraland/sdk/components/avatar_attach.proto +51 -0
  402. package/proto/decentraland/sdk/components/avatar_base.proto +15 -0
  403. package/proto/decentraland/sdk/components/avatar_emote_command.proto +13 -0
  404. package/proto/decentraland/sdk/components/avatar_equipped_data.proto +13 -0
  405. package/proto/decentraland/sdk/components/avatar_modifier_area.proto +32 -0
  406. package/proto/decentraland/sdk/components/avatar_shape.proto +42 -0
  407. package/proto/decentraland/sdk/components/billboard.proto +29 -0
  408. package/proto/decentraland/sdk/components/camera_mode.proto +12 -0
  409. package/proto/decentraland/sdk/components/camera_mode_area.proto +25 -0
  410. package/proto/decentraland/sdk/components/common/camera_type.proto +9 -0
  411. package/proto/decentraland/sdk/components/common/id.md +2 -0
  412. package/proto/decentraland/sdk/components/common/id.proto +8 -0
  413. package/proto/decentraland/sdk/components/common/input_action.proto +28 -0
  414. package/proto/decentraland/sdk/components/common/loading_state.proto +10 -0
  415. package/proto/decentraland/sdk/components/common/media_state.proto +13 -0
  416. package/proto/decentraland/sdk/components/common/raycast_hit.proto +16 -0
  417. package/proto/decentraland/sdk/components/common/texts.proto +21 -0
  418. package/proto/decentraland/sdk/components/engine_info.proto +15 -0
  419. package/proto/decentraland/sdk/components/gltf_container.proto +19 -0
  420. package/proto/decentraland/sdk/components/gltf_container_loading_state.proto +13 -0
  421. package/proto/decentraland/sdk/components/material.proto +57 -0
  422. package/proto/decentraland/sdk/components/mesh_collider.proto +62 -0
  423. package/proto/decentraland/sdk/components/mesh_renderer.proto +43 -0
  424. package/proto/decentraland/sdk/components/nft_shape.proto +48 -0
  425. package/proto/decentraland/sdk/components/player_identity_data.proto +13 -0
  426. package/proto/decentraland/sdk/components/pointer_events.proto +37 -0
  427. package/proto/decentraland/sdk/components/pointer_events_result.proto +19 -0
  428. package/proto/decentraland/sdk/components/pointer_lock.proto +11 -0
  429. package/proto/decentraland/sdk/components/raycast.proto +58 -0
  430. package/proto/decentraland/sdk/components/raycast_result.proto +21 -0
  431. package/proto/decentraland/sdk/components/realm_info.proto +14 -0
  432. package/proto/decentraland/sdk/components/text_shape.proto +45 -0
  433. package/proto/decentraland/sdk/components/tween.proto +74 -0
  434. package/proto/decentraland/sdk/components/tween_sequence.proto +18 -0
  435. package/proto/decentraland/sdk/components/tween_state.proto +18 -0
  436. package/proto/decentraland/sdk/components/ui_background.proto +34 -0
  437. package/proto/decentraland/sdk/components/ui_canvas_information.proto +24 -0
  438. package/proto/decentraland/sdk/components/ui_dropdown.proto +22 -0
  439. package/proto/decentraland/sdk/components/ui_dropdown_result.proto +11 -0
  440. package/proto/decentraland/sdk/components/ui_input.proto +20 -0
  441. package/proto/decentraland/sdk/components/ui_input_result.proto +12 -0
  442. package/proto/decentraland/sdk/components/ui_text.proto +26 -0
  443. package/proto/decentraland/sdk/components/ui_transform.proto +148 -0
  444. package/proto/decentraland/sdk/components/video_event.proto +25 -0
  445. package/proto/decentraland/sdk/components/video_player.proto +16 -0
  446. package/proto/decentraland/sdk/components/visibility_component.proto +9 -0
  447. package/proto/decentraland/sdk/development/local_development.proto +29 -0
  448. package/proto/decentraland/sdk/ecs6/components_ecs6.proto +678 -0
  449. package/proto/decentraland/sdk/ecs6/engine_interface_ecs6.proto +151 -0
  450. package/proto/decentraland/social/friendships/friendships.proto +162 -0
  451. package/proto/decentraland/social_service_v2/social_service.proto +111 -0
  452. package/proto/google/LICENSE +27 -0
  453. package/proto/google/README.md +1 -0
  454. package/proto/google/api/annotations.json +83 -0
  455. package/proto/google/api/annotations.proto +11 -0
  456. package/proto/google/api/http.json +86 -0
  457. package/proto/google/api/http.proto +31 -0
  458. package/proto/google/protobuf/api.json +118 -0
  459. package/proto/google/protobuf/api.proto +34 -0
  460. package/proto/google/protobuf/descriptor.json +739 -0
  461. package/proto/google/protobuf/descriptor.proto +286 -0
  462. package/proto/google/protobuf/source_context.json +20 -0
  463. package/proto/google/protobuf/source_context.proto +7 -0
  464. package/proto/google/protobuf/type.json +202 -0
  465. package/proto/google/protobuf/type.proto +89 -0
  466. package/public/about.proto +5 -0
  467. package/public/comms.proto +5 -0
  468. package/public/quests.proto +5 -0
  469. package/public/sdk-apis.proto +25 -0
  470. package/public/sdk-components.proto +42 -0
  471. package/public/sdk-development.proto +5 -0
  472. package/public/social.proto +4 -0
  473. package/public/social_service_v2.proto +4 -0
@@ -0,0 +1,128 @@
1
+ import _m0 from "protobufjs/minimal";
2
+ export declare const protobufPackage = "decentraland.sdk.components";
3
+ /** ColliderLayer determines the kind of collision to detect, in OR-able bit flag form. */
4
+ export declare enum ColliderLayer {
5
+ /** CL_NONE - no collisions */
6
+ CL_NONE = 0,
7
+ /** CL_POINTER - collisions with the player's pointer ray (e.g. mouse cursor hovering) */
8
+ CL_POINTER = 1,
9
+ /** CL_PHYSICS - collision affecting your player's physics i.e. walls, floor, moving platfroms */
10
+ CL_PHYSICS = 2,
11
+ CL_RESERVED1 = 4,
12
+ CL_RESERVED2 = 8,
13
+ CL_RESERVED3 = 16,
14
+ CL_RESERVED4 = 32,
15
+ CL_RESERVED5 = 64,
16
+ CL_RESERVED6 = 128,
17
+ CL_CUSTOM1 = 256,
18
+ CL_CUSTOM2 = 512,
19
+ CL_CUSTOM3 = 1024,
20
+ CL_CUSTOM4 = 2048,
21
+ CL_CUSTOM5 = 4096,
22
+ CL_CUSTOM6 = 8192,
23
+ CL_CUSTOM7 = 16384,
24
+ CL_CUSTOM8 = 32768,
25
+ UNRECOGNIZED = -1
26
+ }
27
+ export declare function colliderLayerFromJSON(object: any): ColliderLayer;
28
+ export declare function colliderLayerToJSON(object: ColliderLayer): string;
29
+ /**
30
+ * The MeshCollider component provides basic collision detection between Entities and Avatars. It
31
+ * can behave like a cube, a plane, a sphere or a cylinder.
32
+ *
33
+ * The Entity's Transform affects the MeshCollider, scaling it and rotating it appropriately. If
34
+ * the Transform for the collision mesh must be different than the Transform for rendering the Entity,
35
+ * two different Entities must be used.
36
+ *
37
+ * More complex shapes require the use of a `GltfContainer` component.
38
+ */
39
+ export interface PBMeshCollider {
40
+ /** enabled ColliderLayers (default CL_POINTER | CL_PHYSICS) */
41
+ collisionMask?: number | undefined;
42
+ mesh?: {
43
+ $case: "box";
44
+ box: PBMeshCollider_BoxMesh;
45
+ } | {
46
+ $case: "sphere";
47
+ sphere: PBMeshCollider_SphereMesh;
48
+ } | {
49
+ $case: "cylinder";
50
+ cylinder: PBMeshCollider_CylinderMesh;
51
+ } | {
52
+ $case: "plane";
53
+ plane: PBMeshCollider_PlaneMesh;
54
+ } | undefined;
55
+ }
56
+ /** BoxMesh is a prism shape that contains the Entity. */
57
+ export interface PBMeshCollider_BoxMesh {
58
+ }
59
+ /** CylinderMesh is a truncated cone shape that contains the Entity. */
60
+ export interface PBMeshCollider_CylinderMesh {
61
+ /** (default 0.5) */
62
+ radiusTop?: number | undefined;
63
+ /** (default 0.5) */
64
+ radiusBottom?: number | undefined;
65
+ }
66
+ /** PlaneMesh is a 2D rectangle described by the Entity's Transform. */
67
+ export interface PBMeshCollider_PlaneMesh {
68
+ }
69
+ /** SphereMesh is a sphere shape that contains the Entity. */
70
+ export interface PBMeshCollider_SphereMesh {
71
+ }
72
+ export declare namespace PBMeshCollider {
73
+ function encode(message: PBMeshCollider, writer?: _m0.Writer): _m0.Writer;
74
+ function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider;
75
+ function fromJSON(object: any): PBMeshCollider;
76
+ function toJSON(message: PBMeshCollider): unknown;
77
+ function create<I extends Exact<DeepPartial<PBMeshCollider>, I>>(base?: I): PBMeshCollider;
78
+ function fromPartial<I extends Exact<DeepPartial<PBMeshCollider>, I>>(object: I): PBMeshCollider;
79
+ }
80
+ export declare namespace PBMeshCollider_BoxMesh {
81
+ function encode(_: PBMeshCollider_BoxMesh, writer?: _m0.Writer): _m0.Writer;
82
+ function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider_BoxMesh;
83
+ function fromJSON(_: any): PBMeshCollider_BoxMesh;
84
+ function toJSON(_: PBMeshCollider_BoxMesh): unknown;
85
+ function create<I extends Exact<DeepPartial<PBMeshCollider_BoxMesh>, I>>(base?: I): PBMeshCollider_BoxMesh;
86
+ function fromPartial<I extends Exact<DeepPartial<PBMeshCollider_BoxMesh>, I>>(_: I): PBMeshCollider_BoxMesh;
87
+ }
88
+ export declare namespace PBMeshCollider_CylinderMesh {
89
+ function encode(message: PBMeshCollider_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
90
+ function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider_CylinderMesh;
91
+ function fromJSON(object: any): PBMeshCollider_CylinderMesh;
92
+ function toJSON(message: PBMeshCollider_CylinderMesh): unknown;
93
+ function create<I extends Exact<DeepPartial<PBMeshCollider_CylinderMesh>, I>>(base?: I): PBMeshCollider_CylinderMesh;
94
+ function fromPartial<I extends Exact<DeepPartial<PBMeshCollider_CylinderMesh>, I>>(object: I): PBMeshCollider_CylinderMesh;
95
+ }
96
+ export declare namespace PBMeshCollider_PlaneMesh {
97
+ function encode(_: PBMeshCollider_PlaneMesh, writer?: _m0.Writer): _m0.Writer;
98
+ function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider_PlaneMesh;
99
+ function fromJSON(_: any): PBMeshCollider_PlaneMesh;
100
+ function toJSON(_: PBMeshCollider_PlaneMesh): unknown;
101
+ function create<I extends Exact<DeepPartial<PBMeshCollider_PlaneMesh>, I>>(base?: I): PBMeshCollider_PlaneMesh;
102
+ function fromPartial<I extends Exact<DeepPartial<PBMeshCollider_PlaneMesh>, I>>(_: I): PBMeshCollider_PlaneMesh;
103
+ }
104
+ export declare namespace PBMeshCollider_SphereMesh {
105
+ function encode(_: PBMeshCollider_SphereMesh, writer?: _m0.Writer): _m0.Writer;
106
+ function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider_SphereMesh;
107
+ function fromJSON(_: any): PBMeshCollider_SphereMesh;
108
+ function toJSON(_: PBMeshCollider_SphereMesh): unknown;
109
+ function create<I extends Exact<DeepPartial<PBMeshCollider_SphereMesh>, I>>(base?: I): PBMeshCollider_SphereMesh;
110
+ function fromPartial<I extends Exact<DeepPartial<PBMeshCollider_SphereMesh>, I>>(_: I): PBMeshCollider_SphereMesh;
111
+ }
112
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
113
+ export type DeepPartial<T> = T extends Builtin ? T : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {
114
+ $case: string;
115
+ } ? {
116
+ [K in keyof Omit<T, "$case">]?: DeepPartial<T[K]>;
117
+ } & {
118
+ $case: T["$case"];
119
+ } : T extends {} ? {
120
+ [K in keyof T]?: DeepPartial<T[K]>;
121
+ } : Partial<T>;
122
+ type KeysOfUnion<T> = T extends T ? keyof T : never;
123
+ export type Exact<P, I extends P> = P extends Builtin ? P : P & {
124
+ [K in keyof P]: Exact<P[K], I[K]>;
125
+ } & {
126
+ [K in Exclude<keyof I, KeysOfUnion<P>>]: never;
127
+ };
128
+ export {};
@@ -0,0 +1,469 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.PBMeshCollider_SphereMesh = exports.PBMeshCollider_PlaneMesh = exports.PBMeshCollider_CylinderMesh = exports.PBMeshCollider_BoxMesh = exports.PBMeshCollider = exports.ColliderLayer = exports.protobufPackage = void 0;
7
+ exports.colliderLayerFromJSON = colliderLayerFromJSON;
8
+ exports.colliderLayerToJSON = colliderLayerToJSON;
9
+ /* eslint-disable */
10
+ const minimal_1 = __importDefault(require("protobufjs/minimal"));
11
+ exports.protobufPackage = "decentraland.sdk.components";
12
+ /** ColliderLayer determines the kind of collision to detect, in OR-able bit flag form. */
13
+ var ColliderLayer;
14
+ (function (ColliderLayer) {
15
+ /** CL_NONE - no collisions */
16
+ ColliderLayer[ColliderLayer["CL_NONE"] = 0] = "CL_NONE";
17
+ /** CL_POINTER - collisions with the player's pointer ray (e.g. mouse cursor hovering) */
18
+ ColliderLayer[ColliderLayer["CL_POINTER"] = 1] = "CL_POINTER";
19
+ /** CL_PHYSICS - collision affecting your player's physics i.e. walls, floor, moving platfroms */
20
+ ColliderLayer[ColliderLayer["CL_PHYSICS"] = 2] = "CL_PHYSICS";
21
+ ColliderLayer[ColliderLayer["CL_RESERVED1"] = 4] = "CL_RESERVED1";
22
+ ColliderLayer[ColliderLayer["CL_RESERVED2"] = 8] = "CL_RESERVED2";
23
+ ColliderLayer[ColliderLayer["CL_RESERVED3"] = 16] = "CL_RESERVED3";
24
+ ColliderLayer[ColliderLayer["CL_RESERVED4"] = 32] = "CL_RESERVED4";
25
+ ColliderLayer[ColliderLayer["CL_RESERVED5"] = 64] = "CL_RESERVED5";
26
+ ColliderLayer[ColliderLayer["CL_RESERVED6"] = 128] = "CL_RESERVED6";
27
+ ColliderLayer[ColliderLayer["CL_CUSTOM1"] = 256] = "CL_CUSTOM1";
28
+ ColliderLayer[ColliderLayer["CL_CUSTOM2"] = 512] = "CL_CUSTOM2";
29
+ ColliderLayer[ColliderLayer["CL_CUSTOM3"] = 1024] = "CL_CUSTOM3";
30
+ ColliderLayer[ColliderLayer["CL_CUSTOM4"] = 2048] = "CL_CUSTOM4";
31
+ ColliderLayer[ColliderLayer["CL_CUSTOM5"] = 4096] = "CL_CUSTOM5";
32
+ ColliderLayer[ColliderLayer["CL_CUSTOM6"] = 8192] = "CL_CUSTOM6";
33
+ ColliderLayer[ColliderLayer["CL_CUSTOM7"] = 16384] = "CL_CUSTOM7";
34
+ ColliderLayer[ColliderLayer["CL_CUSTOM8"] = 32768] = "CL_CUSTOM8";
35
+ ColliderLayer[ColliderLayer["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
36
+ })(ColliderLayer || (exports.ColliderLayer = ColliderLayer = {}));
37
+ function colliderLayerFromJSON(object) {
38
+ switch (object) {
39
+ case 0:
40
+ case "CL_NONE":
41
+ return ColliderLayer.CL_NONE;
42
+ case 1:
43
+ case "CL_POINTER":
44
+ return ColliderLayer.CL_POINTER;
45
+ case 2:
46
+ case "CL_PHYSICS":
47
+ return ColliderLayer.CL_PHYSICS;
48
+ case 4:
49
+ case "CL_RESERVED1":
50
+ return ColliderLayer.CL_RESERVED1;
51
+ case 8:
52
+ case "CL_RESERVED2":
53
+ return ColliderLayer.CL_RESERVED2;
54
+ case 16:
55
+ case "CL_RESERVED3":
56
+ return ColliderLayer.CL_RESERVED3;
57
+ case 32:
58
+ case "CL_RESERVED4":
59
+ return ColliderLayer.CL_RESERVED4;
60
+ case 64:
61
+ case "CL_RESERVED5":
62
+ return ColliderLayer.CL_RESERVED5;
63
+ case 128:
64
+ case "CL_RESERVED6":
65
+ return ColliderLayer.CL_RESERVED6;
66
+ case 256:
67
+ case "CL_CUSTOM1":
68
+ return ColliderLayer.CL_CUSTOM1;
69
+ case 512:
70
+ case "CL_CUSTOM2":
71
+ return ColliderLayer.CL_CUSTOM2;
72
+ case 1024:
73
+ case "CL_CUSTOM3":
74
+ return ColliderLayer.CL_CUSTOM3;
75
+ case 2048:
76
+ case "CL_CUSTOM4":
77
+ return ColliderLayer.CL_CUSTOM4;
78
+ case 4096:
79
+ case "CL_CUSTOM5":
80
+ return ColliderLayer.CL_CUSTOM5;
81
+ case 8192:
82
+ case "CL_CUSTOM6":
83
+ return ColliderLayer.CL_CUSTOM6;
84
+ case 16384:
85
+ case "CL_CUSTOM7":
86
+ return ColliderLayer.CL_CUSTOM7;
87
+ case 32768:
88
+ case "CL_CUSTOM8":
89
+ return ColliderLayer.CL_CUSTOM8;
90
+ case -1:
91
+ case "UNRECOGNIZED":
92
+ default:
93
+ return ColliderLayer.UNRECOGNIZED;
94
+ }
95
+ }
96
+ function colliderLayerToJSON(object) {
97
+ switch (object) {
98
+ case ColliderLayer.CL_NONE:
99
+ return "CL_NONE";
100
+ case ColliderLayer.CL_POINTER:
101
+ return "CL_POINTER";
102
+ case ColliderLayer.CL_PHYSICS:
103
+ return "CL_PHYSICS";
104
+ case ColliderLayer.CL_RESERVED1:
105
+ return "CL_RESERVED1";
106
+ case ColliderLayer.CL_RESERVED2:
107
+ return "CL_RESERVED2";
108
+ case ColliderLayer.CL_RESERVED3:
109
+ return "CL_RESERVED3";
110
+ case ColliderLayer.CL_RESERVED4:
111
+ return "CL_RESERVED4";
112
+ case ColliderLayer.CL_RESERVED5:
113
+ return "CL_RESERVED5";
114
+ case ColliderLayer.CL_RESERVED6:
115
+ return "CL_RESERVED6";
116
+ case ColliderLayer.CL_CUSTOM1:
117
+ return "CL_CUSTOM1";
118
+ case ColliderLayer.CL_CUSTOM2:
119
+ return "CL_CUSTOM2";
120
+ case ColliderLayer.CL_CUSTOM3:
121
+ return "CL_CUSTOM3";
122
+ case ColliderLayer.CL_CUSTOM4:
123
+ return "CL_CUSTOM4";
124
+ case ColliderLayer.CL_CUSTOM5:
125
+ return "CL_CUSTOM5";
126
+ case ColliderLayer.CL_CUSTOM6:
127
+ return "CL_CUSTOM6";
128
+ case ColliderLayer.CL_CUSTOM7:
129
+ return "CL_CUSTOM7";
130
+ case ColliderLayer.CL_CUSTOM8:
131
+ return "CL_CUSTOM8";
132
+ case ColliderLayer.UNRECOGNIZED:
133
+ default:
134
+ return "UNRECOGNIZED";
135
+ }
136
+ }
137
+ function createBasePBMeshCollider() {
138
+ return { collisionMask: undefined, mesh: undefined };
139
+ }
140
+ var PBMeshCollider;
141
+ (function (PBMeshCollider) {
142
+ function encode(message, writer = minimal_1.default.Writer.create()) {
143
+ var _a;
144
+ if (message.collisionMask !== undefined) {
145
+ writer.uint32(8).uint32(message.collisionMask);
146
+ }
147
+ switch ((_a = message.mesh) === null || _a === void 0 ? void 0 : _a.$case) {
148
+ case "box":
149
+ PBMeshCollider_BoxMesh.encode(message.mesh.box, writer.uint32(18).fork()).ldelim();
150
+ break;
151
+ case "sphere":
152
+ PBMeshCollider_SphereMesh.encode(message.mesh.sphere, writer.uint32(26).fork()).ldelim();
153
+ break;
154
+ case "cylinder":
155
+ PBMeshCollider_CylinderMesh.encode(message.mesh.cylinder, writer.uint32(34).fork()).ldelim();
156
+ break;
157
+ case "plane":
158
+ PBMeshCollider_PlaneMesh.encode(message.mesh.plane, writer.uint32(42).fork()).ldelim();
159
+ break;
160
+ }
161
+ return writer;
162
+ }
163
+ PBMeshCollider.encode = encode;
164
+ function decode(input, length) {
165
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
166
+ let end = length === undefined ? reader.len : reader.pos + length;
167
+ const message = createBasePBMeshCollider();
168
+ while (reader.pos < end) {
169
+ const tag = reader.uint32();
170
+ switch (tag >>> 3) {
171
+ case 1:
172
+ if (tag !== 8) {
173
+ break;
174
+ }
175
+ message.collisionMask = reader.uint32();
176
+ continue;
177
+ case 2:
178
+ if (tag !== 18) {
179
+ break;
180
+ }
181
+ message.mesh = { $case: "box", box: PBMeshCollider_BoxMesh.decode(reader, reader.uint32()) };
182
+ continue;
183
+ case 3:
184
+ if (tag !== 26) {
185
+ break;
186
+ }
187
+ message.mesh = { $case: "sphere", sphere: PBMeshCollider_SphereMesh.decode(reader, reader.uint32()) };
188
+ continue;
189
+ case 4:
190
+ if (tag !== 34) {
191
+ break;
192
+ }
193
+ message.mesh = { $case: "cylinder", cylinder: PBMeshCollider_CylinderMesh.decode(reader, reader.uint32()) };
194
+ continue;
195
+ case 5:
196
+ if (tag !== 42) {
197
+ break;
198
+ }
199
+ message.mesh = { $case: "plane", plane: PBMeshCollider_PlaneMesh.decode(reader, reader.uint32()) };
200
+ continue;
201
+ }
202
+ if ((tag & 7) === 4 || tag === 0) {
203
+ break;
204
+ }
205
+ reader.skipType(tag & 7);
206
+ }
207
+ return message;
208
+ }
209
+ PBMeshCollider.decode = decode;
210
+ function fromJSON(object) {
211
+ return {
212
+ collisionMask: isSet(object.collisionMask) ? Number(object.collisionMask) : undefined,
213
+ mesh: isSet(object.box)
214
+ ? { $case: "box", box: PBMeshCollider_BoxMesh.fromJSON(object.box) }
215
+ : isSet(object.sphere)
216
+ ? { $case: "sphere", sphere: PBMeshCollider_SphereMesh.fromJSON(object.sphere) }
217
+ : isSet(object.cylinder)
218
+ ? { $case: "cylinder", cylinder: PBMeshCollider_CylinderMesh.fromJSON(object.cylinder) }
219
+ : isSet(object.plane)
220
+ ? { $case: "plane", plane: PBMeshCollider_PlaneMesh.fromJSON(object.plane) }
221
+ : undefined,
222
+ };
223
+ }
224
+ PBMeshCollider.fromJSON = fromJSON;
225
+ function toJSON(message) {
226
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
227
+ const obj = {};
228
+ message.collisionMask !== undefined && (obj.collisionMask = Math.round(message.collisionMask));
229
+ ((_a = message.mesh) === null || _a === void 0 ? void 0 : _a.$case) === "box" &&
230
+ (obj.box = ((_b = message.mesh) === null || _b === void 0 ? void 0 : _b.box) ? PBMeshCollider_BoxMesh.toJSON((_c = message.mesh) === null || _c === void 0 ? void 0 : _c.box) : undefined);
231
+ ((_d = message.mesh) === null || _d === void 0 ? void 0 : _d.$case) === "sphere" &&
232
+ (obj.sphere = ((_e = message.mesh) === null || _e === void 0 ? void 0 : _e.sphere) ? PBMeshCollider_SphereMesh.toJSON((_f = message.mesh) === null || _f === void 0 ? void 0 : _f.sphere) : undefined);
233
+ ((_g = message.mesh) === null || _g === void 0 ? void 0 : _g.$case) === "cylinder" &&
234
+ (obj.cylinder = ((_h = message.mesh) === null || _h === void 0 ? void 0 : _h.cylinder) ? PBMeshCollider_CylinderMesh.toJSON((_j = message.mesh) === null || _j === void 0 ? void 0 : _j.cylinder) : undefined);
235
+ ((_k = message.mesh) === null || _k === void 0 ? void 0 : _k.$case) === "plane" &&
236
+ (obj.plane = ((_l = message.mesh) === null || _l === void 0 ? void 0 : _l.plane) ? PBMeshCollider_PlaneMesh.toJSON((_m = message.mesh) === null || _m === void 0 ? void 0 : _m.plane) : undefined);
237
+ return obj;
238
+ }
239
+ PBMeshCollider.toJSON = toJSON;
240
+ function create(base) {
241
+ return PBMeshCollider.fromPartial(base !== null && base !== void 0 ? base : {});
242
+ }
243
+ PBMeshCollider.create = create;
244
+ function fromPartial(object) {
245
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
246
+ const message = createBasePBMeshCollider();
247
+ message.collisionMask = (_a = object.collisionMask) !== null && _a !== void 0 ? _a : undefined;
248
+ if (((_b = object.mesh) === null || _b === void 0 ? void 0 : _b.$case) === "box" && ((_c = object.mesh) === null || _c === void 0 ? void 0 : _c.box) !== undefined && ((_d = object.mesh) === null || _d === void 0 ? void 0 : _d.box) !== null) {
249
+ message.mesh = { $case: "box", box: PBMeshCollider_BoxMesh.fromPartial(object.mesh.box) };
250
+ }
251
+ if (((_e = object.mesh) === null || _e === void 0 ? void 0 : _e.$case) === "sphere" && ((_f = object.mesh) === null || _f === void 0 ? void 0 : _f.sphere) !== undefined && ((_g = object.mesh) === null || _g === void 0 ? void 0 : _g.sphere) !== null) {
252
+ message.mesh = { $case: "sphere", sphere: PBMeshCollider_SphereMesh.fromPartial(object.mesh.sphere) };
253
+ }
254
+ if (((_h = object.mesh) === null || _h === void 0 ? void 0 : _h.$case) === "cylinder" && ((_j = object.mesh) === null || _j === void 0 ? void 0 : _j.cylinder) !== undefined && ((_k = object.mesh) === null || _k === void 0 ? void 0 : _k.cylinder) !== null) {
255
+ message.mesh = { $case: "cylinder", cylinder: PBMeshCollider_CylinderMesh.fromPartial(object.mesh.cylinder) };
256
+ }
257
+ if (((_l = object.mesh) === null || _l === void 0 ? void 0 : _l.$case) === "plane" && ((_m = object.mesh) === null || _m === void 0 ? void 0 : _m.plane) !== undefined && ((_o = object.mesh) === null || _o === void 0 ? void 0 : _o.plane) !== null) {
258
+ message.mesh = { $case: "plane", plane: PBMeshCollider_PlaneMesh.fromPartial(object.mesh.plane) };
259
+ }
260
+ return message;
261
+ }
262
+ PBMeshCollider.fromPartial = fromPartial;
263
+ })(PBMeshCollider || (exports.PBMeshCollider = PBMeshCollider = {}));
264
+ function createBasePBMeshCollider_BoxMesh() {
265
+ return {};
266
+ }
267
+ var PBMeshCollider_BoxMesh;
268
+ (function (PBMeshCollider_BoxMesh) {
269
+ function encode(_, writer = minimal_1.default.Writer.create()) {
270
+ return writer;
271
+ }
272
+ PBMeshCollider_BoxMesh.encode = encode;
273
+ function decode(input, length) {
274
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
275
+ let end = length === undefined ? reader.len : reader.pos + length;
276
+ const message = createBasePBMeshCollider_BoxMesh();
277
+ while (reader.pos < end) {
278
+ const tag = reader.uint32();
279
+ switch (tag >>> 3) {
280
+ }
281
+ if ((tag & 7) === 4 || tag === 0) {
282
+ break;
283
+ }
284
+ reader.skipType(tag & 7);
285
+ }
286
+ return message;
287
+ }
288
+ PBMeshCollider_BoxMesh.decode = decode;
289
+ function fromJSON(_) {
290
+ return {};
291
+ }
292
+ PBMeshCollider_BoxMesh.fromJSON = fromJSON;
293
+ function toJSON(_) {
294
+ const obj = {};
295
+ return obj;
296
+ }
297
+ PBMeshCollider_BoxMesh.toJSON = toJSON;
298
+ function create(base) {
299
+ return PBMeshCollider_BoxMesh.fromPartial(base !== null && base !== void 0 ? base : {});
300
+ }
301
+ PBMeshCollider_BoxMesh.create = create;
302
+ function fromPartial(_) {
303
+ const message = createBasePBMeshCollider_BoxMesh();
304
+ return message;
305
+ }
306
+ PBMeshCollider_BoxMesh.fromPartial = fromPartial;
307
+ })(PBMeshCollider_BoxMesh || (exports.PBMeshCollider_BoxMesh = PBMeshCollider_BoxMesh = {}));
308
+ function createBasePBMeshCollider_CylinderMesh() {
309
+ return { radiusTop: undefined, radiusBottom: undefined };
310
+ }
311
+ var PBMeshCollider_CylinderMesh;
312
+ (function (PBMeshCollider_CylinderMesh) {
313
+ function encode(message, writer = minimal_1.default.Writer.create()) {
314
+ if (message.radiusTop !== undefined) {
315
+ writer.uint32(13).float(message.radiusTop);
316
+ }
317
+ if (message.radiusBottom !== undefined) {
318
+ writer.uint32(21).float(message.radiusBottom);
319
+ }
320
+ return writer;
321
+ }
322
+ PBMeshCollider_CylinderMesh.encode = encode;
323
+ function decode(input, length) {
324
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
325
+ let end = length === undefined ? reader.len : reader.pos + length;
326
+ const message = createBasePBMeshCollider_CylinderMesh();
327
+ while (reader.pos < end) {
328
+ const tag = reader.uint32();
329
+ switch (tag >>> 3) {
330
+ case 1:
331
+ if (tag !== 13) {
332
+ break;
333
+ }
334
+ message.radiusTop = reader.float();
335
+ continue;
336
+ case 2:
337
+ if (tag !== 21) {
338
+ break;
339
+ }
340
+ message.radiusBottom = reader.float();
341
+ continue;
342
+ }
343
+ if ((tag & 7) === 4 || tag === 0) {
344
+ break;
345
+ }
346
+ reader.skipType(tag & 7);
347
+ }
348
+ return message;
349
+ }
350
+ PBMeshCollider_CylinderMesh.decode = decode;
351
+ function fromJSON(object) {
352
+ return {
353
+ radiusTop: isSet(object.radiusTop) ? Number(object.radiusTop) : undefined,
354
+ radiusBottom: isSet(object.radiusBottom) ? Number(object.radiusBottom) : undefined,
355
+ };
356
+ }
357
+ PBMeshCollider_CylinderMesh.fromJSON = fromJSON;
358
+ function toJSON(message) {
359
+ const obj = {};
360
+ message.radiusTop !== undefined && (obj.radiusTop = message.radiusTop);
361
+ message.radiusBottom !== undefined && (obj.radiusBottom = message.radiusBottom);
362
+ return obj;
363
+ }
364
+ PBMeshCollider_CylinderMesh.toJSON = toJSON;
365
+ function create(base) {
366
+ return PBMeshCollider_CylinderMesh.fromPartial(base !== null && base !== void 0 ? base : {});
367
+ }
368
+ PBMeshCollider_CylinderMesh.create = create;
369
+ function fromPartial(object) {
370
+ var _a, _b;
371
+ const message = createBasePBMeshCollider_CylinderMesh();
372
+ message.radiusTop = (_a = object.radiusTop) !== null && _a !== void 0 ? _a : undefined;
373
+ message.radiusBottom = (_b = object.radiusBottom) !== null && _b !== void 0 ? _b : undefined;
374
+ return message;
375
+ }
376
+ PBMeshCollider_CylinderMesh.fromPartial = fromPartial;
377
+ })(PBMeshCollider_CylinderMesh || (exports.PBMeshCollider_CylinderMesh = PBMeshCollider_CylinderMesh = {}));
378
+ function createBasePBMeshCollider_PlaneMesh() {
379
+ return {};
380
+ }
381
+ var PBMeshCollider_PlaneMesh;
382
+ (function (PBMeshCollider_PlaneMesh) {
383
+ function encode(_, writer = minimal_1.default.Writer.create()) {
384
+ return writer;
385
+ }
386
+ PBMeshCollider_PlaneMesh.encode = encode;
387
+ function decode(input, length) {
388
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
389
+ let end = length === undefined ? reader.len : reader.pos + length;
390
+ const message = createBasePBMeshCollider_PlaneMesh();
391
+ while (reader.pos < end) {
392
+ const tag = reader.uint32();
393
+ switch (tag >>> 3) {
394
+ }
395
+ if ((tag & 7) === 4 || tag === 0) {
396
+ break;
397
+ }
398
+ reader.skipType(tag & 7);
399
+ }
400
+ return message;
401
+ }
402
+ PBMeshCollider_PlaneMesh.decode = decode;
403
+ function fromJSON(_) {
404
+ return {};
405
+ }
406
+ PBMeshCollider_PlaneMesh.fromJSON = fromJSON;
407
+ function toJSON(_) {
408
+ const obj = {};
409
+ return obj;
410
+ }
411
+ PBMeshCollider_PlaneMesh.toJSON = toJSON;
412
+ function create(base) {
413
+ return PBMeshCollider_PlaneMesh.fromPartial(base !== null && base !== void 0 ? base : {});
414
+ }
415
+ PBMeshCollider_PlaneMesh.create = create;
416
+ function fromPartial(_) {
417
+ const message = createBasePBMeshCollider_PlaneMesh();
418
+ return message;
419
+ }
420
+ PBMeshCollider_PlaneMesh.fromPartial = fromPartial;
421
+ })(PBMeshCollider_PlaneMesh || (exports.PBMeshCollider_PlaneMesh = PBMeshCollider_PlaneMesh = {}));
422
+ function createBasePBMeshCollider_SphereMesh() {
423
+ return {};
424
+ }
425
+ var PBMeshCollider_SphereMesh;
426
+ (function (PBMeshCollider_SphereMesh) {
427
+ function encode(_, writer = minimal_1.default.Writer.create()) {
428
+ return writer;
429
+ }
430
+ PBMeshCollider_SphereMesh.encode = encode;
431
+ function decode(input, length) {
432
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
433
+ let end = length === undefined ? reader.len : reader.pos + length;
434
+ const message = createBasePBMeshCollider_SphereMesh();
435
+ while (reader.pos < end) {
436
+ const tag = reader.uint32();
437
+ switch (tag >>> 3) {
438
+ }
439
+ if ((tag & 7) === 4 || tag === 0) {
440
+ break;
441
+ }
442
+ reader.skipType(tag & 7);
443
+ }
444
+ return message;
445
+ }
446
+ PBMeshCollider_SphereMesh.decode = decode;
447
+ function fromJSON(_) {
448
+ return {};
449
+ }
450
+ PBMeshCollider_SphereMesh.fromJSON = fromJSON;
451
+ function toJSON(_) {
452
+ const obj = {};
453
+ return obj;
454
+ }
455
+ PBMeshCollider_SphereMesh.toJSON = toJSON;
456
+ function create(base) {
457
+ return PBMeshCollider_SphereMesh.fromPartial(base !== null && base !== void 0 ? base : {});
458
+ }
459
+ PBMeshCollider_SphereMesh.create = create;
460
+ function fromPartial(_) {
461
+ const message = createBasePBMeshCollider_SphereMesh();
462
+ return message;
463
+ }
464
+ PBMeshCollider_SphereMesh.fromPartial = fromPartial;
465
+ })(PBMeshCollider_SphereMesh || (exports.PBMeshCollider_SphereMesh = PBMeshCollider_SphereMesh = {}));
466
+ function isSet(value) {
467
+ return value !== null && value !== undefined;
468
+ }
469
+ //# sourceMappingURL=mesh_collider.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mesh_collider.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/sdk/components/mesh_collider.gen.ts"],"names":[],"mappings":"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"}