@dcl/protocol 1.0.0-4958447726.commit-3016853 → 1.0.0-4959770633.commit-e249449
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/out-js/decentraland/bff/authentication_service.gen.d.ts +46 -184
- package/out-js/decentraland/bff/authentication_service.gen.js +115 -80
- package/out-js/decentraland/bff/authentication_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/comms_director_service.gen.d.ts +28 -228
- package/out-js/decentraland/bff/comms_director_service.gen.js +76 -54
- package/out-js/decentraland/bff/comms_director_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/comms_service.gen.d.ts +30 -272
- package/out-js/decentraland/bff/comms_service.gen.js +52 -38
- package/out-js/decentraland/bff/comms_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/http_endpoints.gen.d.ts +66 -854
- package/out-js/decentraland/bff/http_endpoints.gen.js +215 -158
- package/out-js/decentraland/bff/http_endpoints.gen.js.map +1 -1
- package/out-js/decentraland/bff/topics_service.gen.d.ts +46 -208
- package/out-js/decentraland/bff/topics_service.gen.js +116 -81
- package/out-js/decentraland/bff/topics_service.gen.js.map +1 -1
- package/out-js/decentraland/common/border_rect.gen.d.ts +16 -56
- package/out-js/decentraland/common/border_rect.gen.js +44 -30
- package/out-js/decentraland/common/border_rect.gen.js.map +1 -1
- package/out-js/decentraland/common/colors.gen.d.ts +16 -52
- package/out-js/decentraland/common/colors.gen.js +44 -30
- package/out-js/decentraland/common/colors.gen.js.map +1 -1
- package/out-js/decentraland/common/content_mapping.gen.d.ts +8 -20
- package/out-js/decentraland/common/content_mapping.gen.js +22 -15
- package/out-js/decentraland/common/content_mapping.gen.js.map +1 -1
- package/out-js/decentraland/common/sdk/user_data.gen.d.ts +24 -176
- package/out-js/decentraland/common/sdk/user_data.gen.js +76 -55
- package/out-js/decentraland/common/sdk/user_data.gen.js.map +1 -1
- package/out-js/decentraland/common/texture.gen.d.ts +32 -250
- package/out-js/decentraland/common/texture.gen.js +103 -75
- package/out-js/decentraland/common/texture.gen.js.map +1 -1
- package/out-js/decentraland/common/vectors.gen.d.ts +38 -68
- package/out-js/decentraland/common/vectors.gen.js +161 -46
- package/out-js/decentraland/common/vectors.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/communications_controller.gen.d.ts +18 -48
- package/out-js/decentraland/kernel/apis/communications_controller.gen.js +46 -32
- package/out-js/decentraland/kernel/apis/communications_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/dev_tools.gen.d.ts +18 -56
- package/out-js/decentraland/kernel/apis/dev_tools.gen.js +46 -32
- package/out-js/decentraland/kernel/apis/dev_tools.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/engine_api.gen.d.ts +157 -4088
- package/out-js/decentraland/kernel/apis/engine_api.gen.js +483 -1650
- package/out-js/decentraland/kernel/apis/engine_api.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/environment_api.gen.d.ts +150 -690
- package/out-js/decentraland/kernel/apis/environment_api.gen.js +400 -281
- package/out-js/decentraland/kernel/apis/environment_api.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.d.ts +106 -440
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js +278 -194
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.d.ts +70 -518
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.js +192 -136
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/permissions.gen.d.ts +36 -128
- package/out-js/decentraland/kernel/apis/permissions.gen.js +92 -64
- package/out-js/decentraland/kernel/apis/permissions.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/players.gen.d.ts +54 -476
- package/out-js/decentraland/kernel/apis/players.gen.js +143 -101
- package/out-js/decentraland/kernel/apis/players.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.d.ts +80 -308
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.js +211 -148
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.d.ts +102 -568
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +256 -179
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/runtime.gen.d.ts +80 -404
- package/out-js/decentraland/kernel/apis/runtime.gen.js +211 -148
- package/out-js/decentraland/kernel/apis/runtime.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/scene.gen.d.ts +18 -132
- package/out-js/decentraland/kernel/apis/scene.gen.js +46 -32
- package/out-js/decentraland/kernel/apis/scene.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.d.ts +42 -284
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.js +121 -86
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/social_controller.gen.d.ts +26 -128
- package/out-js/decentraland/kernel/apis/social_controller.gen.js +73 -52
- package/out-js/decentraland/kernel/apis/social_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/testing.gen.d.ts +78 -408
- package/out-js/decentraland/kernel/apis/testing.gen.js +219 -156
- package/out-js/decentraland/kernel/apis/testing.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/user_action_module.gen.d.ts +18 -48
- package/out-js/decentraland/kernel/apis/user_action_module.gen.js +46 -32
- 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 +36 -352
- package/out-js/decentraland/kernel/apis/user_identity.gen.js +92 -64
- package/out-js/decentraland/kernel/apis/user_identity.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.d.ts +64 -550
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +220 -161
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.d.ts +80 -560
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js +280 -204
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.d.ts +112 -1002
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js +372 -270
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js.map +1 -1
- package/out-js/decentraland/realm/about.gen.d.ts +64 -534
- package/out-js/decentraland/realm/about.gen.js +214 -157
- package/out-js/decentraland/realm/about.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/animator.gen.d.ts +16 -136
- package/out-js/decentraland/sdk/components/animator.gen.js +49 -35
- package/out-js/decentraland/sdk/components/animator.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/audio_source.gen.d.ts +8 -32
- package/out-js/decentraland/sdk/components/audio_source.gen.js +22 -15
- package/out-js/decentraland/sdk/components/audio_source.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/audio_stream.gen.d.ts +8 -24
- package/out-js/decentraland/sdk/components/audio_stream.gen.js +22 -15
- package/out-js/decentraland/sdk/components/audio_stream.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_attach.gen.d.ts +8 -20
- package/out-js/decentraland/sdk/components/avatar_attach.gen.js +22 -15
- package/out-js/decentraland/sdk/components/avatar_attach.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.d.ts +8 -48
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +22 -15
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_shape.gen.d.ts +8 -128
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js +22 -15
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/billboard.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/billboard.gen.js +22 -15
- package/out-js/decentraland/sdk/components/billboard.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/camera_mode.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/camera_mode.gen.js +22 -15
- package/out-js/decentraland/sdk/components/camera_mode.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.d.ts +8 -44
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +22 -15
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.d.ts +8 -136
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js +22 -15
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/engine_info.gen.d.ts +8 -24
- package/out-js/decentraland/sdk/components/engine_info.gen.js +22 -15
- package/out-js/decentraland/sdk/components/engine_info.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/gltf_container.gen.d.ts +8 -24
- package/out-js/decentraland/sdk/components/gltf_container.gen.js +22 -15
- package/out-js/decentraland/sdk/components/gltf_container.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js +22 -15
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/material.gen.d.ts +24 -3368
- package/out-js/decentraland/sdk/components/material.gen.js +80 -58
- package/out-js/decentraland/sdk/components/material.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +40 -176
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js +130 -95
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.d.ts +40 -220
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +130 -95
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/nft_shape.gen.d.ts +8 -48
- package/out-js/decentraland/sdk/components/nft_shape.gen.js +22 -15
- package/out-js/decentraland/sdk/components/nft_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/pointer_events.gen.d.ts +24 -184
- package/out-js/decentraland/sdk/components/pointer_events.gen.js +76 -55
- 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 +8 -212
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.js +22 -15
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/pointer_lock.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/pointer_lock.gen.js +22 -15
- package/out-js/decentraland/sdk/components/pointer_lock.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/raycast.gen.d.ts +8 -248
- package/out-js/decentraland/sdk/components/raycast.gen.js +30 -21
- package/out-js/decentraland/sdk/components/raycast.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/raycast_result.gen.d.ts +8 -352
- package/out-js/decentraland/sdk/components/raycast_result.gen.js +22 -15
- package/out-js/decentraland/sdk/components/raycast_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/text_shape.gen.d.ts +8 -174
- package/out-js/decentraland/sdk/components/text_shape.gen.js +22 -15
- package/out-js/decentraland/sdk/components/text_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_background.gen.d.ts +8 -314
- package/out-js/decentraland/sdk/components/ui_background.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_background.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.d.ts +8 -78
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_input.gen.d.ts +8 -104
- package/out-js/decentraland/sdk/components/ui_input.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_input.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_input_result.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/ui_input_result.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_input_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_text.gen.d.ts +8 -62
- package/out-js/decentraland/sdk/components/ui_text.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_transform.gen.d.ts +8 -216
- package/out-js/decentraland/sdk/components/ui_transform.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/video_player.gen.d.ts +8 -36
- package/out-js/decentraland/sdk/components/video_player.gen.js +22 -15
- package/out-js/decentraland/sdk/components/video_player.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/visibility_component.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/visibility_component.gen.js +22 -15
- package/out-js/decentraland/sdk/components/visibility_component.gen.js.map +1 -1
- package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.d.ts +1004 -0
- package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js +7829 -0
- package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js.map +1 -0
- package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.d.ts +398 -0
- package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js +2512 -0
- package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js.map +1 -0
- package/out-js/decentraland/social/friendships/friendships.gen.d.ts +232 -7630
- package/out-js/decentraland/social/friendships/friendships.gen.js +891 -686
- package/out-js/decentraland/social/friendships/friendships.gen.js.map +1 -1
- package/out-js/google/protobuf/descriptor.gen.d.ts +200 -87148
- package/out-js/google/protobuf/descriptor.gen.js +720 -545
- package/out-js/google/protobuf/descriptor.gen.js.map +1 -1
- package/out-js/google/protobuf/empty.gen.d.ts +8 -8
- package/out-js/google/protobuf/empty.gen.js +22 -15
- package/out-js/google/protobuf/empty.gen.js.map +1 -1
- package/out-ts/decentraland/bff/authentication_service.gen.ts +72 -70
- package/out-ts/decentraland/bff/comms_director_service.gen.ts +46 -45
- package/out-ts/decentraland/bff/comms_service.gen.ts +28 -28
- package/out-ts/decentraland/bff/http_endpoints.gen.ts +137 -115
- package/out-ts/decentraland/bff/topics_service.gen.ts +80 -70
- package/out-ts/decentraland/common/border_rect.gen.ts +28 -28
- package/out-ts/decentraland/common/colors.gen.ts +28 -28
- package/out-ts/decentraland/common/content_mapping.gen.ts +14 -14
- package/out-ts/decentraland/common/sdk/user_data.gen.ts +42 -42
- package/out-ts/decentraland/common/texture.gen.ts +56 -56
- package/out-ts/decentraland/common/vectors.gen.ts +146 -42
- package/out-ts/decentraland/kernel/apis/communications_controller.gen.ts +28 -28
- package/out-ts/decentraland/kernel/apis/dev_tools.gen.ts +28 -28
- package/out-ts/decentraland/kernel/apis/engine_api.gen.ts +291 -1786
- package/out-ts/decentraland/kernel/apis/environment_api.gen.ts +271 -238
- package/out-ts/decentraland/kernel/apis/ethereum_controller.gen.ts +189 -168
- package/out-ts/decentraland/kernel/apis/parcel_identity.gen.ts +112 -112
- package/out-ts/decentraland/kernel/apis/permissions.gen.ts +64 -56
- package/out-ts/decentraland/kernel/apis/players.gen.ts +96 -84
- package/out-ts/decentraland/kernel/apis/portable_experiences.gen.ts +129 -126
- package/out-ts/decentraland/kernel/apis/restricted_actions.gen.ts +156 -154
- package/out-ts/decentraland/kernel/apis/runtime.gen.ts +134 -126
- package/out-ts/decentraland/kernel/apis/scene.gen.ts +28 -28
- package/out-ts/decentraland/kernel/apis/signed_fetch.gen.ts +79 -70
- package/out-ts/decentraland/kernel/apis/social_controller.gen.ts +44 -42
- package/out-ts/decentraland/kernel/apis/testing.gen.ts +139 -126
- package/out-ts/decentraland/kernel/apis/user_action_module.gen.ts +30 -28
- package/out-ts/decentraland/kernel/apis/user_identity.gen.ts +60 -56
- package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +126 -121
- package/out-ts/decentraland/kernel/comms/rfc5/ws_comms.gen.ts +166 -158
- package/out-ts/decentraland/kernel/comms/v3/archipelago.gen.ts +225 -208
- package/out-ts/decentraland/realm/about.gen.ts +137 -115
- package/out-ts/decentraland/sdk/components/animator.gen.ts +28 -28
- package/out-ts/decentraland/sdk/components/audio_source.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/audio_stream.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/avatar_attach.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/billboard.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/camera_mode.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/common/raycast_hit.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/engine_info.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/gltf_container.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/gltf_container_loading_state.gen.ts +18 -14
- package/out-ts/decentraland/sdk/components/material.gen.ts +52 -45
- package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +82 -70
- package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +84 -70
- package/out-ts/decentraland/sdk/components/nft_shape.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/pointer_events.gen.ts +44 -42
- package/out-ts/decentraland/sdk/components/pointer_events_result.gen.ts +16 -14
- package/out-ts/decentraland/sdk/components/pointer_lock.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/raycast.gen.ts +22 -20
- package/out-ts/decentraland/sdk/components/raycast_result.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/text_shape.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_background.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_dropdown.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_dropdown_result.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_input.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_input_result.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_text.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/video_player.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/visibility_component.gen.ts +16 -14
- package/out-ts/decentraland/sdk/ecs6/components_ecs6.gen.ts +8942 -0
- package/out-ts/decentraland/sdk/ecs6/engine_interface_ecs6.gen.ts +2884 -0
- package/out-ts/decentraland/social/friendships/friendships.gen.ts +447 -419
- package/out-ts/google/protobuf/descriptor.gen.ts +375 -350
- package/out-ts/google/protobuf/empty.gen.ts +14 -14
- package/package.json +3 -3
- package/proto/decentraland/common/vectors.proto +7 -0
- package/proto/decentraland/kernel/apis/engine_api.proto +2 -110
- package/proto/decentraland/sdk/ecs6/components_ecs6.proto +677 -0
- package/proto/decentraland/sdk/ecs6/engine_interface_ecs6.proto +151 -0
|
@@ -10,14 +10,16 @@ exports.protobufPackage = "decentraland.kernel.apis";
|
|
|
10
10
|
function createBaseKillRequest() {
|
|
11
11
|
return { pid: "" };
|
|
12
12
|
}
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
var KillRequest;
|
|
14
|
+
(function (KillRequest) {
|
|
15
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
15
16
|
if (message.pid !== "") {
|
|
16
17
|
writer.uint32(10).string(message.pid);
|
|
17
18
|
}
|
|
18
19
|
return writer;
|
|
19
|
-
}
|
|
20
|
-
|
|
20
|
+
}
|
|
21
|
+
KillRequest.encode = encode;
|
|
22
|
+
function decode(input, length) {
|
|
21
23
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
22
24
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
23
25
|
const message = createBaseKillRequest();
|
|
@@ -37,36 +39,43 @@ exports.KillRequest = {
|
|
|
37
39
|
reader.skipType(tag & 7);
|
|
38
40
|
}
|
|
39
41
|
return message;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
+
}
|
|
43
|
+
KillRequest.decode = decode;
|
|
44
|
+
function fromJSON(object) {
|
|
42
45
|
return { pid: isSet(object.pid) ? String(object.pid) : "" };
|
|
43
|
-
}
|
|
44
|
-
|
|
46
|
+
}
|
|
47
|
+
KillRequest.fromJSON = fromJSON;
|
|
48
|
+
function toJSON(message) {
|
|
45
49
|
const obj = {};
|
|
46
50
|
message.pid !== undefined && (obj.pid = message.pid);
|
|
47
51
|
return obj;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
52
|
+
}
|
|
53
|
+
KillRequest.toJSON = toJSON;
|
|
54
|
+
function create(base) {
|
|
55
|
+
return KillRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
56
|
+
}
|
|
57
|
+
KillRequest.create = create;
|
|
58
|
+
function fromPartial(object) {
|
|
53
59
|
var _a;
|
|
54
60
|
const message = createBaseKillRequest();
|
|
55
61
|
message.pid = (_a = object.pid) !== null && _a !== void 0 ? _a : "";
|
|
56
62
|
return message;
|
|
57
|
-
}
|
|
58
|
-
|
|
63
|
+
}
|
|
64
|
+
KillRequest.fromPartial = fromPartial;
|
|
65
|
+
})(KillRequest = exports.KillRequest || (exports.KillRequest = {}));
|
|
59
66
|
function createBaseKillResponse() {
|
|
60
67
|
return { status: false };
|
|
61
68
|
}
|
|
62
|
-
|
|
63
|
-
|
|
69
|
+
var KillResponse;
|
|
70
|
+
(function (KillResponse) {
|
|
71
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
64
72
|
if (message.status === true) {
|
|
65
73
|
writer.uint32(8).bool(message.status);
|
|
66
74
|
}
|
|
67
75
|
return writer;
|
|
68
|
-
}
|
|
69
|
-
|
|
76
|
+
}
|
|
77
|
+
KillResponse.encode = encode;
|
|
78
|
+
function decode(input, length) {
|
|
70
79
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
71
80
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
72
81
|
const message = createBaseKillResponse();
|
|
@@ -86,36 +95,43 @@ exports.KillResponse = {
|
|
|
86
95
|
reader.skipType(tag & 7);
|
|
87
96
|
}
|
|
88
97
|
return message;
|
|
89
|
-
}
|
|
90
|
-
|
|
98
|
+
}
|
|
99
|
+
KillResponse.decode = decode;
|
|
100
|
+
function fromJSON(object) {
|
|
91
101
|
return { status: isSet(object.status) ? Boolean(object.status) : false };
|
|
92
|
-
}
|
|
93
|
-
|
|
102
|
+
}
|
|
103
|
+
KillResponse.fromJSON = fromJSON;
|
|
104
|
+
function toJSON(message) {
|
|
94
105
|
const obj = {};
|
|
95
106
|
message.status !== undefined && (obj.status = message.status);
|
|
96
107
|
return obj;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
108
|
+
}
|
|
109
|
+
KillResponse.toJSON = toJSON;
|
|
110
|
+
function create(base) {
|
|
111
|
+
return KillResponse.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
112
|
+
}
|
|
113
|
+
KillResponse.create = create;
|
|
114
|
+
function fromPartial(object) {
|
|
102
115
|
var _a;
|
|
103
116
|
const message = createBaseKillResponse();
|
|
104
117
|
message.status = (_a = object.status) !== null && _a !== void 0 ? _a : false;
|
|
105
118
|
return message;
|
|
106
|
-
}
|
|
107
|
-
|
|
119
|
+
}
|
|
120
|
+
KillResponse.fromPartial = fromPartial;
|
|
121
|
+
})(KillResponse = exports.KillResponse || (exports.KillResponse = {}));
|
|
108
122
|
function createBaseSpawnRequest() {
|
|
109
123
|
return { pid: "" };
|
|
110
124
|
}
|
|
111
|
-
|
|
112
|
-
|
|
125
|
+
var SpawnRequest;
|
|
126
|
+
(function (SpawnRequest) {
|
|
127
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
113
128
|
if (message.pid !== "") {
|
|
114
129
|
writer.uint32(10).string(message.pid);
|
|
115
130
|
}
|
|
116
131
|
return writer;
|
|
117
|
-
}
|
|
118
|
-
|
|
132
|
+
}
|
|
133
|
+
SpawnRequest.encode = encode;
|
|
134
|
+
function decode(input, length) {
|
|
119
135
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
120
136
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
121
137
|
const message = createBaseSpawnRequest();
|
|
@@ -135,30 +151,36 @@ exports.SpawnRequest = {
|
|
|
135
151
|
reader.skipType(tag & 7);
|
|
136
152
|
}
|
|
137
153
|
return message;
|
|
138
|
-
}
|
|
139
|
-
|
|
154
|
+
}
|
|
155
|
+
SpawnRequest.decode = decode;
|
|
156
|
+
function fromJSON(object) {
|
|
140
157
|
return { pid: isSet(object.pid) ? String(object.pid) : "" };
|
|
141
|
-
}
|
|
142
|
-
|
|
158
|
+
}
|
|
159
|
+
SpawnRequest.fromJSON = fromJSON;
|
|
160
|
+
function toJSON(message) {
|
|
143
161
|
const obj = {};
|
|
144
162
|
message.pid !== undefined && (obj.pid = message.pid);
|
|
145
163
|
return obj;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
164
|
+
}
|
|
165
|
+
SpawnRequest.toJSON = toJSON;
|
|
166
|
+
function create(base) {
|
|
167
|
+
return SpawnRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
168
|
+
}
|
|
169
|
+
SpawnRequest.create = create;
|
|
170
|
+
function fromPartial(object) {
|
|
151
171
|
var _a;
|
|
152
172
|
const message = createBaseSpawnRequest();
|
|
153
173
|
message.pid = (_a = object.pid) !== null && _a !== void 0 ? _a : "";
|
|
154
174
|
return message;
|
|
155
|
-
}
|
|
156
|
-
|
|
175
|
+
}
|
|
176
|
+
SpawnRequest.fromPartial = fromPartial;
|
|
177
|
+
})(SpawnRequest = exports.SpawnRequest || (exports.SpawnRequest = {}));
|
|
157
178
|
function createBaseSpawnResponse() {
|
|
158
179
|
return { pid: "", parentCid: "" };
|
|
159
180
|
}
|
|
160
|
-
|
|
161
|
-
|
|
181
|
+
var SpawnResponse;
|
|
182
|
+
(function (SpawnResponse) {
|
|
183
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
162
184
|
if (message.pid !== "") {
|
|
163
185
|
writer.uint32(10).string(message.pid);
|
|
164
186
|
}
|
|
@@ -166,8 +188,9 @@ exports.SpawnResponse = {
|
|
|
166
188
|
writer.uint32(18).string(message.parentCid);
|
|
167
189
|
}
|
|
168
190
|
return writer;
|
|
169
|
-
}
|
|
170
|
-
|
|
191
|
+
}
|
|
192
|
+
SpawnResponse.encode = encode;
|
|
193
|
+
function decode(input, length) {
|
|
171
194
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
172
195
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
173
196
|
const message = createBaseSpawnResponse();
|
|
@@ -193,41 +216,48 @@ exports.SpawnResponse = {
|
|
|
193
216
|
reader.skipType(tag & 7);
|
|
194
217
|
}
|
|
195
218
|
return message;
|
|
196
|
-
}
|
|
197
|
-
|
|
219
|
+
}
|
|
220
|
+
SpawnResponse.decode = decode;
|
|
221
|
+
function fromJSON(object) {
|
|
198
222
|
return {
|
|
199
223
|
pid: isSet(object.pid) ? String(object.pid) : "",
|
|
200
224
|
parentCid: isSet(object.parentCid) ? String(object.parentCid) : "",
|
|
201
225
|
};
|
|
202
|
-
}
|
|
203
|
-
|
|
226
|
+
}
|
|
227
|
+
SpawnResponse.fromJSON = fromJSON;
|
|
228
|
+
function toJSON(message) {
|
|
204
229
|
const obj = {};
|
|
205
230
|
message.pid !== undefined && (obj.pid = message.pid);
|
|
206
231
|
message.parentCid !== undefined && (obj.parentCid = message.parentCid);
|
|
207
232
|
return obj;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
233
|
+
}
|
|
234
|
+
SpawnResponse.toJSON = toJSON;
|
|
235
|
+
function create(base) {
|
|
236
|
+
return SpawnResponse.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
237
|
+
}
|
|
238
|
+
SpawnResponse.create = create;
|
|
239
|
+
function fromPartial(object) {
|
|
213
240
|
var _a, _b;
|
|
214
241
|
const message = createBaseSpawnResponse();
|
|
215
242
|
message.pid = (_a = object.pid) !== null && _a !== void 0 ? _a : "";
|
|
216
243
|
message.parentCid = (_b = object.parentCid) !== null && _b !== void 0 ? _b : "";
|
|
217
244
|
return message;
|
|
218
|
-
}
|
|
219
|
-
|
|
245
|
+
}
|
|
246
|
+
SpawnResponse.fromPartial = fromPartial;
|
|
247
|
+
})(SpawnResponse = exports.SpawnResponse || (exports.SpawnResponse = {}));
|
|
220
248
|
function createBasePxRequest() {
|
|
221
249
|
return { pid: "" };
|
|
222
250
|
}
|
|
223
|
-
|
|
224
|
-
|
|
251
|
+
var PxRequest;
|
|
252
|
+
(function (PxRequest) {
|
|
253
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
225
254
|
if (message.pid !== "") {
|
|
226
255
|
writer.uint32(10).string(message.pid);
|
|
227
256
|
}
|
|
228
257
|
return writer;
|
|
229
|
-
}
|
|
230
|
-
|
|
258
|
+
}
|
|
259
|
+
PxRequest.encode = encode;
|
|
260
|
+
function decode(input, length) {
|
|
231
261
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
232
262
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
233
263
|
const message = createBasePxRequest();
|
|
@@ -247,33 +277,40 @@ exports.PxRequest = {
|
|
|
247
277
|
reader.skipType(tag & 7);
|
|
248
278
|
}
|
|
249
279
|
return message;
|
|
250
|
-
}
|
|
251
|
-
|
|
280
|
+
}
|
|
281
|
+
PxRequest.decode = decode;
|
|
282
|
+
function fromJSON(object) {
|
|
252
283
|
return { pid: isSet(object.pid) ? String(object.pid) : "" };
|
|
253
|
-
}
|
|
254
|
-
|
|
284
|
+
}
|
|
285
|
+
PxRequest.fromJSON = fromJSON;
|
|
286
|
+
function toJSON(message) {
|
|
255
287
|
const obj = {};
|
|
256
288
|
message.pid !== undefined && (obj.pid = message.pid);
|
|
257
289
|
return obj;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
290
|
+
}
|
|
291
|
+
PxRequest.toJSON = toJSON;
|
|
292
|
+
function create(base) {
|
|
293
|
+
return PxRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
294
|
+
}
|
|
295
|
+
PxRequest.create = create;
|
|
296
|
+
function fromPartial(object) {
|
|
263
297
|
var _a;
|
|
264
298
|
const message = createBasePxRequest();
|
|
265
299
|
message.pid = (_a = object.pid) !== null && _a !== void 0 ? _a : "";
|
|
266
300
|
return message;
|
|
267
|
-
}
|
|
268
|
-
|
|
301
|
+
}
|
|
302
|
+
PxRequest.fromPartial = fromPartial;
|
|
303
|
+
})(PxRequest = exports.PxRequest || (exports.PxRequest = {}));
|
|
269
304
|
function createBaseGetPortableExperiencesLoadedRequest() {
|
|
270
305
|
return {};
|
|
271
306
|
}
|
|
272
|
-
|
|
273
|
-
|
|
307
|
+
var GetPortableExperiencesLoadedRequest;
|
|
308
|
+
(function (GetPortableExperiencesLoadedRequest) {
|
|
309
|
+
function encode(_, writer = minimal_1.default.Writer.create()) {
|
|
274
310
|
return writer;
|
|
275
|
-
}
|
|
276
|
-
|
|
311
|
+
}
|
|
312
|
+
GetPortableExperiencesLoadedRequest.encode = encode;
|
|
313
|
+
function decode(input, length) {
|
|
277
314
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
278
315
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
279
316
|
const message = createBaseGetPortableExperiencesLoadedRequest();
|
|
@@ -287,33 +324,40 @@ exports.GetPortableExperiencesLoadedRequest = {
|
|
|
287
324
|
reader.skipType(tag & 7);
|
|
288
325
|
}
|
|
289
326
|
return message;
|
|
290
|
-
}
|
|
291
|
-
|
|
327
|
+
}
|
|
328
|
+
GetPortableExperiencesLoadedRequest.decode = decode;
|
|
329
|
+
function fromJSON(_) {
|
|
292
330
|
return {};
|
|
293
|
-
}
|
|
294
|
-
|
|
331
|
+
}
|
|
332
|
+
GetPortableExperiencesLoadedRequest.fromJSON = fromJSON;
|
|
333
|
+
function toJSON(_) {
|
|
295
334
|
const obj = {};
|
|
296
335
|
return obj;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
336
|
+
}
|
|
337
|
+
GetPortableExperiencesLoadedRequest.toJSON = toJSON;
|
|
338
|
+
function create(base) {
|
|
339
|
+
return GetPortableExperiencesLoadedRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
340
|
+
}
|
|
341
|
+
GetPortableExperiencesLoadedRequest.create = create;
|
|
342
|
+
function fromPartial(_) {
|
|
302
343
|
const message = createBaseGetPortableExperiencesLoadedRequest();
|
|
303
344
|
return message;
|
|
304
|
-
}
|
|
305
|
-
|
|
345
|
+
}
|
|
346
|
+
GetPortableExperiencesLoadedRequest.fromPartial = fromPartial;
|
|
347
|
+
})(GetPortableExperiencesLoadedRequest = exports.GetPortableExperiencesLoadedRequest || (exports.GetPortableExperiencesLoadedRequest = {}));
|
|
306
348
|
function createBaseGetPortableExperiencesLoadedResponse() {
|
|
307
349
|
return { loaded: [] };
|
|
308
350
|
}
|
|
309
|
-
|
|
310
|
-
|
|
351
|
+
var GetPortableExperiencesLoadedResponse;
|
|
352
|
+
(function (GetPortableExperiencesLoadedResponse) {
|
|
353
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
311
354
|
for (const v of message.loaded) {
|
|
312
|
-
|
|
355
|
+
SpawnResponse.encode(v, writer.uint32(10).fork()).ldelim();
|
|
313
356
|
}
|
|
314
357
|
return writer;
|
|
315
|
-
}
|
|
316
|
-
|
|
358
|
+
}
|
|
359
|
+
GetPortableExperiencesLoadedResponse.encode = encode;
|
|
360
|
+
function decode(input, length) {
|
|
317
361
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
318
362
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
319
363
|
const message = createBaseGetPortableExperiencesLoadedResponse();
|
|
@@ -324,7 +368,7 @@ exports.GetPortableExperiencesLoadedResponse = {
|
|
|
324
368
|
if (tag !== 10) {
|
|
325
369
|
break;
|
|
326
370
|
}
|
|
327
|
-
message.loaded.push(
|
|
371
|
+
message.loaded.push(SpawnResponse.decode(reader, reader.uint32()));
|
|
328
372
|
continue;
|
|
329
373
|
}
|
|
330
374
|
if ((tag & 7) === 4 || tag === 0) {
|
|
@@ -333,38 +377,45 @@ exports.GetPortableExperiencesLoadedResponse = {
|
|
|
333
377
|
reader.skipType(tag & 7);
|
|
334
378
|
}
|
|
335
379
|
return message;
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
380
|
+
}
|
|
381
|
+
GetPortableExperiencesLoadedResponse.decode = decode;
|
|
382
|
+
function fromJSON(object) {
|
|
383
|
+
return { loaded: Array.isArray(object === null || object === void 0 ? void 0 : object.loaded) ? object.loaded.map((e) => SpawnResponse.fromJSON(e)) : [] };
|
|
384
|
+
}
|
|
385
|
+
GetPortableExperiencesLoadedResponse.fromJSON = fromJSON;
|
|
386
|
+
function toJSON(message) {
|
|
341
387
|
const obj = {};
|
|
342
388
|
if (message.loaded) {
|
|
343
|
-
obj.loaded = message.loaded.map((e) => e ?
|
|
389
|
+
obj.loaded = message.loaded.map((e) => e ? SpawnResponse.toJSON(e) : undefined);
|
|
344
390
|
}
|
|
345
391
|
else {
|
|
346
392
|
obj.loaded = [];
|
|
347
393
|
}
|
|
348
394
|
return obj;
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
395
|
+
}
|
|
396
|
+
GetPortableExperiencesLoadedResponse.toJSON = toJSON;
|
|
397
|
+
function create(base) {
|
|
398
|
+
return GetPortableExperiencesLoadedResponse.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
399
|
+
}
|
|
400
|
+
GetPortableExperiencesLoadedResponse.create = create;
|
|
401
|
+
function fromPartial(object) {
|
|
354
402
|
var _a;
|
|
355
403
|
const message = createBaseGetPortableExperiencesLoadedResponse();
|
|
356
|
-
message.loaded = ((_a = object.loaded) === null || _a === void 0 ? void 0 : _a.map((e) =>
|
|
404
|
+
message.loaded = ((_a = object.loaded) === null || _a === void 0 ? void 0 : _a.map((e) => SpawnResponse.fromPartial(e))) || [];
|
|
357
405
|
return message;
|
|
358
|
-
}
|
|
359
|
-
|
|
406
|
+
}
|
|
407
|
+
GetPortableExperiencesLoadedResponse.fromPartial = fromPartial;
|
|
408
|
+
})(GetPortableExperiencesLoadedResponse = exports.GetPortableExperiencesLoadedResponse || (exports.GetPortableExperiencesLoadedResponse = {}));
|
|
360
409
|
function createBaseExitRequest() {
|
|
361
410
|
return {};
|
|
362
411
|
}
|
|
363
|
-
|
|
364
|
-
|
|
412
|
+
var ExitRequest;
|
|
413
|
+
(function (ExitRequest) {
|
|
414
|
+
function encode(_, writer = minimal_1.default.Writer.create()) {
|
|
365
415
|
return writer;
|
|
366
|
-
}
|
|
367
|
-
|
|
416
|
+
}
|
|
417
|
+
ExitRequest.encode = encode;
|
|
418
|
+
function decode(input, length) {
|
|
368
419
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
369
420
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
370
421
|
const message = createBaseExitRequest();
|
|
@@ -378,33 +429,40 @@ exports.ExitRequest = {
|
|
|
378
429
|
reader.skipType(tag & 7);
|
|
379
430
|
}
|
|
380
431
|
return message;
|
|
381
|
-
}
|
|
382
|
-
|
|
432
|
+
}
|
|
433
|
+
ExitRequest.decode = decode;
|
|
434
|
+
function fromJSON(_) {
|
|
383
435
|
return {};
|
|
384
|
-
}
|
|
385
|
-
|
|
436
|
+
}
|
|
437
|
+
ExitRequest.fromJSON = fromJSON;
|
|
438
|
+
function toJSON(_) {
|
|
386
439
|
const obj = {};
|
|
387
440
|
return obj;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
441
|
+
}
|
|
442
|
+
ExitRequest.toJSON = toJSON;
|
|
443
|
+
function create(base) {
|
|
444
|
+
return ExitRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
445
|
+
}
|
|
446
|
+
ExitRequest.create = create;
|
|
447
|
+
function fromPartial(_) {
|
|
393
448
|
const message = createBaseExitRequest();
|
|
394
449
|
return message;
|
|
395
|
-
}
|
|
396
|
-
|
|
450
|
+
}
|
|
451
|
+
ExitRequest.fromPartial = fromPartial;
|
|
452
|
+
})(ExitRequest = exports.ExitRequest || (exports.ExitRequest = {}));
|
|
397
453
|
function createBaseExitResponse() {
|
|
398
454
|
return { status: false };
|
|
399
455
|
}
|
|
400
|
-
|
|
401
|
-
|
|
456
|
+
var ExitResponse;
|
|
457
|
+
(function (ExitResponse) {
|
|
458
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
402
459
|
if (message.status === true) {
|
|
403
460
|
writer.uint32(8).bool(message.status);
|
|
404
461
|
}
|
|
405
462
|
return writer;
|
|
406
|
-
}
|
|
407
|
-
|
|
463
|
+
}
|
|
464
|
+
ExitResponse.encode = encode;
|
|
465
|
+
function decode(input, length) {
|
|
408
466
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
409
467
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
410
468
|
const message = createBaseExitResponse();
|
|
@@ -424,25 +482,30 @@ exports.ExitResponse = {
|
|
|
424
482
|
reader.skipType(tag & 7);
|
|
425
483
|
}
|
|
426
484
|
return message;
|
|
427
|
-
}
|
|
428
|
-
|
|
485
|
+
}
|
|
486
|
+
ExitResponse.decode = decode;
|
|
487
|
+
function fromJSON(object) {
|
|
429
488
|
return { status: isSet(object.status) ? Boolean(object.status) : false };
|
|
430
|
-
}
|
|
431
|
-
|
|
489
|
+
}
|
|
490
|
+
ExitResponse.fromJSON = fromJSON;
|
|
491
|
+
function toJSON(message) {
|
|
432
492
|
const obj = {};
|
|
433
493
|
message.status !== undefined && (obj.status = message.status);
|
|
434
494
|
return obj;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
495
|
+
}
|
|
496
|
+
ExitResponse.toJSON = toJSON;
|
|
497
|
+
function create(base) {
|
|
498
|
+
return ExitResponse.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
499
|
+
}
|
|
500
|
+
ExitResponse.create = create;
|
|
501
|
+
function fromPartial(object) {
|
|
440
502
|
var _a;
|
|
441
503
|
const message = createBaseExitResponse();
|
|
442
504
|
message.status = (_a = object.status) !== null && _a !== void 0 ? _a : false;
|
|
443
505
|
return message;
|
|
444
|
-
}
|
|
445
|
-
|
|
506
|
+
}
|
|
507
|
+
ExitResponse.fromPartial = fromPartial;
|
|
508
|
+
})(ExitResponse = exports.ExitResponse || (exports.ExitResponse = {}));
|
|
446
509
|
exports.PortableExperiencesServiceDefinition = {
|
|
447
510
|
name: "PortableExperiencesService",
|
|
448
511
|
fullName: "decentraland.kernel.apis.PortableExperiencesService",
|
|
@@ -456,9 +519,9 @@ exports.PortableExperiencesServiceDefinition = {
|
|
|
456
519
|
*/
|
|
457
520
|
spawn: {
|
|
458
521
|
name: "Spawn",
|
|
459
|
-
requestType:
|
|
522
|
+
requestType: SpawnRequest,
|
|
460
523
|
requestStream: false,
|
|
461
|
-
responseType:
|
|
524
|
+
responseType: SpawnResponse,
|
|
462
525
|
responseStream: false,
|
|
463
526
|
options: {},
|
|
464
527
|
},
|
|
@@ -468,9 +531,9 @@ exports.PortableExperiencesServiceDefinition = {
|
|
|
468
531
|
*/
|
|
469
532
|
kill: {
|
|
470
533
|
name: "Kill",
|
|
471
|
-
requestType:
|
|
534
|
+
requestType: KillRequest,
|
|
472
535
|
requestStream: false,
|
|
473
|
-
responseType:
|
|
536
|
+
responseType: KillResponse,
|
|
474
537
|
responseStream: false,
|
|
475
538
|
options: {},
|
|
476
539
|
},
|
|
@@ -480,9 +543,9 @@ exports.PortableExperiencesServiceDefinition = {
|
|
|
480
543
|
*/
|
|
481
544
|
exit: {
|
|
482
545
|
name: "Exit",
|
|
483
|
-
requestType:
|
|
546
|
+
requestType: ExitRequest,
|
|
484
547
|
requestStream: false,
|
|
485
|
-
responseType:
|
|
548
|
+
responseType: ExitResponse,
|
|
486
549
|
responseStream: false,
|
|
487
550
|
options: {},
|
|
488
551
|
},
|
|
@@ -492,9 +555,9 @@ exports.PortableExperiencesServiceDefinition = {
|
|
|
492
555
|
*/
|
|
493
556
|
getPortableExperiencesLoaded: {
|
|
494
557
|
name: "GetPortableExperiencesLoaded",
|
|
495
|
-
requestType:
|
|
558
|
+
requestType: GetPortableExperiencesLoadedRequest,
|
|
496
559
|
requestStream: false,
|
|
497
|
-
responseType:
|
|
560
|
+
responseType: GetPortableExperiencesLoadedResponse,
|
|
498
561
|
responseStream: false,
|
|
499
562
|
options: {},
|
|
500
563
|
},
|