@dcl/protocol 1.0.0-4440731539.commit-a2174f5 → 1.0.0-4468031496.commit-eace17b
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/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.js +53 -27
- 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.js +43 -19
- package/out-js/decentraland/sdk/components/pointer_events.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.js +25 -9
- 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.js +21 -8
- package/out-js/decentraland/sdk/components/raycast.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/raycast_result.gen.js +54 -19
- 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/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 +60 -27
- 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 +50 -19
- package/out-ts/decentraland/sdk/components/pointer_events_result.gen.ts +30 -9
- package/out-ts/decentraland/sdk/components/pointer_lock.gen.ts +10 -5
- package/out-ts/decentraland/sdk/components/raycast.gen.ts +25 -8
- package/out-ts/decentraland/sdk/components/raycast_result.gen.ts +65 -19
- 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/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
|
@@ -18,19 +18,23 @@ exports.RealSendRequest = {
|
|
|
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 = createBaseRealSendRequest();
|
|
24
24
|
while (reader.pos < end) {
|
|
25
25
|
const tag = reader.uint32();
|
|
26
26
|
switch (tag >>> 3) {
|
|
27
27
|
case 1:
|
|
28
|
+
if (tag != 10) {
|
|
29
|
+
break;
|
|
30
|
+
}
|
|
28
31
|
message.message = reader.string();
|
|
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
|
},
|
|
@@ -60,16 +64,17 @@ exports.RealSendResponse = {
|
|
|
60
64
|
return writer;
|
|
61
65
|
},
|
|
62
66
|
decode(input, length) {
|
|
63
|
-
const reader = input instanceof minimal_1.default.Reader ? input :
|
|
67
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
64
68
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
65
69
|
const message = createBaseRealSendResponse();
|
|
66
70
|
while (reader.pos < end) {
|
|
67
71
|
const tag = reader.uint32();
|
|
68
72
|
switch (tag >>> 3) {
|
|
69
|
-
default:
|
|
70
|
-
reader.skipType(tag & 7);
|
|
71
|
-
break;
|
|
72
73
|
}
|
|
74
|
+
if ((tag & 7) == 4 || tag == 0) {
|
|
75
|
+
break;
|
|
76
|
+
}
|
|
77
|
+
reader.skipType(tag & 7);
|
|
73
78
|
}
|
|
74
79
|
return message;
|
|
75
80
|
},
|
|
@@ -102,7 +107,7 @@ exports.CommunicationsControllerServiceDefinition = {
|
|
|
102
107
|
requestStream: false,
|
|
103
108
|
responseType: exports.RealSendResponse,
|
|
104
109
|
responseStream: false,
|
|
105
|
-
options: {},
|
|
110
|
+
options: { _unknownFields: {} },
|
|
106
111
|
},
|
|
107
112
|
},
|
|
108
113
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"communications_controller.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/kernel/apis/communications_controller.gen.ts"],"names":[],"mappings":";;;;;;AAAA,oBAAoB;AACpB,iEAAqC;AAExB,QAAA,eAAe,GAAG,0BAA0B,CAAC;AAS1D,SAAS,yBAAyB;IAChC,OAAO,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;AACzB,CAAC;AAEY,QAAA,eAAe,GAAG;IAC7B,MAAM,CAAC,OAAwB,EAAE,SAAqB,iBAAG,CAAC,MAAM,CAAC,MAAM,EAAE;QACvE,IAAI,OAAO,CAAC,OAAO,KAAK,EAAE,EAAE;YAC1B,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;SAC3C;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":"communications_controller.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/kernel/apis/communications_controller.gen.ts"],"names":[],"mappings":"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"}
|
|
@@ -73,7 +73,9 @@ export declare const DevToolsServiceDefinition: {
|
|
|
73
73
|
fromPartial<I_3 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_3): EventResponse;
|
|
74
74
|
};
|
|
75
75
|
readonly responseStream: false;
|
|
76
|
-
readonly options: {
|
|
76
|
+
readonly options: {
|
|
77
|
+
readonly _unknownFields: {};
|
|
78
|
+
};
|
|
77
79
|
};
|
|
78
80
|
};
|
|
79
81
|
};
|
|
@@ -21,22 +21,29 @@ exports.DevToolsBody = {
|
|
|
21
21
|
return writer;
|
|
22
22
|
},
|
|
23
23
|
decode(input, length) {
|
|
24
|
-
const reader = input instanceof minimal_1.default.Reader ? input :
|
|
24
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
25
25
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
26
26
|
const message = createBaseDevToolsBody();
|
|
27
27
|
while (reader.pos < end) {
|
|
28
28
|
const tag = reader.uint32();
|
|
29
29
|
switch (tag >>> 3) {
|
|
30
30
|
case 1:
|
|
31
|
+
if (tag != 10) {
|
|
32
|
+
break;
|
|
33
|
+
}
|
|
31
34
|
message.type = reader.string();
|
|
32
|
-
|
|
35
|
+
continue;
|
|
33
36
|
case 2:
|
|
37
|
+
if (tag != 18) {
|
|
38
|
+
break;
|
|
39
|
+
}
|
|
34
40
|
message.jsonPayload = reader.string();
|
|
35
|
-
|
|
36
|
-
default:
|
|
37
|
-
reader.skipType(tag & 7);
|
|
38
|
-
break;
|
|
41
|
+
continue;
|
|
39
42
|
}
|
|
43
|
+
if ((tag & 7) == 4 || tag == 0) {
|
|
44
|
+
break;
|
|
45
|
+
}
|
|
46
|
+
reader.skipType(tag & 7);
|
|
40
47
|
}
|
|
41
48
|
return message;
|
|
42
49
|
},
|
|
@@ -71,16 +78,17 @@ exports.EventResponse = {
|
|
|
71
78
|
return writer;
|
|
72
79
|
},
|
|
73
80
|
decode(input, length) {
|
|
74
|
-
const reader = input instanceof minimal_1.default.Reader ? input :
|
|
81
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
75
82
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
76
83
|
const message = createBaseEventResponse();
|
|
77
84
|
while (reader.pos < end) {
|
|
78
85
|
const tag = reader.uint32();
|
|
79
86
|
switch (tag >>> 3) {
|
|
80
|
-
default:
|
|
81
|
-
reader.skipType(tag & 7);
|
|
82
|
-
break;
|
|
83
87
|
}
|
|
88
|
+
if ((tag & 7) == 4 || tag == 0) {
|
|
89
|
+
break;
|
|
90
|
+
}
|
|
91
|
+
reader.skipType(tag & 7);
|
|
84
92
|
}
|
|
85
93
|
return message;
|
|
86
94
|
},
|
|
@@ -110,7 +118,7 @@ exports.DevToolsServiceDefinition = {
|
|
|
110
118
|
requestStream: false,
|
|
111
119
|
responseType: exports.EventResponse,
|
|
112
120
|
responseStream: false,
|
|
113
|
-
options: {},
|
|
121
|
+
options: { _unknownFields: {} },
|
|
114
122
|
},
|
|
115
123
|
},
|
|
116
124
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dev_tools.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/kernel/apis/dev_tools.gen.ts"],"names":[],"mappings":";;;;;;AAAA,oBAAoB;AACpB,iEAAqC;AAExB,QAAA,eAAe,GAAG,0BAA0B,CAAC;AAU1D,SAAS,sBAAsB;IAC7B,OAAO,EAAE,IAAI,EAAE,EAAE,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC;AACvC,CAAC;AAEY,QAAA,YAAY,GAAG;IAC1B,MAAM,CAAC,OAAqB,EAAE,SAAqB,iBAAG,CAAC,MAAM,CAAC,MAAM,EAAE;QACpE,IAAI,OAAO,CAAC,IAAI,KAAK,EAAE,EAAE;YACvB,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;SACxC;QACD,IAAI,OAAO,CAAC,WAAW,KAAK,EAAE,EAAE;YAC9B,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;SAC/C;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":"dev_tools.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/kernel/apis/dev_tools.gen.ts"],"names":[],"mappings":"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"}
|
|
@@ -4036,7 +4036,9 @@ export declare const EngineApiServiceDefinition: {
|
|
|
4036
4036
|
} & { [K_19 in Exclude<keyof I_1, "events">]: never; }>(object: I_3): SendBatchResponse;
|
|
4037
4037
|
};
|
|
4038
4038
|
readonly responseStream: false;
|
|
4039
|
-
readonly options: {
|
|
4039
|
+
readonly options: {
|
|
4040
|
+
readonly _unknownFields: {};
|
|
4041
|
+
};
|
|
4040
4042
|
};
|
|
4041
4043
|
/** @deprecated */
|
|
4042
4044
|
readonly subscribe: {
|
|
@@ -4067,7 +4069,9 @@ export declare const EngineApiServiceDefinition: {
|
|
|
4067
4069
|
fromPartial<I_7 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_7): SubscribeResponse;
|
|
4068
4070
|
};
|
|
4069
4071
|
readonly responseStream: false;
|
|
4070
|
-
readonly options: {
|
|
4072
|
+
readonly options: {
|
|
4073
|
+
readonly _unknownFields: {};
|
|
4074
|
+
};
|
|
4071
4075
|
};
|
|
4072
4076
|
/** @deprecated */
|
|
4073
4077
|
readonly unsubscribe: {
|
|
@@ -4098,7 +4102,9 @@ export declare const EngineApiServiceDefinition: {
|
|
|
4098
4102
|
fromPartial<I_11 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_11): UnsubscribeResponse;
|
|
4099
4103
|
};
|
|
4100
4104
|
readonly responseStream: false;
|
|
4101
|
-
readonly options: {
|
|
4105
|
+
readonly options: {
|
|
4106
|
+
readonly _unknownFields: {};
|
|
4107
|
+
};
|
|
4102
4108
|
};
|
|
4103
4109
|
/**
|
|
4104
4110
|
* send information of the CRDT messages to the renderer. It returns the CRDT changes back from the renderer
|
|
@@ -4140,7 +4146,9 @@ export declare const EngineApiServiceDefinition: {
|
|
|
4140
4146
|
} & { [K_3 in Exclude<keyof I_1, "data">]: never; }>(object: I_15): CrdtSendToResponse;
|
|
4141
4147
|
};
|
|
4142
4148
|
readonly responseStream: false;
|
|
4143
|
-
readonly options: {
|
|
4149
|
+
readonly options: {
|
|
4150
|
+
readonly _unknownFields: {};
|
|
4151
|
+
};
|
|
4144
4152
|
};
|
|
4145
4153
|
/**
|
|
4146
4154
|
* retrieves the current _full_ state of the entities from the renderer. This function is used to hidrate
|
|
@@ -4186,7 +4194,9 @@ export declare const EngineApiServiceDefinition: {
|
|
|
4186
4194
|
} & { [K_3 in Exclude<keyof I_1, keyof CrdtGetStateResponse>]: never; }>(object: I_17): CrdtGetStateResponse;
|
|
4187
4195
|
};
|
|
4188
4196
|
readonly responseStream: false;
|
|
4189
|
-
readonly options: {
|
|
4197
|
+
readonly options: {
|
|
4198
|
+
readonly _unknownFields: {};
|
|
4199
|
+
};
|
|
4190
4200
|
};
|
|
4191
4201
|
/** @deprecated, this response was merged into CrdtSendToResponse */
|
|
4192
4202
|
readonly crdtGetMessageFromRenderer: {
|
|
@@ -4217,7 +4227,9 @@ export declare const EngineApiServiceDefinition: {
|
|
|
4217
4227
|
} & { [K_3 in Exclude<keyof I_1, "data">]: never; }>(object: I_21): CrdtMessageFromRendererResponse;
|
|
4218
4228
|
};
|
|
4219
4229
|
readonly responseStream: false;
|
|
4220
|
-
readonly options: {
|
|
4230
|
+
readonly options: {
|
|
4231
|
+
readonly _unknownFields: {};
|
|
4232
|
+
};
|
|
4221
4233
|
};
|
|
4222
4234
|
};
|
|
4223
4235
|
};
|