@dcl/protocol 1.0.0-4949759723.commit-9a568b1 → 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 +67 -828
- package/out-js/decentraland/bff/http_endpoints.gen.js +237 -161
- 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 +159 -117
- 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/bff/http_endpoints.proto +1 -0
- 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
|
@@ -58,404 +58,142 @@ export interface GetExplorerConfigurationRequest {
|
|
|
58
58
|
}
|
|
59
59
|
export interface GetDecentralandTimeRequest {
|
|
60
60
|
}
|
|
61
|
-
export declare
|
|
62
|
-
encode(message: MinimalRunnableEntity, writer?: _m0.Writer): _m0.Writer;
|
|
63
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): MinimalRunnableEntity;
|
|
64
|
-
fromJSON(object: any): MinimalRunnableEntity;
|
|
65
|
-
toJSON(message: MinimalRunnableEntity): unknown;
|
|
66
|
-
create<I extends
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
toJSON(message: PreviewModeResponse): unknown;
|
|
198
|
-
create<I extends {
|
|
199
|
-
isPreview?: boolean | undefined;
|
|
200
|
-
} & {
|
|
201
|
-
isPreview?: boolean | undefined;
|
|
202
|
-
} & { [K in Exclude<keyof I, "isPreview">]: never; }>(base?: I | undefined): PreviewModeResponse;
|
|
203
|
-
fromPartial<I_1 extends {
|
|
204
|
-
isPreview?: boolean | undefined;
|
|
205
|
-
} & {
|
|
206
|
-
isPreview?: boolean | undefined;
|
|
207
|
-
} & { [K_1 in Exclude<keyof I_1, "isPreview">]: never; }>(object: I_1): PreviewModeResponse;
|
|
208
|
-
};
|
|
209
|
-
export declare const AreUnsafeRequestAllowedResponse: {
|
|
210
|
-
encode(message: AreUnsafeRequestAllowedResponse, writer?: _m0.Writer): _m0.Writer;
|
|
211
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AreUnsafeRequestAllowedResponse;
|
|
212
|
-
fromJSON(object: any): AreUnsafeRequestAllowedResponse;
|
|
213
|
-
toJSON(message: AreUnsafeRequestAllowedResponse): unknown;
|
|
214
|
-
create<I extends {
|
|
215
|
-
status?: boolean | undefined;
|
|
216
|
-
} & {
|
|
217
|
-
status?: boolean | undefined;
|
|
218
|
-
} & { [K in Exclude<keyof I, "status">]: never; }>(base?: I | undefined): AreUnsafeRequestAllowedResponse;
|
|
219
|
-
fromPartial<I_1 extends {
|
|
220
|
-
status?: boolean | undefined;
|
|
221
|
-
} & {
|
|
222
|
-
status?: boolean | undefined;
|
|
223
|
-
} & { [K_1 in Exclude<keyof I_1, "status">]: never; }>(object: I_1): AreUnsafeRequestAllowedResponse;
|
|
224
|
-
};
|
|
225
|
-
export declare const GetPlatformResponse: {
|
|
226
|
-
encode(message: GetPlatformResponse, writer?: _m0.Writer): _m0.Writer;
|
|
227
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetPlatformResponse;
|
|
228
|
-
fromJSON(object: any): GetPlatformResponse;
|
|
229
|
-
toJSON(message: GetPlatformResponse): unknown;
|
|
230
|
-
create<I extends {
|
|
231
|
-
platform?: string | undefined;
|
|
232
|
-
} & {
|
|
233
|
-
platform?: string | undefined;
|
|
234
|
-
} & { [K in Exclude<keyof I, "platform">]: never; }>(base?: I | undefined): GetPlatformResponse;
|
|
235
|
-
fromPartial<I_1 extends {
|
|
236
|
-
platform?: string | undefined;
|
|
237
|
-
} & {
|
|
238
|
-
platform?: string | undefined;
|
|
239
|
-
} & { [K_1 in Exclude<keyof I_1, "platform">]: never; }>(object: I_1): GetPlatformResponse;
|
|
240
|
-
};
|
|
241
|
-
export declare const EnvironmentRealm: {
|
|
242
|
-
encode(message: EnvironmentRealm, writer?: _m0.Writer): _m0.Writer;
|
|
243
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): EnvironmentRealm;
|
|
244
|
-
fromJSON(object: any): EnvironmentRealm;
|
|
245
|
-
toJSON(message: EnvironmentRealm): unknown;
|
|
246
|
-
create<I extends {
|
|
247
|
-
domain?: string | undefined;
|
|
248
|
-
layer?: string | undefined;
|
|
249
|
-
room?: string | undefined;
|
|
250
|
-
serverName?: string | undefined;
|
|
251
|
-
displayName?: string | undefined;
|
|
252
|
-
protocol?: string | undefined;
|
|
253
|
-
} & {
|
|
254
|
-
domain?: string | undefined;
|
|
255
|
-
layer?: string | undefined;
|
|
256
|
-
room?: string | undefined;
|
|
257
|
-
serverName?: string | undefined;
|
|
258
|
-
displayName?: string | undefined;
|
|
259
|
-
protocol?: string | undefined;
|
|
260
|
-
} & { [K in Exclude<keyof I, keyof EnvironmentRealm>]: never; }>(base?: I | undefined): EnvironmentRealm;
|
|
261
|
-
fromPartial<I_1 extends {
|
|
262
|
-
domain?: string | undefined;
|
|
263
|
-
layer?: string | undefined;
|
|
264
|
-
room?: string | undefined;
|
|
265
|
-
serverName?: string | undefined;
|
|
266
|
-
displayName?: string | undefined;
|
|
267
|
-
protocol?: string | undefined;
|
|
268
|
-
} & {
|
|
269
|
-
domain?: string | undefined;
|
|
270
|
-
layer?: string | undefined;
|
|
271
|
-
room?: string | undefined;
|
|
272
|
-
serverName?: string | undefined;
|
|
273
|
-
displayName?: string | undefined;
|
|
274
|
-
protocol?: string | undefined;
|
|
275
|
-
} & { [K_1 in Exclude<keyof I_1, keyof EnvironmentRealm>]: never; }>(object: I_1): EnvironmentRealm;
|
|
276
|
-
};
|
|
277
|
-
export declare const GetCurrentRealmResponse: {
|
|
278
|
-
encode(message: GetCurrentRealmResponse, writer?: _m0.Writer): _m0.Writer;
|
|
279
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetCurrentRealmResponse;
|
|
280
|
-
fromJSON(object: any): GetCurrentRealmResponse;
|
|
281
|
-
toJSON(message: GetCurrentRealmResponse): unknown;
|
|
282
|
-
create<I extends {
|
|
283
|
-
currentRealm?: {
|
|
284
|
-
domain?: string | undefined;
|
|
285
|
-
layer?: string | undefined;
|
|
286
|
-
room?: string | undefined;
|
|
287
|
-
serverName?: string | undefined;
|
|
288
|
-
displayName?: string | undefined;
|
|
289
|
-
protocol?: string | undefined;
|
|
290
|
-
} | undefined;
|
|
291
|
-
} & {
|
|
292
|
-
currentRealm?: ({
|
|
293
|
-
domain?: string | undefined;
|
|
294
|
-
layer?: string | undefined;
|
|
295
|
-
room?: string | undefined;
|
|
296
|
-
serverName?: string | undefined;
|
|
297
|
-
displayName?: string | undefined;
|
|
298
|
-
protocol?: string | undefined;
|
|
299
|
-
} & {
|
|
300
|
-
domain?: string | undefined;
|
|
301
|
-
layer?: string | undefined;
|
|
302
|
-
room?: string | undefined;
|
|
303
|
-
serverName?: string | undefined;
|
|
304
|
-
displayName?: string | undefined;
|
|
305
|
-
protocol?: string | undefined;
|
|
306
|
-
} & { [K in Exclude<keyof I["currentRealm"], keyof EnvironmentRealm>]: never; }) | undefined;
|
|
307
|
-
} & { [K_1 in Exclude<keyof I, "currentRealm">]: never; }>(base?: I | undefined): GetCurrentRealmResponse;
|
|
308
|
-
fromPartial<I_1 extends {
|
|
309
|
-
currentRealm?: {
|
|
310
|
-
domain?: string | undefined;
|
|
311
|
-
layer?: string | undefined;
|
|
312
|
-
room?: string | undefined;
|
|
313
|
-
serverName?: string | undefined;
|
|
314
|
-
displayName?: string | undefined;
|
|
315
|
-
protocol?: string | undefined;
|
|
316
|
-
} | undefined;
|
|
317
|
-
} & {
|
|
318
|
-
currentRealm?: ({
|
|
319
|
-
domain?: string | undefined;
|
|
320
|
-
layer?: string | undefined;
|
|
321
|
-
room?: string | undefined;
|
|
322
|
-
serverName?: string | undefined;
|
|
323
|
-
displayName?: string | undefined;
|
|
324
|
-
protocol?: string | undefined;
|
|
325
|
-
} & {
|
|
326
|
-
domain?: string | undefined;
|
|
327
|
-
layer?: string | undefined;
|
|
328
|
-
room?: string | undefined;
|
|
329
|
-
serverName?: string | undefined;
|
|
330
|
-
displayName?: string | undefined;
|
|
331
|
-
protocol?: string | undefined;
|
|
332
|
-
} & { [K_2 in Exclude<keyof I_1["currentRealm"], keyof EnvironmentRealm>]: never; }) | undefined;
|
|
333
|
-
} & { [K_3 in Exclude<keyof I_1, "currentRealm">]: never; }>(object: I_1): GetCurrentRealmResponse;
|
|
334
|
-
};
|
|
335
|
-
export declare const GetExplorerConfigurationResponse: {
|
|
336
|
-
encode(message: GetExplorerConfigurationResponse, writer?: _m0.Writer): _m0.Writer;
|
|
337
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetExplorerConfigurationResponse;
|
|
338
|
-
fromJSON(object: any): GetExplorerConfigurationResponse;
|
|
339
|
-
toJSON(message: GetExplorerConfigurationResponse): unknown;
|
|
340
|
-
create<I extends {
|
|
341
|
-
clientUri?: string | undefined;
|
|
342
|
-
configurations?: {
|
|
343
|
-
[x: string]: string | undefined;
|
|
344
|
-
} | undefined;
|
|
345
|
-
} & {
|
|
346
|
-
clientUri?: string | undefined;
|
|
347
|
-
configurations?: ({
|
|
348
|
-
[x: string]: string | undefined;
|
|
349
|
-
} & {
|
|
350
|
-
[x: string]: string | undefined;
|
|
351
|
-
} & { [K in Exclude<keyof I["configurations"], string | number>]: never; }) | undefined;
|
|
352
|
-
} & { [K_1 in Exclude<keyof I, keyof GetExplorerConfigurationResponse>]: never; }>(base?: I | undefined): GetExplorerConfigurationResponse;
|
|
353
|
-
fromPartial<I_1 extends {
|
|
354
|
-
clientUri?: string | undefined;
|
|
355
|
-
configurations?: {
|
|
356
|
-
[x: string]: string | undefined;
|
|
357
|
-
} | undefined;
|
|
358
|
-
} & {
|
|
359
|
-
clientUri?: string | undefined;
|
|
360
|
-
configurations?: ({
|
|
361
|
-
[x: string]: string | undefined;
|
|
362
|
-
} & {
|
|
363
|
-
[x: string]: string | undefined;
|
|
364
|
-
} & { [K_2 in Exclude<keyof I_1["configurations"], string | number>]: never; }) | undefined;
|
|
365
|
-
} & { [K_3 in Exclude<keyof I_1, keyof GetExplorerConfigurationResponse>]: never; }>(object: I_1): GetExplorerConfigurationResponse;
|
|
366
|
-
};
|
|
367
|
-
export declare const GetExplorerConfigurationResponse_ConfigurationsEntry: {
|
|
368
|
-
encode(message: GetExplorerConfigurationResponse_ConfigurationsEntry, writer?: _m0.Writer): _m0.Writer;
|
|
369
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetExplorerConfigurationResponse_ConfigurationsEntry;
|
|
370
|
-
fromJSON(object: any): GetExplorerConfigurationResponse_ConfigurationsEntry;
|
|
371
|
-
toJSON(message: GetExplorerConfigurationResponse_ConfigurationsEntry): unknown;
|
|
372
|
-
create<I extends {
|
|
373
|
-
key?: string | undefined;
|
|
374
|
-
value?: string | undefined;
|
|
375
|
-
} & {
|
|
376
|
-
key?: string | undefined;
|
|
377
|
-
value?: string | undefined;
|
|
378
|
-
} & { [K in Exclude<keyof I, keyof GetExplorerConfigurationResponse_ConfigurationsEntry>]: never; }>(base?: I | undefined): GetExplorerConfigurationResponse_ConfigurationsEntry;
|
|
379
|
-
fromPartial<I_1 extends {
|
|
380
|
-
key?: string | undefined;
|
|
381
|
-
value?: string | undefined;
|
|
382
|
-
} & {
|
|
383
|
-
key?: string | undefined;
|
|
384
|
-
value?: string | undefined;
|
|
385
|
-
} & { [K_1 in Exclude<keyof I_1, keyof GetExplorerConfigurationResponse_ConfigurationsEntry>]: never; }>(object: I_1): GetExplorerConfigurationResponse_ConfigurationsEntry;
|
|
386
|
-
};
|
|
387
|
-
export declare const GetDecentralandTimeResponse: {
|
|
388
|
-
encode(message: GetDecentralandTimeResponse, writer?: _m0.Writer): _m0.Writer;
|
|
389
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetDecentralandTimeResponse;
|
|
390
|
-
fromJSON(object: any): GetDecentralandTimeResponse;
|
|
391
|
-
toJSON(message: GetDecentralandTimeResponse): unknown;
|
|
392
|
-
create<I extends {
|
|
393
|
-
seconds?: number | undefined;
|
|
394
|
-
} & {
|
|
395
|
-
seconds?: number | undefined;
|
|
396
|
-
} & { [K in Exclude<keyof I, "seconds">]: never; }>(base?: I | undefined): GetDecentralandTimeResponse;
|
|
397
|
-
fromPartial<I_1 extends {
|
|
398
|
-
seconds?: number | undefined;
|
|
399
|
-
} & {
|
|
400
|
-
seconds?: number | undefined;
|
|
401
|
-
} & { [K_1 in Exclude<keyof I_1, "seconds">]: never; }>(object: I_1): GetDecentralandTimeResponse;
|
|
402
|
-
};
|
|
403
|
-
export declare const GetBootstrapDataRequest: {
|
|
404
|
-
encode(_: GetBootstrapDataRequest, writer?: _m0.Writer): _m0.Writer;
|
|
405
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetBootstrapDataRequest;
|
|
406
|
-
fromJSON(_: any): GetBootstrapDataRequest;
|
|
407
|
-
toJSON(_: GetBootstrapDataRequest): unknown;
|
|
408
|
-
create<I extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I | undefined): GetBootstrapDataRequest;
|
|
409
|
-
fromPartial<I_1 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_1): GetBootstrapDataRequest;
|
|
410
|
-
};
|
|
411
|
-
export declare const IsPreviewModeRequest: {
|
|
412
|
-
encode(_: IsPreviewModeRequest, writer?: _m0.Writer): _m0.Writer;
|
|
413
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): IsPreviewModeRequest;
|
|
414
|
-
fromJSON(_: any): IsPreviewModeRequest;
|
|
415
|
-
toJSON(_: IsPreviewModeRequest): unknown;
|
|
416
|
-
create<I extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I | undefined): IsPreviewModeRequest;
|
|
417
|
-
fromPartial<I_1 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_1): IsPreviewModeRequest;
|
|
418
|
-
};
|
|
419
|
-
export declare const GetPlatformRequest: {
|
|
420
|
-
encode(_: GetPlatformRequest, writer?: _m0.Writer): _m0.Writer;
|
|
421
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetPlatformRequest;
|
|
422
|
-
fromJSON(_: any): GetPlatformRequest;
|
|
423
|
-
toJSON(_: GetPlatformRequest): unknown;
|
|
424
|
-
create<I extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I | undefined): GetPlatformRequest;
|
|
425
|
-
fromPartial<I_1 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_1): GetPlatformRequest;
|
|
426
|
-
};
|
|
427
|
-
export declare const AreUnsafeRequestAllowedRequest: {
|
|
428
|
-
encode(_: AreUnsafeRequestAllowedRequest, writer?: _m0.Writer): _m0.Writer;
|
|
429
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AreUnsafeRequestAllowedRequest;
|
|
430
|
-
fromJSON(_: any): AreUnsafeRequestAllowedRequest;
|
|
431
|
-
toJSON(_: AreUnsafeRequestAllowedRequest): unknown;
|
|
432
|
-
create<I extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I | undefined): AreUnsafeRequestAllowedRequest;
|
|
433
|
-
fromPartial<I_1 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_1): AreUnsafeRequestAllowedRequest;
|
|
434
|
-
};
|
|
435
|
-
export declare const GetCurrentRealmRequest: {
|
|
436
|
-
encode(_: GetCurrentRealmRequest, writer?: _m0.Writer): _m0.Writer;
|
|
437
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetCurrentRealmRequest;
|
|
438
|
-
fromJSON(_: any): GetCurrentRealmRequest;
|
|
439
|
-
toJSON(_: GetCurrentRealmRequest): unknown;
|
|
440
|
-
create<I extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I | undefined): GetCurrentRealmRequest;
|
|
441
|
-
fromPartial<I_1 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_1): GetCurrentRealmRequest;
|
|
442
|
-
};
|
|
443
|
-
export declare const GetExplorerConfigurationRequest: {
|
|
444
|
-
encode(_: GetExplorerConfigurationRequest, writer?: _m0.Writer): _m0.Writer;
|
|
445
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetExplorerConfigurationRequest;
|
|
446
|
-
fromJSON(_: any): GetExplorerConfigurationRequest;
|
|
447
|
-
toJSON(_: GetExplorerConfigurationRequest): unknown;
|
|
448
|
-
create<I extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I | undefined): GetExplorerConfigurationRequest;
|
|
449
|
-
fromPartial<I_1 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_1): GetExplorerConfigurationRequest;
|
|
450
|
-
};
|
|
451
|
-
export declare const GetDecentralandTimeRequest: {
|
|
452
|
-
encode(_: GetDecentralandTimeRequest, writer?: _m0.Writer): _m0.Writer;
|
|
453
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetDecentralandTimeRequest;
|
|
454
|
-
fromJSON(_: any): GetDecentralandTimeRequest;
|
|
455
|
-
toJSON(_: GetDecentralandTimeRequest): unknown;
|
|
456
|
-
create<I extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I | undefined): GetDecentralandTimeRequest;
|
|
457
|
-
fromPartial<I_1 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_1): GetDecentralandTimeRequest;
|
|
458
|
-
};
|
|
61
|
+
export declare namespace MinimalRunnableEntity {
|
|
62
|
+
function encode(message: MinimalRunnableEntity, writer?: _m0.Writer): _m0.Writer;
|
|
63
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): MinimalRunnableEntity;
|
|
64
|
+
function fromJSON(object: any): MinimalRunnableEntity;
|
|
65
|
+
function toJSON(message: MinimalRunnableEntity): unknown;
|
|
66
|
+
function create<I extends Exact<DeepPartial<MinimalRunnableEntity>, I>>(base?: I): MinimalRunnableEntity;
|
|
67
|
+
function fromPartial<I extends Exact<DeepPartial<MinimalRunnableEntity>, I>>(object: I): MinimalRunnableEntity;
|
|
68
|
+
}
|
|
69
|
+
export declare namespace BootstrapDataResponse {
|
|
70
|
+
function encode(message: BootstrapDataResponse, writer?: _m0.Writer): _m0.Writer;
|
|
71
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): BootstrapDataResponse;
|
|
72
|
+
function fromJSON(object: any): BootstrapDataResponse;
|
|
73
|
+
function toJSON(message: BootstrapDataResponse): unknown;
|
|
74
|
+
function create<I extends Exact<DeepPartial<BootstrapDataResponse>, I>>(base?: I): BootstrapDataResponse;
|
|
75
|
+
function fromPartial<I extends Exact<DeepPartial<BootstrapDataResponse>, I>>(object: I): BootstrapDataResponse;
|
|
76
|
+
}
|
|
77
|
+
export declare namespace PreviewModeResponse {
|
|
78
|
+
function encode(message: PreviewModeResponse, writer?: _m0.Writer): _m0.Writer;
|
|
79
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): PreviewModeResponse;
|
|
80
|
+
function fromJSON(object: any): PreviewModeResponse;
|
|
81
|
+
function toJSON(message: PreviewModeResponse): unknown;
|
|
82
|
+
function create<I extends Exact<DeepPartial<PreviewModeResponse>, I>>(base?: I): PreviewModeResponse;
|
|
83
|
+
function fromPartial<I extends Exact<DeepPartial<PreviewModeResponse>, I>>(object: I): PreviewModeResponse;
|
|
84
|
+
}
|
|
85
|
+
export declare namespace AreUnsafeRequestAllowedResponse {
|
|
86
|
+
function encode(message: AreUnsafeRequestAllowedResponse, writer?: _m0.Writer): _m0.Writer;
|
|
87
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): AreUnsafeRequestAllowedResponse;
|
|
88
|
+
function fromJSON(object: any): AreUnsafeRequestAllowedResponse;
|
|
89
|
+
function toJSON(message: AreUnsafeRequestAllowedResponse): unknown;
|
|
90
|
+
function create<I extends Exact<DeepPartial<AreUnsafeRequestAllowedResponse>, I>>(base?: I): AreUnsafeRequestAllowedResponse;
|
|
91
|
+
function fromPartial<I extends Exact<DeepPartial<AreUnsafeRequestAllowedResponse>, I>>(object: I): AreUnsafeRequestAllowedResponse;
|
|
92
|
+
}
|
|
93
|
+
export declare namespace GetPlatformResponse {
|
|
94
|
+
function encode(message: GetPlatformResponse, writer?: _m0.Writer): _m0.Writer;
|
|
95
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): GetPlatformResponse;
|
|
96
|
+
function fromJSON(object: any): GetPlatformResponse;
|
|
97
|
+
function toJSON(message: GetPlatformResponse): unknown;
|
|
98
|
+
function create<I extends Exact<DeepPartial<GetPlatformResponse>, I>>(base?: I): GetPlatformResponse;
|
|
99
|
+
function fromPartial<I extends Exact<DeepPartial<GetPlatformResponse>, I>>(object: I): GetPlatformResponse;
|
|
100
|
+
}
|
|
101
|
+
export declare namespace EnvironmentRealm {
|
|
102
|
+
function encode(message: EnvironmentRealm, writer?: _m0.Writer): _m0.Writer;
|
|
103
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): EnvironmentRealm;
|
|
104
|
+
function fromJSON(object: any): EnvironmentRealm;
|
|
105
|
+
function toJSON(message: EnvironmentRealm): unknown;
|
|
106
|
+
function create<I extends Exact<DeepPartial<EnvironmentRealm>, I>>(base?: I): EnvironmentRealm;
|
|
107
|
+
function fromPartial<I extends Exact<DeepPartial<EnvironmentRealm>, I>>(object: I): EnvironmentRealm;
|
|
108
|
+
}
|
|
109
|
+
export declare namespace GetCurrentRealmResponse {
|
|
110
|
+
function encode(message: GetCurrentRealmResponse, writer?: _m0.Writer): _m0.Writer;
|
|
111
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): GetCurrentRealmResponse;
|
|
112
|
+
function fromJSON(object: any): GetCurrentRealmResponse;
|
|
113
|
+
function toJSON(message: GetCurrentRealmResponse): unknown;
|
|
114
|
+
function create<I extends Exact<DeepPartial<GetCurrentRealmResponse>, I>>(base?: I): GetCurrentRealmResponse;
|
|
115
|
+
function fromPartial<I extends Exact<DeepPartial<GetCurrentRealmResponse>, I>>(object: I): GetCurrentRealmResponse;
|
|
116
|
+
}
|
|
117
|
+
export declare namespace GetExplorerConfigurationResponse {
|
|
118
|
+
function encode(message: GetExplorerConfigurationResponse, writer?: _m0.Writer): _m0.Writer;
|
|
119
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): GetExplorerConfigurationResponse;
|
|
120
|
+
function fromJSON(object: any): GetExplorerConfigurationResponse;
|
|
121
|
+
function toJSON(message: GetExplorerConfigurationResponse): unknown;
|
|
122
|
+
function create<I extends Exact<DeepPartial<GetExplorerConfigurationResponse>, I>>(base?: I): GetExplorerConfigurationResponse;
|
|
123
|
+
function fromPartial<I extends Exact<DeepPartial<GetExplorerConfigurationResponse>, I>>(object: I): GetExplorerConfigurationResponse;
|
|
124
|
+
}
|
|
125
|
+
export declare namespace GetExplorerConfigurationResponse_ConfigurationsEntry {
|
|
126
|
+
function encode(message: GetExplorerConfigurationResponse_ConfigurationsEntry, writer?: _m0.Writer): _m0.Writer;
|
|
127
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): GetExplorerConfigurationResponse_ConfigurationsEntry;
|
|
128
|
+
function fromJSON(object: any): GetExplorerConfigurationResponse_ConfigurationsEntry;
|
|
129
|
+
function toJSON(message: GetExplorerConfigurationResponse_ConfigurationsEntry): unknown;
|
|
130
|
+
function create<I extends Exact<DeepPartial<GetExplorerConfigurationResponse_ConfigurationsEntry>, I>>(base?: I): GetExplorerConfigurationResponse_ConfigurationsEntry;
|
|
131
|
+
function fromPartial<I extends Exact<DeepPartial<GetExplorerConfigurationResponse_ConfigurationsEntry>, I>>(object: I): GetExplorerConfigurationResponse_ConfigurationsEntry;
|
|
132
|
+
}
|
|
133
|
+
export declare namespace GetDecentralandTimeResponse {
|
|
134
|
+
function encode(message: GetDecentralandTimeResponse, writer?: _m0.Writer): _m0.Writer;
|
|
135
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): GetDecentralandTimeResponse;
|
|
136
|
+
function fromJSON(object: any): GetDecentralandTimeResponse;
|
|
137
|
+
function toJSON(message: GetDecentralandTimeResponse): unknown;
|
|
138
|
+
function create<I extends Exact<DeepPartial<GetDecentralandTimeResponse>, I>>(base?: I): GetDecentralandTimeResponse;
|
|
139
|
+
function fromPartial<I extends Exact<DeepPartial<GetDecentralandTimeResponse>, I>>(object: I): GetDecentralandTimeResponse;
|
|
140
|
+
}
|
|
141
|
+
export declare namespace GetBootstrapDataRequest {
|
|
142
|
+
function encode(_: GetBootstrapDataRequest, writer?: _m0.Writer): _m0.Writer;
|
|
143
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): GetBootstrapDataRequest;
|
|
144
|
+
function fromJSON(_: any): GetBootstrapDataRequest;
|
|
145
|
+
function toJSON(_: GetBootstrapDataRequest): unknown;
|
|
146
|
+
function create<I extends Exact<DeepPartial<GetBootstrapDataRequest>, I>>(base?: I): GetBootstrapDataRequest;
|
|
147
|
+
function fromPartial<I extends Exact<DeepPartial<GetBootstrapDataRequest>, I>>(_: I): GetBootstrapDataRequest;
|
|
148
|
+
}
|
|
149
|
+
export declare namespace IsPreviewModeRequest {
|
|
150
|
+
function encode(_: IsPreviewModeRequest, writer?: _m0.Writer): _m0.Writer;
|
|
151
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): IsPreviewModeRequest;
|
|
152
|
+
function fromJSON(_: any): IsPreviewModeRequest;
|
|
153
|
+
function toJSON(_: IsPreviewModeRequest): unknown;
|
|
154
|
+
function create<I extends Exact<DeepPartial<IsPreviewModeRequest>, I>>(base?: I): IsPreviewModeRequest;
|
|
155
|
+
function fromPartial<I extends Exact<DeepPartial<IsPreviewModeRequest>, I>>(_: I): IsPreviewModeRequest;
|
|
156
|
+
}
|
|
157
|
+
export declare namespace GetPlatformRequest {
|
|
158
|
+
function encode(_: GetPlatformRequest, writer?: _m0.Writer): _m0.Writer;
|
|
159
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): GetPlatformRequest;
|
|
160
|
+
function fromJSON(_: any): GetPlatformRequest;
|
|
161
|
+
function toJSON(_: GetPlatformRequest): unknown;
|
|
162
|
+
function create<I extends Exact<DeepPartial<GetPlatformRequest>, I>>(base?: I): GetPlatformRequest;
|
|
163
|
+
function fromPartial<I extends Exact<DeepPartial<GetPlatformRequest>, I>>(_: I): GetPlatformRequest;
|
|
164
|
+
}
|
|
165
|
+
export declare namespace AreUnsafeRequestAllowedRequest {
|
|
166
|
+
function encode(_: AreUnsafeRequestAllowedRequest, writer?: _m0.Writer): _m0.Writer;
|
|
167
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): AreUnsafeRequestAllowedRequest;
|
|
168
|
+
function fromJSON(_: any): AreUnsafeRequestAllowedRequest;
|
|
169
|
+
function toJSON(_: AreUnsafeRequestAllowedRequest): unknown;
|
|
170
|
+
function create<I extends Exact<DeepPartial<AreUnsafeRequestAllowedRequest>, I>>(base?: I): AreUnsafeRequestAllowedRequest;
|
|
171
|
+
function fromPartial<I extends Exact<DeepPartial<AreUnsafeRequestAllowedRequest>, I>>(_: I): AreUnsafeRequestAllowedRequest;
|
|
172
|
+
}
|
|
173
|
+
export declare namespace GetCurrentRealmRequest {
|
|
174
|
+
function encode(_: GetCurrentRealmRequest, writer?: _m0.Writer): _m0.Writer;
|
|
175
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): GetCurrentRealmRequest;
|
|
176
|
+
function fromJSON(_: any): GetCurrentRealmRequest;
|
|
177
|
+
function toJSON(_: GetCurrentRealmRequest): unknown;
|
|
178
|
+
function create<I extends Exact<DeepPartial<GetCurrentRealmRequest>, I>>(base?: I): GetCurrentRealmRequest;
|
|
179
|
+
function fromPartial<I extends Exact<DeepPartial<GetCurrentRealmRequest>, I>>(_: I): GetCurrentRealmRequest;
|
|
180
|
+
}
|
|
181
|
+
export declare namespace GetExplorerConfigurationRequest {
|
|
182
|
+
function encode(_: GetExplorerConfigurationRequest, writer?: _m0.Writer): _m0.Writer;
|
|
183
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): GetExplorerConfigurationRequest;
|
|
184
|
+
function fromJSON(_: any): GetExplorerConfigurationRequest;
|
|
185
|
+
function toJSON(_: GetExplorerConfigurationRequest): unknown;
|
|
186
|
+
function create<I extends Exact<DeepPartial<GetExplorerConfigurationRequest>, I>>(base?: I): GetExplorerConfigurationRequest;
|
|
187
|
+
function fromPartial<I extends Exact<DeepPartial<GetExplorerConfigurationRequest>, I>>(_: I): GetExplorerConfigurationRequest;
|
|
188
|
+
}
|
|
189
|
+
export declare namespace GetDecentralandTimeRequest {
|
|
190
|
+
function encode(_: GetDecentralandTimeRequest, writer?: _m0.Writer): _m0.Writer;
|
|
191
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): GetDecentralandTimeRequest;
|
|
192
|
+
function fromJSON(_: any): GetDecentralandTimeRequest;
|
|
193
|
+
function toJSON(_: GetDecentralandTimeRequest): unknown;
|
|
194
|
+
function create<I extends Exact<DeepPartial<GetDecentralandTimeRequest>, I>>(base?: I): GetDecentralandTimeRequest;
|
|
195
|
+
function fromPartial<I extends Exact<DeepPartial<GetDecentralandTimeRequest>, I>>(_: I): GetDecentralandTimeRequest;
|
|
196
|
+
}
|
|
459
197
|
export type EnvironmentApiServiceDefinition = typeof EnvironmentApiServiceDefinition;
|
|
460
198
|
export declare const EnvironmentApiServiceDefinition: {
|
|
461
199
|
readonly name: "EnvironmentApiService";
|
|
@@ -464,341 +202,63 @@ export declare const EnvironmentApiServiceDefinition: {
|
|
|
464
202
|
/** @deprecated, only available for SDK6 compatibility. Use runtime_api instead */
|
|
465
203
|
readonly getBootstrapData: {
|
|
466
204
|
readonly name: "GetBootstrapData";
|
|
467
|
-
readonly requestType:
|
|
468
|
-
encode(_: GetBootstrapDataRequest, writer?: _m0.Writer): _m0.Writer;
|
|
469
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetBootstrapDataRequest;
|
|
470
|
-
fromJSON(_: any): GetBootstrapDataRequest;
|
|
471
|
-
toJSON(_: GetBootstrapDataRequest): unknown;
|
|
472
|
-
create<I extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I | undefined): GetBootstrapDataRequest;
|
|
473
|
-
fromPartial<I_1 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_1): GetBootstrapDataRequest;
|
|
474
|
-
};
|
|
205
|
+
readonly requestType: typeof GetBootstrapDataRequest;
|
|
475
206
|
readonly requestStream: false;
|
|
476
|
-
readonly responseType:
|
|
477
|
-
encode(message: BootstrapDataResponse, writer?: _m0.Writer): _m0.Writer;
|
|
478
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): BootstrapDataResponse;
|
|
479
|
-
fromJSON(object: any): BootstrapDataResponse;
|
|
480
|
-
toJSON(message: BootstrapDataResponse): unknown;
|
|
481
|
-
create<I_2 extends {
|
|
482
|
-
id?: string | undefined;
|
|
483
|
-
baseUrl?: string | undefined;
|
|
484
|
-
entity?: {
|
|
485
|
-
content?: {
|
|
486
|
-
file?: string | undefined;
|
|
487
|
-
hash?: string | undefined;
|
|
488
|
-
}[] | undefined;
|
|
489
|
-
metadataJson?: string | undefined;
|
|
490
|
-
} | undefined;
|
|
491
|
-
useFPSThrottling?: boolean | undefined;
|
|
492
|
-
} & {
|
|
493
|
-
id?: string | undefined;
|
|
494
|
-
baseUrl?: string | undefined;
|
|
495
|
-
entity?: ({
|
|
496
|
-
content?: {
|
|
497
|
-
file?: string | undefined;
|
|
498
|
-
hash?: string | undefined;
|
|
499
|
-
}[] | undefined;
|
|
500
|
-
metadataJson?: string | undefined;
|
|
501
|
-
} & {
|
|
502
|
-
content?: ({
|
|
503
|
-
file?: string | undefined;
|
|
504
|
-
hash?: string | undefined;
|
|
505
|
-
}[] & ({
|
|
506
|
-
file?: string | undefined;
|
|
507
|
-
hash?: string | undefined;
|
|
508
|
-
} & {
|
|
509
|
-
file?: string | undefined;
|
|
510
|
-
hash?: string | undefined;
|
|
511
|
-
} & { [K in Exclude<keyof I["entity"]["content"][number], keyof ContentMapping>]: never; })[] & { [K_1 in Exclude<keyof I["entity"]["content"], keyof {
|
|
512
|
-
file?: string | undefined;
|
|
513
|
-
hash?: string | undefined;
|
|
514
|
-
}[]>]: never; }) | undefined;
|
|
515
|
-
metadataJson?: string | undefined;
|
|
516
|
-
} & { [K_2 in Exclude<keyof I["entity"], keyof MinimalRunnableEntity>]: never; }) | undefined;
|
|
517
|
-
useFPSThrottling?: boolean | undefined;
|
|
518
|
-
} & { [K_3 in Exclude<keyof I, keyof BootstrapDataResponse>]: never; }>(base?: I_2 | undefined): BootstrapDataResponse;
|
|
519
|
-
fromPartial<I_3 extends {
|
|
520
|
-
id?: string | undefined;
|
|
521
|
-
baseUrl?: string | undefined;
|
|
522
|
-
entity?: {
|
|
523
|
-
content?: {
|
|
524
|
-
file?: string | undefined;
|
|
525
|
-
hash?: string | undefined;
|
|
526
|
-
}[] | undefined;
|
|
527
|
-
metadataJson?: string | undefined;
|
|
528
|
-
} | undefined;
|
|
529
|
-
useFPSThrottling?: boolean | undefined;
|
|
530
|
-
} & {
|
|
531
|
-
id?: string | undefined;
|
|
532
|
-
baseUrl?: string | undefined;
|
|
533
|
-
entity?: ({
|
|
534
|
-
content?: {
|
|
535
|
-
file?: string | undefined;
|
|
536
|
-
hash?: string | undefined;
|
|
537
|
-
}[] | undefined;
|
|
538
|
-
metadataJson?: string | undefined;
|
|
539
|
-
} & {
|
|
540
|
-
content?: ({
|
|
541
|
-
file?: string | undefined;
|
|
542
|
-
hash?: string | undefined;
|
|
543
|
-
}[] & ({
|
|
544
|
-
file?: string | undefined;
|
|
545
|
-
hash?: string | undefined;
|
|
546
|
-
} & {
|
|
547
|
-
file?: string | undefined;
|
|
548
|
-
hash?: string | undefined;
|
|
549
|
-
} & { [K_4 in Exclude<keyof I_1["entity"]["content"][number], keyof ContentMapping>]: never; })[] & { [K_5 in Exclude<keyof I_1["entity"]["content"], keyof {
|
|
550
|
-
file?: string | undefined;
|
|
551
|
-
hash?: string | undefined;
|
|
552
|
-
}[]>]: never; }) | undefined;
|
|
553
|
-
metadataJson?: string | undefined;
|
|
554
|
-
} & { [K_6 in Exclude<keyof I_1["entity"], keyof MinimalRunnableEntity>]: never; }) | undefined;
|
|
555
|
-
useFPSThrottling?: boolean | undefined;
|
|
556
|
-
} & { [K_7 in Exclude<keyof I_1, keyof BootstrapDataResponse>]: never; }>(object: I_3): BootstrapDataResponse;
|
|
557
|
-
};
|
|
207
|
+
readonly responseType: typeof BootstrapDataResponse;
|
|
558
208
|
readonly responseStream: false;
|
|
559
209
|
readonly options: {};
|
|
560
210
|
};
|
|
561
211
|
/** @deprecated, only available for SDK6 compatibility. Needs migration */
|
|
562
212
|
readonly isPreviewMode: {
|
|
563
213
|
readonly name: "IsPreviewMode";
|
|
564
|
-
readonly requestType:
|
|
565
|
-
encode(_: IsPreviewModeRequest, writer?: _m0.Writer): _m0.Writer;
|
|
566
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): IsPreviewModeRequest;
|
|
567
|
-
fromJSON(_: any): IsPreviewModeRequest;
|
|
568
|
-
toJSON(_: IsPreviewModeRequest): unknown;
|
|
569
|
-
create<I_4 extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I_4 | undefined): IsPreviewModeRequest;
|
|
570
|
-
fromPartial<I_5 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_5): IsPreviewModeRequest;
|
|
571
|
-
};
|
|
214
|
+
readonly requestType: typeof IsPreviewModeRequest;
|
|
572
215
|
readonly requestStream: false;
|
|
573
|
-
readonly responseType:
|
|
574
|
-
encode(message: PreviewModeResponse, writer?: _m0.Writer): _m0.Writer;
|
|
575
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PreviewModeResponse;
|
|
576
|
-
fromJSON(object: any): PreviewModeResponse;
|
|
577
|
-
toJSON(message: PreviewModeResponse): unknown;
|
|
578
|
-
create<I_6 extends {
|
|
579
|
-
isPreview?: boolean | undefined;
|
|
580
|
-
} & {
|
|
581
|
-
isPreview?: boolean | undefined;
|
|
582
|
-
} & { [K in Exclude<keyof I, "isPreview">]: never; }>(base?: I_6 | undefined): PreviewModeResponse;
|
|
583
|
-
fromPartial<I_7 extends {
|
|
584
|
-
isPreview?: boolean | undefined;
|
|
585
|
-
} & {
|
|
586
|
-
isPreview?: boolean | undefined;
|
|
587
|
-
} & { [K_1 in Exclude<keyof I_1, "isPreview">]: never; }>(object: I_7): PreviewModeResponse;
|
|
588
|
-
};
|
|
216
|
+
readonly responseType: typeof PreviewModeResponse;
|
|
589
217
|
readonly responseStream: false;
|
|
590
218
|
readonly options: {};
|
|
591
219
|
};
|
|
592
220
|
/** @deprecated, only available for SDK6 compatibility */
|
|
593
221
|
readonly getPlatform: {
|
|
594
222
|
readonly name: "GetPlatform";
|
|
595
|
-
readonly requestType:
|
|
596
|
-
encode(_: GetPlatformRequest, writer?: _m0.Writer): _m0.Writer;
|
|
597
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetPlatformRequest;
|
|
598
|
-
fromJSON(_: any): GetPlatformRequest;
|
|
599
|
-
toJSON(_: GetPlatformRequest): unknown;
|
|
600
|
-
create<I_8 extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I_8 | undefined): GetPlatformRequest;
|
|
601
|
-
fromPartial<I_9 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_9): GetPlatformRequest;
|
|
602
|
-
};
|
|
223
|
+
readonly requestType: typeof GetPlatformRequest;
|
|
603
224
|
readonly requestStream: false;
|
|
604
|
-
readonly responseType:
|
|
605
|
-
encode(message: GetPlatformResponse, writer?: _m0.Writer): _m0.Writer;
|
|
606
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetPlatformResponse;
|
|
607
|
-
fromJSON(object: any): GetPlatformResponse;
|
|
608
|
-
toJSON(message: GetPlatformResponse): unknown;
|
|
609
|
-
create<I_10 extends {
|
|
610
|
-
platform?: string | undefined;
|
|
611
|
-
} & {
|
|
612
|
-
platform?: string | undefined;
|
|
613
|
-
} & { [K in Exclude<keyof I, "platform">]: never; }>(base?: I_10 | undefined): GetPlatformResponse;
|
|
614
|
-
fromPartial<I_11 extends {
|
|
615
|
-
platform?: string | undefined;
|
|
616
|
-
} & {
|
|
617
|
-
platform?: string | undefined;
|
|
618
|
-
} & { [K_1 in Exclude<keyof I_1, "platform">]: never; }>(object: I_11): GetPlatformResponse;
|
|
619
|
-
};
|
|
225
|
+
readonly responseType: typeof GetPlatformResponse;
|
|
620
226
|
readonly responseStream: false;
|
|
621
227
|
readonly options: {};
|
|
622
228
|
};
|
|
623
229
|
/** @deprecated, only available for SDK6 compatibility */
|
|
624
230
|
readonly areUnsafeRequestAllowed: {
|
|
625
231
|
readonly name: "AreUnsafeRequestAllowed";
|
|
626
|
-
readonly requestType:
|
|
627
|
-
encode(_: AreUnsafeRequestAllowedRequest, writer?: _m0.Writer): _m0.Writer;
|
|
628
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AreUnsafeRequestAllowedRequest;
|
|
629
|
-
fromJSON(_: any): AreUnsafeRequestAllowedRequest;
|
|
630
|
-
toJSON(_: AreUnsafeRequestAllowedRequest): unknown;
|
|
631
|
-
create<I_12 extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I_12 | undefined): AreUnsafeRequestAllowedRequest;
|
|
632
|
-
fromPartial<I_13 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_13): AreUnsafeRequestAllowedRequest;
|
|
633
|
-
};
|
|
232
|
+
readonly requestType: typeof AreUnsafeRequestAllowedRequest;
|
|
634
233
|
readonly requestStream: false;
|
|
635
|
-
readonly responseType:
|
|
636
|
-
encode(message: AreUnsafeRequestAllowedResponse, writer?: _m0.Writer): _m0.Writer;
|
|
637
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AreUnsafeRequestAllowedResponse;
|
|
638
|
-
fromJSON(object: any): AreUnsafeRequestAllowedResponse;
|
|
639
|
-
toJSON(message: AreUnsafeRequestAllowedResponse): unknown;
|
|
640
|
-
create<I_14 extends {
|
|
641
|
-
status?: boolean | undefined;
|
|
642
|
-
} & {
|
|
643
|
-
status?: boolean | undefined;
|
|
644
|
-
} & { [K in Exclude<keyof I, "status">]: never; }>(base?: I_14 | undefined): AreUnsafeRequestAllowedResponse;
|
|
645
|
-
fromPartial<I_15 extends {
|
|
646
|
-
status?: boolean | undefined;
|
|
647
|
-
} & {
|
|
648
|
-
status?: boolean | undefined;
|
|
649
|
-
} & { [K_1 in Exclude<keyof I_1, "status">]: never; }>(object: I_15): AreUnsafeRequestAllowedResponse;
|
|
650
|
-
};
|
|
234
|
+
readonly responseType: typeof AreUnsafeRequestAllowedResponse;
|
|
651
235
|
readonly responseStream: false;
|
|
652
236
|
readonly options: {};
|
|
653
237
|
};
|
|
654
238
|
/** @deprecated, use GetCurrentRealm from runtime_api instead */
|
|
655
239
|
readonly getCurrentRealm: {
|
|
656
240
|
readonly name: "GetCurrentRealm";
|
|
657
|
-
readonly requestType:
|
|
658
|
-
encode(_: GetCurrentRealmRequest, writer?: _m0.Writer): _m0.Writer;
|
|
659
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetCurrentRealmRequest;
|
|
660
|
-
fromJSON(_: any): GetCurrentRealmRequest;
|
|
661
|
-
toJSON(_: GetCurrentRealmRequest): unknown;
|
|
662
|
-
create<I_16 extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I_16 | undefined): GetCurrentRealmRequest;
|
|
663
|
-
fromPartial<I_17 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_17): GetCurrentRealmRequest;
|
|
664
|
-
};
|
|
241
|
+
readonly requestType: typeof GetCurrentRealmRequest;
|
|
665
242
|
readonly requestStream: false;
|
|
666
|
-
readonly responseType:
|
|
667
|
-
encode(message: GetCurrentRealmResponse, writer?: _m0.Writer): _m0.Writer;
|
|
668
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetCurrentRealmResponse;
|
|
669
|
-
fromJSON(object: any): GetCurrentRealmResponse;
|
|
670
|
-
toJSON(message: GetCurrentRealmResponse): unknown;
|
|
671
|
-
create<I_18 extends {
|
|
672
|
-
currentRealm?: {
|
|
673
|
-
domain?: string | undefined;
|
|
674
|
-
layer?: string | undefined;
|
|
675
|
-
room?: string | undefined;
|
|
676
|
-
serverName?: string | undefined;
|
|
677
|
-
displayName?: string | undefined;
|
|
678
|
-
protocol?: string | undefined;
|
|
679
|
-
} | undefined;
|
|
680
|
-
} & {
|
|
681
|
-
currentRealm?: ({
|
|
682
|
-
domain?: string | undefined;
|
|
683
|
-
layer?: string | undefined;
|
|
684
|
-
room?: string | undefined;
|
|
685
|
-
serverName?: string | undefined;
|
|
686
|
-
displayName?: string | undefined;
|
|
687
|
-
protocol?: string | undefined;
|
|
688
|
-
} & {
|
|
689
|
-
domain?: string | undefined;
|
|
690
|
-
layer?: string | undefined;
|
|
691
|
-
room?: string | undefined;
|
|
692
|
-
serverName?: string | undefined;
|
|
693
|
-
displayName?: string | undefined;
|
|
694
|
-
protocol?: string | undefined;
|
|
695
|
-
} & { [K in Exclude<keyof I["currentRealm"], keyof EnvironmentRealm>]: never; }) | undefined;
|
|
696
|
-
} & { [K_1 in Exclude<keyof I, "currentRealm">]: never; }>(base?: I_18 | undefined): GetCurrentRealmResponse;
|
|
697
|
-
fromPartial<I_19 extends {
|
|
698
|
-
currentRealm?: {
|
|
699
|
-
domain?: string | undefined;
|
|
700
|
-
layer?: string | undefined;
|
|
701
|
-
room?: string | undefined;
|
|
702
|
-
serverName?: string | undefined;
|
|
703
|
-
displayName?: string | undefined;
|
|
704
|
-
protocol?: string | undefined;
|
|
705
|
-
} | undefined;
|
|
706
|
-
} & {
|
|
707
|
-
currentRealm?: ({
|
|
708
|
-
domain?: string | undefined;
|
|
709
|
-
layer?: string | undefined;
|
|
710
|
-
room?: string | undefined;
|
|
711
|
-
serverName?: string | undefined;
|
|
712
|
-
displayName?: string | undefined;
|
|
713
|
-
protocol?: string | undefined;
|
|
714
|
-
} & {
|
|
715
|
-
domain?: string | undefined;
|
|
716
|
-
layer?: string | undefined;
|
|
717
|
-
room?: string | undefined;
|
|
718
|
-
serverName?: string | undefined;
|
|
719
|
-
displayName?: string | undefined;
|
|
720
|
-
protocol?: string | undefined;
|
|
721
|
-
} & { [K_2 in Exclude<keyof I_1["currentRealm"], keyof EnvironmentRealm>]: never; }) | undefined;
|
|
722
|
-
} & { [K_3 in Exclude<keyof I_1, "currentRealm">]: never; }>(object: I_19): GetCurrentRealmResponse;
|
|
723
|
-
};
|
|
243
|
+
readonly responseType: typeof GetCurrentRealmResponse;
|
|
724
244
|
readonly responseStream: false;
|
|
725
245
|
readonly options: {};
|
|
726
246
|
};
|
|
727
247
|
/** @deprecated, only available for SDK6 compatibility */
|
|
728
248
|
readonly getExplorerConfiguration: {
|
|
729
249
|
readonly name: "GetExplorerConfiguration";
|
|
730
|
-
readonly requestType:
|
|
731
|
-
encode(_: GetExplorerConfigurationRequest, writer?: _m0.Writer): _m0.Writer;
|
|
732
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetExplorerConfigurationRequest;
|
|
733
|
-
fromJSON(_: any): GetExplorerConfigurationRequest;
|
|
734
|
-
toJSON(_: GetExplorerConfigurationRequest): unknown;
|
|
735
|
-
create<I_20 extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I_20 | undefined): GetExplorerConfigurationRequest;
|
|
736
|
-
fromPartial<I_21 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_21): GetExplorerConfigurationRequest;
|
|
737
|
-
};
|
|
250
|
+
readonly requestType: typeof GetExplorerConfigurationRequest;
|
|
738
251
|
readonly requestStream: false;
|
|
739
|
-
readonly responseType:
|
|
740
|
-
encode(message: GetExplorerConfigurationResponse, writer?: _m0.Writer): _m0.Writer;
|
|
741
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetExplorerConfigurationResponse;
|
|
742
|
-
fromJSON(object: any): GetExplorerConfigurationResponse;
|
|
743
|
-
toJSON(message: GetExplorerConfigurationResponse): unknown;
|
|
744
|
-
create<I_22 extends {
|
|
745
|
-
clientUri?: string | undefined;
|
|
746
|
-
configurations?: {
|
|
747
|
-
[x: string]: string | undefined;
|
|
748
|
-
} | undefined;
|
|
749
|
-
} & {
|
|
750
|
-
clientUri?: string | undefined;
|
|
751
|
-
configurations?: ({
|
|
752
|
-
[x: string]: string | undefined;
|
|
753
|
-
} & {
|
|
754
|
-
[x: string]: string | undefined;
|
|
755
|
-
} & { [K in Exclude<keyof I["configurations"], string | number>]: never; }) | undefined;
|
|
756
|
-
} & { [K_1 in Exclude<keyof I, keyof GetExplorerConfigurationResponse>]: never; }>(base?: I_22 | undefined): GetExplorerConfigurationResponse;
|
|
757
|
-
fromPartial<I_23 extends {
|
|
758
|
-
clientUri?: string | undefined;
|
|
759
|
-
configurations?: {
|
|
760
|
-
[x: string]: string | undefined;
|
|
761
|
-
} | undefined;
|
|
762
|
-
} & {
|
|
763
|
-
clientUri?: string | undefined;
|
|
764
|
-
configurations?: ({
|
|
765
|
-
[x: string]: string | undefined;
|
|
766
|
-
} & {
|
|
767
|
-
[x: string]: string | undefined;
|
|
768
|
-
} & { [K_2 in Exclude<keyof I_1["configurations"], string | number>]: never; }) | undefined;
|
|
769
|
-
} & { [K_3 in Exclude<keyof I_1, keyof GetExplorerConfigurationResponse>]: never; }>(object: I_23): GetExplorerConfigurationResponse;
|
|
770
|
-
};
|
|
252
|
+
readonly responseType: typeof GetExplorerConfigurationResponse;
|
|
771
253
|
readonly responseStream: false;
|
|
772
254
|
readonly options: {};
|
|
773
255
|
};
|
|
774
256
|
/** @deprecated, use GetTime from runtime_api instead */
|
|
775
257
|
readonly getDecentralandTime: {
|
|
776
258
|
readonly name: "GetDecentralandTime";
|
|
777
|
-
readonly requestType:
|
|
778
|
-
encode(_: GetDecentralandTimeRequest, writer?: _m0.Writer): _m0.Writer;
|
|
779
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetDecentralandTimeRequest;
|
|
780
|
-
fromJSON(_: any): GetDecentralandTimeRequest;
|
|
781
|
-
toJSON(_: GetDecentralandTimeRequest): unknown;
|
|
782
|
-
create<I_24 extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I_24 | undefined): GetDecentralandTimeRequest;
|
|
783
|
-
fromPartial<I_25 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_25): GetDecentralandTimeRequest;
|
|
784
|
-
};
|
|
259
|
+
readonly requestType: typeof GetDecentralandTimeRequest;
|
|
785
260
|
readonly requestStream: false;
|
|
786
|
-
readonly responseType:
|
|
787
|
-
encode(message: GetDecentralandTimeResponse, writer?: _m0.Writer): _m0.Writer;
|
|
788
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetDecentralandTimeResponse;
|
|
789
|
-
fromJSON(object: any): GetDecentralandTimeResponse;
|
|
790
|
-
toJSON(message: GetDecentralandTimeResponse): unknown;
|
|
791
|
-
create<I_26 extends {
|
|
792
|
-
seconds?: number | undefined;
|
|
793
|
-
} & {
|
|
794
|
-
seconds?: number | undefined;
|
|
795
|
-
} & { [K in Exclude<keyof I, "seconds">]: never; }>(base?: I_26 | undefined): GetDecentralandTimeResponse;
|
|
796
|
-
fromPartial<I_27 extends {
|
|
797
|
-
seconds?: number | undefined;
|
|
798
|
-
} & {
|
|
799
|
-
seconds?: number | undefined;
|
|
800
|
-
} & { [K_1 in Exclude<keyof I_1, "seconds">]: never; }>(object: I_27): GetDecentralandTimeResponse;
|
|
801
|
-
};
|
|
261
|
+
readonly responseType: typeof GetDecentralandTimeResponse;
|
|
802
262
|
readonly responseStream: false;
|
|
803
263
|
readonly options: {};
|
|
804
264
|
};
|