@dcl/protocol 1.0.0-4440731539.commit-a2174f5 → 1.0.0-4493564897.commit-c858f8a
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.
- package/out-js/decentraland/bff/authentication_service.gen.d.ts +6 -2
- package/out-js/decentraland/bff/authentication_service.gen.js +46 -24
- package/out-js/decentraland/bff/authentication_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/comms_director_service.gen.d.ts +6 -2
- package/out-js/decentraland/bff/comms_director_service.gen.js +33 -18
- package/out-js/decentraland/bff/comms_director_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/comms_service.gen.d.ts +21 -7
- package/out-js/decentraland/bff/comms_service.gen.js +25 -17
- package/out-js/decentraland/bff/comms_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/http_endpoints.gen.d.ts +3 -1
- package/out-js/decentraland/bff/http_endpoints.gen.js +197 -72
- package/out-js/decentraland/bff/http_endpoints.gen.js.map +1 -1
- package/out-js/decentraland/bff/topics_service.gen.d.ts +9 -3
- package/out-js/decentraland/bff/topics_service.gen.js +64 -32
- package/out-js/decentraland/bff/topics_service.gen.js.map +1 -1
- package/out-js/decentraland/common/border_rect.gen.js +21 -8
- package/out-js/decentraland/common/border_rect.gen.js.map +1 -1
- package/out-js/decentraland/common/colors.gen.js +38 -15
- package/out-js/decentraland/common/colors.gen.js.map +1 -1
- package/out-js/decentraland/common/content_mapping.gen.js +13 -6
- package/out-js/decentraland/common/content_mapping.gen.js.map +1 -1
- package/out-js/decentraland/common/sdk/user_data.gen.js +71 -26
- package/out-js/decentraland/common/sdk/user_data.gen.js.map +1 -1
- package/out-js/decentraland/common/texture.gen.js +68 -28
- package/out-js/decentraland/common/texture.gen.js.map +1 -1
- package/out-js/decentraland/common/vectors.gen.js +47 -20
- package/out-js/decentraland/common/vectors.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/communications_controller.gen.d.ts +3 -1
- package/out-js/decentraland/kernel/apis/communications_controller.gen.js +15 -10
- package/out-js/decentraland/kernel/apis/communications_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/dev_tools.gen.d.ts +3 -1
- package/out-js/decentraland/kernel/apis/dev_tools.gen.js +19 -11
- package/out-js/decentraland/kernel/apis/dev_tools.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/engine_api.gen.d.ts +18 -6
- package/out-js/decentraland/kernel/apis/engine_api.gen.js +443 -206
- package/out-js/decentraland/kernel/apis/engine_api.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/environment_api.gen.d.ts +21 -7
- package/out-js/decentraland/kernel/apis/environment_api.gen.js +176 -96
- package/out-js/decentraland/kernel/apis/environment_api.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.d.ts +15 -5
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js +141 -72
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.d.ts +9 -3
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.js +91 -47
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/permissions.gen.d.ts +6 -2
- package/out-js/decentraland/kernel/apis/permissions.gen.js +42 -28
- package/out-js/decentraland/kernel/apis/permissions.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/players.gen.d.ts +9 -3
- package/out-js/decentraland/kernel/apis/players.gen.js +49 -31
- package/out-js/decentraland/kernel/apis/players.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.d.ts +12 -4
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.js +81 -48
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.d.ts +21 -7
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +123 -69
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/runtime.gen.d.ts +6 -2
- package/out-js/decentraland/kernel/apis/runtime.gen.js +55 -29
- package/out-js/decentraland/kernel/apis/runtime.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/scene.gen.d.ts +3 -1
- package/out-js/decentraland/kernel/apis/scene.gen.js +27 -13
- package/out-js/decentraland/kernel/apis/scene.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.d.ts +3 -1
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.js +82 -35
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/social_controller.gen.d.ts +3 -1
- package/out-js/decentraland/kernel/apis/social_controller.gen.js +28 -16
- package/out-js/decentraland/kernel/apis/social_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/user_action_module.gen.d.ts +3 -1
- package/out-js/decentraland/kernel/apis/user_action_module.gen.js +15 -10
- package/out-js/decentraland/kernel/apis/user_action_module.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/user_identity.gen.d.ts +6 -2
- package/out-js/decentraland/kernel/apis/user_identity.gen.js +30 -20
- package/out-js/decentraland/kernel/apis/user_identity.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +148 -59
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js +142 -63
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js +201 -86
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/animator.gen.js +42 -16
- package/out-js/decentraland/sdk/components/animator.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/audio_source.gen.js +25 -9
- package/out-js/decentraland/sdk/components/audio_source.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/audio_stream.gen.js +17 -7
- package/out-js/decentraland/sdk/components/audio_stream.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_attach.gen.js +13 -6
- package/out-js/decentraland/sdk/components/avatar_attach.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +19 -10
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js +49 -15
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/billboard.gen.js +9 -5
- package/out-js/decentraland/sdk/components/billboard.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/camera_mode.gen.js +9 -5
- package/out-js/decentraland/sdk/components/camera_mode.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +13 -6
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/common/camera_type.gen.d.ts +2 -0
- package/out-js/decentraland/sdk/components/common/camera_type.gen.js +7 -0
- package/out-js/decentraland/sdk/components/common/camera_type.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/common/input_action.gen.d.ts +10 -0
- package/out-js/decentraland/sdk/components/common/input_action.gen.js +47 -1
- package/out-js/decentraland/sdk/components/common/input_action.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.d.ts +173 -0
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js +156 -0
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/gltf_container.gen.js +9 -5
- package/out-js/decentraland/sdk/components/gltf_container.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/material.gen.js +103 -34
- package/out-js/decentraland/sdk/components/material.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +16 -1
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js +139 -28
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +61 -34
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/nft_shape.gen.js +17 -7
- package/out-js/decentraland/sdk/components/nft_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/pointer_events.gen.d.ts +1 -11
- package/out-js/decentraland/sdk/components/pointer_events.gen.js +46 -68
- package/out-js/decentraland/sdk/components/pointer_events.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.d.ts +10 -11
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.js +35 -20
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/pointer_lock.gen.js +9 -5
- package/out-js/decentraland/sdk/components/pointer_lock.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/raycast.gen.d.ts +239 -38
- package/out-js/decentraland/sdk/components/raycast.gen.js +166 -28
- package/out-js/decentraland/sdk/components/raycast.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/raycast_result.gen.d.ts +26 -176
- package/out-js/decentraland/sdk/components/raycast_result.gen.js +42 -172
- package/out-js/decentraland/sdk/components/raycast_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/text_shape.gen.js +89 -25
- package/out-js/decentraland/sdk/components/text_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_background.gen.js +27 -12
- package/out-js/decentraland/sdk/components/ui_background.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.js +41 -13
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js +9 -5
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_input.gen.js +37 -12
- package/out-js/decentraland/sdk/components/ui_input.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_input_result.gen.js +9 -5
- package/out-js/decentraland/sdk/components/ui_input_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_text.gen.js +25 -9
- package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_transform.gen.js +209 -55
- package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/video_player.gen.js +29 -10
- package/out-js/decentraland/sdk/components/video_player.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/visibility_component.gen.js +9 -5
- package/out-js/decentraland/sdk/components/visibility_component.gen.js.map +1 -1
- package/out-js/decentraland/social/friendships/friendships.gen.d.ts +12 -4
- package/out-js/decentraland/social/friendships/friendships.gen.js +231 -113
- package/out-js/decentraland/social/friendships/friendships.gen.js.map +1 -1
- package/out-js/google/protobuf/descriptor.gen.js +579 -226
- package/out-js/google/protobuf/descriptor.gen.js.map +1 -1
- package/out-js/google/protobuf/empty.gen.js +5 -4
- package/out-js/google/protobuf/empty.gen.js.map +1 -1
- package/out-ts/decentraland/bff/authentication_service.gen.ts +52 -24
- package/out-ts/decentraland/bff/comms_director_service.gen.ts +37 -18
- package/out-ts/decentraland/bff/comms_service.gen.ts +27 -17
- package/out-ts/decentraland/bff/http_endpoints.gen.ts +236 -72
- package/out-ts/decentraland/bff/topics_service.gen.ts +73 -32
- package/out-ts/decentraland/common/border_rect.gen.ts +25 -8
- package/out-ts/decentraland/common/colors.gen.ts +45 -15
- package/out-ts/decentraland/common/content_mapping.gen.ts +15 -6
- package/out-ts/decentraland/common/sdk/user_data.gen.ts +85 -26
- package/out-ts/decentraland/common/texture.gen.ts +80 -28
- package/out-ts/decentraland/common/vectors.gen.ts +55 -20
- package/out-ts/decentraland/kernel/apis/communications_controller.gen.ts +16 -10
- package/out-ts/decentraland/kernel/apis/dev_tools.gen.ts +21 -11
- package/out-ts/decentraland/kernel/apis/engine_api.gen.ts +511 -206
- package/out-ts/decentraland/kernel/apis/environment_api.gen.ts +197 -96
- package/out-ts/decentraland/kernel/apis/ethereum_controller.gen.ts +160 -72
- package/out-ts/decentraland/kernel/apis/parcel_identity.gen.ts +103 -47
- package/out-ts/decentraland/kernel/apis/permissions.gen.ts +50 -26
- package/out-ts/decentraland/kernel/apis/players.gen.ts +53 -31
- package/out-ts/decentraland/kernel/apis/portable_experiences.gen.ts +89 -48
- package/out-ts/decentraland/kernel/apis/restricted_actions.gen.ts +137 -69
- package/out-ts/decentraland/kernel/apis/runtime.gen.ts +62 -29
- package/out-ts/decentraland/kernel/apis/scene.gen.ts +31 -13
- package/out-ts/decentraland/kernel/apis/signed_fetch.gen.ts +96 -35
- package/out-ts/decentraland/kernel/apis/social_controller.gen.ts +31 -16
- package/out-ts/decentraland/kernel/apis/user_action_module.gen.ts +16 -10
- package/out-ts/decentraland/kernel/apis/user_identity.gen.ts +32 -20
- package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +175 -59
- package/out-ts/decentraland/kernel/comms/rfc5/ws_comms.gen.ts +165 -63
- package/out-ts/decentraland/kernel/comms/v3/archipelago.gen.ts +235 -86
- package/out-ts/decentraland/sdk/components/animator.gen.ts +50 -16
- package/out-ts/decentraland/sdk/components/audio_source.gen.ts +30 -9
- package/out-ts/decentraland/sdk/components/audio_stream.gen.ts +20 -7
- package/out-ts/decentraland/sdk/components/avatar_attach.gen.ts +15 -6
- package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +24 -9
- package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +60 -15
- package/out-ts/decentraland/sdk/components/billboard.gen.ts +10 -5
- package/out-ts/decentraland/sdk/components/camera_mode.gen.ts +10 -5
- package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +15 -6
- package/out-ts/decentraland/sdk/components/common/camera_type.gen.ts +7 -0
- package/out-ts/decentraland/sdk/components/common/input_action.gen.ts +46 -0
- package/out-ts/decentraland/sdk/components/common/raycast_hit.gen.ts +204 -0
- package/out-ts/decentraland/sdk/components/gltf_container.gen.ts +10 -5
- package/out-ts/decentraland/sdk/components/material.gen.ts +125 -34
- package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +146 -28
- package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +73 -32
- package/out-ts/decentraland/sdk/components/nft_shape.gen.ts +20 -7
- package/out-ts/decentraland/sdk/components/pointer_events.gen.ts +58 -66
- package/out-ts/decentraland/sdk/components/pointer_events_result.gen.ts +41 -14
- package/out-ts/decentraland/sdk/components/pointer_lock.gen.ts +10 -5
- package/out-ts/decentraland/sdk/components/raycast.gen.ts +205 -34
- package/out-ts/decentraland/sdk/components/raycast_result.gen.ts +49 -211
- package/out-ts/decentraland/sdk/components/text_shape.gen.ts +110 -25
- package/out-ts/decentraland/sdk/components/ui_background.gen.ts +34 -11
- package/out-ts/decentraland/sdk/components/ui_dropdown.gen.ts +50 -13
- package/out-ts/decentraland/sdk/components/ui_dropdown_result.gen.ts +10 -5
- package/out-ts/decentraland/sdk/components/ui_input.gen.ts +45 -12
- package/out-ts/decentraland/sdk/components/ui_input_result.gen.ts +10 -5
- package/out-ts/decentraland/sdk/components/ui_text.gen.ts +30 -9
- package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +260 -55
- package/out-ts/decentraland/sdk/components/video_player.gen.ts +35 -10
- package/out-ts/decentraland/sdk/components/visibility_component.gen.ts +10 -5
- package/out-ts/decentraland/social/friendships/friendships.gen.ts +264 -113
- package/out-ts/google/protobuf/descriptor.gen.ts +700 -221
- package/out-ts/google/protobuf/empty.gen.ts +5 -4
- package/package.json +2 -2
- package/proto/decentraland/sdk/components/common/camera_type.proto +1 -0
- package/proto/decentraland/sdk/components/common/input_action.proto +8 -0
- package/proto/decentraland/sdk/components/common/raycast_hit.proto +16 -0
- package/proto/decentraland/sdk/components/mesh_collider.proto +17 -3
- package/proto/decentraland/sdk/components/pointer_events.proto +1 -9
- package/proto/decentraland/sdk/components/pointer_events_result.proto +5 -6
- package/proto/decentraland/sdk/components/raycast.proto +39 -4
- package/proto/decentraland/sdk/components/raycast_result.proto +9 -19
- package/out-js/decentraland/common/entity.gen.d.ts +0 -89
- package/out-js/decentraland/common/entity.gen.js +0 -107
- package/out-js/decentraland/common/entity.gen.js.map +0 -1
- package/out-js/decentraland/renderer/common/friend_request_common.gen.d.ts +0 -69
- package/out-js/decentraland/renderer/common/friend_request_common.gen.js +0 -179
- package/out-js/decentraland/renderer/common/friend_request_common.gen.js.map +0 -1
- package/out-js/decentraland/renderer/engine_interface.gen.d.ts +0 -18476
- package/out-js/decentraland/renderer/engine_interface.gen.js +0 -7796
- package/out-js/decentraland/renderer/engine_interface.gen.js.map +0 -1
- package/out-js/decentraland/renderer/kernel_services/analytics.gen.d.ts +0 -670
- package/out-js/decentraland/renderer/kernel_services/analytics.gen.js +0 -846
- package/out-js/decentraland/renderer/kernel_services/analytics.gen.js.map +0 -1
- package/out-js/decentraland/renderer/kernel_services/emotes_kernel.gen.d.ts +0 -96
- package/out-js/decentraland/renderer/kernel_services/emotes_kernel.gen.js +0 -120
- package/out-js/decentraland/renderer/kernel_services/emotes_kernel.gen.js.map +0 -1
- package/out-js/decentraland/renderer/kernel_services/friend_request_kernel.gen.d.ts +0 -2326
- package/out-js/decentraland/renderer/kernel_services/friend_request_kernel.gen.js +0 -968
- package/out-js/decentraland/renderer/kernel_services/friend_request_kernel.gen.js.map +0 -1
- package/out-js/decentraland/renderer/kernel_services/friends_kernel.gen.d.ts +0 -111
- package/out-js/decentraland/renderer/kernel_services/friends_kernel.gen.js +0 -162
- package/out-js/decentraland/renderer/kernel_services/friends_kernel.gen.js.map +0 -1
- package/out-js/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.d.ts +0 -103
- package/out-js/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.js +0 -122
- package/out-js/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.js.map +0 -1
- package/out-js/decentraland/renderer/kernel_services/sign_request.gen.d.ts +0 -148
- package/out-js/decentraland/renderer/kernel_services/sign_request.gen.js +0 -239
- package/out-js/decentraland/renderer/kernel_services/sign_request.gen.js.map +0 -1
- package/out-js/decentraland/renderer/renderer_services/crdt.gen.d.ts +0 -182
- package/out-js/decentraland/renderer/renderer_services/crdt.gen.js +0 -235
- package/out-js/decentraland/renderer/renderer_services/crdt.gen.js.map +0 -1
- package/out-js/decentraland/renderer/renderer_services/emotes_renderer.gen.d.ts +0 -87
- package/out-js/decentraland/renderer/renderer_services/emotes_renderer.gen.js +0 -109
- package/out-js/decentraland/renderer/renderer_services/emotes_renderer.gen.js.map +0 -1
- package/out-js/decentraland/renderer/renderer_services/friend_request_renderer.gen.d.ts +0 -335
- package/out-js/decentraland/renderer/renderer_services/friend_request_renderer.gen.js +0 -380
- package/out-js/decentraland/renderer/renderer_services/friend_request_renderer.gen.js.map +0 -1
- package/out-js/decentraland/renderer/renderer_services/scene_controller.gen.d.ts +0 -494
- package/out-js/decentraland/renderer/renderer_services/scene_controller.gen.js +0 -473
- package/out-js/decentraland/renderer/renderer_services/scene_controller.gen.js.map +0 -1
- package/out-js/decentraland/renderer/renderer_services/transport.gen.d.ts +0 -88
- package/out-js/decentraland/renderer/renderer_services/transport.gen.js +0 -114
- package/out-js/decentraland/renderer/renderer_services/transport.gen.js.map +0 -1
- package/out-js/renderer-interface.gen.d.ts +0 -1
- package/out-js/renderer-interface.gen.js +0 -6
- package/out-js/renderer-interface.gen.js.map +0 -1
- package/out-ts/decentraland/common/entity.gen.ts +0 -126
- package/out-ts/decentraland/renderer/common/friend_request_common.gen.ts +0 -206
- package/out-ts/decentraland/renderer/engine_interface.gen.ts +0 -8939
- package/out-ts/decentraland/renderer/kernel_services/analytics.gen.ts +0 -1004
- package/out-ts/decentraland/renderer/kernel_services/emotes_kernel.gen.ts +0 -151
- package/out-ts/decentraland/renderer/kernel_services/friend_request_kernel.gen.ts +0 -1146
- package/out-ts/decentraland/renderer/kernel_services/friends_kernel.gen.ts +0 -191
- package/out-ts/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.ts +0 -151
- package/out-ts/decentraland/renderer/kernel_services/sign_request.gen.ts +0 -277
- package/out-ts/decentraland/renderer/renderer_services/crdt.gen.ts +0 -284
- package/out-ts/decentraland/renderer/renderer_services/emotes_renderer.gen.ts +0 -147
- package/out-ts/decentraland/renderer/renderer_services/friend_request_renderer.gen.ts +0 -470
- package/out-ts/decentraland/renderer/renderer_services/scene_controller.gen.ts +0 -579
- package/out-ts/decentraland/renderer/renderer_services/transport.gen.ts +0 -141
- package/out-ts/renderer-interface.gen.ts +0 -3
- package/proto/decentraland/renderer/common/friend_request_common.proto +0 -20
- package/proto/decentraland/renderer/engine_interface.proto +0 -709
- package/proto/decentraland/renderer/kernel_services/analytics.proto +0 -69
- package/proto/decentraland/renderer/kernel_services/emotes_kernel.proto +0 -16
- package/proto/decentraland/renderer/kernel_services/friend_request_kernel.proto +0 -100
- package/proto/decentraland/renderer/kernel_services/friends_kernel.proto +0 -22
- package/proto/decentraland/renderer/kernel_services/mutual_friends_kernel.proto +0 -15
- package/proto/decentraland/renderer/kernel_services/sign_request.proto +0 -27
- package/proto/decentraland/renderer/renderer_services/crdt.proto +0 -29
- package/proto/decentraland/renderer/renderer_services/emotes_renderer.proto +0 -15
- package/proto/decentraland/renderer/renderer_services/friend_request_renderer.proto +0 -36
- package/proto/decentraland/renderer/renderer_services/scene_controller.proto +0 -54
- package/proto/decentraland/renderer/renderer_services/transport.proto +0 -14
- package/public/renderer-interface.proto +0 -14
|
@@ -40,34 +40,53 @@ exports.PBVideoPlayer = {
|
|
|
40
40
|
return writer;
|
|
41
41
|
},
|
|
42
42
|
decode(input, length) {
|
|
43
|
-
const reader = input instanceof minimal_1.default.Reader ? input :
|
|
43
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
44
44
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
45
45
|
const message = createBasePBVideoPlayer();
|
|
46
46
|
while (reader.pos < end) {
|
|
47
47
|
const tag = reader.uint32();
|
|
48
48
|
switch (tag >>> 3) {
|
|
49
49
|
case 1:
|
|
50
|
+
if (tag != 10) {
|
|
51
|
+
break;
|
|
52
|
+
}
|
|
50
53
|
message.src = reader.string();
|
|
51
|
-
|
|
54
|
+
continue;
|
|
52
55
|
case 2:
|
|
56
|
+
if (tag != 16) {
|
|
57
|
+
break;
|
|
58
|
+
}
|
|
53
59
|
message.playing = reader.bool();
|
|
54
|
-
|
|
60
|
+
continue;
|
|
55
61
|
case 3:
|
|
62
|
+
if (tag != 29) {
|
|
63
|
+
break;
|
|
64
|
+
}
|
|
56
65
|
message.position = reader.float();
|
|
57
|
-
|
|
66
|
+
continue;
|
|
58
67
|
case 4:
|
|
68
|
+
if (tag != 37) {
|
|
69
|
+
break;
|
|
70
|
+
}
|
|
59
71
|
message.volume = reader.float();
|
|
60
|
-
|
|
72
|
+
continue;
|
|
61
73
|
case 5:
|
|
74
|
+
if (tag != 45) {
|
|
75
|
+
break;
|
|
76
|
+
}
|
|
62
77
|
message.playbackRate = reader.float();
|
|
63
|
-
|
|
78
|
+
continue;
|
|
64
79
|
case 6:
|
|
80
|
+
if (tag != 48) {
|
|
81
|
+
break;
|
|
82
|
+
}
|
|
65
83
|
message.loop = reader.bool();
|
|
66
|
-
|
|
67
|
-
default:
|
|
68
|
-
reader.skipType(tag & 7);
|
|
69
|
-
break;
|
|
84
|
+
continue;
|
|
70
85
|
}
|
|
86
|
+
if ((tag & 7) == 4 || tag == 0) {
|
|
87
|
+
break;
|
|
88
|
+
}
|
|
89
|
+
reader.skipType(tag & 7);
|
|
71
90
|
}
|
|
72
91
|
return message;
|
|
73
92
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"video_player.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/sdk/components/video_player.gen.ts"],"names":[],"mappings":";;;;;;AAAA,oBAAoB;AACpB,iEAAqC;AAExB,QAAA,eAAe,GAAG,6BAA6B,CAAC;AAyB7D,SAAS,uBAAuB;IAC9B,OAAO;QACL,GAAG,EAAE,EAAE;QACP,OAAO,EAAE,SAAS;QAClB,QAAQ,EAAE,SAAS;QACnB,MAAM,EAAE,SAAS;QACjB,YAAY,EAAE,SAAS;QACvB,IAAI,EAAE,SAAS;KAChB,CAAC;AACJ,CAAC;AAEY,QAAA,aAAa,GAAG;IAC3B,MAAM,CAAC,OAAsB,EAAE,SAAqB,iBAAG,CAAC,MAAM,CAAC,MAAM,EAAE;QACrE,IAAI,OAAO,CAAC,GAAG,KAAK,EAAE,EAAE;YACtB,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;SACvC;QACD,IAAI,OAAO,CAAC,OAAO,KAAK,SAAS,EAAE;YACjC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;SACzC;QACD,IAAI,OAAO,CAAC,QAAQ,KAAK,SAAS,EAAE;YAClC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;SAC3C;QACD,IAAI,OAAO,CAAC,MAAM,KAAK,SAAS,EAAE;YAChC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;SACzC;QACD,IAAI,OAAO,CAAC,YAAY,KAAK,SAAS,EAAE;YACtC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;SAC/C;QACD,IAAI,OAAO,CAAC,IAAI,KAAK,SAAS,EAAE;YAC9B,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;SACtC;QACD,OAAO,MAAM,CAAC;IAChB,CAAC;IAED,MAAM,CAAC,KAA8B,EAAE,MAAe;QACpD,MAAM,MAAM,GAAG,KAAK,YAAY,iBAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"video_player.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/sdk/components/video_player.gen.ts"],"names":[],"mappings":"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"}
|
|
@@ -18,19 +18,23 @@ exports.PBVisibilityComponent = {
|
|
|
18
18
|
return writer;
|
|
19
19
|
},
|
|
20
20
|
decode(input, length) {
|
|
21
|
-
const reader = input instanceof minimal_1.default.Reader ? input :
|
|
21
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
22
22
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
23
23
|
const message = createBasePBVisibilityComponent();
|
|
24
24
|
while (reader.pos < end) {
|
|
25
25
|
const tag = reader.uint32();
|
|
26
26
|
switch (tag >>> 3) {
|
|
27
27
|
case 1:
|
|
28
|
+
if (tag != 8) {
|
|
29
|
+
break;
|
|
30
|
+
}
|
|
28
31
|
message.visible = reader.bool();
|
|
29
|
-
|
|
30
|
-
default:
|
|
31
|
-
reader.skipType(tag & 7);
|
|
32
|
-
break;
|
|
32
|
+
continue;
|
|
33
33
|
}
|
|
34
|
+
if ((tag & 7) == 4 || tag == 0) {
|
|
35
|
+
break;
|
|
36
|
+
}
|
|
37
|
+
reader.skipType(tag & 7);
|
|
34
38
|
}
|
|
35
39
|
return message;
|
|
36
40
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"visibility_component.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/sdk/components/visibility_component.gen.ts"],"names":[],"mappings":";;;;;;AAAA,oBAAoB;AACpB,iEAAqC;AAExB,QAAA,eAAe,GAAG,6BAA6B,CAAC;AAO7D,SAAS,+BAA+B;IACtC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,CAAC;AAChC,CAAC;AAEY,QAAA,qBAAqB,GAAG;IACnC,MAAM,CAAC,OAA8B,EAAE,SAAqB,iBAAG,CAAC,MAAM,CAAC,MAAM,EAAE;QAC7E,IAAI,OAAO,CAAC,OAAO,KAAK,SAAS,EAAE;YACjC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;SACxC;QACD,OAAO,MAAM,CAAC;IAChB,CAAC;IAED,MAAM,CAAC,KAA8B,EAAE,MAAe;QACpD,MAAM,MAAM,GAAG,KAAK,YAAY,iBAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"visibility_component.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/sdk/components/visibility_component.gen.ts"],"names":[],"mappings":";;;;;;AAAA,oBAAoB;AACpB,iEAAqC;AAExB,QAAA,eAAe,GAAG,6BAA6B,CAAC;AAO7D,SAAS,+BAA+B;IACtC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,CAAC;AAChC,CAAC;AAEY,QAAA,qBAAqB,GAAG;IACnC,MAAM,CAAC,OAA8B,EAAE,SAAqB,iBAAG,CAAC,MAAM,CAAC,MAAM,EAAE;QAC7E,IAAI,OAAO,CAAC,OAAO,KAAK,SAAS,EAAE;YACjC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;SACxC;QACD,OAAO,MAAM,CAAC;IAChB,CAAC;IAED,MAAM,CAAC,KAA8B,EAAE,MAAe;QACpD,MAAM,MAAM,GAAG,KAAK,YAAY,iBAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,iBAAG,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QAC9E,IAAI,GAAG,GAAG,MAAM,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,GAAG,MAAM,CAAC;QAClE,MAAM,OAAO,GAAG,+BAA+B,EAAE,CAAC;QAClD,OAAO,MAAM,CAAC,GAAG,GAAG,GAAG,EAAE;YACvB,MAAM,GAAG,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;YAC5B,QAAQ,GAAG,KAAK,CAAC,EAAE;gBACjB,KAAK,CAAC;oBACJ,IAAI,GAAG,IAAI,CAAC,EAAE;wBACZ,MAAM;qBACP;oBAED,OAAO,CAAC,OAAO,GAAG,MAAM,CAAC,IAAI,EAAE,CAAC;oBAChC,SAAS;aACZ;YACD,IAAI,CAAC,GAAG,GAAG,CAAC,CAAC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,EAAE;gBAC9B,MAAM;aACP;YACD,MAAM,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC;SAC1B;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAED,QAAQ,CAAC,MAAW;QAClB,OAAO,EAAE,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;IAClF,CAAC;IAED,MAAM,CAAC,OAA8B;QACnC,MAAM,GAAG,GAAQ,EAAE,CAAC;QACpB,OAAO,CAAC,OAAO,KAAK,SAAS,IAAI,CAAC,GAAG,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;QACjE,OAAO,GAAG,CAAC;IACb,CAAC;IAED,MAAM,CAAyD,IAAQ;QACrE,OAAO,6BAAqB,CAAC,WAAW,CAAC,IAAI,aAAJ,IAAI,cAAJ,IAAI,GAAI,EAAE,CAAC,CAAC;IACvD,CAAC;IAED,WAAW,CAAyD,MAAS;;QAC3E,MAAM,OAAO,GAAG,+BAA+B,EAAE,CAAC;QAClD,OAAO,CAAC,OAAO,GAAG,MAAA,MAAM,CAAC,OAAO,mCAAI,SAAS,CAAC;QAC9C,OAAO,OAAO,CAAC;IACjB,CAAC;CACF,CAAC;AAcF,SAAS,KAAK,CAAC,KAAU;IACvB,OAAO,KAAK,KAAK,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAC/C,CAAC"}
|
|
@@ -2993,7 +2993,9 @@ export declare const FriendshipsServiceDefinition: {
|
|
|
2993
2993
|
} & { [K_5 in Exclude<keyof I_1, "users">]: never; }>(object: I_3): Users;
|
|
2994
2994
|
};
|
|
2995
2995
|
readonly responseStream: true;
|
|
2996
|
-
readonly options: {
|
|
2996
|
+
readonly options: {
|
|
2997
|
+
readonly _unknownFields: {};
|
|
2998
|
+
};
|
|
2997
2999
|
};
|
|
2998
3000
|
/** Get the list of request events for the authenticated user */
|
|
2999
3001
|
readonly getRequestEvents: {
|
|
@@ -3216,7 +3218,9 @@ export declare const FriendshipsServiceDefinition: {
|
|
|
3216
3218
|
} & { [K_17 in Exclude<keyof I_1, keyof RequestEvents>]: never; }>(object: I_5): RequestEvents;
|
|
3217
3219
|
};
|
|
3218
3220
|
readonly responseStream: false;
|
|
3219
|
-
readonly options: {
|
|
3221
|
+
readonly options: {
|
|
3222
|
+
readonly _unknownFields: {};
|
|
3223
|
+
};
|
|
3220
3224
|
};
|
|
3221
3225
|
/** Update friendship status: REQUEST, ACCEPT, REJECT, CANCEL, DELETE */
|
|
3222
3226
|
readonly updateFriendshipEvent: {
|
|
@@ -4181,7 +4185,9 @@ export declare const FriendshipsServiceDefinition: {
|
|
|
4181
4185
|
} & { [K_37 in Exclude<keyof I_1, "response">]: never; }>(object: I_9): UpdateFriendshipResponse;
|
|
4182
4186
|
};
|
|
4183
4187
|
readonly responseStream: false;
|
|
4184
|
-
readonly options: {
|
|
4188
|
+
readonly options: {
|
|
4189
|
+
readonly _unknownFields: {};
|
|
4190
|
+
};
|
|
4185
4191
|
};
|
|
4186
4192
|
/**
|
|
4187
4193
|
* Subscribe to updates of friendship status: REQUEST, ACCEPT, REJECT, CANCEL,
|
|
@@ -4793,7 +4799,9 @@ export declare const FriendshipsServiceDefinition: {
|
|
|
4793
4799
|
} & { [K_35 in Exclude<keyof I_1, "events">]: never; }>(object: I_11): SubscribeFriendshipEventsUpdatesResponse;
|
|
4794
4800
|
};
|
|
4795
4801
|
readonly responseStream: true;
|
|
4796
|
-
readonly options: {
|
|
4802
|
+
readonly options: {
|
|
4803
|
+
readonly _unknownFields: {};
|
|
4804
|
+
};
|
|
4797
4805
|
};
|
|
4798
4806
|
};
|
|
4799
4807
|
};
|