@dcl/protocol 1.0.0-4958447726.commit-3016853 → 1.0.0-4982121558.commit-4b98e1a
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 +182 -7715
- package/out-js/decentraland/social/friendships/friendships.gen.js +684 -1370
- 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 +411 -1379
- 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
- package/proto/decentraland/social/friendships/friendships.proto +21 -64
|
@@ -18,32 +18,34 @@ function createBaseAboutResponse() {
|
|
|
18
18
|
acceptingUsers: false,
|
|
19
19
|
};
|
|
20
20
|
}
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
var AboutResponse;
|
|
22
|
+
(function (AboutResponse) {
|
|
23
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
23
24
|
if (message.healthy === true) {
|
|
24
25
|
writer.uint32(8).bool(message.healthy);
|
|
25
26
|
}
|
|
26
27
|
if (message.configurations !== undefined) {
|
|
27
|
-
|
|
28
|
+
AboutResponse_AboutConfiguration.encode(message.configurations, writer.uint32(18).fork()).ldelim();
|
|
28
29
|
}
|
|
29
30
|
if (message.content !== undefined) {
|
|
30
|
-
|
|
31
|
+
AboutResponse_ContentInfo.encode(message.content, writer.uint32(26).fork()).ldelim();
|
|
31
32
|
}
|
|
32
33
|
if (message.comms !== undefined) {
|
|
33
|
-
|
|
34
|
+
AboutResponse_CommsInfo.encode(message.comms, writer.uint32(34).fork()).ldelim();
|
|
34
35
|
}
|
|
35
36
|
if (message.lambdas !== undefined) {
|
|
36
|
-
|
|
37
|
+
AboutResponse_LambdasInfo.encode(message.lambdas, writer.uint32(42).fork()).ldelim();
|
|
37
38
|
}
|
|
38
39
|
if (message.bff !== undefined) {
|
|
39
|
-
|
|
40
|
+
AboutResponse_BffInfo.encode(message.bff, writer.uint32(50).fork()).ldelim();
|
|
40
41
|
}
|
|
41
42
|
if (message.acceptingUsers === true) {
|
|
42
43
|
writer.uint32(56).bool(message.acceptingUsers);
|
|
43
44
|
}
|
|
44
45
|
return writer;
|
|
45
|
-
}
|
|
46
|
-
|
|
46
|
+
}
|
|
47
|
+
AboutResponse.encode = encode;
|
|
48
|
+
function decode(input, length) {
|
|
47
49
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
48
50
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
49
51
|
const message = createBaseAboutResponse();
|
|
@@ -60,31 +62,31 @@ exports.AboutResponse = {
|
|
|
60
62
|
if (tag !== 18) {
|
|
61
63
|
break;
|
|
62
64
|
}
|
|
63
|
-
message.configurations =
|
|
65
|
+
message.configurations = AboutResponse_AboutConfiguration.decode(reader, reader.uint32());
|
|
64
66
|
continue;
|
|
65
67
|
case 3:
|
|
66
68
|
if (tag !== 26) {
|
|
67
69
|
break;
|
|
68
70
|
}
|
|
69
|
-
message.content =
|
|
71
|
+
message.content = AboutResponse_ContentInfo.decode(reader, reader.uint32());
|
|
70
72
|
continue;
|
|
71
73
|
case 4:
|
|
72
74
|
if (tag !== 34) {
|
|
73
75
|
break;
|
|
74
76
|
}
|
|
75
|
-
message.comms =
|
|
77
|
+
message.comms = AboutResponse_CommsInfo.decode(reader, reader.uint32());
|
|
76
78
|
continue;
|
|
77
79
|
case 5:
|
|
78
80
|
if (tag !== 42) {
|
|
79
81
|
break;
|
|
80
82
|
}
|
|
81
|
-
message.lambdas =
|
|
83
|
+
message.lambdas = AboutResponse_LambdasInfo.decode(reader, reader.uint32());
|
|
82
84
|
continue;
|
|
83
85
|
case 6:
|
|
84
86
|
if (tag !== 50) {
|
|
85
87
|
break;
|
|
86
88
|
}
|
|
87
|
-
message.bff =
|
|
89
|
+
message.bff = AboutResponse_BffInfo.decode(reader, reader.uint32());
|
|
88
90
|
continue;
|
|
89
91
|
case 7:
|
|
90
92
|
if (tag !== 56) {
|
|
@@ -99,67 +101,74 @@ exports.AboutResponse = {
|
|
|
99
101
|
reader.skipType(tag & 7);
|
|
100
102
|
}
|
|
101
103
|
return message;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
+
}
|
|
105
|
+
AboutResponse.decode = decode;
|
|
106
|
+
function fromJSON(object) {
|
|
104
107
|
return {
|
|
105
108
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
106
109
|
configurations: isSet(object.configurations)
|
|
107
|
-
?
|
|
110
|
+
? AboutResponse_AboutConfiguration.fromJSON(object.configurations)
|
|
108
111
|
: undefined,
|
|
109
|
-
content: isSet(object.content) ?
|
|
110
|
-
comms: isSet(object.comms) ?
|
|
111
|
-
lambdas: isSet(object.lambdas) ?
|
|
112
|
-
bff: isSet(object.bff) ?
|
|
112
|
+
content: isSet(object.content) ? AboutResponse_ContentInfo.fromJSON(object.content) : undefined,
|
|
113
|
+
comms: isSet(object.comms) ? AboutResponse_CommsInfo.fromJSON(object.comms) : undefined,
|
|
114
|
+
lambdas: isSet(object.lambdas) ? AboutResponse_LambdasInfo.fromJSON(object.lambdas) : undefined,
|
|
115
|
+
bff: isSet(object.bff) ? AboutResponse_BffInfo.fromJSON(object.bff) : undefined,
|
|
113
116
|
acceptingUsers: isSet(object.acceptingUsers) ? Boolean(object.acceptingUsers) : false,
|
|
114
117
|
};
|
|
115
|
-
}
|
|
116
|
-
|
|
118
|
+
}
|
|
119
|
+
AboutResponse.fromJSON = fromJSON;
|
|
120
|
+
function toJSON(message) {
|
|
117
121
|
const obj = {};
|
|
118
122
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
119
|
-
message.configurations !== undefined &&
|
|
120
|
-
|
|
121
|
-
|
|
123
|
+
message.configurations !== undefined &&
|
|
124
|
+
(obj.configurations = message.configurations
|
|
125
|
+
? AboutResponse_AboutConfiguration.toJSON(message.configurations)
|
|
126
|
+
: undefined);
|
|
122
127
|
message.content !== undefined &&
|
|
123
|
-
(obj.content = message.content ?
|
|
128
|
+
(obj.content = message.content ? AboutResponse_ContentInfo.toJSON(message.content) : undefined);
|
|
124
129
|
message.comms !== undefined &&
|
|
125
|
-
(obj.comms = message.comms ?
|
|
130
|
+
(obj.comms = message.comms ? AboutResponse_CommsInfo.toJSON(message.comms) : undefined);
|
|
126
131
|
message.lambdas !== undefined &&
|
|
127
|
-
(obj.lambdas = message.lambdas ?
|
|
128
|
-
message.bff !== undefined && (obj.bff = message.bff ?
|
|
132
|
+
(obj.lambdas = message.lambdas ? AboutResponse_LambdasInfo.toJSON(message.lambdas) : undefined);
|
|
133
|
+
message.bff !== undefined && (obj.bff = message.bff ? AboutResponse_BffInfo.toJSON(message.bff) : undefined);
|
|
129
134
|
message.acceptingUsers !== undefined && (obj.acceptingUsers = message.acceptingUsers);
|
|
130
135
|
return obj;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
+
}
|
|
137
|
+
AboutResponse.toJSON = toJSON;
|
|
138
|
+
function create(base) {
|
|
139
|
+
return AboutResponse.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
140
|
+
}
|
|
141
|
+
AboutResponse.create = create;
|
|
142
|
+
function fromPartial(object) {
|
|
136
143
|
var _a, _b;
|
|
137
144
|
const message = createBaseAboutResponse();
|
|
138
145
|
message.healthy = (_a = object.healthy) !== null && _a !== void 0 ? _a : false;
|
|
139
146
|
message.configurations = (object.configurations !== undefined && object.configurations !== null)
|
|
140
|
-
?
|
|
147
|
+
? AboutResponse_AboutConfiguration.fromPartial(object.configurations)
|
|
141
148
|
: undefined;
|
|
142
149
|
message.content = (object.content !== undefined && object.content !== null)
|
|
143
|
-
?
|
|
150
|
+
? AboutResponse_ContentInfo.fromPartial(object.content)
|
|
144
151
|
: undefined;
|
|
145
152
|
message.comms = (object.comms !== undefined && object.comms !== null)
|
|
146
|
-
?
|
|
153
|
+
? AboutResponse_CommsInfo.fromPartial(object.comms)
|
|
147
154
|
: undefined;
|
|
148
155
|
message.lambdas = (object.lambdas !== undefined && object.lambdas !== null)
|
|
149
|
-
?
|
|
156
|
+
? AboutResponse_LambdasInfo.fromPartial(object.lambdas)
|
|
150
157
|
: undefined;
|
|
151
158
|
message.bff = (object.bff !== undefined && object.bff !== null)
|
|
152
|
-
?
|
|
159
|
+
? AboutResponse_BffInfo.fromPartial(object.bff)
|
|
153
160
|
: undefined;
|
|
154
161
|
message.acceptingUsers = (_b = object.acceptingUsers) !== null && _b !== void 0 ? _b : false;
|
|
155
162
|
return message;
|
|
156
|
-
}
|
|
157
|
-
|
|
163
|
+
}
|
|
164
|
+
AboutResponse.fromPartial = fromPartial;
|
|
165
|
+
})(AboutResponse = exports.AboutResponse || (exports.AboutResponse = {}));
|
|
158
166
|
function createBaseAboutResponse_MinimapConfiguration() {
|
|
159
167
|
return { enabled: false, dataImage: undefined, estateImage: undefined };
|
|
160
168
|
}
|
|
161
|
-
|
|
162
|
-
|
|
169
|
+
var AboutResponse_MinimapConfiguration;
|
|
170
|
+
(function (AboutResponse_MinimapConfiguration) {
|
|
171
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
163
172
|
if (message.enabled === true) {
|
|
164
173
|
writer.uint32(8).bool(message.enabled);
|
|
165
174
|
}
|
|
@@ -170,8 +179,9 @@ exports.AboutResponse_MinimapConfiguration = {
|
|
|
170
179
|
writer.uint32(26).string(message.estateImage);
|
|
171
180
|
}
|
|
172
181
|
return writer;
|
|
173
|
-
}
|
|
174
|
-
|
|
182
|
+
}
|
|
183
|
+
AboutResponse_MinimapConfiguration.encode = encode;
|
|
184
|
+
function decode(input, length) {
|
|
175
185
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
176
186
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
177
187
|
const message = createBaseAboutResponse_MinimapConfiguration();
|
|
@@ -203,44 +213,51 @@ exports.AboutResponse_MinimapConfiguration = {
|
|
|
203
213
|
reader.skipType(tag & 7);
|
|
204
214
|
}
|
|
205
215
|
return message;
|
|
206
|
-
}
|
|
207
|
-
|
|
216
|
+
}
|
|
217
|
+
AboutResponse_MinimapConfiguration.decode = decode;
|
|
218
|
+
function fromJSON(object) {
|
|
208
219
|
return {
|
|
209
220
|
enabled: isSet(object.enabled) ? Boolean(object.enabled) : false,
|
|
210
221
|
dataImage: isSet(object.dataImage) ? String(object.dataImage) : undefined,
|
|
211
222
|
estateImage: isSet(object.estateImage) ? String(object.estateImage) : undefined,
|
|
212
223
|
};
|
|
213
|
-
}
|
|
214
|
-
|
|
224
|
+
}
|
|
225
|
+
AboutResponse_MinimapConfiguration.fromJSON = fromJSON;
|
|
226
|
+
function toJSON(message) {
|
|
215
227
|
const obj = {};
|
|
216
228
|
message.enabled !== undefined && (obj.enabled = message.enabled);
|
|
217
229
|
message.dataImage !== undefined && (obj.dataImage = message.dataImage);
|
|
218
230
|
message.estateImage !== undefined && (obj.estateImage = message.estateImage);
|
|
219
231
|
return obj;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
232
|
+
}
|
|
233
|
+
AboutResponse_MinimapConfiguration.toJSON = toJSON;
|
|
234
|
+
function create(base) {
|
|
235
|
+
return AboutResponse_MinimapConfiguration.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
236
|
+
}
|
|
237
|
+
AboutResponse_MinimapConfiguration.create = create;
|
|
238
|
+
function fromPartial(object) {
|
|
225
239
|
var _a, _b, _c;
|
|
226
240
|
const message = createBaseAboutResponse_MinimapConfiguration();
|
|
227
241
|
message.enabled = (_a = object.enabled) !== null && _a !== void 0 ? _a : false;
|
|
228
242
|
message.dataImage = (_b = object.dataImage) !== null && _b !== void 0 ? _b : undefined;
|
|
229
243
|
message.estateImage = (_c = object.estateImage) !== null && _c !== void 0 ? _c : undefined;
|
|
230
244
|
return message;
|
|
231
|
-
}
|
|
232
|
-
|
|
245
|
+
}
|
|
246
|
+
AboutResponse_MinimapConfiguration.fromPartial = fromPartial;
|
|
247
|
+
})(AboutResponse_MinimapConfiguration = exports.AboutResponse_MinimapConfiguration || (exports.AboutResponse_MinimapConfiguration = {}));
|
|
233
248
|
function createBaseAboutResponse_SkyboxConfiguration() {
|
|
234
249
|
return { fixedHour: undefined };
|
|
235
250
|
}
|
|
236
|
-
|
|
237
|
-
|
|
251
|
+
var AboutResponse_SkyboxConfiguration;
|
|
252
|
+
(function (AboutResponse_SkyboxConfiguration) {
|
|
253
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
238
254
|
if (message.fixedHour !== undefined) {
|
|
239
255
|
writer.uint32(13).float(message.fixedHour);
|
|
240
256
|
}
|
|
241
257
|
return writer;
|
|
242
|
-
}
|
|
243
|
-
|
|
258
|
+
}
|
|
259
|
+
AboutResponse_SkyboxConfiguration.encode = encode;
|
|
260
|
+
function decode(input, length) {
|
|
244
261
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
245
262
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
246
263
|
const message = createBaseAboutResponse_SkyboxConfiguration();
|
|
@@ -260,25 +277,30 @@ exports.AboutResponse_SkyboxConfiguration = {
|
|
|
260
277
|
reader.skipType(tag & 7);
|
|
261
278
|
}
|
|
262
279
|
return message;
|
|
263
|
-
}
|
|
264
|
-
|
|
280
|
+
}
|
|
281
|
+
AboutResponse_SkyboxConfiguration.decode = decode;
|
|
282
|
+
function fromJSON(object) {
|
|
265
283
|
return { fixedHour: isSet(object.fixedHour) ? Number(object.fixedHour) : undefined };
|
|
266
|
-
}
|
|
267
|
-
|
|
284
|
+
}
|
|
285
|
+
AboutResponse_SkyboxConfiguration.fromJSON = fromJSON;
|
|
286
|
+
function toJSON(message) {
|
|
268
287
|
const obj = {};
|
|
269
288
|
message.fixedHour !== undefined && (obj.fixedHour = message.fixedHour);
|
|
270
289
|
return obj;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
290
|
+
}
|
|
291
|
+
AboutResponse_SkyboxConfiguration.toJSON = toJSON;
|
|
292
|
+
function create(base) {
|
|
293
|
+
return AboutResponse_SkyboxConfiguration.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
294
|
+
}
|
|
295
|
+
AboutResponse_SkyboxConfiguration.create = create;
|
|
296
|
+
function fromPartial(object) {
|
|
276
297
|
var _a;
|
|
277
298
|
const message = createBaseAboutResponse_SkyboxConfiguration();
|
|
278
299
|
message.fixedHour = (_a = object.fixedHour) !== null && _a !== void 0 ? _a : undefined;
|
|
279
300
|
return message;
|
|
280
|
-
}
|
|
281
|
-
|
|
301
|
+
}
|
|
302
|
+
AboutResponse_SkyboxConfiguration.fromPartial = fromPartial;
|
|
303
|
+
})(AboutResponse_SkyboxConfiguration = exports.AboutResponse_SkyboxConfiguration || (exports.AboutResponse_SkyboxConfiguration = {}));
|
|
282
304
|
function createBaseAboutResponse_AboutConfiguration() {
|
|
283
305
|
return {
|
|
284
306
|
realmName: undefined,
|
|
@@ -290,8 +312,9 @@ function createBaseAboutResponse_AboutConfiguration() {
|
|
|
290
312
|
cityLoaderContentServer: undefined,
|
|
291
313
|
};
|
|
292
314
|
}
|
|
293
|
-
|
|
294
|
-
|
|
315
|
+
var AboutResponse_AboutConfiguration;
|
|
316
|
+
(function (AboutResponse_AboutConfiguration) {
|
|
317
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
295
318
|
if (message.realmName !== undefined) {
|
|
296
319
|
writer.uint32(10).string(message.realmName);
|
|
297
320
|
}
|
|
@@ -305,17 +328,18 @@ exports.AboutResponse_AboutConfiguration = {
|
|
|
305
328
|
writer.uint32(34).string(v);
|
|
306
329
|
}
|
|
307
330
|
if (message.minimap !== undefined) {
|
|
308
|
-
|
|
331
|
+
AboutResponse_MinimapConfiguration.encode(message.minimap, writer.uint32(42).fork()).ldelim();
|
|
309
332
|
}
|
|
310
333
|
if (message.skybox !== undefined) {
|
|
311
|
-
|
|
334
|
+
AboutResponse_SkyboxConfiguration.encode(message.skybox, writer.uint32(50).fork()).ldelim();
|
|
312
335
|
}
|
|
313
336
|
if (message.cityLoaderContentServer !== undefined) {
|
|
314
337
|
writer.uint32(58).string(message.cityLoaderContentServer);
|
|
315
338
|
}
|
|
316
339
|
return writer;
|
|
317
|
-
}
|
|
318
|
-
|
|
340
|
+
}
|
|
341
|
+
AboutResponse_AboutConfiguration.encode = encode;
|
|
342
|
+
function decode(input, length) {
|
|
319
343
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
320
344
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
321
345
|
const message = createBaseAboutResponse_AboutConfiguration();
|
|
@@ -350,13 +374,13 @@ exports.AboutResponse_AboutConfiguration = {
|
|
|
350
374
|
if (tag !== 42) {
|
|
351
375
|
break;
|
|
352
376
|
}
|
|
353
|
-
message.minimap =
|
|
377
|
+
message.minimap = AboutResponse_MinimapConfiguration.decode(reader, reader.uint32());
|
|
354
378
|
continue;
|
|
355
379
|
case 6:
|
|
356
380
|
if (tag !== 50) {
|
|
357
381
|
break;
|
|
358
382
|
}
|
|
359
|
-
message.skybox =
|
|
383
|
+
message.skybox = AboutResponse_SkyboxConfiguration.decode(reader, reader.uint32());
|
|
360
384
|
continue;
|
|
361
385
|
case 7:
|
|
362
386
|
if (tag !== 58) {
|
|
@@ -371,21 +395,23 @@ exports.AboutResponse_AboutConfiguration = {
|
|
|
371
395
|
reader.skipType(tag & 7);
|
|
372
396
|
}
|
|
373
397
|
return message;
|
|
374
|
-
}
|
|
375
|
-
|
|
398
|
+
}
|
|
399
|
+
AboutResponse_AboutConfiguration.decode = decode;
|
|
400
|
+
function fromJSON(object) {
|
|
376
401
|
return {
|
|
377
402
|
realmName: isSet(object.realmName) ? String(object.realmName) : undefined,
|
|
378
403
|
networkId: isSet(object.networkId) ? Number(object.networkId) : 0,
|
|
379
404
|
globalScenesUrn: Array.isArray(object === null || object === void 0 ? void 0 : object.globalScenesUrn) ? object.globalScenesUrn.map((e) => String(e)) : [],
|
|
380
405
|
scenesUrn: Array.isArray(object === null || object === void 0 ? void 0 : object.scenesUrn) ? object.scenesUrn.map((e) => String(e)) : [],
|
|
381
|
-
minimap: isSet(object.minimap) ?
|
|
382
|
-
skybox: isSet(object.skybox) ?
|
|
406
|
+
minimap: isSet(object.minimap) ? AboutResponse_MinimapConfiguration.fromJSON(object.minimap) : undefined,
|
|
407
|
+
skybox: isSet(object.skybox) ? AboutResponse_SkyboxConfiguration.fromJSON(object.skybox) : undefined,
|
|
383
408
|
cityLoaderContentServer: isSet(object.cityLoaderContentServer)
|
|
384
409
|
? String(object.cityLoaderContentServer)
|
|
385
410
|
: undefined,
|
|
386
411
|
};
|
|
387
|
-
}
|
|
388
|
-
|
|
412
|
+
}
|
|
413
|
+
AboutResponse_AboutConfiguration.fromJSON = fromJSON;
|
|
414
|
+
function toJSON(message) {
|
|
389
415
|
const obj = {};
|
|
390
416
|
message.realmName !== undefined && (obj.realmName = message.realmName);
|
|
391
417
|
message.networkId !== undefined && (obj.networkId = Math.round(message.networkId));
|
|
@@ -402,16 +428,18 @@ exports.AboutResponse_AboutConfiguration = {
|
|
|
402
428
|
obj.scenesUrn = [];
|
|
403
429
|
}
|
|
404
430
|
message.minimap !== undefined &&
|
|
405
|
-
(obj.minimap = message.minimap ?
|
|
431
|
+
(obj.minimap = message.minimap ? AboutResponse_MinimapConfiguration.toJSON(message.minimap) : undefined);
|
|
406
432
|
message.skybox !== undefined &&
|
|
407
|
-
(obj.skybox = message.skybox ?
|
|
433
|
+
(obj.skybox = message.skybox ? AboutResponse_SkyboxConfiguration.toJSON(message.skybox) : undefined);
|
|
408
434
|
message.cityLoaderContentServer !== undefined && (obj.cityLoaderContentServer = message.cityLoaderContentServer);
|
|
409
435
|
return obj;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
436
|
+
}
|
|
437
|
+
AboutResponse_AboutConfiguration.toJSON = toJSON;
|
|
438
|
+
function create(base) {
|
|
439
|
+
return AboutResponse_AboutConfiguration.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
440
|
+
}
|
|
441
|
+
AboutResponse_AboutConfiguration.create = create;
|
|
442
|
+
function fromPartial(object) {
|
|
415
443
|
var _a, _b, _c, _d, _e;
|
|
416
444
|
const message = createBaseAboutResponse_AboutConfiguration();
|
|
417
445
|
message.realmName = (_a = object.realmName) !== null && _a !== void 0 ? _a : undefined;
|
|
@@ -419,20 +447,22 @@ exports.AboutResponse_AboutConfiguration = {
|
|
|
419
447
|
message.globalScenesUrn = ((_c = object.globalScenesUrn) === null || _c === void 0 ? void 0 : _c.map((e) => e)) || [];
|
|
420
448
|
message.scenesUrn = ((_d = object.scenesUrn) === null || _d === void 0 ? void 0 : _d.map((e) => e)) || [];
|
|
421
449
|
message.minimap = (object.minimap !== undefined && object.minimap !== null)
|
|
422
|
-
?
|
|
450
|
+
? AboutResponse_MinimapConfiguration.fromPartial(object.minimap)
|
|
423
451
|
: undefined;
|
|
424
452
|
message.skybox = (object.skybox !== undefined && object.skybox !== null)
|
|
425
|
-
?
|
|
453
|
+
? AboutResponse_SkyboxConfiguration.fromPartial(object.skybox)
|
|
426
454
|
: undefined;
|
|
427
455
|
message.cityLoaderContentServer = (_e = object.cityLoaderContentServer) !== null && _e !== void 0 ? _e : undefined;
|
|
428
456
|
return message;
|
|
429
|
-
}
|
|
430
|
-
|
|
457
|
+
}
|
|
458
|
+
AboutResponse_AboutConfiguration.fromPartial = fromPartial;
|
|
459
|
+
})(AboutResponse_AboutConfiguration = exports.AboutResponse_AboutConfiguration || (exports.AboutResponse_AboutConfiguration = {}));
|
|
431
460
|
function createBaseAboutResponse_ContentInfo() {
|
|
432
461
|
return { healthy: false, version: undefined, commitHash: undefined, publicUrl: "" };
|
|
433
462
|
}
|
|
434
|
-
|
|
435
|
-
|
|
463
|
+
var AboutResponse_ContentInfo;
|
|
464
|
+
(function (AboutResponse_ContentInfo) {
|
|
465
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
436
466
|
if (message.healthy === true) {
|
|
437
467
|
writer.uint32(8).bool(message.healthy);
|
|
438
468
|
}
|
|
@@ -446,8 +476,9 @@ exports.AboutResponse_ContentInfo = {
|
|
|
446
476
|
writer.uint32(34).string(message.publicUrl);
|
|
447
477
|
}
|
|
448
478
|
return writer;
|
|
449
|
-
}
|
|
450
|
-
|
|
479
|
+
}
|
|
480
|
+
AboutResponse_ContentInfo.encode = encode;
|
|
481
|
+
function decode(input, length) {
|
|
451
482
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
452
483
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
453
484
|
const message = createBaseAboutResponse_ContentInfo();
|
|
@@ -485,27 +516,31 @@ exports.AboutResponse_ContentInfo = {
|
|
|
485
516
|
reader.skipType(tag & 7);
|
|
486
517
|
}
|
|
487
518
|
return message;
|
|
488
|
-
}
|
|
489
|
-
|
|
519
|
+
}
|
|
520
|
+
AboutResponse_ContentInfo.decode = decode;
|
|
521
|
+
function fromJSON(object) {
|
|
490
522
|
return {
|
|
491
523
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
492
524
|
version: isSet(object.version) ? String(object.version) : undefined,
|
|
493
525
|
commitHash: isSet(object.commitHash) ? String(object.commitHash) : undefined,
|
|
494
526
|
publicUrl: isSet(object.publicUrl) ? String(object.publicUrl) : "",
|
|
495
527
|
};
|
|
496
|
-
}
|
|
497
|
-
|
|
528
|
+
}
|
|
529
|
+
AboutResponse_ContentInfo.fromJSON = fromJSON;
|
|
530
|
+
function toJSON(message) {
|
|
498
531
|
const obj = {};
|
|
499
532
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
500
533
|
message.version !== undefined && (obj.version = message.version);
|
|
501
534
|
message.commitHash !== undefined && (obj.commitHash = message.commitHash);
|
|
502
535
|
message.publicUrl !== undefined && (obj.publicUrl = message.publicUrl);
|
|
503
536
|
return obj;
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
537
|
+
}
|
|
538
|
+
AboutResponse_ContentInfo.toJSON = toJSON;
|
|
539
|
+
function create(base) {
|
|
540
|
+
return AboutResponse_ContentInfo.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
541
|
+
}
|
|
542
|
+
AboutResponse_ContentInfo.create = create;
|
|
543
|
+
function fromPartial(object) {
|
|
509
544
|
var _a, _b, _c, _d;
|
|
510
545
|
const message = createBaseAboutResponse_ContentInfo();
|
|
511
546
|
message.healthy = (_a = object.healthy) !== null && _a !== void 0 ? _a : false;
|
|
@@ -513,13 +548,15 @@ exports.AboutResponse_ContentInfo = {
|
|
|
513
548
|
message.commitHash = (_c = object.commitHash) !== null && _c !== void 0 ? _c : undefined;
|
|
514
549
|
message.publicUrl = (_d = object.publicUrl) !== null && _d !== void 0 ? _d : "";
|
|
515
550
|
return message;
|
|
516
|
-
}
|
|
517
|
-
|
|
551
|
+
}
|
|
552
|
+
AboutResponse_ContentInfo.fromPartial = fromPartial;
|
|
553
|
+
})(AboutResponse_ContentInfo = exports.AboutResponse_ContentInfo || (exports.AboutResponse_ContentInfo = {}));
|
|
518
554
|
function createBaseAboutResponse_LambdasInfo() {
|
|
519
555
|
return { healthy: false, version: undefined, commitHash: undefined, publicUrl: "" };
|
|
520
556
|
}
|
|
521
|
-
|
|
522
|
-
|
|
557
|
+
var AboutResponse_LambdasInfo;
|
|
558
|
+
(function (AboutResponse_LambdasInfo) {
|
|
559
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
523
560
|
if (message.healthy === true) {
|
|
524
561
|
writer.uint32(8).bool(message.healthy);
|
|
525
562
|
}
|
|
@@ -533,8 +570,9 @@ exports.AboutResponse_LambdasInfo = {
|
|
|
533
570
|
writer.uint32(34).string(message.publicUrl);
|
|
534
571
|
}
|
|
535
572
|
return writer;
|
|
536
|
-
}
|
|
537
|
-
|
|
573
|
+
}
|
|
574
|
+
AboutResponse_LambdasInfo.encode = encode;
|
|
575
|
+
function decode(input, length) {
|
|
538
576
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
539
577
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
540
578
|
const message = createBaseAboutResponse_LambdasInfo();
|
|
@@ -572,27 +610,31 @@ exports.AboutResponse_LambdasInfo = {
|
|
|
572
610
|
reader.skipType(tag & 7);
|
|
573
611
|
}
|
|
574
612
|
return message;
|
|
575
|
-
}
|
|
576
|
-
|
|
613
|
+
}
|
|
614
|
+
AboutResponse_LambdasInfo.decode = decode;
|
|
615
|
+
function fromJSON(object) {
|
|
577
616
|
return {
|
|
578
617
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
579
618
|
version: isSet(object.version) ? String(object.version) : undefined,
|
|
580
619
|
commitHash: isSet(object.commitHash) ? String(object.commitHash) : undefined,
|
|
581
620
|
publicUrl: isSet(object.publicUrl) ? String(object.publicUrl) : "",
|
|
582
621
|
};
|
|
583
|
-
}
|
|
584
|
-
|
|
622
|
+
}
|
|
623
|
+
AboutResponse_LambdasInfo.fromJSON = fromJSON;
|
|
624
|
+
function toJSON(message) {
|
|
585
625
|
const obj = {};
|
|
586
626
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
587
627
|
message.version !== undefined && (obj.version = message.version);
|
|
588
628
|
message.commitHash !== undefined && (obj.commitHash = message.commitHash);
|
|
589
629
|
message.publicUrl !== undefined && (obj.publicUrl = message.publicUrl);
|
|
590
630
|
return obj;
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
631
|
+
}
|
|
632
|
+
AboutResponse_LambdasInfo.toJSON = toJSON;
|
|
633
|
+
function create(base) {
|
|
634
|
+
return AboutResponse_LambdasInfo.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
635
|
+
}
|
|
636
|
+
AboutResponse_LambdasInfo.create = create;
|
|
637
|
+
function fromPartial(object) {
|
|
596
638
|
var _a, _b, _c, _d;
|
|
597
639
|
const message = createBaseAboutResponse_LambdasInfo();
|
|
598
640
|
message.healthy = (_a = object.healthy) !== null && _a !== void 0 ? _a : false;
|
|
@@ -600,8 +642,9 @@ exports.AboutResponse_LambdasInfo = {
|
|
|
600
642
|
message.commitHash = (_c = object.commitHash) !== null && _c !== void 0 ? _c : undefined;
|
|
601
643
|
message.publicUrl = (_d = object.publicUrl) !== null && _d !== void 0 ? _d : "";
|
|
602
644
|
return message;
|
|
603
|
-
}
|
|
604
|
-
|
|
645
|
+
}
|
|
646
|
+
AboutResponse_LambdasInfo.fromPartial = fromPartial;
|
|
647
|
+
})(AboutResponse_LambdasInfo = exports.AboutResponse_LambdasInfo || (exports.AboutResponse_LambdasInfo = {}));
|
|
605
648
|
function createBaseAboutResponse_CommsInfo() {
|
|
606
649
|
return {
|
|
607
650
|
healthy: false,
|
|
@@ -613,8 +656,9 @@ function createBaseAboutResponse_CommsInfo() {
|
|
|
613
656
|
fixedAdapter: undefined,
|
|
614
657
|
};
|
|
615
658
|
}
|
|
616
|
-
|
|
617
|
-
|
|
659
|
+
var AboutResponse_CommsInfo;
|
|
660
|
+
(function (AboutResponse_CommsInfo) {
|
|
661
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
618
662
|
if (message.healthy === true) {
|
|
619
663
|
writer.uint32(8).bool(message.healthy);
|
|
620
664
|
}
|
|
@@ -637,8 +681,9 @@ exports.AboutResponse_CommsInfo = {
|
|
|
637
681
|
writer.uint32(418).string(message.fixedAdapter);
|
|
638
682
|
}
|
|
639
683
|
return writer;
|
|
640
|
-
}
|
|
641
|
-
|
|
684
|
+
}
|
|
685
|
+
AboutResponse_CommsInfo.encode = encode;
|
|
686
|
+
function decode(input, length) {
|
|
642
687
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
643
688
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
644
689
|
const message = createBaseAboutResponse_CommsInfo();
|
|
@@ -694,8 +739,9 @@ exports.AboutResponse_CommsInfo = {
|
|
|
694
739
|
reader.skipType(tag & 7);
|
|
695
740
|
}
|
|
696
741
|
return message;
|
|
697
|
-
}
|
|
698
|
-
|
|
742
|
+
}
|
|
743
|
+
AboutResponse_CommsInfo.decode = decode;
|
|
744
|
+
function fromJSON(object) {
|
|
699
745
|
return {
|
|
700
746
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
701
747
|
version: isSet(object.version) ? String(object.version) : undefined,
|
|
@@ -705,8 +751,9 @@ exports.AboutResponse_CommsInfo = {
|
|
|
705
751
|
usersCount: isSet(object.usersCount) ? Number(object.usersCount) : undefined,
|
|
706
752
|
fixedAdapter: isSet(object.fixedAdapter) ? String(object.fixedAdapter) : undefined,
|
|
707
753
|
};
|
|
708
|
-
}
|
|
709
|
-
|
|
754
|
+
}
|
|
755
|
+
AboutResponse_CommsInfo.fromJSON = fromJSON;
|
|
756
|
+
function toJSON(message) {
|
|
710
757
|
const obj = {};
|
|
711
758
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
712
759
|
message.version !== undefined && (obj.version = message.version);
|
|
@@ -716,11 +763,13 @@ exports.AboutResponse_CommsInfo = {
|
|
|
716
763
|
message.usersCount !== undefined && (obj.usersCount = Math.round(message.usersCount));
|
|
717
764
|
message.fixedAdapter !== undefined && (obj.fixedAdapter = message.fixedAdapter);
|
|
718
765
|
return obj;
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
766
|
+
}
|
|
767
|
+
AboutResponse_CommsInfo.toJSON = toJSON;
|
|
768
|
+
function create(base) {
|
|
769
|
+
return AboutResponse_CommsInfo.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
770
|
+
}
|
|
771
|
+
AboutResponse_CommsInfo.create = create;
|
|
772
|
+
function fromPartial(object) {
|
|
724
773
|
var _a, _b, _c, _d, _e, _f, _g;
|
|
725
774
|
const message = createBaseAboutResponse_CommsInfo();
|
|
726
775
|
message.healthy = (_a = object.healthy) !== null && _a !== void 0 ? _a : false;
|
|
@@ -731,8 +780,9 @@ exports.AboutResponse_CommsInfo = {
|
|
|
731
780
|
message.usersCount = (_f = object.usersCount) !== null && _f !== void 0 ? _f : undefined;
|
|
732
781
|
message.fixedAdapter = (_g = object.fixedAdapter) !== null && _g !== void 0 ? _g : undefined;
|
|
733
782
|
return message;
|
|
734
|
-
}
|
|
735
|
-
|
|
783
|
+
}
|
|
784
|
+
AboutResponse_CommsInfo.fromPartial = fromPartial;
|
|
785
|
+
})(AboutResponse_CommsInfo = exports.AboutResponse_CommsInfo || (exports.AboutResponse_CommsInfo = {}));
|
|
736
786
|
function createBaseAboutResponse_BffInfo() {
|
|
737
787
|
return {
|
|
738
788
|
healthy: false,
|
|
@@ -743,8 +793,9 @@ function createBaseAboutResponse_BffInfo() {
|
|
|
743
793
|
protocolVersion: undefined,
|
|
744
794
|
};
|
|
745
795
|
}
|
|
746
|
-
|
|
747
|
-
|
|
796
|
+
var AboutResponse_BffInfo;
|
|
797
|
+
(function (AboutResponse_BffInfo) {
|
|
798
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
748
799
|
if (message.healthy === true) {
|
|
749
800
|
writer.uint32(8).bool(message.healthy);
|
|
750
801
|
}
|
|
@@ -764,8 +815,9 @@ exports.AboutResponse_BffInfo = {
|
|
|
764
815
|
writer.uint32(418).string(message.protocolVersion);
|
|
765
816
|
}
|
|
766
817
|
return writer;
|
|
767
|
-
}
|
|
768
|
-
|
|
818
|
+
}
|
|
819
|
+
AboutResponse_BffInfo.encode = encode;
|
|
820
|
+
function decode(input, length) {
|
|
769
821
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
770
822
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
771
823
|
const message = createBaseAboutResponse_BffInfo();
|
|
@@ -815,8 +867,9 @@ exports.AboutResponse_BffInfo = {
|
|
|
815
867
|
reader.skipType(tag & 7);
|
|
816
868
|
}
|
|
817
869
|
return message;
|
|
818
|
-
}
|
|
819
|
-
|
|
870
|
+
}
|
|
871
|
+
AboutResponse_BffInfo.decode = decode;
|
|
872
|
+
function fromJSON(object) {
|
|
820
873
|
return {
|
|
821
874
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
822
875
|
version: isSet(object.version) ? String(object.version) : undefined,
|
|
@@ -825,8 +878,9 @@ exports.AboutResponse_BffInfo = {
|
|
|
825
878
|
userCount: isSet(object.userCount) ? Number(object.userCount) : undefined,
|
|
826
879
|
protocolVersion: isSet(object.protocolVersion) ? String(object.protocolVersion) : undefined,
|
|
827
880
|
};
|
|
828
|
-
}
|
|
829
|
-
|
|
881
|
+
}
|
|
882
|
+
AboutResponse_BffInfo.fromJSON = fromJSON;
|
|
883
|
+
function toJSON(message) {
|
|
830
884
|
const obj = {};
|
|
831
885
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
832
886
|
message.version !== undefined && (obj.version = message.version);
|
|
@@ -835,11 +889,13 @@ exports.AboutResponse_BffInfo = {
|
|
|
835
889
|
message.userCount !== undefined && (obj.userCount = Math.round(message.userCount));
|
|
836
890
|
message.protocolVersion !== undefined && (obj.protocolVersion = message.protocolVersion);
|
|
837
891
|
return obj;
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
892
|
+
}
|
|
893
|
+
AboutResponse_BffInfo.toJSON = toJSON;
|
|
894
|
+
function create(base) {
|
|
895
|
+
return AboutResponse_BffInfo.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
896
|
+
}
|
|
897
|
+
AboutResponse_BffInfo.create = create;
|
|
898
|
+
function fromPartial(object) {
|
|
843
899
|
var _a, _b, _c, _d, _e, _f;
|
|
844
900
|
const message = createBaseAboutResponse_BffInfo();
|
|
845
901
|
message.healthy = (_a = object.healthy) !== null && _a !== void 0 ? _a : false;
|
|
@@ -849,8 +905,9 @@ exports.AboutResponse_BffInfo = {
|
|
|
849
905
|
message.userCount = (_e = object.userCount) !== null && _e !== void 0 ? _e : undefined;
|
|
850
906
|
message.protocolVersion = (_f = object.protocolVersion) !== null && _f !== void 0 ? _f : undefined;
|
|
851
907
|
return message;
|
|
852
|
-
}
|
|
853
|
-
|
|
908
|
+
}
|
|
909
|
+
AboutResponse_BffInfo.fromPartial = fromPartial;
|
|
910
|
+
})(AboutResponse_BffInfo = exports.AboutResponse_BffInfo || (exports.AboutResponse_BffInfo = {}));
|
|
854
911
|
function isSet(value) {
|
|
855
912
|
return value !== null && value !== undefined;
|
|
856
913
|
}
|