@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
|
@@ -19,32 +19,34 @@ function createBaseAboutResponse() {
|
|
|
19
19
|
acceptingUsers: false,
|
|
20
20
|
};
|
|
21
21
|
}
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
var AboutResponse;
|
|
23
|
+
(function (AboutResponse) {
|
|
24
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
24
25
|
if (message.healthy === true) {
|
|
25
26
|
writer.uint32(8).bool(message.healthy);
|
|
26
27
|
}
|
|
27
28
|
if (message.configurations !== undefined) {
|
|
28
|
-
|
|
29
|
+
AboutResponse_AboutConfiguration.encode(message.configurations, writer.uint32(18).fork()).ldelim();
|
|
29
30
|
}
|
|
30
31
|
if (message.content !== undefined) {
|
|
31
|
-
|
|
32
|
+
AboutResponse_ContentInfo.encode(message.content, writer.uint32(26).fork()).ldelim();
|
|
32
33
|
}
|
|
33
34
|
if (message.comms !== undefined) {
|
|
34
|
-
|
|
35
|
+
AboutResponse_CommsInfo.encode(message.comms, writer.uint32(34).fork()).ldelim();
|
|
35
36
|
}
|
|
36
37
|
if (message.lambdas !== undefined) {
|
|
37
|
-
|
|
38
|
+
AboutResponse_LambdasInfo.encode(message.lambdas, writer.uint32(42).fork()).ldelim();
|
|
38
39
|
}
|
|
39
40
|
if (message.bff !== undefined) {
|
|
40
|
-
|
|
41
|
+
AboutResponse_BffInfo.encode(message.bff, writer.uint32(50).fork()).ldelim();
|
|
41
42
|
}
|
|
42
43
|
if (message.acceptingUsers === true) {
|
|
43
44
|
writer.uint32(56).bool(message.acceptingUsers);
|
|
44
45
|
}
|
|
45
46
|
return writer;
|
|
46
|
-
}
|
|
47
|
-
|
|
47
|
+
}
|
|
48
|
+
AboutResponse.encode = encode;
|
|
49
|
+
function decode(input, length) {
|
|
48
50
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
49
51
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
50
52
|
const message = createBaseAboutResponse();
|
|
@@ -61,31 +63,31 @@ exports.AboutResponse = {
|
|
|
61
63
|
if (tag !== 18) {
|
|
62
64
|
break;
|
|
63
65
|
}
|
|
64
|
-
message.configurations =
|
|
66
|
+
message.configurations = AboutResponse_AboutConfiguration.decode(reader, reader.uint32());
|
|
65
67
|
continue;
|
|
66
68
|
case 3:
|
|
67
69
|
if (tag !== 26) {
|
|
68
70
|
break;
|
|
69
71
|
}
|
|
70
|
-
message.content =
|
|
72
|
+
message.content = AboutResponse_ContentInfo.decode(reader, reader.uint32());
|
|
71
73
|
continue;
|
|
72
74
|
case 4:
|
|
73
75
|
if (tag !== 34) {
|
|
74
76
|
break;
|
|
75
77
|
}
|
|
76
|
-
message.comms =
|
|
78
|
+
message.comms = AboutResponse_CommsInfo.decode(reader, reader.uint32());
|
|
77
79
|
continue;
|
|
78
80
|
case 5:
|
|
79
81
|
if (tag !== 42) {
|
|
80
82
|
break;
|
|
81
83
|
}
|
|
82
|
-
message.lambdas =
|
|
84
|
+
message.lambdas = AboutResponse_LambdasInfo.decode(reader, reader.uint32());
|
|
83
85
|
continue;
|
|
84
86
|
case 6:
|
|
85
87
|
if (tag !== 50) {
|
|
86
88
|
break;
|
|
87
89
|
}
|
|
88
|
-
message.bff =
|
|
90
|
+
message.bff = AboutResponse_BffInfo.decode(reader, reader.uint32());
|
|
89
91
|
continue;
|
|
90
92
|
case 7:
|
|
91
93
|
if (tag !== 56) {
|
|
@@ -100,67 +102,74 @@ exports.AboutResponse = {
|
|
|
100
102
|
reader.skipType(tag & 7);
|
|
101
103
|
}
|
|
102
104
|
return message;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
+
}
|
|
106
|
+
AboutResponse.decode = decode;
|
|
107
|
+
function fromJSON(object) {
|
|
105
108
|
return {
|
|
106
109
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
107
110
|
configurations: isSet(object.configurations)
|
|
108
|
-
?
|
|
111
|
+
? AboutResponse_AboutConfiguration.fromJSON(object.configurations)
|
|
109
112
|
: undefined,
|
|
110
|
-
content: isSet(object.content) ?
|
|
111
|
-
comms: isSet(object.comms) ?
|
|
112
|
-
lambdas: isSet(object.lambdas) ?
|
|
113
|
-
bff: isSet(object.bff) ?
|
|
113
|
+
content: isSet(object.content) ? AboutResponse_ContentInfo.fromJSON(object.content) : undefined,
|
|
114
|
+
comms: isSet(object.comms) ? AboutResponse_CommsInfo.fromJSON(object.comms) : undefined,
|
|
115
|
+
lambdas: isSet(object.lambdas) ? AboutResponse_LambdasInfo.fromJSON(object.lambdas) : undefined,
|
|
116
|
+
bff: isSet(object.bff) ? AboutResponse_BffInfo.fromJSON(object.bff) : undefined,
|
|
114
117
|
acceptingUsers: isSet(object.acceptingUsers) ? Boolean(object.acceptingUsers) : false,
|
|
115
118
|
};
|
|
116
|
-
}
|
|
117
|
-
|
|
119
|
+
}
|
|
120
|
+
AboutResponse.fromJSON = fromJSON;
|
|
121
|
+
function toJSON(message) {
|
|
118
122
|
const obj = {};
|
|
119
123
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
120
|
-
message.configurations !== undefined &&
|
|
121
|
-
|
|
122
|
-
|
|
124
|
+
message.configurations !== undefined &&
|
|
125
|
+
(obj.configurations = message.configurations
|
|
126
|
+
? AboutResponse_AboutConfiguration.toJSON(message.configurations)
|
|
127
|
+
: undefined);
|
|
123
128
|
message.content !== undefined &&
|
|
124
|
-
(obj.content = message.content ?
|
|
129
|
+
(obj.content = message.content ? AboutResponse_ContentInfo.toJSON(message.content) : undefined);
|
|
125
130
|
message.comms !== undefined &&
|
|
126
|
-
(obj.comms = message.comms ?
|
|
131
|
+
(obj.comms = message.comms ? AboutResponse_CommsInfo.toJSON(message.comms) : undefined);
|
|
127
132
|
message.lambdas !== undefined &&
|
|
128
|
-
(obj.lambdas = message.lambdas ?
|
|
129
|
-
message.bff !== undefined && (obj.bff = message.bff ?
|
|
133
|
+
(obj.lambdas = message.lambdas ? AboutResponse_LambdasInfo.toJSON(message.lambdas) : undefined);
|
|
134
|
+
message.bff !== undefined && (obj.bff = message.bff ? AboutResponse_BffInfo.toJSON(message.bff) : undefined);
|
|
130
135
|
message.acceptingUsers !== undefined && (obj.acceptingUsers = message.acceptingUsers);
|
|
131
136
|
return obj;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
+
}
|
|
138
|
+
AboutResponse.toJSON = toJSON;
|
|
139
|
+
function create(base) {
|
|
140
|
+
return AboutResponse.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
141
|
+
}
|
|
142
|
+
AboutResponse.create = create;
|
|
143
|
+
function fromPartial(object) {
|
|
137
144
|
var _a, _b;
|
|
138
145
|
const message = createBaseAboutResponse();
|
|
139
146
|
message.healthy = (_a = object.healthy) !== null && _a !== void 0 ? _a : false;
|
|
140
147
|
message.configurations = (object.configurations !== undefined && object.configurations !== null)
|
|
141
|
-
?
|
|
148
|
+
? AboutResponse_AboutConfiguration.fromPartial(object.configurations)
|
|
142
149
|
: undefined;
|
|
143
150
|
message.content = (object.content !== undefined && object.content !== null)
|
|
144
|
-
?
|
|
151
|
+
? AboutResponse_ContentInfo.fromPartial(object.content)
|
|
145
152
|
: undefined;
|
|
146
153
|
message.comms = (object.comms !== undefined && object.comms !== null)
|
|
147
|
-
?
|
|
154
|
+
? AboutResponse_CommsInfo.fromPartial(object.comms)
|
|
148
155
|
: undefined;
|
|
149
156
|
message.lambdas = (object.lambdas !== undefined && object.lambdas !== null)
|
|
150
|
-
?
|
|
157
|
+
? AboutResponse_LambdasInfo.fromPartial(object.lambdas)
|
|
151
158
|
: undefined;
|
|
152
159
|
message.bff = (object.bff !== undefined && object.bff !== null)
|
|
153
|
-
?
|
|
160
|
+
? AboutResponse_BffInfo.fromPartial(object.bff)
|
|
154
161
|
: undefined;
|
|
155
162
|
message.acceptingUsers = (_b = object.acceptingUsers) !== null && _b !== void 0 ? _b : false;
|
|
156
163
|
return message;
|
|
157
|
-
}
|
|
158
|
-
|
|
164
|
+
}
|
|
165
|
+
AboutResponse.fromPartial = fromPartial;
|
|
166
|
+
})(AboutResponse = exports.AboutResponse || (exports.AboutResponse = {}));
|
|
159
167
|
function createBaseAboutResponse_MinimapConfiguration() {
|
|
160
168
|
return { enabled: false, dataImage: undefined, estateImage: undefined };
|
|
161
169
|
}
|
|
162
|
-
|
|
163
|
-
|
|
170
|
+
var AboutResponse_MinimapConfiguration;
|
|
171
|
+
(function (AboutResponse_MinimapConfiguration) {
|
|
172
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
164
173
|
if (message.enabled === true) {
|
|
165
174
|
writer.uint32(8).bool(message.enabled);
|
|
166
175
|
}
|
|
@@ -171,8 +180,9 @@ exports.AboutResponse_MinimapConfiguration = {
|
|
|
171
180
|
writer.uint32(26).string(message.estateImage);
|
|
172
181
|
}
|
|
173
182
|
return writer;
|
|
174
|
-
}
|
|
175
|
-
|
|
183
|
+
}
|
|
184
|
+
AboutResponse_MinimapConfiguration.encode = encode;
|
|
185
|
+
function decode(input, length) {
|
|
176
186
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
177
187
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
178
188
|
const message = createBaseAboutResponse_MinimapConfiguration();
|
|
@@ -204,38 +214,44 @@ exports.AboutResponse_MinimapConfiguration = {
|
|
|
204
214
|
reader.skipType(tag & 7);
|
|
205
215
|
}
|
|
206
216
|
return message;
|
|
207
|
-
}
|
|
208
|
-
|
|
217
|
+
}
|
|
218
|
+
AboutResponse_MinimapConfiguration.decode = decode;
|
|
219
|
+
function fromJSON(object) {
|
|
209
220
|
return {
|
|
210
221
|
enabled: isSet(object.enabled) ? Boolean(object.enabled) : false,
|
|
211
222
|
dataImage: isSet(object.dataImage) ? String(object.dataImage) : undefined,
|
|
212
223
|
estateImage: isSet(object.estateImage) ? String(object.estateImage) : undefined,
|
|
213
224
|
};
|
|
214
|
-
}
|
|
215
|
-
|
|
225
|
+
}
|
|
226
|
+
AboutResponse_MinimapConfiguration.fromJSON = fromJSON;
|
|
227
|
+
function toJSON(message) {
|
|
216
228
|
const obj = {};
|
|
217
229
|
message.enabled !== undefined && (obj.enabled = message.enabled);
|
|
218
230
|
message.dataImage !== undefined && (obj.dataImage = message.dataImage);
|
|
219
231
|
message.estateImage !== undefined && (obj.estateImage = message.estateImage);
|
|
220
232
|
return obj;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
233
|
+
}
|
|
234
|
+
AboutResponse_MinimapConfiguration.toJSON = toJSON;
|
|
235
|
+
function create(base) {
|
|
236
|
+
return AboutResponse_MinimapConfiguration.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
237
|
+
}
|
|
238
|
+
AboutResponse_MinimapConfiguration.create = create;
|
|
239
|
+
function fromPartial(object) {
|
|
226
240
|
var _a, _b, _c;
|
|
227
241
|
const message = createBaseAboutResponse_MinimapConfiguration();
|
|
228
242
|
message.enabled = (_a = object.enabled) !== null && _a !== void 0 ? _a : false;
|
|
229
243
|
message.dataImage = (_b = object.dataImage) !== null && _b !== void 0 ? _b : undefined;
|
|
230
244
|
message.estateImage = (_c = object.estateImage) !== null && _c !== void 0 ? _c : undefined;
|
|
231
245
|
return message;
|
|
232
|
-
}
|
|
233
|
-
|
|
246
|
+
}
|
|
247
|
+
AboutResponse_MinimapConfiguration.fromPartial = fromPartial;
|
|
248
|
+
})(AboutResponse_MinimapConfiguration = exports.AboutResponse_MinimapConfiguration || (exports.AboutResponse_MinimapConfiguration = {}));
|
|
234
249
|
function createBaseAboutResponse_SkyboxConfiguration() {
|
|
235
250
|
return { fixedHour: undefined, textures: [] };
|
|
236
251
|
}
|
|
237
|
-
|
|
238
|
-
|
|
252
|
+
var AboutResponse_SkyboxConfiguration;
|
|
253
|
+
(function (AboutResponse_SkyboxConfiguration) {
|
|
254
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
239
255
|
if (message.fixedHour !== undefined) {
|
|
240
256
|
writer.uint32(13).float(message.fixedHour);
|
|
241
257
|
}
|
|
@@ -243,8 +259,9 @@ exports.AboutResponse_SkyboxConfiguration = {
|
|
|
243
259
|
writer.uint32(18).string(v);
|
|
244
260
|
}
|
|
245
261
|
return writer;
|
|
246
|
-
}
|
|
247
|
-
|
|
262
|
+
}
|
|
263
|
+
AboutResponse_SkyboxConfiguration.encode = encode;
|
|
264
|
+
function decode(input, length) {
|
|
248
265
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
249
266
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
250
267
|
const message = createBaseAboutResponse_SkyboxConfiguration();
|
|
@@ -270,14 +287,16 @@ exports.AboutResponse_SkyboxConfiguration = {
|
|
|
270
287
|
reader.skipType(tag & 7);
|
|
271
288
|
}
|
|
272
289
|
return message;
|
|
273
|
-
}
|
|
274
|
-
|
|
290
|
+
}
|
|
291
|
+
AboutResponse_SkyboxConfiguration.decode = decode;
|
|
292
|
+
function fromJSON(object) {
|
|
275
293
|
return {
|
|
276
294
|
fixedHour: isSet(object.fixedHour) ? Number(object.fixedHour) : undefined,
|
|
277
295
|
textures: Array.isArray(object === null || object === void 0 ? void 0 : object.textures) ? object.textures.map((e) => String(e)) : [],
|
|
278
296
|
};
|
|
279
|
-
}
|
|
280
|
-
|
|
297
|
+
}
|
|
298
|
+
AboutResponse_SkyboxConfiguration.fromJSON = fromJSON;
|
|
299
|
+
function toJSON(message) {
|
|
281
300
|
const obj = {};
|
|
282
301
|
message.fixedHour !== undefined && (obj.fixedHour = message.fixedHour);
|
|
283
302
|
if (message.textures) {
|
|
@@ -287,18 +306,21 @@ exports.AboutResponse_SkyboxConfiguration = {
|
|
|
287
306
|
obj.textures = [];
|
|
288
307
|
}
|
|
289
308
|
return obj;
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
309
|
+
}
|
|
310
|
+
AboutResponse_SkyboxConfiguration.toJSON = toJSON;
|
|
311
|
+
function create(base) {
|
|
312
|
+
return AboutResponse_SkyboxConfiguration.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
313
|
+
}
|
|
314
|
+
AboutResponse_SkyboxConfiguration.create = create;
|
|
315
|
+
function fromPartial(object) {
|
|
295
316
|
var _a, _b;
|
|
296
317
|
const message = createBaseAboutResponse_SkyboxConfiguration();
|
|
297
318
|
message.fixedHour = (_a = object.fixedHour) !== null && _a !== void 0 ? _a : undefined;
|
|
298
319
|
message.textures = ((_b = object.textures) === null || _b === void 0 ? void 0 : _b.map((e) => e)) || [];
|
|
299
320
|
return message;
|
|
300
|
-
}
|
|
301
|
-
|
|
321
|
+
}
|
|
322
|
+
AboutResponse_SkyboxConfiguration.fromPartial = fromPartial;
|
|
323
|
+
})(AboutResponse_SkyboxConfiguration = exports.AboutResponse_SkyboxConfiguration || (exports.AboutResponse_SkyboxConfiguration = {}));
|
|
302
324
|
function createBaseAboutResponse_AboutConfiguration() {
|
|
303
325
|
return {
|
|
304
326
|
realmName: undefined,
|
|
@@ -310,8 +332,9 @@ function createBaseAboutResponse_AboutConfiguration() {
|
|
|
310
332
|
cityLoaderContentServer: undefined,
|
|
311
333
|
};
|
|
312
334
|
}
|
|
313
|
-
|
|
314
|
-
|
|
335
|
+
var AboutResponse_AboutConfiguration;
|
|
336
|
+
(function (AboutResponse_AboutConfiguration) {
|
|
337
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
315
338
|
if (message.realmName !== undefined) {
|
|
316
339
|
writer.uint32(10).string(message.realmName);
|
|
317
340
|
}
|
|
@@ -325,17 +348,18 @@ exports.AboutResponse_AboutConfiguration = {
|
|
|
325
348
|
writer.uint32(34).string(v);
|
|
326
349
|
}
|
|
327
350
|
if (message.minimap !== undefined) {
|
|
328
|
-
|
|
351
|
+
AboutResponse_MinimapConfiguration.encode(message.minimap, writer.uint32(42).fork()).ldelim();
|
|
329
352
|
}
|
|
330
353
|
if (message.skybox !== undefined) {
|
|
331
|
-
|
|
354
|
+
AboutResponse_SkyboxConfiguration.encode(message.skybox, writer.uint32(50).fork()).ldelim();
|
|
332
355
|
}
|
|
333
356
|
if (message.cityLoaderContentServer !== undefined) {
|
|
334
357
|
writer.uint32(58).string(message.cityLoaderContentServer);
|
|
335
358
|
}
|
|
336
359
|
return writer;
|
|
337
|
-
}
|
|
338
|
-
|
|
360
|
+
}
|
|
361
|
+
AboutResponse_AboutConfiguration.encode = encode;
|
|
362
|
+
function decode(input, length) {
|
|
339
363
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
340
364
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
341
365
|
const message = createBaseAboutResponse_AboutConfiguration();
|
|
@@ -370,13 +394,13 @@ exports.AboutResponse_AboutConfiguration = {
|
|
|
370
394
|
if (tag !== 42) {
|
|
371
395
|
break;
|
|
372
396
|
}
|
|
373
|
-
message.minimap =
|
|
397
|
+
message.minimap = AboutResponse_MinimapConfiguration.decode(reader, reader.uint32());
|
|
374
398
|
continue;
|
|
375
399
|
case 6:
|
|
376
400
|
if (tag !== 50) {
|
|
377
401
|
break;
|
|
378
402
|
}
|
|
379
|
-
message.skybox =
|
|
403
|
+
message.skybox = AboutResponse_SkyboxConfiguration.decode(reader, reader.uint32());
|
|
380
404
|
continue;
|
|
381
405
|
case 7:
|
|
382
406
|
if (tag !== 58) {
|
|
@@ -391,21 +415,23 @@ exports.AboutResponse_AboutConfiguration = {
|
|
|
391
415
|
reader.skipType(tag & 7);
|
|
392
416
|
}
|
|
393
417
|
return message;
|
|
394
|
-
}
|
|
395
|
-
|
|
418
|
+
}
|
|
419
|
+
AboutResponse_AboutConfiguration.decode = decode;
|
|
420
|
+
function fromJSON(object) {
|
|
396
421
|
return {
|
|
397
422
|
realmName: isSet(object.realmName) ? String(object.realmName) : undefined,
|
|
398
423
|
networkId: isSet(object.networkId) ? Number(object.networkId) : 0,
|
|
399
424
|
globalScenesUrn: Array.isArray(object === null || object === void 0 ? void 0 : object.globalScenesUrn) ? object.globalScenesUrn.map((e) => String(e)) : [],
|
|
400
425
|
scenesUrn: Array.isArray(object === null || object === void 0 ? void 0 : object.scenesUrn) ? object.scenesUrn.map((e) => String(e)) : [],
|
|
401
|
-
minimap: isSet(object.minimap) ?
|
|
402
|
-
skybox: isSet(object.skybox) ?
|
|
426
|
+
minimap: isSet(object.minimap) ? AboutResponse_MinimapConfiguration.fromJSON(object.minimap) : undefined,
|
|
427
|
+
skybox: isSet(object.skybox) ? AboutResponse_SkyboxConfiguration.fromJSON(object.skybox) : undefined,
|
|
403
428
|
cityLoaderContentServer: isSet(object.cityLoaderContentServer)
|
|
404
429
|
? String(object.cityLoaderContentServer)
|
|
405
430
|
: undefined,
|
|
406
431
|
};
|
|
407
|
-
}
|
|
408
|
-
|
|
432
|
+
}
|
|
433
|
+
AboutResponse_AboutConfiguration.fromJSON = fromJSON;
|
|
434
|
+
function toJSON(message) {
|
|
409
435
|
const obj = {};
|
|
410
436
|
message.realmName !== undefined && (obj.realmName = message.realmName);
|
|
411
437
|
message.networkId !== undefined && (obj.networkId = Math.round(message.networkId));
|
|
@@ -422,16 +448,18 @@ exports.AboutResponse_AboutConfiguration = {
|
|
|
422
448
|
obj.scenesUrn = [];
|
|
423
449
|
}
|
|
424
450
|
message.minimap !== undefined &&
|
|
425
|
-
(obj.minimap = message.minimap ?
|
|
451
|
+
(obj.minimap = message.minimap ? AboutResponse_MinimapConfiguration.toJSON(message.minimap) : undefined);
|
|
426
452
|
message.skybox !== undefined &&
|
|
427
|
-
(obj.skybox = message.skybox ?
|
|
453
|
+
(obj.skybox = message.skybox ? AboutResponse_SkyboxConfiguration.toJSON(message.skybox) : undefined);
|
|
428
454
|
message.cityLoaderContentServer !== undefined && (obj.cityLoaderContentServer = message.cityLoaderContentServer);
|
|
429
455
|
return obj;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
456
|
+
}
|
|
457
|
+
AboutResponse_AboutConfiguration.toJSON = toJSON;
|
|
458
|
+
function create(base) {
|
|
459
|
+
return AboutResponse_AboutConfiguration.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
460
|
+
}
|
|
461
|
+
AboutResponse_AboutConfiguration.create = create;
|
|
462
|
+
function fromPartial(object) {
|
|
435
463
|
var _a, _b, _c, _d, _e;
|
|
436
464
|
const message = createBaseAboutResponse_AboutConfiguration();
|
|
437
465
|
message.realmName = (_a = object.realmName) !== null && _a !== void 0 ? _a : undefined;
|
|
@@ -439,20 +467,22 @@ exports.AboutResponse_AboutConfiguration = {
|
|
|
439
467
|
message.globalScenesUrn = ((_c = object.globalScenesUrn) === null || _c === void 0 ? void 0 : _c.map((e) => e)) || [];
|
|
440
468
|
message.scenesUrn = ((_d = object.scenesUrn) === null || _d === void 0 ? void 0 : _d.map((e) => e)) || [];
|
|
441
469
|
message.minimap = (object.minimap !== undefined && object.minimap !== null)
|
|
442
|
-
?
|
|
470
|
+
? AboutResponse_MinimapConfiguration.fromPartial(object.minimap)
|
|
443
471
|
: undefined;
|
|
444
472
|
message.skybox = (object.skybox !== undefined && object.skybox !== null)
|
|
445
|
-
?
|
|
473
|
+
? AboutResponse_SkyboxConfiguration.fromPartial(object.skybox)
|
|
446
474
|
: undefined;
|
|
447
475
|
message.cityLoaderContentServer = (_e = object.cityLoaderContentServer) !== null && _e !== void 0 ? _e : undefined;
|
|
448
476
|
return message;
|
|
449
|
-
}
|
|
450
|
-
|
|
477
|
+
}
|
|
478
|
+
AboutResponse_AboutConfiguration.fromPartial = fromPartial;
|
|
479
|
+
})(AboutResponse_AboutConfiguration = exports.AboutResponse_AboutConfiguration || (exports.AboutResponse_AboutConfiguration = {}));
|
|
451
480
|
function createBaseAboutResponse_ContentInfo() {
|
|
452
481
|
return { healthy: false, version: undefined, commitHash: undefined, publicUrl: "" };
|
|
453
482
|
}
|
|
454
|
-
|
|
455
|
-
|
|
483
|
+
var AboutResponse_ContentInfo;
|
|
484
|
+
(function (AboutResponse_ContentInfo) {
|
|
485
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
456
486
|
if (message.healthy === true) {
|
|
457
487
|
writer.uint32(8).bool(message.healthy);
|
|
458
488
|
}
|
|
@@ -466,8 +496,9 @@ exports.AboutResponse_ContentInfo = {
|
|
|
466
496
|
writer.uint32(34).string(message.publicUrl);
|
|
467
497
|
}
|
|
468
498
|
return writer;
|
|
469
|
-
}
|
|
470
|
-
|
|
499
|
+
}
|
|
500
|
+
AboutResponse_ContentInfo.encode = encode;
|
|
501
|
+
function decode(input, length) {
|
|
471
502
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
472
503
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
473
504
|
const message = createBaseAboutResponse_ContentInfo();
|
|
@@ -505,27 +536,31 @@ exports.AboutResponse_ContentInfo = {
|
|
|
505
536
|
reader.skipType(tag & 7);
|
|
506
537
|
}
|
|
507
538
|
return message;
|
|
508
|
-
}
|
|
509
|
-
|
|
539
|
+
}
|
|
540
|
+
AboutResponse_ContentInfo.decode = decode;
|
|
541
|
+
function fromJSON(object) {
|
|
510
542
|
return {
|
|
511
543
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
512
544
|
version: isSet(object.version) ? String(object.version) : undefined,
|
|
513
545
|
commitHash: isSet(object.commitHash) ? String(object.commitHash) : undefined,
|
|
514
546
|
publicUrl: isSet(object.publicUrl) ? String(object.publicUrl) : "",
|
|
515
547
|
};
|
|
516
|
-
}
|
|
517
|
-
|
|
548
|
+
}
|
|
549
|
+
AboutResponse_ContentInfo.fromJSON = fromJSON;
|
|
550
|
+
function toJSON(message) {
|
|
518
551
|
const obj = {};
|
|
519
552
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
520
553
|
message.version !== undefined && (obj.version = message.version);
|
|
521
554
|
message.commitHash !== undefined && (obj.commitHash = message.commitHash);
|
|
522
555
|
message.publicUrl !== undefined && (obj.publicUrl = message.publicUrl);
|
|
523
556
|
return obj;
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
557
|
+
}
|
|
558
|
+
AboutResponse_ContentInfo.toJSON = toJSON;
|
|
559
|
+
function create(base) {
|
|
560
|
+
return AboutResponse_ContentInfo.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
561
|
+
}
|
|
562
|
+
AboutResponse_ContentInfo.create = create;
|
|
563
|
+
function fromPartial(object) {
|
|
529
564
|
var _a, _b, _c, _d;
|
|
530
565
|
const message = createBaseAboutResponse_ContentInfo();
|
|
531
566
|
message.healthy = (_a = object.healthy) !== null && _a !== void 0 ? _a : false;
|
|
@@ -533,13 +568,15 @@ exports.AboutResponse_ContentInfo = {
|
|
|
533
568
|
message.commitHash = (_c = object.commitHash) !== null && _c !== void 0 ? _c : undefined;
|
|
534
569
|
message.publicUrl = (_d = object.publicUrl) !== null && _d !== void 0 ? _d : "";
|
|
535
570
|
return message;
|
|
536
|
-
}
|
|
537
|
-
|
|
571
|
+
}
|
|
572
|
+
AboutResponse_ContentInfo.fromPartial = fromPartial;
|
|
573
|
+
})(AboutResponse_ContentInfo = exports.AboutResponse_ContentInfo || (exports.AboutResponse_ContentInfo = {}));
|
|
538
574
|
function createBaseAboutResponse_LambdasInfo() {
|
|
539
575
|
return { healthy: false, version: undefined, commitHash: undefined, publicUrl: "" };
|
|
540
576
|
}
|
|
541
|
-
|
|
542
|
-
|
|
577
|
+
var AboutResponse_LambdasInfo;
|
|
578
|
+
(function (AboutResponse_LambdasInfo) {
|
|
579
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
543
580
|
if (message.healthy === true) {
|
|
544
581
|
writer.uint32(8).bool(message.healthy);
|
|
545
582
|
}
|
|
@@ -553,8 +590,9 @@ exports.AboutResponse_LambdasInfo = {
|
|
|
553
590
|
writer.uint32(34).string(message.publicUrl);
|
|
554
591
|
}
|
|
555
592
|
return writer;
|
|
556
|
-
}
|
|
557
|
-
|
|
593
|
+
}
|
|
594
|
+
AboutResponse_LambdasInfo.encode = encode;
|
|
595
|
+
function decode(input, length) {
|
|
558
596
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
559
597
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
560
598
|
const message = createBaseAboutResponse_LambdasInfo();
|
|
@@ -592,27 +630,31 @@ exports.AboutResponse_LambdasInfo = {
|
|
|
592
630
|
reader.skipType(tag & 7);
|
|
593
631
|
}
|
|
594
632
|
return message;
|
|
595
|
-
}
|
|
596
|
-
|
|
633
|
+
}
|
|
634
|
+
AboutResponse_LambdasInfo.decode = decode;
|
|
635
|
+
function fromJSON(object) {
|
|
597
636
|
return {
|
|
598
637
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
599
638
|
version: isSet(object.version) ? String(object.version) : undefined,
|
|
600
639
|
commitHash: isSet(object.commitHash) ? String(object.commitHash) : undefined,
|
|
601
640
|
publicUrl: isSet(object.publicUrl) ? String(object.publicUrl) : "",
|
|
602
641
|
};
|
|
603
|
-
}
|
|
604
|
-
|
|
642
|
+
}
|
|
643
|
+
AboutResponse_LambdasInfo.fromJSON = fromJSON;
|
|
644
|
+
function toJSON(message) {
|
|
605
645
|
const obj = {};
|
|
606
646
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
607
647
|
message.version !== undefined && (obj.version = message.version);
|
|
608
648
|
message.commitHash !== undefined && (obj.commitHash = message.commitHash);
|
|
609
649
|
message.publicUrl !== undefined && (obj.publicUrl = message.publicUrl);
|
|
610
650
|
return obj;
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
651
|
+
}
|
|
652
|
+
AboutResponse_LambdasInfo.toJSON = toJSON;
|
|
653
|
+
function create(base) {
|
|
654
|
+
return AboutResponse_LambdasInfo.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
655
|
+
}
|
|
656
|
+
AboutResponse_LambdasInfo.create = create;
|
|
657
|
+
function fromPartial(object) {
|
|
616
658
|
var _a, _b, _c, _d;
|
|
617
659
|
const message = createBaseAboutResponse_LambdasInfo();
|
|
618
660
|
message.healthy = (_a = object.healthy) !== null && _a !== void 0 ? _a : false;
|
|
@@ -620,8 +662,9 @@ exports.AboutResponse_LambdasInfo = {
|
|
|
620
662
|
message.commitHash = (_c = object.commitHash) !== null && _c !== void 0 ? _c : undefined;
|
|
621
663
|
message.publicUrl = (_d = object.publicUrl) !== null && _d !== void 0 ? _d : "";
|
|
622
664
|
return message;
|
|
623
|
-
}
|
|
624
|
-
|
|
665
|
+
}
|
|
666
|
+
AboutResponse_LambdasInfo.fromPartial = fromPartial;
|
|
667
|
+
})(AboutResponse_LambdasInfo = exports.AboutResponse_LambdasInfo || (exports.AboutResponse_LambdasInfo = {}));
|
|
625
668
|
function createBaseAboutResponse_CommsInfo() {
|
|
626
669
|
return {
|
|
627
670
|
healthy: false,
|
|
@@ -633,8 +676,9 @@ function createBaseAboutResponse_CommsInfo() {
|
|
|
633
676
|
fixedAdapter: undefined,
|
|
634
677
|
};
|
|
635
678
|
}
|
|
636
|
-
|
|
637
|
-
|
|
679
|
+
var AboutResponse_CommsInfo;
|
|
680
|
+
(function (AboutResponse_CommsInfo) {
|
|
681
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
638
682
|
if (message.healthy === true) {
|
|
639
683
|
writer.uint32(8).bool(message.healthy);
|
|
640
684
|
}
|
|
@@ -657,8 +701,9 @@ exports.AboutResponse_CommsInfo = {
|
|
|
657
701
|
writer.uint32(418).string(message.fixedAdapter);
|
|
658
702
|
}
|
|
659
703
|
return writer;
|
|
660
|
-
}
|
|
661
|
-
|
|
704
|
+
}
|
|
705
|
+
AboutResponse_CommsInfo.encode = encode;
|
|
706
|
+
function decode(input, length) {
|
|
662
707
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
663
708
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
664
709
|
const message = createBaseAboutResponse_CommsInfo();
|
|
@@ -714,8 +759,9 @@ exports.AboutResponse_CommsInfo = {
|
|
|
714
759
|
reader.skipType(tag & 7);
|
|
715
760
|
}
|
|
716
761
|
return message;
|
|
717
|
-
}
|
|
718
|
-
|
|
762
|
+
}
|
|
763
|
+
AboutResponse_CommsInfo.decode = decode;
|
|
764
|
+
function fromJSON(object) {
|
|
719
765
|
return {
|
|
720
766
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
721
767
|
version: isSet(object.version) ? String(object.version) : undefined,
|
|
@@ -725,8 +771,9 @@ exports.AboutResponse_CommsInfo = {
|
|
|
725
771
|
usersCount: isSet(object.usersCount) ? Number(object.usersCount) : undefined,
|
|
726
772
|
fixedAdapter: isSet(object.fixedAdapter) ? String(object.fixedAdapter) : undefined,
|
|
727
773
|
};
|
|
728
|
-
}
|
|
729
|
-
|
|
774
|
+
}
|
|
775
|
+
AboutResponse_CommsInfo.fromJSON = fromJSON;
|
|
776
|
+
function toJSON(message) {
|
|
730
777
|
const obj = {};
|
|
731
778
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
732
779
|
message.version !== undefined && (obj.version = message.version);
|
|
@@ -736,11 +783,13 @@ exports.AboutResponse_CommsInfo = {
|
|
|
736
783
|
message.usersCount !== undefined && (obj.usersCount = Math.round(message.usersCount));
|
|
737
784
|
message.fixedAdapter !== undefined && (obj.fixedAdapter = message.fixedAdapter);
|
|
738
785
|
return obj;
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
786
|
+
}
|
|
787
|
+
AboutResponse_CommsInfo.toJSON = toJSON;
|
|
788
|
+
function create(base) {
|
|
789
|
+
return AboutResponse_CommsInfo.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
790
|
+
}
|
|
791
|
+
AboutResponse_CommsInfo.create = create;
|
|
792
|
+
function fromPartial(object) {
|
|
744
793
|
var _a, _b, _c, _d, _e, _f, _g;
|
|
745
794
|
const message = createBaseAboutResponse_CommsInfo();
|
|
746
795
|
message.healthy = (_a = object.healthy) !== null && _a !== void 0 ? _a : false;
|
|
@@ -751,8 +800,9 @@ exports.AboutResponse_CommsInfo = {
|
|
|
751
800
|
message.usersCount = (_f = object.usersCount) !== null && _f !== void 0 ? _f : undefined;
|
|
752
801
|
message.fixedAdapter = (_g = object.fixedAdapter) !== null && _g !== void 0 ? _g : undefined;
|
|
753
802
|
return message;
|
|
754
|
-
}
|
|
755
|
-
|
|
803
|
+
}
|
|
804
|
+
AboutResponse_CommsInfo.fromPartial = fromPartial;
|
|
805
|
+
})(AboutResponse_CommsInfo = exports.AboutResponse_CommsInfo || (exports.AboutResponse_CommsInfo = {}));
|
|
756
806
|
function createBaseAboutResponse_BffInfo() {
|
|
757
807
|
return {
|
|
758
808
|
healthy: false,
|
|
@@ -763,8 +813,9 @@ function createBaseAboutResponse_BffInfo() {
|
|
|
763
813
|
protocolVersion: undefined,
|
|
764
814
|
};
|
|
765
815
|
}
|
|
766
|
-
|
|
767
|
-
|
|
816
|
+
var AboutResponse_BffInfo;
|
|
817
|
+
(function (AboutResponse_BffInfo) {
|
|
818
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
768
819
|
if (message.healthy === true) {
|
|
769
820
|
writer.uint32(8).bool(message.healthy);
|
|
770
821
|
}
|
|
@@ -784,8 +835,9 @@ exports.AboutResponse_BffInfo = {
|
|
|
784
835
|
writer.uint32(418).string(message.protocolVersion);
|
|
785
836
|
}
|
|
786
837
|
return writer;
|
|
787
|
-
}
|
|
788
|
-
|
|
838
|
+
}
|
|
839
|
+
AboutResponse_BffInfo.encode = encode;
|
|
840
|
+
function decode(input, length) {
|
|
789
841
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
790
842
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
791
843
|
const message = createBaseAboutResponse_BffInfo();
|
|
@@ -835,8 +887,9 @@ exports.AboutResponse_BffInfo = {
|
|
|
835
887
|
reader.skipType(tag & 7);
|
|
836
888
|
}
|
|
837
889
|
return message;
|
|
838
|
-
}
|
|
839
|
-
|
|
890
|
+
}
|
|
891
|
+
AboutResponse_BffInfo.decode = decode;
|
|
892
|
+
function fromJSON(object) {
|
|
840
893
|
return {
|
|
841
894
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
842
895
|
version: isSet(object.version) ? String(object.version) : undefined,
|
|
@@ -845,8 +898,9 @@ exports.AboutResponse_BffInfo = {
|
|
|
845
898
|
userCount: isSet(object.userCount) ? Number(object.userCount) : undefined,
|
|
846
899
|
protocolVersion: isSet(object.protocolVersion) ? String(object.protocolVersion) : undefined,
|
|
847
900
|
};
|
|
848
|
-
}
|
|
849
|
-
|
|
901
|
+
}
|
|
902
|
+
AboutResponse_BffInfo.fromJSON = fromJSON;
|
|
903
|
+
function toJSON(message) {
|
|
850
904
|
const obj = {};
|
|
851
905
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
852
906
|
message.version !== undefined && (obj.version = message.version);
|
|
@@ -855,11 +909,13 @@ exports.AboutResponse_BffInfo = {
|
|
|
855
909
|
message.userCount !== undefined && (obj.userCount = Math.round(message.userCount));
|
|
856
910
|
message.protocolVersion !== undefined && (obj.protocolVersion = message.protocolVersion);
|
|
857
911
|
return obj;
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
912
|
+
}
|
|
913
|
+
AboutResponse_BffInfo.toJSON = toJSON;
|
|
914
|
+
function create(base) {
|
|
915
|
+
return AboutResponse_BffInfo.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
916
|
+
}
|
|
917
|
+
AboutResponse_BffInfo.create = create;
|
|
918
|
+
function fromPartial(object) {
|
|
863
919
|
var _a, _b, _c, _d, _e, _f;
|
|
864
920
|
const message = createBaseAboutResponse_BffInfo();
|
|
865
921
|
message.healthy = (_a = object.healthy) !== null && _a !== void 0 ? _a : false;
|
|
@@ -869,8 +925,9 @@ exports.AboutResponse_BffInfo = {
|
|
|
869
925
|
message.userCount = (_e = object.userCount) !== null && _e !== void 0 ? _e : undefined;
|
|
870
926
|
message.protocolVersion = (_f = object.protocolVersion) !== null && _f !== void 0 ? _f : undefined;
|
|
871
927
|
return message;
|
|
872
|
-
}
|
|
873
|
-
|
|
928
|
+
}
|
|
929
|
+
AboutResponse_BffInfo.fromPartial = fromPartial;
|
|
930
|
+
})(AboutResponse_BffInfo = exports.AboutResponse_BffInfo || (exports.AboutResponse_BffInfo = {}));
|
|
874
931
|
exports.HttpEndpointsDefinition = {
|
|
875
932
|
name: "HttpEndpoints",
|
|
876
933
|
fullName: "decentraland.bff.HttpEndpoints",
|
|
@@ -880,7 +937,7 @@ exports.HttpEndpointsDefinition = {
|
|
|
880
937
|
name: "About",
|
|
881
938
|
requestType: empty_gen_1.Empty,
|
|
882
939
|
requestStream: false,
|
|
883
|
-
responseType:
|
|
940
|
+
responseType: AboutResponse,
|
|
884
941
|
responseStream: false,
|
|
885
942
|
options: {},
|
|
886
943
|
},
|