@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
|
@@ -80,8 +80,8 @@ function createBaseMinimalRunnableEntity(): MinimalRunnableEntity {
|
|
|
80
80
|
return { content: [], metadataJson: "" };
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
export
|
|
84
|
-
encode(message: MinimalRunnableEntity, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
83
|
+
export namespace MinimalRunnableEntity {
|
|
84
|
+
export function encode(message: MinimalRunnableEntity, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
85
85
|
for (const v of message.content) {
|
|
86
86
|
ContentMapping.encode(v!, writer.uint32(10).fork()).ldelim();
|
|
87
87
|
}
|
|
@@ -89,9 +89,9 @@ export const MinimalRunnableEntity = {
|
|
|
89
89
|
writer.uint32(18).string(message.metadataJson);
|
|
90
90
|
}
|
|
91
91
|
return writer;
|
|
92
|
-
}
|
|
92
|
+
}
|
|
93
93
|
|
|
94
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): MinimalRunnableEntity {
|
|
94
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): MinimalRunnableEntity {
|
|
95
95
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
96
96
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
97
97
|
const message = createBaseMinimalRunnableEntity();
|
|
@@ -119,16 +119,16 @@ export const MinimalRunnableEntity = {
|
|
|
119
119
|
reader.skipType(tag & 7);
|
|
120
120
|
}
|
|
121
121
|
return message;
|
|
122
|
-
}
|
|
122
|
+
}
|
|
123
123
|
|
|
124
|
-
fromJSON(object: any): MinimalRunnableEntity {
|
|
124
|
+
export function fromJSON(object: any): MinimalRunnableEntity {
|
|
125
125
|
return {
|
|
126
126
|
content: Array.isArray(object?.content) ? object.content.map((e: any) => ContentMapping.fromJSON(e)) : [],
|
|
127
127
|
metadataJson: isSet(object.metadataJson) ? String(object.metadataJson) : "",
|
|
128
128
|
};
|
|
129
|
-
}
|
|
129
|
+
}
|
|
130
130
|
|
|
131
|
-
toJSON(message: MinimalRunnableEntity): unknown {
|
|
131
|
+
export function toJSON(message: MinimalRunnableEntity): unknown {
|
|
132
132
|
const obj: any = {};
|
|
133
133
|
if (message.content) {
|
|
134
134
|
obj.content = message.content.map((e) => e ? ContentMapping.toJSON(e) : undefined);
|
|
@@ -137,26 +137,28 @@ export const MinimalRunnableEntity = {
|
|
|
137
137
|
}
|
|
138
138
|
message.metadataJson !== undefined && (obj.metadataJson = message.metadataJson);
|
|
139
139
|
return obj;
|
|
140
|
-
}
|
|
140
|
+
}
|
|
141
141
|
|
|
142
|
-
create<I extends Exact<DeepPartial<MinimalRunnableEntity>, I>>(base?: I): MinimalRunnableEntity {
|
|
142
|
+
export function create<I extends Exact<DeepPartial<MinimalRunnableEntity>, I>>(base?: I): MinimalRunnableEntity {
|
|
143
143
|
return MinimalRunnableEntity.fromPartial(base ?? {});
|
|
144
|
-
}
|
|
144
|
+
}
|
|
145
145
|
|
|
146
|
-
fromPartial<I extends Exact<DeepPartial<MinimalRunnableEntity>, I>>(
|
|
146
|
+
export function fromPartial<I extends Exact<DeepPartial<MinimalRunnableEntity>, I>>(
|
|
147
|
+
object: I,
|
|
148
|
+
): MinimalRunnableEntity {
|
|
147
149
|
const message = createBaseMinimalRunnableEntity();
|
|
148
150
|
message.content = object.content?.map((e) => ContentMapping.fromPartial(e)) || [];
|
|
149
151
|
message.metadataJson = object.metadataJson ?? "";
|
|
150
152
|
return message;
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
153
155
|
|
|
154
156
|
function createBaseBootstrapDataResponse(): BootstrapDataResponse {
|
|
155
157
|
return { id: "", baseUrl: "", entity: undefined, useFPSThrottling: false };
|
|
156
158
|
}
|
|
157
159
|
|
|
158
|
-
export
|
|
159
|
-
encode(message: BootstrapDataResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
160
|
+
export namespace BootstrapDataResponse {
|
|
161
|
+
export function encode(message: BootstrapDataResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
160
162
|
if (message.id !== "") {
|
|
161
163
|
writer.uint32(10).string(message.id);
|
|
162
164
|
}
|
|
@@ -170,9 +172,9 @@ export const BootstrapDataResponse = {
|
|
|
170
172
|
writer.uint32(40).bool(message.useFPSThrottling);
|
|
171
173
|
}
|
|
172
174
|
return writer;
|
|
173
|
-
}
|
|
175
|
+
}
|
|
174
176
|
|
|
175
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): BootstrapDataResponse {
|
|
177
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): BootstrapDataResponse {
|
|
176
178
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
177
179
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
178
180
|
const message = createBaseBootstrapDataResponse();
|
|
@@ -214,18 +216,18 @@ export const BootstrapDataResponse = {
|
|
|
214
216
|
reader.skipType(tag & 7);
|
|
215
217
|
}
|
|
216
218
|
return message;
|
|
217
|
-
}
|
|
219
|
+
}
|
|
218
220
|
|
|
219
|
-
fromJSON(object: any): BootstrapDataResponse {
|
|
221
|
+
export function fromJSON(object: any): BootstrapDataResponse {
|
|
220
222
|
return {
|
|
221
223
|
id: isSet(object.id) ? String(object.id) : "",
|
|
222
224
|
baseUrl: isSet(object.baseUrl) ? String(object.baseUrl) : "",
|
|
223
225
|
entity: isSet(object.entity) ? MinimalRunnableEntity.fromJSON(object.entity) : undefined,
|
|
224
226
|
useFPSThrottling: isSet(object.useFPSThrottling) ? Boolean(object.useFPSThrottling) : false,
|
|
225
227
|
};
|
|
226
|
-
}
|
|
228
|
+
}
|
|
227
229
|
|
|
228
|
-
toJSON(message: BootstrapDataResponse): unknown {
|
|
230
|
+
export function toJSON(message: BootstrapDataResponse): unknown {
|
|
229
231
|
const obj: any = {};
|
|
230
232
|
message.id !== undefined && (obj.id = message.id);
|
|
231
233
|
message.baseUrl !== undefined && (obj.baseUrl = message.baseUrl);
|
|
@@ -233,13 +235,15 @@ export const BootstrapDataResponse = {
|
|
|
233
235
|
(obj.entity = message.entity ? MinimalRunnableEntity.toJSON(message.entity) : undefined);
|
|
234
236
|
message.useFPSThrottling !== undefined && (obj.useFPSThrottling = message.useFPSThrottling);
|
|
235
237
|
return obj;
|
|
236
|
-
}
|
|
238
|
+
}
|
|
237
239
|
|
|
238
|
-
create<I extends Exact<DeepPartial<BootstrapDataResponse>, I>>(base?: I): BootstrapDataResponse {
|
|
240
|
+
export function create<I extends Exact<DeepPartial<BootstrapDataResponse>, I>>(base?: I): BootstrapDataResponse {
|
|
239
241
|
return BootstrapDataResponse.fromPartial(base ?? {});
|
|
240
|
-
}
|
|
242
|
+
}
|
|
241
243
|
|
|
242
|
-
fromPartial<I extends Exact<DeepPartial<BootstrapDataResponse>, I>>(
|
|
244
|
+
export function fromPartial<I extends Exact<DeepPartial<BootstrapDataResponse>, I>>(
|
|
245
|
+
object: I,
|
|
246
|
+
): BootstrapDataResponse {
|
|
243
247
|
const message = createBaseBootstrapDataResponse();
|
|
244
248
|
message.id = object.id ?? "";
|
|
245
249
|
message.baseUrl = object.baseUrl ?? "";
|
|
@@ -248,22 +252,22 @@ export const BootstrapDataResponse = {
|
|
|
248
252
|
: undefined;
|
|
249
253
|
message.useFPSThrottling = object.useFPSThrottling ?? false;
|
|
250
254
|
return message;
|
|
251
|
-
}
|
|
252
|
-
}
|
|
255
|
+
}
|
|
256
|
+
}
|
|
253
257
|
|
|
254
258
|
function createBasePreviewModeResponse(): PreviewModeResponse {
|
|
255
259
|
return { isPreview: false };
|
|
256
260
|
}
|
|
257
261
|
|
|
258
|
-
export
|
|
259
|
-
encode(message: PreviewModeResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
262
|
+
export namespace PreviewModeResponse {
|
|
263
|
+
export function encode(message: PreviewModeResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
260
264
|
if (message.isPreview === true) {
|
|
261
265
|
writer.uint32(8).bool(message.isPreview);
|
|
262
266
|
}
|
|
263
267
|
return writer;
|
|
264
|
-
}
|
|
268
|
+
}
|
|
265
269
|
|
|
266
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): PreviewModeResponse {
|
|
270
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): PreviewModeResponse {
|
|
267
271
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
268
272
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
269
273
|
const message = createBasePreviewModeResponse();
|
|
@@ -284,42 +288,45 @@ export const PreviewModeResponse = {
|
|
|
284
288
|
reader.skipType(tag & 7);
|
|
285
289
|
}
|
|
286
290
|
return message;
|
|
287
|
-
}
|
|
291
|
+
}
|
|
288
292
|
|
|
289
|
-
fromJSON(object: any): PreviewModeResponse {
|
|
293
|
+
export function fromJSON(object: any): PreviewModeResponse {
|
|
290
294
|
return { isPreview: isSet(object.isPreview) ? Boolean(object.isPreview) : false };
|
|
291
|
-
}
|
|
295
|
+
}
|
|
292
296
|
|
|
293
|
-
toJSON(message: PreviewModeResponse): unknown {
|
|
297
|
+
export function toJSON(message: PreviewModeResponse): unknown {
|
|
294
298
|
const obj: any = {};
|
|
295
299
|
message.isPreview !== undefined && (obj.isPreview = message.isPreview);
|
|
296
300
|
return obj;
|
|
297
|
-
}
|
|
301
|
+
}
|
|
298
302
|
|
|
299
|
-
create<I extends Exact<DeepPartial<PreviewModeResponse>, I>>(base?: I): PreviewModeResponse {
|
|
303
|
+
export function create<I extends Exact<DeepPartial<PreviewModeResponse>, I>>(base?: I): PreviewModeResponse {
|
|
300
304
|
return PreviewModeResponse.fromPartial(base ?? {});
|
|
301
|
-
}
|
|
305
|
+
}
|
|
302
306
|
|
|
303
|
-
fromPartial<I extends Exact<DeepPartial<PreviewModeResponse>, I>>(object: I): PreviewModeResponse {
|
|
307
|
+
export function fromPartial<I extends Exact<DeepPartial<PreviewModeResponse>, I>>(object: I): PreviewModeResponse {
|
|
304
308
|
const message = createBasePreviewModeResponse();
|
|
305
309
|
message.isPreview = object.isPreview ?? false;
|
|
306
310
|
return message;
|
|
307
|
-
}
|
|
308
|
-
}
|
|
311
|
+
}
|
|
312
|
+
}
|
|
309
313
|
|
|
310
314
|
function createBaseAreUnsafeRequestAllowedResponse(): AreUnsafeRequestAllowedResponse {
|
|
311
315
|
return { status: false };
|
|
312
316
|
}
|
|
313
317
|
|
|
314
|
-
export
|
|
315
|
-
|
|
318
|
+
export namespace AreUnsafeRequestAllowedResponse {
|
|
319
|
+
export function encode(
|
|
320
|
+
message: AreUnsafeRequestAllowedResponse,
|
|
321
|
+
writer: _m0.Writer = _m0.Writer.create(),
|
|
322
|
+
): _m0.Writer {
|
|
316
323
|
if (message.status === true) {
|
|
317
324
|
writer.uint32(8).bool(message.status);
|
|
318
325
|
}
|
|
319
326
|
return writer;
|
|
320
|
-
}
|
|
327
|
+
}
|
|
321
328
|
|
|
322
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AreUnsafeRequestAllowedResponse {
|
|
329
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): AreUnsafeRequestAllowedResponse {
|
|
323
330
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
324
331
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
325
332
|
const message = createBaseAreUnsafeRequestAllowedResponse();
|
|
@@ -340,44 +347,46 @@ export const AreUnsafeRequestAllowedResponse = {
|
|
|
340
347
|
reader.skipType(tag & 7);
|
|
341
348
|
}
|
|
342
349
|
return message;
|
|
343
|
-
}
|
|
350
|
+
}
|
|
344
351
|
|
|
345
|
-
fromJSON(object: any): AreUnsafeRequestAllowedResponse {
|
|
352
|
+
export function fromJSON(object: any): AreUnsafeRequestAllowedResponse {
|
|
346
353
|
return { status: isSet(object.status) ? Boolean(object.status) : false };
|
|
347
|
-
}
|
|
354
|
+
}
|
|
348
355
|
|
|
349
|
-
toJSON(message: AreUnsafeRequestAllowedResponse): unknown {
|
|
356
|
+
export function toJSON(message: AreUnsafeRequestAllowedResponse): unknown {
|
|
350
357
|
const obj: any = {};
|
|
351
358
|
message.status !== undefined && (obj.status = message.status);
|
|
352
359
|
return obj;
|
|
353
|
-
}
|
|
360
|
+
}
|
|
354
361
|
|
|
355
|
-
create<I extends Exact<DeepPartial<AreUnsafeRequestAllowedResponse>, I>>(
|
|
362
|
+
export function create<I extends Exact<DeepPartial<AreUnsafeRequestAllowedResponse>, I>>(
|
|
363
|
+
base?: I,
|
|
364
|
+
): AreUnsafeRequestAllowedResponse {
|
|
356
365
|
return AreUnsafeRequestAllowedResponse.fromPartial(base ?? {});
|
|
357
|
-
}
|
|
366
|
+
}
|
|
358
367
|
|
|
359
|
-
fromPartial<I extends Exact<DeepPartial<AreUnsafeRequestAllowedResponse>, I>>(
|
|
368
|
+
export function fromPartial<I extends Exact<DeepPartial<AreUnsafeRequestAllowedResponse>, I>>(
|
|
360
369
|
object: I,
|
|
361
370
|
): AreUnsafeRequestAllowedResponse {
|
|
362
371
|
const message = createBaseAreUnsafeRequestAllowedResponse();
|
|
363
372
|
message.status = object.status ?? false;
|
|
364
373
|
return message;
|
|
365
|
-
}
|
|
366
|
-
}
|
|
374
|
+
}
|
|
375
|
+
}
|
|
367
376
|
|
|
368
377
|
function createBaseGetPlatformResponse(): GetPlatformResponse {
|
|
369
378
|
return { platform: "" };
|
|
370
379
|
}
|
|
371
380
|
|
|
372
|
-
export
|
|
373
|
-
encode(message: GetPlatformResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
381
|
+
export namespace GetPlatformResponse {
|
|
382
|
+
export function encode(message: GetPlatformResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
374
383
|
if (message.platform !== "") {
|
|
375
384
|
writer.uint32(10).string(message.platform);
|
|
376
385
|
}
|
|
377
386
|
return writer;
|
|
378
|
-
}
|
|
387
|
+
}
|
|
379
388
|
|
|
380
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetPlatformResponse {
|
|
389
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): GetPlatformResponse {
|
|
381
390
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
382
391
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
383
392
|
const message = createBaseGetPlatformResponse();
|
|
@@ -398,35 +407,35 @@ export const GetPlatformResponse = {
|
|
|
398
407
|
reader.skipType(tag & 7);
|
|
399
408
|
}
|
|
400
409
|
return message;
|
|
401
|
-
}
|
|
410
|
+
}
|
|
402
411
|
|
|
403
|
-
fromJSON(object: any): GetPlatformResponse {
|
|
412
|
+
export function fromJSON(object: any): GetPlatformResponse {
|
|
404
413
|
return { platform: isSet(object.platform) ? String(object.platform) : "" };
|
|
405
|
-
}
|
|
414
|
+
}
|
|
406
415
|
|
|
407
|
-
toJSON(message: GetPlatformResponse): unknown {
|
|
416
|
+
export function toJSON(message: GetPlatformResponse): unknown {
|
|
408
417
|
const obj: any = {};
|
|
409
418
|
message.platform !== undefined && (obj.platform = message.platform);
|
|
410
419
|
return obj;
|
|
411
|
-
}
|
|
420
|
+
}
|
|
412
421
|
|
|
413
|
-
create<I extends Exact<DeepPartial<GetPlatformResponse>, I>>(base?: I): GetPlatformResponse {
|
|
422
|
+
export function create<I extends Exact<DeepPartial<GetPlatformResponse>, I>>(base?: I): GetPlatformResponse {
|
|
414
423
|
return GetPlatformResponse.fromPartial(base ?? {});
|
|
415
|
-
}
|
|
424
|
+
}
|
|
416
425
|
|
|
417
|
-
fromPartial<I extends Exact<DeepPartial<GetPlatformResponse>, I>>(object: I): GetPlatformResponse {
|
|
426
|
+
export function fromPartial<I extends Exact<DeepPartial<GetPlatformResponse>, I>>(object: I): GetPlatformResponse {
|
|
418
427
|
const message = createBaseGetPlatformResponse();
|
|
419
428
|
message.platform = object.platform ?? "";
|
|
420
429
|
return message;
|
|
421
|
-
}
|
|
422
|
-
}
|
|
430
|
+
}
|
|
431
|
+
}
|
|
423
432
|
|
|
424
433
|
function createBaseEnvironmentRealm(): EnvironmentRealm {
|
|
425
434
|
return { domain: "", layer: "", room: "", serverName: "", displayName: "", protocol: "" };
|
|
426
435
|
}
|
|
427
436
|
|
|
428
|
-
export
|
|
429
|
-
encode(message: EnvironmentRealm, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
437
|
+
export namespace EnvironmentRealm {
|
|
438
|
+
export function encode(message: EnvironmentRealm, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
430
439
|
if (message.domain !== "") {
|
|
431
440
|
writer.uint32(10).string(message.domain);
|
|
432
441
|
}
|
|
@@ -446,9 +455,9 @@ export const EnvironmentRealm = {
|
|
|
446
455
|
writer.uint32(50).string(message.protocol);
|
|
447
456
|
}
|
|
448
457
|
return writer;
|
|
449
|
-
}
|
|
458
|
+
}
|
|
450
459
|
|
|
451
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): EnvironmentRealm {
|
|
460
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): EnvironmentRealm {
|
|
452
461
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
453
462
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
454
463
|
const message = createBaseEnvironmentRealm();
|
|
@@ -504,9 +513,9 @@ export const EnvironmentRealm = {
|
|
|
504
513
|
reader.skipType(tag & 7);
|
|
505
514
|
}
|
|
506
515
|
return message;
|
|
507
|
-
}
|
|
516
|
+
}
|
|
508
517
|
|
|
509
|
-
fromJSON(object: any): EnvironmentRealm {
|
|
518
|
+
export function fromJSON(object: any): EnvironmentRealm {
|
|
510
519
|
return {
|
|
511
520
|
domain: isSet(object.domain) ? String(object.domain) : "",
|
|
512
521
|
layer: isSet(object.layer) ? String(object.layer) : "",
|
|
@@ -515,9 +524,9 @@ export const EnvironmentRealm = {
|
|
|
515
524
|
displayName: isSet(object.displayName) ? String(object.displayName) : "",
|
|
516
525
|
protocol: isSet(object.protocol) ? String(object.protocol) : "",
|
|
517
526
|
};
|
|
518
|
-
}
|
|
527
|
+
}
|
|
519
528
|
|
|
520
|
-
toJSON(message: EnvironmentRealm): unknown {
|
|
529
|
+
export function toJSON(message: EnvironmentRealm): unknown {
|
|
521
530
|
const obj: any = {};
|
|
522
531
|
message.domain !== undefined && (obj.domain = message.domain);
|
|
523
532
|
message.layer !== undefined && (obj.layer = message.layer);
|
|
@@ -526,13 +535,13 @@ export const EnvironmentRealm = {
|
|
|
526
535
|
message.displayName !== undefined && (obj.displayName = message.displayName);
|
|
527
536
|
message.protocol !== undefined && (obj.protocol = message.protocol);
|
|
528
537
|
return obj;
|
|
529
|
-
}
|
|
538
|
+
}
|
|
530
539
|
|
|
531
|
-
create<I extends Exact<DeepPartial<EnvironmentRealm>, I>>(base?: I): EnvironmentRealm {
|
|
540
|
+
export function create<I extends Exact<DeepPartial<EnvironmentRealm>, I>>(base?: I): EnvironmentRealm {
|
|
532
541
|
return EnvironmentRealm.fromPartial(base ?? {});
|
|
533
|
-
}
|
|
542
|
+
}
|
|
534
543
|
|
|
535
|
-
fromPartial<I extends Exact<DeepPartial<EnvironmentRealm>, I>>(object: I): EnvironmentRealm {
|
|
544
|
+
export function fromPartial<I extends Exact<DeepPartial<EnvironmentRealm>, I>>(object: I): EnvironmentRealm {
|
|
536
545
|
const message = createBaseEnvironmentRealm();
|
|
537
546
|
message.domain = object.domain ?? "";
|
|
538
547
|
message.layer = object.layer ?? "";
|
|
@@ -541,22 +550,22 @@ export const EnvironmentRealm = {
|
|
|
541
550
|
message.displayName = object.displayName ?? "";
|
|
542
551
|
message.protocol = object.protocol ?? "";
|
|
543
552
|
return message;
|
|
544
|
-
}
|
|
545
|
-
}
|
|
553
|
+
}
|
|
554
|
+
}
|
|
546
555
|
|
|
547
556
|
function createBaseGetCurrentRealmResponse(): GetCurrentRealmResponse {
|
|
548
557
|
return { currentRealm: undefined };
|
|
549
558
|
}
|
|
550
559
|
|
|
551
|
-
export
|
|
552
|
-
encode(message: GetCurrentRealmResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
560
|
+
export namespace GetCurrentRealmResponse {
|
|
561
|
+
export function encode(message: GetCurrentRealmResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
553
562
|
if (message.currentRealm !== undefined) {
|
|
554
563
|
EnvironmentRealm.encode(message.currentRealm, writer.uint32(10).fork()).ldelim();
|
|
555
564
|
}
|
|
556
565
|
return writer;
|
|
557
|
-
}
|
|
566
|
+
}
|
|
558
567
|
|
|
559
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetCurrentRealmResponse {
|
|
568
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): GetCurrentRealmResponse {
|
|
560
569
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
561
570
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
562
571
|
const message = createBaseGetCurrentRealmResponse();
|
|
@@ -577,38 +586,43 @@ export const GetCurrentRealmResponse = {
|
|
|
577
586
|
reader.skipType(tag & 7);
|
|
578
587
|
}
|
|
579
588
|
return message;
|
|
580
|
-
}
|
|
589
|
+
}
|
|
581
590
|
|
|
582
|
-
fromJSON(object: any): GetCurrentRealmResponse {
|
|
591
|
+
export function fromJSON(object: any): GetCurrentRealmResponse {
|
|
583
592
|
return { currentRealm: isSet(object.currentRealm) ? EnvironmentRealm.fromJSON(object.currentRealm) : undefined };
|
|
584
|
-
}
|
|
593
|
+
}
|
|
585
594
|
|
|
586
|
-
toJSON(message: GetCurrentRealmResponse): unknown {
|
|
595
|
+
export function toJSON(message: GetCurrentRealmResponse): unknown {
|
|
587
596
|
const obj: any = {};
|
|
588
597
|
message.currentRealm !== undefined &&
|
|
589
598
|
(obj.currentRealm = message.currentRealm ? EnvironmentRealm.toJSON(message.currentRealm) : undefined);
|
|
590
599
|
return obj;
|
|
591
|
-
}
|
|
600
|
+
}
|
|
592
601
|
|
|
593
|
-
create<I extends Exact<DeepPartial<GetCurrentRealmResponse>, I>>(base?: I): GetCurrentRealmResponse {
|
|
602
|
+
export function create<I extends Exact<DeepPartial<GetCurrentRealmResponse>, I>>(base?: I): GetCurrentRealmResponse {
|
|
594
603
|
return GetCurrentRealmResponse.fromPartial(base ?? {});
|
|
595
|
-
}
|
|
604
|
+
}
|
|
596
605
|
|
|
597
|
-
fromPartial<I extends Exact<DeepPartial<GetCurrentRealmResponse>, I>>(
|
|
606
|
+
export function fromPartial<I extends Exact<DeepPartial<GetCurrentRealmResponse>, I>>(
|
|
607
|
+
object: I,
|
|
608
|
+
): GetCurrentRealmResponse {
|
|
598
609
|
const message = createBaseGetCurrentRealmResponse();
|
|
599
610
|
message.currentRealm = (object.currentRealm !== undefined && object.currentRealm !== null)
|
|
600
611
|
? EnvironmentRealm.fromPartial(object.currentRealm)
|
|
601
612
|
: undefined;
|
|
602
613
|
return message;
|
|
603
|
-
}
|
|
604
|
-
}
|
|
614
|
+
}
|
|
615
|
+
}
|
|
605
616
|
|
|
606
617
|
function createBaseGetExplorerConfigurationResponse(): GetExplorerConfigurationResponse {
|
|
607
618
|
return { clientUri: "", configurations: {} };
|
|
608
619
|
}
|
|
609
620
|
|
|
610
|
-
export
|
|
611
|
-
|
|
621
|
+
export namespace GetExplorerConfigurationResponse {
|
|
622
|
+
export function encode(
|
|
623
|
+
message: GetExplorerConfigurationResponse,
|
|
624
|
+
writer: _m0.Writer = _m0.Writer.create(),
|
|
625
|
+
): _m0.Writer {
|
|
612
626
|
if (message.clientUri !== "") {
|
|
613
627
|
writer.uint32(10).string(message.clientUri);
|
|
614
628
|
}
|
|
@@ -617,9 +631,9 @@ export const GetExplorerConfigurationResponse = {
|
|
|
617
631
|
.ldelim();
|
|
618
632
|
});
|
|
619
633
|
return writer;
|
|
620
|
-
}
|
|
634
|
+
}
|
|
621
635
|
|
|
622
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetExplorerConfigurationResponse {
|
|
636
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): GetExplorerConfigurationResponse {
|
|
623
637
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
624
638
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
625
639
|
const message = createBaseGetExplorerConfigurationResponse();
|
|
@@ -650,9 +664,9 @@ export const GetExplorerConfigurationResponse = {
|
|
|
650
664
|
reader.skipType(tag & 7);
|
|
651
665
|
}
|
|
652
666
|
return message;
|
|
653
|
-
}
|
|
667
|
+
}
|
|
654
668
|
|
|
655
|
-
fromJSON(object: any): GetExplorerConfigurationResponse {
|
|
669
|
+
export function fromJSON(object: any): GetExplorerConfigurationResponse {
|
|
656
670
|
return {
|
|
657
671
|
clientUri: isSet(object.clientUri) ? String(object.clientUri) : "",
|
|
658
672
|
configurations: isObject(object.configurations)
|
|
@@ -662,9 +676,9 @@ export const GetExplorerConfigurationResponse = {
|
|
|
662
676
|
}, {})
|
|
663
677
|
: {},
|
|
664
678
|
};
|
|
665
|
-
}
|
|
679
|
+
}
|
|
666
680
|
|
|
667
|
-
toJSON(message: GetExplorerConfigurationResponse): unknown {
|
|
681
|
+
export function toJSON(message: GetExplorerConfigurationResponse): unknown {
|
|
668
682
|
const obj: any = {};
|
|
669
683
|
message.clientUri !== undefined && (obj.clientUri = message.clientUri);
|
|
670
684
|
obj.configurations = {};
|
|
@@ -674,15 +688,15 @@ export const GetExplorerConfigurationResponse = {
|
|
|
674
688
|
});
|
|
675
689
|
}
|
|
676
690
|
return obj;
|
|
677
|
-
}
|
|
691
|
+
}
|
|
678
692
|
|
|
679
|
-
create<I extends Exact<DeepPartial<GetExplorerConfigurationResponse>, I>>(
|
|
693
|
+
export function create<I extends Exact<DeepPartial<GetExplorerConfigurationResponse>, I>>(
|
|
680
694
|
base?: I,
|
|
681
695
|
): GetExplorerConfigurationResponse {
|
|
682
696
|
return GetExplorerConfigurationResponse.fromPartial(base ?? {});
|
|
683
|
-
}
|
|
697
|
+
}
|
|
684
698
|
|
|
685
|
-
fromPartial<I extends Exact<DeepPartial<GetExplorerConfigurationResponse>, I>>(
|
|
699
|
+
export function fromPartial<I extends Exact<DeepPartial<GetExplorerConfigurationResponse>, I>>(
|
|
686
700
|
object: I,
|
|
687
701
|
): GetExplorerConfigurationResponse {
|
|
688
702
|
const message = createBaseGetExplorerConfigurationResponse();
|
|
@@ -697,15 +711,15 @@ export const GetExplorerConfigurationResponse = {
|
|
|
697
711
|
{},
|
|
698
712
|
);
|
|
699
713
|
return message;
|
|
700
|
-
}
|
|
701
|
-
}
|
|
714
|
+
}
|
|
715
|
+
}
|
|
702
716
|
|
|
703
717
|
function createBaseGetExplorerConfigurationResponse_ConfigurationsEntry(): GetExplorerConfigurationResponse_ConfigurationsEntry {
|
|
704
718
|
return { key: "", value: "" };
|
|
705
719
|
}
|
|
706
720
|
|
|
707
|
-
export
|
|
708
|
-
encode(
|
|
721
|
+
export namespace GetExplorerConfigurationResponse_ConfigurationsEntry {
|
|
722
|
+
export function encode(
|
|
709
723
|
message: GetExplorerConfigurationResponse_ConfigurationsEntry,
|
|
710
724
|
writer: _m0.Writer = _m0.Writer.create(),
|
|
711
725
|
): _m0.Writer {
|
|
@@ -716,9 +730,12 @@ export const GetExplorerConfigurationResponse_ConfigurationsEntry = {
|
|
|
716
730
|
writer.uint32(18).string(message.value);
|
|
717
731
|
}
|
|
718
732
|
return writer;
|
|
719
|
-
}
|
|
733
|
+
}
|
|
720
734
|
|
|
721
|
-
decode(
|
|
735
|
+
export function decode(
|
|
736
|
+
input: _m0.Reader | Uint8Array,
|
|
737
|
+
length?: number,
|
|
738
|
+
): GetExplorerConfigurationResponse_ConfigurationsEntry {
|
|
722
739
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
723
740
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
724
741
|
const message = createBaseGetExplorerConfigurationResponse_ConfigurationsEntry();
|
|
@@ -746,48 +763,48 @@ export const GetExplorerConfigurationResponse_ConfigurationsEntry = {
|
|
|
746
763
|
reader.skipType(tag & 7);
|
|
747
764
|
}
|
|
748
765
|
return message;
|
|
749
|
-
}
|
|
766
|
+
}
|
|
750
767
|
|
|
751
|
-
fromJSON(object: any): GetExplorerConfigurationResponse_ConfigurationsEntry {
|
|
768
|
+
export function fromJSON(object: any): GetExplorerConfigurationResponse_ConfigurationsEntry {
|
|
752
769
|
return { key: isSet(object.key) ? String(object.key) : "", value: isSet(object.value) ? String(object.value) : "" };
|
|
753
|
-
}
|
|
770
|
+
}
|
|
754
771
|
|
|
755
|
-
toJSON(message: GetExplorerConfigurationResponse_ConfigurationsEntry): unknown {
|
|
772
|
+
export function toJSON(message: GetExplorerConfigurationResponse_ConfigurationsEntry): unknown {
|
|
756
773
|
const obj: any = {};
|
|
757
774
|
message.key !== undefined && (obj.key = message.key);
|
|
758
775
|
message.value !== undefined && (obj.value = message.value);
|
|
759
776
|
return obj;
|
|
760
|
-
}
|
|
777
|
+
}
|
|
761
778
|
|
|
762
|
-
create<I extends Exact<DeepPartial<GetExplorerConfigurationResponse_ConfigurationsEntry>, I>>(
|
|
779
|
+
export function create<I extends Exact<DeepPartial<GetExplorerConfigurationResponse_ConfigurationsEntry>, I>>(
|
|
763
780
|
base?: I,
|
|
764
781
|
): GetExplorerConfigurationResponse_ConfigurationsEntry {
|
|
765
782
|
return GetExplorerConfigurationResponse_ConfigurationsEntry.fromPartial(base ?? {});
|
|
766
|
-
}
|
|
783
|
+
}
|
|
767
784
|
|
|
768
|
-
fromPartial<I extends Exact<DeepPartial<GetExplorerConfigurationResponse_ConfigurationsEntry>, I>>(
|
|
785
|
+
export function fromPartial<I extends Exact<DeepPartial<GetExplorerConfigurationResponse_ConfigurationsEntry>, I>>(
|
|
769
786
|
object: I,
|
|
770
787
|
): GetExplorerConfigurationResponse_ConfigurationsEntry {
|
|
771
788
|
const message = createBaseGetExplorerConfigurationResponse_ConfigurationsEntry();
|
|
772
789
|
message.key = object.key ?? "";
|
|
773
790
|
message.value = object.value ?? "";
|
|
774
791
|
return message;
|
|
775
|
-
}
|
|
776
|
-
}
|
|
792
|
+
}
|
|
793
|
+
}
|
|
777
794
|
|
|
778
795
|
function createBaseGetDecentralandTimeResponse(): GetDecentralandTimeResponse {
|
|
779
796
|
return { seconds: 0 };
|
|
780
797
|
}
|
|
781
798
|
|
|
782
|
-
export
|
|
783
|
-
encode(message: GetDecentralandTimeResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
799
|
+
export namespace GetDecentralandTimeResponse {
|
|
800
|
+
export function encode(message: GetDecentralandTimeResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
784
801
|
if (message.seconds !== 0) {
|
|
785
802
|
writer.uint32(8).int32(message.seconds);
|
|
786
803
|
}
|
|
787
804
|
return writer;
|
|
788
|
-
}
|
|
805
|
+
}
|
|
789
806
|
|
|
790
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetDecentralandTimeResponse {
|
|
807
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): GetDecentralandTimeResponse {
|
|
791
808
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
792
809
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
793
810
|
const message = createBaseGetDecentralandTimeResponse();
|
|
@@ -808,39 +825,43 @@ export const GetDecentralandTimeResponse = {
|
|
|
808
825
|
reader.skipType(tag & 7);
|
|
809
826
|
}
|
|
810
827
|
return message;
|
|
811
|
-
}
|
|
828
|
+
}
|
|
812
829
|
|
|
813
|
-
fromJSON(object: any): GetDecentralandTimeResponse {
|
|
830
|
+
export function fromJSON(object: any): GetDecentralandTimeResponse {
|
|
814
831
|
return { seconds: isSet(object.seconds) ? Number(object.seconds) : 0 };
|
|
815
|
-
}
|
|
832
|
+
}
|
|
816
833
|
|
|
817
|
-
toJSON(message: GetDecentralandTimeResponse): unknown {
|
|
834
|
+
export function toJSON(message: GetDecentralandTimeResponse): unknown {
|
|
818
835
|
const obj: any = {};
|
|
819
836
|
message.seconds !== undefined && (obj.seconds = Math.round(message.seconds));
|
|
820
837
|
return obj;
|
|
821
|
-
}
|
|
838
|
+
}
|
|
822
839
|
|
|
823
|
-
create<I extends Exact<DeepPartial<GetDecentralandTimeResponse>, I>>(
|
|
840
|
+
export function create<I extends Exact<DeepPartial<GetDecentralandTimeResponse>, I>>(
|
|
841
|
+
base?: I,
|
|
842
|
+
): GetDecentralandTimeResponse {
|
|
824
843
|
return GetDecentralandTimeResponse.fromPartial(base ?? {});
|
|
825
|
-
}
|
|
844
|
+
}
|
|
826
845
|
|
|
827
|
-
fromPartial<I extends Exact<DeepPartial<GetDecentralandTimeResponse>, I>>(
|
|
846
|
+
export function fromPartial<I extends Exact<DeepPartial<GetDecentralandTimeResponse>, I>>(
|
|
847
|
+
object: I,
|
|
848
|
+
): GetDecentralandTimeResponse {
|
|
828
849
|
const message = createBaseGetDecentralandTimeResponse();
|
|
829
850
|
message.seconds = object.seconds ?? 0;
|
|
830
851
|
return message;
|
|
831
|
-
}
|
|
832
|
-
}
|
|
852
|
+
}
|
|
853
|
+
}
|
|
833
854
|
|
|
834
855
|
function createBaseGetBootstrapDataRequest(): GetBootstrapDataRequest {
|
|
835
856
|
return {};
|
|
836
857
|
}
|
|
837
858
|
|
|
838
|
-
export
|
|
839
|
-
encode(_: GetBootstrapDataRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
859
|
+
export namespace GetBootstrapDataRequest {
|
|
860
|
+
export function encode(_: GetBootstrapDataRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
840
861
|
return writer;
|
|
841
|
-
}
|
|
862
|
+
}
|
|
842
863
|
|
|
843
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetBootstrapDataRequest {
|
|
864
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): GetBootstrapDataRequest {
|
|
844
865
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
845
866
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
846
867
|
const message = createBaseGetBootstrapDataRequest();
|
|
@@ -854,37 +875,37 @@ export const GetBootstrapDataRequest = {
|
|
|
854
875
|
reader.skipType(tag & 7);
|
|
855
876
|
}
|
|
856
877
|
return message;
|
|
857
|
-
}
|
|
878
|
+
}
|
|
858
879
|
|
|
859
|
-
fromJSON(_: any): GetBootstrapDataRequest {
|
|
880
|
+
export function fromJSON(_: any): GetBootstrapDataRequest {
|
|
860
881
|
return {};
|
|
861
|
-
}
|
|
882
|
+
}
|
|
862
883
|
|
|
863
|
-
toJSON(_: GetBootstrapDataRequest): unknown {
|
|
884
|
+
export function toJSON(_: GetBootstrapDataRequest): unknown {
|
|
864
885
|
const obj: any = {};
|
|
865
886
|
return obj;
|
|
866
|
-
}
|
|
887
|
+
}
|
|
867
888
|
|
|
868
|
-
create<I extends Exact<DeepPartial<GetBootstrapDataRequest>, I>>(base?: I): GetBootstrapDataRequest {
|
|
889
|
+
export function create<I extends Exact<DeepPartial<GetBootstrapDataRequest>, I>>(base?: I): GetBootstrapDataRequest {
|
|
869
890
|
return GetBootstrapDataRequest.fromPartial(base ?? {});
|
|
870
|
-
}
|
|
891
|
+
}
|
|
871
892
|
|
|
872
|
-
fromPartial<I extends Exact<DeepPartial<GetBootstrapDataRequest>, I>>(_: I): GetBootstrapDataRequest {
|
|
893
|
+
export function fromPartial<I extends Exact<DeepPartial<GetBootstrapDataRequest>, I>>(_: I): GetBootstrapDataRequest {
|
|
873
894
|
const message = createBaseGetBootstrapDataRequest();
|
|
874
895
|
return message;
|
|
875
|
-
}
|
|
876
|
-
}
|
|
896
|
+
}
|
|
897
|
+
}
|
|
877
898
|
|
|
878
899
|
function createBaseIsPreviewModeRequest(): IsPreviewModeRequest {
|
|
879
900
|
return {};
|
|
880
901
|
}
|
|
881
902
|
|
|
882
|
-
export
|
|
883
|
-
encode(_: IsPreviewModeRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
903
|
+
export namespace IsPreviewModeRequest {
|
|
904
|
+
export function encode(_: IsPreviewModeRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
884
905
|
return writer;
|
|
885
|
-
}
|
|
906
|
+
}
|
|
886
907
|
|
|
887
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): IsPreviewModeRequest {
|
|
908
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): IsPreviewModeRequest {
|
|
888
909
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
889
910
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
890
911
|
const message = createBaseIsPreviewModeRequest();
|
|
@@ -898,37 +919,37 @@ export const IsPreviewModeRequest = {
|
|
|
898
919
|
reader.skipType(tag & 7);
|
|
899
920
|
}
|
|
900
921
|
return message;
|
|
901
|
-
}
|
|
922
|
+
}
|
|
902
923
|
|
|
903
|
-
fromJSON(_: any): IsPreviewModeRequest {
|
|
924
|
+
export function fromJSON(_: any): IsPreviewModeRequest {
|
|
904
925
|
return {};
|
|
905
|
-
}
|
|
926
|
+
}
|
|
906
927
|
|
|
907
|
-
toJSON(_: IsPreviewModeRequest): unknown {
|
|
928
|
+
export function toJSON(_: IsPreviewModeRequest): unknown {
|
|
908
929
|
const obj: any = {};
|
|
909
930
|
return obj;
|
|
910
|
-
}
|
|
931
|
+
}
|
|
911
932
|
|
|
912
|
-
create<I extends Exact<DeepPartial<IsPreviewModeRequest>, I>>(base?: I): IsPreviewModeRequest {
|
|
933
|
+
export function create<I extends Exact<DeepPartial<IsPreviewModeRequest>, I>>(base?: I): IsPreviewModeRequest {
|
|
913
934
|
return IsPreviewModeRequest.fromPartial(base ?? {});
|
|
914
|
-
}
|
|
935
|
+
}
|
|
915
936
|
|
|
916
|
-
fromPartial<I extends Exact<DeepPartial<IsPreviewModeRequest>, I>>(_: I): IsPreviewModeRequest {
|
|
937
|
+
export function fromPartial<I extends Exact<DeepPartial<IsPreviewModeRequest>, I>>(_: I): IsPreviewModeRequest {
|
|
917
938
|
const message = createBaseIsPreviewModeRequest();
|
|
918
939
|
return message;
|
|
919
|
-
}
|
|
920
|
-
}
|
|
940
|
+
}
|
|
941
|
+
}
|
|
921
942
|
|
|
922
943
|
function createBaseGetPlatformRequest(): GetPlatformRequest {
|
|
923
944
|
return {};
|
|
924
945
|
}
|
|
925
946
|
|
|
926
|
-
export
|
|
927
|
-
encode(_: GetPlatformRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
947
|
+
export namespace GetPlatformRequest {
|
|
948
|
+
export function encode(_: GetPlatformRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
928
949
|
return writer;
|
|
929
|
-
}
|
|
950
|
+
}
|
|
930
951
|
|
|
931
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetPlatformRequest {
|
|
952
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): GetPlatformRequest {
|
|
932
953
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
933
954
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
934
955
|
const message = createBaseGetPlatformRequest();
|
|
@@ -942,37 +963,37 @@ export const GetPlatformRequest = {
|
|
|
942
963
|
reader.skipType(tag & 7);
|
|
943
964
|
}
|
|
944
965
|
return message;
|
|
945
|
-
}
|
|
966
|
+
}
|
|
946
967
|
|
|
947
|
-
fromJSON(_: any): GetPlatformRequest {
|
|
968
|
+
export function fromJSON(_: any): GetPlatformRequest {
|
|
948
969
|
return {};
|
|
949
|
-
}
|
|
970
|
+
}
|
|
950
971
|
|
|
951
|
-
toJSON(_: GetPlatformRequest): unknown {
|
|
972
|
+
export function toJSON(_: GetPlatformRequest): unknown {
|
|
952
973
|
const obj: any = {};
|
|
953
974
|
return obj;
|
|
954
|
-
}
|
|
975
|
+
}
|
|
955
976
|
|
|
956
|
-
create<I extends Exact<DeepPartial<GetPlatformRequest>, I>>(base?: I): GetPlatformRequest {
|
|
977
|
+
export function create<I extends Exact<DeepPartial<GetPlatformRequest>, I>>(base?: I): GetPlatformRequest {
|
|
957
978
|
return GetPlatformRequest.fromPartial(base ?? {});
|
|
958
|
-
}
|
|
979
|
+
}
|
|
959
980
|
|
|
960
|
-
fromPartial<I extends Exact<DeepPartial<GetPlatformRequest>, I>>(_: I): GetPlatformRequest {
|
|
981
|
+
export function fromPartial<I extends Exact<DeepPartial<GetPlatformRequest>, I>>(_: I): GetPlatformRequest {
|
|
961
982
|
const message = createBaseGetPlatformRequest();
|
|
962
983
|
return message;
|
|
963
|
-
}
|
|
964
|
-
}
|
|
984
|
+
}
|
|
985
|
+
}
|
|
965
986
|
|
|
966
987
|
function createBaseAreUnsafeRequestAllowedRequest(): AreUnsafeRequestAllowedRequest {
|
|
967
988
|
return {};
|
|
968
989
|
}
|
|
969
990
|
|
|
970
|
-
export
|
|
971
|
-
encode(_: AreUnsafeRequestAllowedRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
991
|
+
export namespace AreUnsafeRequestAllowedRequest {
|
|
992
|
+
export function encode(_: AreUnsafeRequestAllowedRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
972
993
|
return writer;
|
|
973
|
-
}
|
|
994
|
+
}
|
|
974
995
|
|
|
975
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AreUnsafeRequestAllowedRequest {
|
|
996
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): AreUnsafeRequestAllowedRequest {
|
|
976
997
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
977
998
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
978
999
|
const message = createBaseAreUnsafeRequestAllowedRequest();
|
|
@@ -986,37 +1007,41 @@ export const AreUnsafeRequestAllowedRequest = {
|
|
|
986
1007
|
reader.skipType(tag & 7);
|
|
987
1008
|
}
|
|
988
1009
|
return message;
|
|
989
|
-
}
|
|
1010
|
+
}
|
|
990
1011
|
|
|
991
|
-
fromJSON(_: any): AreUnsafeRequestAllowedRequest {
|
|
1012
|
+
export function fromJSON(_: any): AreUnsafeRequestAllowedRequest {
|
|
992
1013
|
return {};
|
|
993
|
-
}
|
|
1014
|
+
}
|
|
994
1015
|
|
|
995
|
-
toJSON(_: AreUnsafeRequestAllowedRequest): unknown {
|
|
1016
|
+
export function toJSON(_: AreUnsafeRequestAllowedRequest): unknown {
|
|
996
1017
|
const obj: any = {};
|
|
997
1018
|
return obj;
|
|
998
|
-
}
|
|
1019
|
+
}
|
|
999
1020
|
|
|
1000
|
-
create<I extends Exact<DeepPartial<AreUnsafeRequestAllowedRequest>, I>>(
|
|
1021
|
+
export function create<I extends Exact<DeepPartial<AreUnsafeRequestAllowedRequest>, I>>(
|
|
1022
|
+
base?: I,
|
|
1023
|
+
): AreUnsafeRequestAllowedRequest {
|
|
1001
1024
|
return AreUnsafeRequestAllowedRequest.fromPartial(base ?? {});
|
|
1002
|
-
}
|
|
1025
|
+
}
|
|
1003
1026
|
|
|
1004
|
-
fromPartial<I extends Exact<DeepPartial<AreUnsafeRequestAllowedRequest>, I>>(
|
|
1027
|
+
export function fromPartial<I extends Exact<DeepPartial<AreUnsafeRequestAllowedRequest>, I>>(
|
|
1028
|
+
_: I,
|
|
1029
|
+
): AreUnsafeRequestAllowedRequest {
|
|
1005
1030
|
const message = createBaseAreUnsafeRequestAllowedRequest();
|
|
1006
1031
|
return message;
|
|
1007
|
-
}
|
|
1008
|
-
}
|
|
1032
|
+
}
|
|
1033
|
+
}
|
|
1009
1034
|
|
|
1010
1035
|
function createBaseGetCurrentRealmRequest(): GetCurrentRealmRequest {
|
|
1011
1036
|
return {};
|
|
1012
1037
|
}
|
|
1013
1038
|
|
|
1014
|
-
export
|
|
1015
|
-
encode(_: GetCurrentRealmRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
1039
|
+
export namespace GetCurrentRealmRequest {
|
|
1040
|
+
export function encode(_: GetCurrentRealmRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
1016
1041
|
return writer;
|
|
1017
|
-
}
|
|
1042
|
+
}
|
|
1018
1043
|
|
|
1019
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetCurrentRealmRequest {
|
|
1044
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): GetCurrentRealmRequest {
|
|
1020
1045
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
1021
1046
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1022
1047
|
const message = createBaseGetCurrentRealmRequest();
|
|
@@ -1030,37 +1055,37 @@ export const GetCurrentRealmRequest = {
|
|
|
1030
1055
|
reader.skipType(tag & 7);
|
|
1031
1056
|
}
|
|
1032
1057
|
return message;
|
|
1033
|
-
}
|
|
1058
|
+
}
|
|
1034
1059
|
|
|
1035
|
-
fromJSON(_: any): GetCurrentRealmRequest {
|
|
1060
|
+
export function fromJSON(_: any): GetCurrentRealmRequest {
|
|
1036
1061
|
return {};
|
|
1037
|
-
}
|
|
1062
|
+
}
|
|
1038
1063
|
|
|
1039
|
-
toJSON(_: GetCurrentRealmRequest): unknown {
|
|
1064
|
+
export function toJSON(_: GetCurrentRealmRequest): unknown {
|
|
1040
1065
|
const obj: any = {};
|
|
1041
1066
|
return obj;
|
|
1042
|
-
}
|
|
1067
|
+
}
|
|
1043
1068
|
|
|
1044
|
-
create<I extends Exact<DeepPartial<GetCurrentRealmRequest>, I>>(base?: I): GetCurrentRealmRequest {
|
|
1069
|
+
export function create<I extends Exact<DeepPartial<GetCurrentRealmRequest>, I>>(base?: I): GetCurrentRealmRequest {
|
|
1045
1070
|
return GetCurrentRealmRequest.fromPartial(base ?? {});
|
|
1046
|
-
}
|
|
1071
|
+
}
|
|
1047
1072
|
|
|
1048
|
-
fromPartial<I extends Exact<DeepPartial<GetCurrentRealmRequest>, I>>(_: I): GetCurrentRealmRequest {
|
|
1073
|
+
export function fromPartial<I extends Exact<DeepPartial<GetCurrentRealmRequest>, I>>(_: I): GetCurrentRealmRequest {
|
|
1049
1074
|
const message = createBaseGetCurrentRealmRequest();
|
|
1050
1075
|
return message;
|
|
1051
|
-
}
|
|
1052
|
-
}
|
|
1076
|
+
}
|
|
1077
|
+
}
|
|
1053
1078
|
|
|
1054
1079
|
function createBaseGetExplorerConfigurationRequest(): GetExplorerConfigurationRequest {
|
|
1055
1080
|
return {};
|
|
1056
1081
|
}
|
|
1057
1082
|
|
|
1058
|
-
export
|
|
1059
|
-
encode(_: GetExplorerConfigurationRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
1083
|
+
export namespace GetExplorerConfigurationRequest {
|
|
1084
|
+
export function encode(_: GetExplorerConfigurationRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
1060
1085
|
return writer;
|
|
1061
|
-
}
|
|
1086
|
+
}
|
|
1062
1087
|
|
|
1063
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetExplorerConfigurationRequest {
|
|
1088
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): GetExplorerConfigurationRequest {
|
|
1064
1089
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
1065
1090
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1066
1091
|
const message = createBaseGetExplorerConfigurationRequest();
|
|
@@ -1074,37 +1099,41 @@ export const GetExplorerConfigurationRequest = {
|
|
|
1074
1099
|
reader.skipType(tag & 7);
|
|
1075
1100
|
}
|
|
1076
1101
|
return message;
|
|
1077
|
-
}
|
|
1102
|
+
}
|
|
1078
1103
|
|
|
1079
|
-
fromJSON(_: any): GetExplorerConfigurationRequest {
|
|
1104
|
+
export function fromJSON(_: any): GetExplorerConfigurationRequest {
|
|
1080
1105
|
return {};
|
|
1081
|
-
}
|
|
1106
|
+
}
|
|
1082
1107
|
|
|
1083
|
-
toJSON(_: GetExplorerConfigurationRequest): unknown {
|
|
1108
|
+
export function toJSON(_: GetExplorerConfigurationRequest): unknown {
|
|
1084
1109
|
const obj: any = {};
|
|
1085
1110
|
return obj;
|
|
1086
|
-
}
|
|
1111
|
+
}
|
|
1087
1112
|
|
|
1088
|
-
create<I extends Exact<DeepPartial<GetExplorerConfigurationRequest>, I>>(
|
|
1113
|
+
export function create<I extends Exact<DeepPartial<GetExplorerConfigurationRequest>, I>>(
|
|
1114
|
+
base?: I,
|
|
1115
|
+
): GetExplorerConfigurationRequest {
|
|
1089
1116
|
return GetExplorerConfigurationRequest.fromPartial(base ?? {});
|
|
1090
|
-
}
|
|
1117
|
+
}
|
|
1091
1118
|
|
|
1092
|
-
fromPartial<I extends Exact<DeepPartial<GetExplorerConfigurationRequest>, I>>(
|
|
1119
|
+
export function fromPartial<I extends Exact<DeepPartial<GetExplorerConfigurationRequest>, I>>(
|
|
1120
|
+
_: I,
|
|
1121
|
+
): GetExplorerConfigurationRequest {
|
|
1093
1122
|
const message = createBaseGetExplorerConfigurationRequest();
|
|
1094
1123
|
return message;
|
|
1095
|
-
}
|
|
1096
|
-
}
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
1097
1126
|
|
|
1098
1127
|
function createBaseGetDecentralandTimeRequest(): GetDecentralandTimeRequest {
|
|
1099
1128
|
return {};
|
|
1100
1129
|
}
|
|
1101
1130
|
|
|
1102
|
-
export
|
|
1103
|
-
encode(_: GetDecentralandTimeRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
1131
|
+
export namespace GetDecentralandTimeRequest {
|
|
1132
|
+
export function encode(_: GetDecentralandTimeRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
1104
1133
|
return writer;
|
|
1105
|
-
}
|
|
1134
|
+
}
|
|
1106
1135
|
|
|
1107
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetDecentralandTimeRequest {
|
|
1136
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): GetDecentralandTimeRequest {
|
|
1108
1137
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
1109
1138
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1110
1139
|
const message = createBaseGetDecentralandTimeRequest();
|
|
@@ -1118,26 +1147,30 @@ export const GetDecentralandTimeRequest = {
|
|
|
1118
1147
|
reader.skipType(tag & 7);
|
|
1119
1148
|
}
|
|
1120
1149
|
return message;
|
|
1121
|
-
}
|
|
1150
|
+
}
|
|
1122
1151
|
|
|
1123
|
-
fromJSON(_: any): GetDecentralandTimeRequest {
|
|
1152
|
+
export function fromJSON(_: any): GetDecentralandTimeRequest {
|
|
1124
1153
|
return {};
|
|
1125
|
-
}
|
|
1154
|
+
}
|
|
1126
1155
|
|
|
1127
|
-
toJSON(_: GetDecentralandTimeRequest): unknown {
|
|
1156
|
+
export function toJSON(_: GetDecentralandTimeRequest): unknown {
|
|
1128
1157
|
const obj: any = {};
|
|
1129
1158
|
return obj;
|
|
1130
|
-
}
|
|
1159
|
+
}
|
|
1131
1160
|
|
|
1132
|
-
create<I extends Exact<DeepPartial<GetDecentralandTimeRequest>, I>>(
|
|
1161
|
+
export function create<I extends Exact<DeepPartial<GetDecentralandTimeRequest>, I>>(
|
|
1162
|
+
base?: I,
|
|
1163
|
+
): GetDecentralandTimeRequest {
|
|
1133
1164
|
return GetDecentralandTimeRequest.fromPartial(base ?? {});
|
|
1134
|
-
}
|
|
1165
|
+
}
|
|
1135
1166
|
|
|
1136
|
-
fromPartial<I extends Exact<DeepPartial<GetDecentralandTimeRequest>, I>>(
|
|
1167
|
+
export function fromPartial<I extends Exact<DeepPartial<GetDecentralandTimeRequest>, I>>(
|
|
1168
|
+
_: I,
|
|
1169
|
+
): GetDecentralandTimeRequest {
|
|
1137
1170
|
const message = createBaseGetDecentralandTimeRequest();
|
|
1138
1171
|
return message;
|
|
1139
|
-
}
|
|
1140
|
-
}
|
|
1172
|
+
}
|
|
1173
|
+
}
|
|
1141
1174
|
|
|
1142
1175
|
export type EnvironmentApiServiceDefinition = typeof EnvironmentApiServiceDefinition;
|
|
1143
1176
|
export const EnvironmentApiServiceDefinition = {
|