@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
|
@@ -11,8 +11,9 @@ exports.protobufPackage = "decentraland.kernel.apis";
|
|
|
11
11
|
function createBaseMinimalRunnableEntity() {
|
|
12
12
|
return { content: [], metadataJson: "" };
|
|
13
13
|
}
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
var MinimalRunnableEntity;
|
|
15
|
+
(function (MinimalRunnableEntity) {
|
|
16
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
16
17
|
for (const v of message.content) {
|
|
17
18
|
content_mapping_gen_1.ContentMapping.encode(v, writer.uint32(10).fork()).ldelim();
|
|
18
19
|
}
|
|
@@ -20,8 +21,9 @@ exports.MinimalRunnableEntity = {
|
|
|
20
21
|
writer.uint32(18).string(message.metadataJson);
|
|
21
22
|
}
|
|
22
23
|
return writer;
|
|
23
|
-
}
|
|
24
|
-
|
|
24
|
+
}
|
|
25
|
+
MinimalRunnableEntity.encode = encode;
|
|
26
|
+
function decode(input, length) {
|
|
25
27
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
26
28
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
27
29
|
const message = createBaseMinimalRunnableEntity();
|
|
@@ -47,14 +49,16 @@ exports.MinimalRunnableEntity = {
|
|
|
47
49
|
reader.skipType(tag & 7);
|
|
48
50
|
}
|
|
49
51
|
return message;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
+
}
|
|
53
|
+
MinimalRunnableEntity.decode = decode;
|
|
54
|
+
function fromJSON(object) {
|
|
52
55
|
return {
|
|
53
56
|
content: Array.isArray(object === null || object === void 0 ? void 0 : object.content) ? object.content.map((e) => content_mapping_gen_1.ContentMapping.fromJSON(e)) : [],
|
|
54
57
|
metadataJson: isSet(object.metadataJson) ? String(object.metadataJson) : "",
|
|
55
58
|
};
|
|
56
|
-
}
|
|
57
|
-
|
|
59
|
+
}
|
|
60
|
+
MinimalRunnableEntity.fromJSON = fromJSON;
|
|
61
|
+
function toJSON(message) {
|
|
58
62
|
const obj = {};
|
|
59
63
|
if (message.content) {
|
|
60
64
|
obj.content = message.content.map((e) => e ? content_mapping_gen_1.ContentMapping.toJSON(e) : undefined);
|
|
@@ -64,23 +68,27 @@ exports.MinimalRunnableEntity = {
|
|
|
64
68
|
}
|
|
65
69
|
message.metadataJson !== undefined && (obj.metadataJson = message.metadataJson);
|
|
66
70
|
return obj;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
71
|
+
}
|
|
72
|
+
MinimalRunnableEntity.toJSON = toJSON;
|
|
73
|
+
function create(base) {
|
|
74
|
+
return MinimalRunnableEntity.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
75
|
+
}
|
|
76
|
+
MinimalRunnableEntity.create = create;
|
|
77
|
+
function fromPartial(object) {
|
|
72
78
|
var _a, _b;
|
|
73
79
|
const message = createBaseMinimalRunnableEntity();
|
|
74
80
|
message.content = ((_a = object.content) === null || _a === void 0 ? void 0 : _a.map((e) => content_mapping_gen_1.ContentMapping.fromPartial(e))) || [];
|
|
75
81
|
message.metadataJson = (_b = object.metadataJson) !== null && _b !== void 0 ? _b : "";
|
|
76
82
|
return message;
|
|
77
|
-
}
|
|
78
|
-
|
|
83
|
+
}
|
|
84
|
+
MinimalRunnableEntity.fromPartial = fromPartial;
|
|
85
|
+
})(MinimalRunnableEntity = exports.MinimalRunnableEntity || (exports.MinimalRunnableEntity = {}));
|
|
79
86
|
function createBaseBootstrapDataResponse() {
|
|
80
87
|
return { id: "", baseUrl: "", entity: undefined, useFPSThrottling: false };
|
|
81
88
|
}
|
|
82
|
-
|
|
83
|
-
|
|
89
|
+
var BootstrapDataResponse;
|
|
90
|
+
(function (BootstrapDataResponse) {
|
|
91
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
84
92
|
if (message.id !== "") {
|
|
85
93
|
writer.uint32(10).string(message.id);
|
|
86
94
|
}
|
|
@@ -88,14 +96,15 @@ exports.BootstrapDataResponse = {
|
|
|
88
96
|
writer.uint32(34).string(message.baseUrl);
|
|
89
97
|
}
|
|
90
98
|
if (message.entity !== undefined) {
|
|
91
|
-
|
|
99
|
+
MinimalRunnableEntity.encode(message.entity, writer.uint32(18).fork()).ldelim();
|
|
92
100
|
}
|
|
93
101
|
if (message.useFPSThrottling === true) {
|
|
94
102
|
writer.uint32(40).bool(message.useFPSThrottling);
|
|
95
103
|
}
|
|
96
104
|
return writer;
|
|
97
|
-
}
|
|
98
|
-
|
|
105
|
+
}
|
|
106
|
+
BootstrapDataResponse.encode = encode;
|
|
107
|
+
function decode(input, length) {
|
|
99
108
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
100
109
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
101
110
|
const message = createBaseBootstrapDataResponse();
|
|
@@ -118,7 +127,7 @@ exports.BootstrapDataResponse = {
|
|
|
118
127
|
if (tag !== 18) {
|
|
119
128
|
break;
|
|
120
129
|
}
|
|
121
|
-
message.entity =
|
|
130
|
+
message.entity = MinimalRunnableEntity.decode(reader, reader.uint32());
|
|
122
131
|
continue;
|
|
123
132
|
case 5:
|
|
124
133
|
if (tag !== 40) {
|
|
@@ -133,50 +142,57 @@ exports.BootstrapDataResponse = {
|
|
|
133
142
|
reader.skipType(tag & 7);
|
|
134
143
|
}
|
|
135
144
|
return message;
|
|
136
|
-
}
|
|
137
|
-
|
|
145
|
+
}
|
|
146
|
+
BootstrapDataResponse.decode = decode;
|
|
147
|
+
function fromJSON(object) {
|
|
138
148
|
return {
|
|
139
149
|
id: isSet(object.id) ? String(object.id) : "",
|
|
140
150
|
baseUrl: isSet(object.baseUrl) ? String(object.baseUrl) : "",
|
|
141
|
-
entity: isSet(object.entity) ?
|
|
151
|
+
entity: isSet(object.entity) ? MinimalRunnableEntity.fromJSON(object.entity) : undefined,
|
|
142
152
|
useFPSThrottling: isSet(object.useFPSThrottling) ? Boolean(object.useFPSThrottling) : false,
|
|
143
153
|
};
|
|
144
|
-
}
|
|
145
|
-
|
|
154
|
+
}
|
|
155
|
+
BootstrapDataResponse.fromJSON = fromJSON;
|
|
156
|
+
function toJSON(message) {
|
|
146
157
|
const obj = {};
|
|
147
158
|
message.id !== undefined && (obj.id = message.id);
|
|
148
159
|
message.baseUrl !== undefined && (obj.baseUrl = message.baseUrl);
|
|
149
160
|
message.entity !== undefined &&
|
|
150
|
-
(obj.entity = message.entity ?
|
|
161
|
+
(obj.entity = message.entity ? MinimalRunnableEntity.toJSON(message.entity) : undefined);
|
|
151
162
|
message.useFPSThrottling !== undefined && (obj.useFPSThrottling = message.useFPSThrottling);
|
|
152
163
|
return obj;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
164
|
+
}
|
|
165
|
+
BootstrapDataResponse.toJSON = toJSON;
|
|
166
|
+
function create(base) {
|
|
167
|
+
return BootstrapDataResponse.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
168
|
+
}
|
|
169
|
+
BootstrapDataResponse.create = create;
|
|
170
|
+
function fromPartial(object) {
|
|
158
171
|
var _a, _b, _c;
|
|
159
172
|
const message = createBaseBootstrapDataResponse();
|
|
160
173
|
message.id = (_a = object.id) !== null && _a !== void 0 ? _a : "";
|
|
161
174
|
message.baseUrl = (_b = object.baseUrl) !== null && _b !== void 0 ? _b : "";
|
|
162
175
|
message.entity = (object.entity !== undefined && object.entity !== null)
|
|
163
|
-
?
|
|
176
|
+
? MinimalRunnableEntity.fromPartial(object.entity)
|
|
164
177
|
: undefined;
|
|
165
178
|
message.useFPSThrottling = (_c = object.useFPSThrottling) !== null && _c !== void 0 ? _c : false;
|
|
166
179
|
return message;
|
|
167
|
-
}
|
|
168
|
-
|
|
180
|
+
}
|
|
181
|
+
BootstrapDataResponse.fromPartial = fromPartial;
|
|
182
|
+
})(BootstrapDataResponse = exports.BootstrapDataResponse || (exports.BootstrapDataResponse = {}));
|
|
169
183
|
function createBasePreviewModeResponse() {
|
|
170
184
|
return { isPreview: false };
|
|
171
185
|
}
|
|
172
|
-
|
|
173
|
-
|
|
186
|
+
var PreviewModeResponse;
|
|
187
|
+
(function (PreviewModeResponse) {
|
|
188
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
174
189
|
if (message.isPreview === true) {
|
|
175
190
|
writer.uint32(8).bool(message.isPreview);
|
|
176
191
|
}
|
|
177
192
|
return writer;
|
|
178
|
-
}
|
|
179
|
-
|
|
193
|
+
}
|
|
194
|
+
PreviewModeResponse.encode = encode;
|
|
195
|
+
function decode(input, length) {
|
|
180
196
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
181
197
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
182
198
|
const message = createBasePreviewModeResponse();
|
|
@@ -196,36 +212,43 @@ exports.PreviewModeResponse = {
|
|
|
196
212
|
reader.skipType(tag & 7);
|
|
197
213
|
}
|
|
198
214
|
return message;
|
|
199
|
-
}
|
|
200
|
-
|
|
215
|
+
}
|
|
216
|
+
PreviewModeResponse.decode = decode;
|
|
217
|
+
function fromJSON(object) {
|
|
201
218
|
return { isPreview: isSet(object.isPreview) ? Boolean(object.isPreview) : false };
|
|
202
|
-
}
|
|
203
|
-
|
|
219
|
+
}
|
|
220
|
+
PreviewModeResponse.fromJSON = fromJSON;
|
|
221
|
+
function toJSON(message) {
|
|
204
222
|
const obj = {};
|
|
205
223
|
message.isPreview !== undefined && (obj.isPreview = message.isPreview);
|
|
206
224
|
return obj;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
225
|
+
}
|
|
226
|
+
PreviewModeResponse.toJSON = toJSON;
|
|
227
|
+
function create(base) {
|
|
228
|
+
return PreviewModeResponse.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
229
|
+
}
|
|
230
|
+
PreviewModeResponse.create = create;
|
|
231
|
+
function fromPartial(object) {
|
|
212
232
|
var _a;
|
|
213
233
|
const message = createBasePreviewModeResponse();
|
|
214
234
|
message.isPreview = (_a = object.isPreview) !== null && _a !== void 0 ? _a : false;
|
|
215
235
|
return message;
|
|
216
|
-
}
|
|
217
|
-
|
|
236
|
+
}
|
|
237
|
+
PreviewModeResponse.fromPartial = fromPartial;
|
|
238
|
+
})(PreviewModeResponse = exports.PreviewModeResponse || (exports.PreviewModeResponse = {}));
|
|
218
239
|
function createBaseAreUnsafeRequestAllowedResponse() {
|
|
219
240
|
return { status: false };
|
|
220
241
|
}
|
|
221
|
-
|
|
222
|
-
|
|
242
|
+
var AreUnsafeRequestAllowedResponse;
|
|
243
|
+
(function (AreUnsafeRequestAllowedResponse) {
|
|
244
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
223
245
|
if (message.status === true) {
|
|
224
246
|
writer.uint32(8).bool(message.status);
|
|
225
247
|
}
|
|
226
248
|
return writer;
|
|
227
|
-
}
|
|
228
|
-
|
|
249
|
+
}
|
|
250
|
+
AreUnsafeRequestAllowedResponse.encode = encode;
|
|
251
|
+
function decode(input, length) {
|
|
229
252
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
230
253
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
231
254
|
const message = createBaseAreUnsafeRequestAllowedResponse();
|
|
@@ -245,36 +268,43 @@ exports.AreUnsafeRequestAllowedResponse = {
|
|
|
245
268
|
reader.skipType(tag & 7);
|
|
246
269
|
}
|
|
247
270
|
return message;
|
|
248
|
-
}
|
|
249
|
-
|
|
271
|
+
}
|
|
272
|
+
AreUnsafeRequestAllowedResponse.decode = decode;
|
|
273
|
+
function fromJSON(object) {
|
|
250
274
|
return { status: isSet(object.status) ? Boolean(object.status) : false };
|
|
251
|
-
}
|
|
252
|
-
|
|
275
|
+
}
|
|
276
|
+
AreUnsafeRequestAllowedResponse.fromJSON = fromJSON;
|
|
277
|
+
function toJSON(message) {
|
|
253
278
|
const obj = {};
|
|
254
279
|
message.status !== undefined && (obj.status = message.status);
|
|
255
280
|
return obj;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
281
|
+
}
|
|
282
|
+
AreUnsafeRequestAllowedResponse.toJSON = toJSON;
|
|
283
|
+
function create(base) {
|
|
284
|
+
return AreUnsafeRequestAllowedResponse.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
285
|
+
}
|
|
286
|
+
AreUnsafeRequestAllowedResponse.create = create;
|
|
287
|
+
function fromPartial(object) {
|
|
261
288
|
var _a;
|
|
262
289
|
const message = createBaseAreUnsafeRequestAllowedResponse();
|
|
263
290
|
message.status = (_a = object.status) !== null && _a !== void 0 ? _a : false;
|
|
264
291
|
return message;
|
|
265
|
-
}
|
|
266
|
-
|
|
292
|
+
}
|
|
293
|
+
AreUnsafeRequestAllowedResponse.fromPartial = fromPartial;
|
|
294
|
+
})(AreUnsafeRequestAllowedResponse = exports.AreUnsafeRequestAllowedResponse || (exports.AreUnsafeRequestAllowedResponse = {}));
|
|
267
295
|
function createBaseGetPlatformResponse() {
|
|
268
296
|
return { platform: "" };
|
|
269
297
|
}
|
|
270
|
-
|
|
271
|
-
|
|
298
|
+
var GetPlatformResponse;
|
|
299
|
+
(function (GetPlatformResponse) {
|
|
300
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
272
301
|
if (message.platform !== "") {
|
|
273
302
|
writer.uint32(10).string(message.platform);
|
|
274
303
|
}
|
|
275
304
|
return writer;
|
|
276
|
-
}
|
|
277
|
-
|
|
305
|
+
}
|
|
306
|
+
GetPlatformResponse.encode = encode;
|
|
307
|
+
function decode(input, length) {
|
|
278
308
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
279
309
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
280
310
|
const message = createBaseGetPlatformResponse();
|
|
@@ -294,30 +324,36 @@ exports.GetPlatformResponse = {
|
|
|
294
324
|
reader.skipType(tag & 7);
|
|
295
325
|
}
|
|
296
326
|
return message;
|
|
297
|
-
}
|
|
298
|
-
|
|
327
|
+
}
|
|
328
|
+
GetPlatformResponse.decode = decode;
|
|
329
|
+
function fromJSON(object) {
|
|
299
330
|
return { platform: isSet(object.platform) ? String(object.platform) : "" };
|
|
300
|
-
}
|
|
301
|
-
|
|
331
|
+
}
|
|
332
|
+
GetPlatformResponse.fromJSON = fromJSON;
|
|
333
|
+
function toJSON(message) {
|
|
302
334
|
const obj = {};
|
|
303
335
|
message.platform !== undefined && (obj.platform = message.platform);
|
|
304
336
|
return obj;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
337
|
+
}
|
|
338
|
+
GetPlatformResponse.toJSON = toJSON;
|
|
339
|
+
function create(base) {
|
|
340
|
+
return GetPlatformResponse.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
341
|
+
}
|
|
342
|
+
GetPlatformResponse.create = create;
|
|
343
|
+
function fromPartial(object) {
|
|
310
344
|
var _a;
|
|
311
345
|
const message = createBaseGetPlatformResponse();
|
|
312
346
|
message.platform = (_a = object.platform) !== null && _a !== void 0 ? _a : "";
|
|
313
347
|
return message;
|
|
314
|
-
}
|
|
315
|
-
|
|
348
|
+
}
|
|
349
|
+
GetPlatformResponse.fromPartial = fromPartial;
|
|
350
|
+
})(GetPlatformResponse = exports.GetPlatformResponse || (exports.GetPlatformResponse = {}));
|
|
316
351
|
function createBaseEnvironmentRealm() {
|
|
317
352
|
return { domain: "", layer: "", room: "", serverName: "", displayName: "", protocol: "" };
|
|
318
353
|
}
|
|
319
|
-
|
|
320
|
-
|
|
354
|
+
var EnvironmentRealm;
|
|
355
|
+
(function (EnvironmentRealm) {
|
|
356
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
321
357
|
if (message.domain !== "") {
|
|
322
358
|
writer.uint32(10).string(message.domain);
|
|
323
359
|
}
|
|
@@ -337,8 +373,9 @@ exports.EnvironmentRealm = {
|
|
|
337
373
|
writer.uint32(50).string(message.protocol);
|
|
338
374
|
}
|
|
339
375
|
return writer;
|
|
340
|
-
}
|
|
341
|
-
|
|
376
|
+
}
|
|
377
|
+
EnvironmentRealm.encode = encode;
|
|
378
|
+
function decode(input, length) {
|
|
342
379
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
343
380
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
344
381
|
const message = createBaseEnvironmentRealm();
|
|
@@ -388,8 +425,9 @@ exports.EnvironmentRealm = {
|
|
|
388
425
|
reader.skipType(tag & 7);
|
|
389
426
|
}
|
|
390
427
|
return message;
|
|
391
|
-
}
|
|
392
|
-
|
|
428
|
+
}
|
|
429
|
+
EnvironmentRealm.decode = decode;
|
|
430
|
+
function fromJSON(object) {
|
|
393
431
|
return {
|
|
394
432
|
domain: isSet(object.domain) ? String(object.domain) : "",
|
|
395
433
|
layer: isSet(object.layer) ? String(object.layer) : "",
|
|
@@ -398,8 +436,9 @@ exports.EnvironmentRealm = {
|
|
|
398
436
|
displayName: isSet(object.displayName) ? String(object.displayName) : "",
|
|
399
437
|
protocol: isSet(object.protocol) ? String(object.protocol) : "",
|
|
400
438
|
};
|
|
401
|
-
}
|
|
402
|
-
|
|
439
|
+
}
|
|
440
|
+
EnvironmentRealm.fromJSON = fromJSON;
|
|
441
|
+
function toJSON(message) {
|
|
403
442
|
const obj = {};
|
|
404
443
|
message.domain !== undefined && (obj.domain = message.domain);
|
|
405
444
|
message.layer !== undefined && (obj.layer = message.layer);
|
|
@@ -408,11 +447,13 @@ exports.EnvironmentRealm = {
|
|
|
408
447
|
message.displayName !== undefined && (obj.displayName = message.displayName);
|
|
409
448
|
message.protocol !== undefined && (obj.protocol = message.protocol);
|
|
410
449
|
return obj;
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
450
|
+
}
|
|
451
|
+
EnvironmentRealm.toJSON = toJSON;
|
|
452
|
+
function create(base) {
|
|
453
|
+
return EnvironmentRealm.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
454
|
+
}
|
|
455
|
+
EnvironmentRealm.create = create;
|
|
456
|
+
function fromPartial(object) {
|
|
416
457
|
var _a, _b, _c, _d, _e, _f;
|
|
417
458
|
const message = createBaseEnvironmentRealm();
|
|
418
459
|
message.domain = (_a = object.domain) !== null && _a !== void 0 ? _a : "";
|
|
@@ -422,19 +463,22 @@ exports.EnvironmentRealm = {
|
|
|
422
463
|
message.displayName = (_e = object.displayName) !== null && _e !== void 0 ? _e : "";
|
|
423
464
|
message.protocol = (_f = object.protocol) !== null && _f !== void 0 ? _f : "";
|
|
424
465
|
return message;
|
|
425
|
-
}
|
|
426
|
-
|
|
466
|
+
}
|
|
467
|
+
EnvironmentRealm.fromPartial = fromPartial;
|
|
468
|
+
})(EnvironmentRealm = exports.EnvironmentRealm || (exports.EnvironmentRealm = {}));
|
|
427
469
|
function createBaseGetCurrentRealmResponse() {
|
|
428
470
|
return { currentRealm: undefined };
|
|
429
471
|
}
|
|
430
|
-
|
|
431
|
-
|
|
472
|
+
var GetCurrentRealmResponse;
|
|
473
|
+
(function (GetCurrentRealmResponse) {
|
|
474
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
432
475
|
if (message.currentRealm !== undefined) {
|
|
433
|
-
|
|
476
|
+
EnvironmentRealm.encode(message.currentRealm, writer.uint32(10).fork()).ldelim();
|
|
434
477
|
}
|
|
435
478
|
return writer;
|
|
436
|
-
}
|
|
437
|
-
|
|
479
|
+
}
|
|
480
|
+
GetCurrentRealmResponse.encode = encode;
|
|
481
|
+
function decode(input, length) {
|
|
438
482
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
439
483
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
440
484
|
const message = createBaseGetCurrentRealmResponse();
|
|
@@ -445,7 +489,7 @@ exports.GetCurrentRealmResponse = {
|
|
|
445
489
|
if (tag !== 10) {
|
|
446
490
|
break;
|
|
447
491
|
}
|
|
448
|
-
message.currentRealm =
|
|
492
|
+
message.currentRealm = EnvironmentRealm.decode(reader, reader.uint32());
|
|
449
493
|
continue;
|
|
450
494
|
}
|
|
451
495
|
if ((tag & 7) === 4 || tag === 0) {
|
|
@@ -454,42 +498,49 @@ exports.GetCurrentRealmResponse = {
|
|
|
454
498
|
reader.skipType(tag & 7);
|
|
455
499
|
}
|
|
456
500
|
return message;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
501
|
+
}
|
|
502
|
+
GetCurrentRealmResponse.decode = decode;
|
|
503
|
+
function fromJSON(object) {
|
|
504
|
+
return { currentRealm: isSet(object.currentRealm) ? EnvironmentRealm.fromJSON(object.currentRealm) : undefined };
|
|
505
|
+
}
|
|
506
|
+
GetCurrentRealmResponse.fromJSON = fromJSON;
|
|
507
|
+
function toJSON(message) {
|
|
462
508
|
const obj = {};
|
|
463
509
|
message.currentRealm !== undefined &&
|
|
464
|
-
(obj.currentRealm = message.currentRealm ?
|
|
510
|
+
(obj.currentRealm = message.currentRealm ? EnvironmentRealm.toJSON(message.currentRealm) : undefined);
|
|
465
511
|
return obj;
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
512
|
+
}
|
|
513
|
+
GetCurrentRealmResponse.toJSON = toJSON;
|
|
514
|
+
function create(base) {
|
|
515
|
+
return GetCurrentRealmResponse.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
516
|
+
}
|
|
517
|
+
GetCurrentRealmResponse.create = create;
|
|
518
|
+
function fromPartial(object) {
|
|
471
519
|
const message = createBaseGetCurrentRealmResponse();
|
|
472
520
|
message.currentRealm = (object.currentRealm !== undefined && object.currentRealm !== null)
|
|
473
|
-
?
|
|
521
|
+
? EnvironmentRealm.fromPartial(object.currentRealm)
|
|
474
522
|
: undefined;
|
|
475
523
|
return message;
|
|
476
|
-
}
|
|
477
|
-
|
|
524
|
+
}
|
|
525
|
+
GetCurrentRealmResponse.fromPartial = fromPartial;
|
|
526
|
+
})(GetCurrentRealmResponse = exports.GetCurrentRealmResponse || (exports.GetCurrentRealmResponse = {}));
|
|
478
527
|
function createBaseGetExplorerConfigurationResponse() {
|
|
479
528
|
return { clientUri: "", configurations: {} };
|
|
480
529
|
}
|
|
481
|
-
|
|
482
|
-
|
|
530
|
+
var GetExplorerConfigurationResponse;
|
|
531
|
+
(function (GetExplorerConfigurationResponse) {
|
|
532
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
483
533
|
if (message.clientUri !== "") {
|
|
484
534
|
writer.uint32(10).string(message.clientUri);
|
|
485
535
|
}
|
|
486
536
|
Object.entries(message.configurations).forEach(([key, value]) => {
|
|
487
|
-
|
|
537
|
+
GetExplorerConfigurationResponse_ConfigurationsEntry.encode({ key: key, value }, writer.uint32(18).fork())
|
|
488
538
|
.ldelim();
|
|
489
539
|
});
|
|
490
540
|
return writer;
|
|
491
|
-
}
|
|
492
|
-
|
|
541
|
+
}
|
|
542
|
+
GetExplorerConfigurationResponse.encode = encode;
|
|
543
|
+
function decode(input, length) {
|
|
493
544
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
494
545
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
495
546
|
const message = createBaseGetExplorerConfigurationResponse();
|
|
@@ -506,7 +557,7 @@ exports.GetExplorerConfigurationResponse = {
|
|
|
506
557
|
if (tag !== 18) {
|
|
507
558
|
break;
|
|
508
559
|
}
|
|
509
|
-
const entry2 =
|
|
560
|
+
const entry2 = GetExplorerConfigurationResponse_ConfigurationsEntry.decode(reader, reader.uint32());
|
|
510
561
|
if (entry2.value !== undefined) {
|
|
511
562
|
message.configurations[entry2.key] = entry2.value;
|
|
512
563
|
}
|
|
@@ -518,8 +569,9 @@ exports.GetExplorerConfigurationResponse = {
|
|
|
518
569
|
reader.skipType(tag & 7);
|
|
519
570
|
}
|
|
520
571
|
return message;
|
|
521
|
-
}
|
|
522
|
-
|
|
572
|
+
}
|
|
573
|
+
GetExplorerConfigurationResponse.decode = decode;
|
|
574
|
+
function fromJSON(object) {
|
|
523
575
|
return {
|
|
524
576
|
clientUri: isSet(object.clientUri) ? String(object.clientUri) : "",
|
|
525
577
|
configurations: isObject(object.configurations)
|
|
@@ -529,8 +581,9 @@ exports.GetExplorerConfigurationResponse = {
|
|
|
529
581
|
}, {})
|
|
530
582
|
: {},
|
|
531
583
|
};
|
|
532
|
-
}
|
|
533
|
-
|
|
584
|
+
}
|
|
585
|
+
GetExplorerConfigurationResponse.fromJSON = fromJSON;
|
|
586
|
+
function toJSON(message) {
|
|
534
587
|
const obj = {};
|
|
535
588
|
message.clientUri !== undefined && (obj.clientUri = message.clientUri);
|
|
536
589
|
obj.configurations = {};
|
|
@@ -540,11 +593,13 @@ exports.GetExplorerConfigurationResponse = {
|
|
|
540
593
|
});
|
|
541
594
|
}
|
|
542
595
|
return obj;
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
596
|
+
}
|
|
597
|
+
GetExplorerConfigurationResponse.toJSON = toJSON;
|
|
598
|
+
function create(base) {
|
|
599
|
+
return GetExplorerConfigurationResponse.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
600
|
+
}
|
|
601
|
+
GetExplorerConfigurationResponse.create = create;
|
|
602
|
+
function fromPartial(object) {
|
|
548
603
|
var _a, _b;
|
|
549
604
|
const message = createBaseGetExplorerConfigurationResponse();
|
|
550
605
|
message.clientUri = (_a = object.clientUri) !== null && _a !== void 0 ? _a : "";
|
|
@@ -555,13 +610,15 @@ exports.GetExplorerConfigurationResponse = {
|
|
|
555
610
|
return acc;
|
|
556
611
|
}, {});
|
|
557
612
|
return message;
|
|
558
|
-
}
|
|
559
|
-
|
|
613
|
+
}
|
|
614
|
+
GetExplorerConfigurationResponse.fromPartial = fromPartial;
|
|
615
|
+
})(GetExplorerConfigurationResponse = exports.GetExplorerConfigurationResponse || (exports.GetExplorerConfigurationResponse = {}));
|
|
560
616
|
function createBaseGetExplorerConfigurationResponse_ConfigurationsEntry() {
|
|
561
617
|
return { key: "", value: "" };
|
|
562
618
|
}
|
|
563
|
-
|
|
564
|
-
|
|
619
|
+
var GetExplorerConfigurationResponse_ConfigurationsEntry;
|
|
620
|
+
(function (GetExplorerConfigurationResponse_ConfigurationsEntry) {
|
|
621
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
565
622
|
if (message.key !== "") {
|
|
566
623
|
writer.uint32(10).string(message.key);
|
|
567
624
|
}
|
|
@@ -569,8 +626,9 @@ exports.GetExplorerConfigurationResponse_ConfigurationsEntry = {
|
|
|
569
626
|
writer.uint32(18).string(message.value);
|
|
570
627
|
}
|
|
571
628
|
return writer;
|
|
572
|
-
}
|
|
573
|
-
|
|
629
|
+
}
|
|
630
|
+
GetExplorerConfigurationResponse_ConfigurationsEntry.encode = encode;
|
|
631
|
+
function decode(input, length) {
|
|
574
632
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
575
633
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
576
634
|
const message = createBaseGetExplorerConfigurationResponse_ConfigurationsEntry();
|
|
@@ -596,38 +654,45 @@ exports.GetExplorerConfigurationResponse_ConfigurationsEntry = {
|
|
|
596
654
|
reader.skipType(tag & 7);
|
|
597
655
|
}
|
|
598
656
|
return message;
|
|
599
|
-
}
|
|
600
|
-
|
|
657
|
+
}
|
|
658
|
+
GetExplorerConfigurationResponse_ConfigurationsEntry.decode = decode;
|
|
659
|
+
function fromJSON(object) {
|
|
601
660
|
return { key: isSet(object.key) ? String(object.key) : "", value: isSet(object.value) ? String(object.value) : "" };
|
|
602
|
-
}
|
|
603
|
-
|
|
661
|
+
}
|
|
662
|
+
GetExplorerConfigurationResponse_ConfigurationsEntry.fromJSON = fromJSON;
|
|
663
|
+
function toJSON(message) {
|
|
604
664
|
const obj = {};
|
|
605
665
|
message.key !== undefined && (obj.key = message.key);
|
|
606
666
|
message.value !== undefined && (obj.value = message.value);
|
|
607
667
|
return obj;
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
668
|
+
}
|
|
669
|
+
GetExplorerConfigurationResponse_ConfigurationsEntry.toJSON = toJSON;
|
|
670
|
+
function create(base) {
|
|
671
|
+
return GetExplorerConfigurationResponse_ConfigurationsEntry.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
672
|
+
}
|
|
673
|
+
GetExplorerConfigurationResponse_ConfigurationsEntry.create = create;
|
|
674
|
+
function fromPartial(object) {
|
|
613
675
|
var _a, _b;
|
|
614
676
|
const message = createBaseGetExplorerConfigurationResponse_ConfigurationsEntry();
|
|
615
677
|
message.key = (_a = object.key) !== null && _a !== void 0 ? _a : "";
|
|
616
678
|
message.value = (_b = object.value) !== null && _b !== void 0 ? _b : "";
|
|
617
679
|
return message;
|
|
618
|
-
}
|
|
619
|
-
|
|
680
|
+
}
|
|
681
|
+
GetExplorerConfigurationResponse_ConfigurationsEntry.fromPartial = fromPartial;
|
|
682
|
+
})(GetExplorerConfigurationResponse_ConfigurationsEntry = exports.GetExplorerConfigurationResponse_ConfigurationsEntry || (exports.GetExplorerConfigurationResponse_ConfigurationsEntry = {}));
|
|
620
683
|
function createBaseGetDecentralandTimeResponse() {
|
|
621
684
|
return { seconds: 0 };
|
|
622
685
|
}
|
|
623
|
-
|
|
624
|
-
|
|
686
|
+
var GetDecentralandTimeResponse;
|
|
687
|
+
(function (GetDecentralandTimeResponse) {
|
|
688
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
625
689
|
if (message.seconds !== 0) {
|
|
626
690
|
writer.uint32(8).int32(message.seconds);
|
|
627
691
|
}
|
|
628
692
|
return writer;
|
|
629
|
-
}
|
|
630
|
-
|
|
693
|
+
}
|
|
694
|
+
GetDecentralandTimeResponse.encode = encode;
|
|
695
|
+
function decode(input, length) {
|
|
631
696
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
632
697
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
633
698
|
const message = createBaseGetDecentralandTimeResponse();
|
|
@@ -647,33 +712,40 @@ exports.GetDecentralandTimeResponse = {
|
|
|
647
712
|
reader.skipType(tag & 7);
|
|
648
713
|
}
|
|
649
714
|
return message;
|
|
650
|
-
}
|
|
651
|
-
|
|
715
|
+
}
|
|
716
|
+
GetDecentralandTimeResponse.decode = decode;
|
|
717
|
+
function fromJSON(object) {
|
|
652
718
|
return { seconds: isSet(object.seconds) ? Number(object.seconds) : 0 };
|
|
653
|
-
}
|
|
654
|
-
|
|
719
|
+
}
|
|
720
|
+
GetDecentralandTimeResponse.fromJSON = fromJSON;
|
|
721
|
+
function toJSON(message) {
|
|
655
722
|
const obj = {};
|
|
656
723
|
message.seconds !== undefined && (obj.seconds = Math.round(message.seconds));
|
|
657
724
|
return obj;
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
725
|
+
}
|
|
726
|
+
GetDecentralandTimeResponse.toJSON = toJSON;
|
|
727
|
+
function create(base) {
|
|
728
|
+
return GetDecentralandTimeResponse.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
729
|
+
}
|
|
730
|
+
GetDecentralandTimeResponse.create = create;
|
|
731
|
+
function fromPartial(object) {
|
|
663
732
|
var _a;
|
|
664
733
|
const message = createBaseGetDecentralandTimeResponse();
|
|
665
734
|
message.seconds = (_a = object.seconds) !== null && _a !== void 0 ? _a : 0;
|
|
666
735
|
return message;
|
|
667
|
-
}
|
|
668
|
-
|
|
736
|
+
}
|
|
737
|
+
GetDecentralandTimeResponse.fromPartial = fromPartial;
|
|
738
|
+
})(GetDecentralandTimeResponse = exports.GetDecentralandTimeResponse || (exports.GetDecentralandTimeResponse = {}));
|
|
669
739
|
function createBaseGetBootstrapDataRequest() {
|
|
670
740
|
return {};
|
|
671
741
|
}
|
|
672
|
-
|
|
673
|
-
|
|
742
|
+
var GetBootstrapDataRequest;
|
|
743
|
+
(function (GetBootstrapDataRequest) {
|
|
744
|
+
function encode(_, writer = minimal_1.default.Writer.create()) {
|
|
674
745
|
return writer;
|
|
675
|
-
}
|
|
676
|
-
|
|
746
|
+
}
|
|
747
|
+
GetBootstrapDataRequest.encode = encode;
|
|
748
|
+
function decode(input, length) {
|
|
677
749
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
678
750
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
679
751
|
const message = createBaseGetBootstrapDataRequest();
|
|
@@ -687,30 +759,37 @@ exports.GetBootstrapDataRequest = {
|
|
|
687
759
|
reader.skipType(tag & 7);
|
|
688
760
|
}
|
|
689
761
|
return message;
|
|
690
|
-
}
|
|
691
|
-
|
|
762
|
+
}
|
|
763
|
+
GetBootstrapDataRequest.decode = decode;
|
|
764
|
+
function fromJSON(_) {
|
|
692
765
|
return {};
|
|
693
|
-
}
|
|
694
|
-
|
|
766
|
+
}
|
|
767
|
+
GetBootstrapDataRequest.fromJSON = fromJSON;
|
|
768
|
+
function toJSON(_) {
|
|
695
769
|
const obj = {};
|
|
696
770
|
return obj;
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
771
|
+
}
|
|
772
|
+
GetBootstrapDataRequest.toJSON = toJSON;
|
|
773
|
+
function create(base) {
|
|
774
|
+
return GetBootstrapDataRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
775
|
+
}
|
|
776
|
+
GetBootstrapDataRequest.create = create;
|
|
777
|
+
function fromPartial(_) {
|
|
702
778
|
const message = createBaseGetBootstrapDataRequest();
|
|
703
779
|
return message;
|
|
704
|
-
}
|
|
705
|
-
|
|
780
|
+
}
|
|
781
|
+
GetBootstrapDataRequest.fromPartial = fromPartial;
|
|
782
|
+
})(GetBootstrapDataRequest = exports.GetBootstrapDataRequest || (exports.GetBootstrapDataRequest = {}));
|
|
706
783
|
function createBaseIsPreviewModeRequest() {
|
|
707
784
|
return {};
|
|
708
785
|
}
|
|
709
|
-
|
|
710
|
-
|
|
786
|
+
var IsPreviewModeRequest;
|
|
787
|
+
(function (IsPreviewModeRequest) {
|
|
788
|
+
function encode(_, writer = minimal_1.default.Writer.create()) {
|
|
711
789
|
return writer;
|
|
712
|
-
}
|
|
713
|
-
|
|
790
|
+
}
|
|
791
|
+
IsPreviewModeRequest.encode = encode;
|
|
792
|
+
function decode(input, length) {
|
|
714
793
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
715
794
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
716
795
|
const message = createBaseIsPreviewModeRequest();
|
|
@@ -724,30 +803,37 @@ exports.IsPreviewModeRequest = {
|
|
|
724
803
|
reader.skipType(tag & 7);
|
|
725
804
|
}
|
|
726
805
|
return message;
|
|
727
|
-
}
|
|
728
|
-
|
|
806
|
+
}
|
|
807
|
+
IsPreviewModeRequest.decode = decode;
|
|
808
|
+
function fromJSON(_) {
|
|
729
809
|
return {};
|
|
730
|
-
}
|
|
731
|
-
|
|
810
|
+
}
|
|
811
|
+
IsPreviewModeRequest.fromJSON = fromJSON;
|
|
812
|
+
function toJSON(_) {
|
|
732
813
|
const obj = {};
|
|
733
814
|
return obj;
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
815
|
+
}
|
|
816
|
+
IsPreviewModeRequest.toJSON = toJSON;
|
|
817
|
+
function create(base) {
|
|
818
|
+
return IsPreviewModeRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
819
|
+
}
|
|
820
|
+
IsPreviewModeRequest.create = create;
|
|
821
|
+
function fromPartial(_) {
|
|
739
822
|
const message = createBaseIsPreviewModeRequest();
|
|
740
823
|
return message;
|
|
741
|
-
}
|
|
742
|
-
|
|
824
|
+
}
|
|
825
|
+
IsPreviewModeRequest.fromPartial = fromPartial;
|
|
826
|
+
})(IsPreviewModeRequest = exports.IsPreviewModeRequest || (exports.IsPreviewModeRequest = {}));
|
|
743
827
|
function createBaseGetPlatformRequest() {
|
|
744
828
|
return {};
|
|
745
829
|
}
|
|
746
|
-
|
|
747
|
-
|
|
830
|
+
var GetPlatformRequest;
|
|
831
|
+
(function (GetPlatformRequest) {
|
|
832
|
+
function encode(_, writer = minimal_1.default.Writer.create()) {
|
|
748
833
|
return writer;
|
|
749
|
-
}
|
|
750
|
-
|
|
834
|
+
}
|
|
835
|
+
GetPlatformRequest.encode = encode;
|
|
836
|
+
function decode(input, length) {
|
|
751
837
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
752
838
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
753
839
|
const message = createBaseGetPlatformRequest();
|
|
@@ -761,30 +847,37 @@ exports.GetPlatformRequest = {
|
|
|
761
847
|
reader.skipType(tag & 7);
|
|
762
848
|
}
|
|
763
849
|
return message;
|
|
764
|
-
}
|
|
765
|
-
|
|
850
|
+
}
|
|
851
|
+
GetPlatformRequest.decode = decode;
|
|
852
|
+
function fromJSON(_) {
|
|
766
853
|
return {};
|
|
767
|
-
}
|
|
768
|
-
|
|
854
|
+
}
|
|
855
|
+
GetPlatformRequest.fromJSON = fromJSON;
|
|
856
|
+
function toJSON(_) {
|
|
769
857
|
const obj = {};
|
|
770
858
|
return obj;
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
859
|
+
}
|
|
860
|
+
GetPlatformRequest.toJSON = toJSON;
|
|
861
|
+
function create(base) {
|
|
862
|
+
return GetPlatformRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
863
|
+
}
|
|
864
|
+
GetPlatformRequest.create = create;
|
|
865
|
+
function fromPartial(_) {
|
|
776
866
|
const message = createBaseGetPlatformRequest();
|
|
777
867
|
return message;
|
|
778
|
-
}
|
|
779
|
-
|
|
868
|
+
}
|
|
869
|
+
GetPlatformRequest.fromPartial = fromPartial;
|
|
870
|
+
})(GetPlatformRequest = exports.GetPlatformRequest || (exports.GetPlatformRequest = {}));
|
|
780
871
|
function createBaseAreUnsafeRequestAllowedRequest() {
|
|
781
872
|
return {};
|
|
782
873
|
}
|
|
783
|
-
|
|
784
|
-
|
|
874
|
+
var AreUnsafeRequestAllowedRequest;
|
|
875
|
+
(function (AreUnsafeRequestAllowedRequest) {
|
|
876
|
+
function encode(_, writer = minimal_1.default.Writer.create()) {
|
|
785
877
|
return writer;
|
|
786
|
-
}
|
|
787
|
-
|
|
878
|
+
}
|
|
879
|
+
AreUnsafeRequestAllowedRequest.encode = encode;
|
|
880
|
+
function decode(input, length) {
|
|
788
881
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
789
882
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
790
883
|
const message = createBaseAreUnsafeRequestAllowedRequest();
|
|
@@ -798,30 +891,37 @@ exports.AreUnsafeRequestAllowedRequest = {
|
|
|
798
891
|
reader.skipType(tag & 7);
|
|
799
892
|
}
|
|
800
893
|
return message;
|
|
801
|
-
}
|
|
802
|
-
|
|
894
|
+
}
|
|
895
|
+
AreUnsafeRequestAllowedRequest.decode = decode;
|
|
896
|
+
function fromJSON(_) {
|
|
803
897
|
return {};
|
|
804
|
-
}
|
|
805
|
-
|
|
898
|
+
}
|
|
899
|
+
AreUnsafeRequestAllowedRequest.fromJSON = fromJSON;
|
|
900
|
+
function toJSON(_) {
|
|
806
901
|
const obj = {};
|
|
807
902
|
return obj;
|
|
808
|
-
}
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
903
|
+
}
|
|
904
|
+
AreUnsafeRequestAllowedRequest.toJSON = toJSON;
|
|
905
|
+
function create(base) {
|
|
906
|
+
return AreUnsafeRequestAllowedRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
907
|
+
}
|
|
908
|
+
AreUnsafeRequestAllowedRequest.create = create;
|
|
909
|
+
function fromPartial(_) {
|
|
813
910
|
const message = createBaseAreUnsafeRequestAllowedRequest();
|
|
814
911
|
return message;
|
|
815
|
-
}
|
|
816
|
-
|
|
912
|
+
}
|
|
913
|
+
AreUnsafeRequestAllowedRequest.fromPartial = fromPartial;
|
|
914
|
+
})(AreUnsafeRequestAllowedRequest = exports.AreUnsafeRequestAllowedRequest || (exports.AreUnsafeRequestAllowedRequest = {}));
|
|
817
915
|
function createBaseGetCurrentRealmRequest() {
|
|
818
916
|
return {};
|
|
819
917
|
}
|
|
820
|
-
|
|
821
|
-
|
|
918
|
+
var GetCurrentRealmRequest;
|
|
919
|
+
(function (GetCurrentRealmRequest) {
|
|
920
|
+
function encode(_, writer = minimal_1.default.Writer.create()) {
|
|
822
921
|
return writer;
|
|
823
|
-
}
|
|
824
|
-
|
|
922
|
+
}
|
|
923
|
+
GetCurrentRealmRequest.encode = encode;
|
|
924
|
+
function decode(input, length) {
|
|
825
925
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
826
926
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
827
927
|
const message = createBaseGetCurrentRealmRequest();
|
|
@@ -835,30 +935,37 @@ exports.GetCurrentRealmRequest = {
|
|
|
835
935
|
reader.skipType(tag & 7);
|
|
836
936
|
}
|
|
837
937
|
return message;
|
|
838
|
-
}
|
|
839
|
-
|
|
938
|
+
}
|
|
939
|
+
GetCurrentRealmRequest.decode = decode;
|
|
940
|
+
function fromJSON(_) {
|
|
840
941
|
return {};
|
|
841
|
-
}
|
|
842
|
-
|
|
942
|
+
}
|
|
943
|
+
GetCurrentRealmRequest.fromJSON = fromJSON;
|
|
944
|
+
function toJSON(_) {
|
|
843
945
|
const obj = {};
|
|
844
946
|
return obj;
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
947
|
+
}
|
|
948
|
+
GetCurrentRealmRequest.toJSON = toJSON;
|
|
949
|
+
function create(base) {
|
|
950
|
+
return GetCurrentRealmRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
951
|
+
}
|
|
952
|
+
GetCurrentRealmRequest.create = create;
|
|
953
|
+
function fromPartial(_) {
|
|
850
954
|
const message = createBaseGetCurrentRealmRequest();
|
|
851
955
|
return message;
|
|
852
|
-
}
|
|
853
|
-
|
|
956
|
+
}
|
|
957
|
+
GetCurrentRealmRequest.fromPartial = fromPartial;
|
|
958
|
+
})(GetCurrentRealmRequest = exports.GetCurrentRealmRequest || (exports.GetCurrentRealmRequest = {}));
|
|
854
959
|
function createBaseGetExplorerConfigurationRequest() {
|
|
855
960
|
return {};
|
|
856
961
|
}
|
|
857
|
-
|
|
858
|
-
|
|
962
|
+
var GetExplorerConfigurationRequest;
|
|
963
|
+
(function (GetExplorerConfigurationRequest) {
|
|
964
|
+
function encode(_, writer = minimal_1.default.Writer.create()) {
|
|
859
965
|
return writer;
|
|
860
|
-
}
|
|
861
|
-
|
|
966
|
+
}
|
|
967
|
+
GetExplorerConfigurationRequest.encode = encode;
|
|
968
|
+
function decode(input, length) {
|
|
862
969
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
863
970
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
864
971
|
const message = createBaseGetExplorerConfigurationRequest();
|
|
@@ -872,30 +979,37 @@ exports.GetExplorerConfigurationRequest = {
|
|
|
872
979
|
reader.skipType(tag & 7);
|
|
873
980
|
}
|
|
874
981
|
return message;
|
|
875
|
-
}
|
|
876
|
-
|
|
982
|
+
}
|
|
983
|
+
GetExplorerConfigurationRequest.decode = decode;
|
|
984
|
+
function fromJSON(_) {
|
|
877
985
|
return {};
|
|
878
|
-
}
|
|
879
|
-
|
|
986
|
+
}
|
|
987
|
+
GetExplorerConfigurationRequest.fromJSON = fromJSON;
|
|
988
|
+
function toJSON(_) {
|
|
880
989
|
const obj = {};
|
|
881
990
|
return obj;
|
|
882
|
-
}
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
991
|
+
}
|
|
992
|
+
GetExplorerConfigurationRequest.toJSON = toJSON;
|
|
993
|
+
function create(base) {
|
|
994
|
+
return GetExplorerConfigurationRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
995
|
+
}
|
|
996
|
+
GetExplorerConfigurationRequest.create = create;
|
|
997
|
+
function fromPartial(_) {
|
|
887
998
|
const message = createBaseGetExplorerConfigurationRequest();
|
|
888
999
|
return message;
|
|
889
|
-
}
|
|
890
|
-
|
|
1000
|
+
}
|
|
1001
|
+
GetExplorerConfigurationRequest.fromPartial = fromPartial;
|
|
1002
|
+
})(GetExplorerConfigurationRequest = exports.GetExplorerConfigurationRequest || (exports.GetExplorerConfigurationRequest = {}));
|
|
891
1003
|
function createBaseGetDecentralandTimeRequest() {
|
|
892
1004
|
return {};
|
|
893
1005
|
}
|
|
894
|
-
|
|
895
|
-
|
|
1006
|
+
var GetDecentralandTimeRequest;
|
|
1007
|
+
(function (GetDecentralandTimeRequest) {
|
|
1008
|
+
function encode(_, writer = minimal_1.default.Writer.create()) {
|
|
896
1009
|
return writer;
|
|
897
|
-
}
|
|
898
|
-
|
|
1010
|
+
}
|
|
1011
|
+
GetDecentralandTimeRequest.encode = encode;
|
|
1012
|
+
function decode(input, length) {
|
|
899
1013
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
900
1014
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
901
1015
|
const message = createBaseGetDecentralandTimeRequest();
|
|
@@ -909,22 +1023,27 @@ exports.GetDecentralandTimeRequest = {
|
|
|
909
1023
|
reader.skipType(tag & 7);
|
|
910
1024
|
}
|
|
911
1025
|
return message;
|
|
912
|
-
}
|
|
913
|
-
|
|
1026
|
+
}
|
|
1027
|
+
GetDecentralandTimeRequest.decode = decode;
|
|
1028
|
+
function fromJSON(_) {
|
|
914
1029
|
return {};
|
|
915
|
-
}
|
|
916
|
-
|
|
1030
|
+
}
|
|
1031
|
+
GetDecentralandTimeRequest.fromJSON = fromJSON;
|
|
1032
|
+
function toJSON(_) {
|
|
917
1033
|
const obj = {};
|
|
918
1034
|
return obj;
|
|
919
|
-
}
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
1035
|
+
}
|
|
1036
|
+
GetDecentralandTimeRequest.toJSON = toJSON;
|
|
1037
|
+
function create(base) {
|
|
1038
|
+
return GetDecentralandTimeRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
1039
|
+
}
|
|
1040
|
+
GetDecentralandTimeRequest.create = create;
|
|
1041
|
+
function fromPartial(_) {
|
|
924
1042
|
const message = createBaseGetDecentralandTimeRequest();
|
|
925
1043
|
return message;
|
|
926
|
-
}
|
|
927
|
-
|
|
1044
|
+
}
|
|
1045
|
+
GetDecentralandTimeRequest.fromPartial = fromPartial;
|
|
1046
|
+
})(GetDecentralandTimeRequest = exports.GetDecentralandTimeRequest || (exports.GetDecentralandTimeRequest = {}));
|
|
928
1047
|
exports.EnvironmentApiServiceDefinition = {
|
|
929
1048
|
name: "EnvironmentApiService",
|
|
930
1049
|
fullName: "decentraland.kernel.apis.EnvironmentApiService",
|
|
@@ -932,63 +1051,63 @@ exports.EnvironmentApiServiceDefinition = {
|
|
|
932
1051
|
/** @deprecated, only available for SDK6 compatibility. Use runtime_api instead */
|
|
933
1052
|
getBootstrapData: {
|
|
934
1053
|
name: "GetBootstrapData",
|
|
935
|
-
requestType:
|
|
1054
|
+
requestType: GetBootstrapDataRequest,
|
|
936
1055
|
requestStream: false,
|
|
937
|
-
responseType:
|
|
1056
|
+
responseType: BootstrapDataResponse,
|
|
938
1057
|
responseStream: false,
|
|
939
1058
|
options: {},
|
|
940
1059
|
},
|
|
941
1060
|
/** @deprecated, only available for SDK6 compatibility. Needs migration */
|
|
942
1061
|
isPreviewMode: {
|
|
943
1062
|
name: "IsPreviewMode",
|
|
944
|
-
requestType:
|
|
1063
|
+
requestType: IsPreviewModeRequest,
|
|
945
1064
|
requestStream: false,
|
|
946
|
-
responseType:
|
|
1065
|
+
responseType: PreviewModeResponse,
|
|
947
1066
|
responseStream: false,
|
|
948
1067
|
options: {},
|
|
949
1068
|
},
|
|
950
1069
|
/** @deprecated, only available for SDK6 compatibility */
|
|
951
1070
|
getPlatform: {
|
|
952
1071
|
name: "GetPlatform",
|
|
953
|
-
requestType:
|
|
1072
|
+
requestType: GetPlatformRequest,
|
|
954
1073
|
requestStream: false,
|
|
955
|
-
responseType:
|
|
1074
|
+
responseType: GetPlatformResponse,
|
|
956
1075
|
responseStream: false,
|
|
957
1076
|
options: {},
|
|
958
1077
|
},
|
|
959
1078
|
/** @deprecated, only available for SDK6 compatibility */
|
|
960
1079
|
areUnsafeRequestAllowed: {
|
|
961
1080
|
name: "AreUnsafeRequestAllowed",
|
|
962
|
-
requestType:
|
|
1081
|
+
requestType: AreUnsafeRequestAllowedRequest,
|
|
963
1082
|
requestStream: false,
|
|
964
|
-
responseType:
|
|
1083
|
+
responseType: AreUnsafeRequestAllowedResponse,
|
|
965
1084
|
responseStream: false,
|
|
966
1085
|
options: {},
|
|
967
1086
|
},
|
|
968
1087
|
/** @deprecated, use GetCurrentRealm from runtime_api instead */
|
|
969
1088
|
getCurrentRealm: {
|
|
970
1089
|
name: "GetCurrentRealm",
|
|
971
|
-
requestType:
|
|
1090
|
+
requestType: GetCurrentRealmRequest,
|
|
972
1091
|
requestStream: false,
|
|
973
|
-
responseType:
|
|
1092
|
+
responseType: GetCurrentRealmResponse,
|
|
974
1093
|
responseStream: false,
|
|
975
1094
|
options: {},
|
|
976
1095
|
},
|
|
977
1096
|
/** @deprecated, only available for SDK6 compatibility */
|
|
978
1097
|
getExplorerConfiguration: {
|
|
979
1098
|
name: "GetExplorerConfiguration",
|
|
980
|
-
requestType:
|
|
1099
|
+
requestType: GetExplorerConfigurationRequest,
|
|
981
1100
|
requestStream: false,
|
|
982
|
-
responseType:
|
|
1101
|
+
responseType: GetExplorerConfigurationResponse,
|
|
983
1102
|
responseStream: false,
|
|
984
1103
|
options: {},
|
|
985
1104
|
},
|
|
986
1105
|
/** @deprecated, use GetTime from runtime_api instead */
|
|
987
1106
|
getDecentralandTime: {
|
|
988
1107
|
name: "GetDecentralandTime",
|
|
989
|
-
requestType:
|
|
1108
|
+
requestType: GetDecentralandTimeRequest,
|
|
990
1109
|
requestStream: false,
|
|
991
|
-
responseType:
|
|
1110
|
+
responseType: GetDecentralandTimeResponse,
|
|
992
1111
|
responseStream: false,
|
|
993
1112
|
options: {},
|
|
994
1113
|
},
|