@dcl/protocol 1.0.0-4949759723.commit-9a568b1 → 1.0.0-4959770633.commit-e249449
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/out-js/decentraland/bff/authentication_service.gen.d.ts +46 -184
- package/out-js/decentraland/bff/authentication_service.gen.js +115 -80
- package/out-js/decentraland/bff/authentication_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/comms_director_service.gen.d.ts +28 -228
- package/out-js/decentraland/bff/comms_director_service.gen.js +76 -54
- package/out-js/decentraland/bff/comms_director_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/comms_service.gen.d.ts +30 -272
- package/out-js/decentraland/bff/comms_service.gen.js +52 -38
- package/out-js/decentraland/bff/comms_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/http_endpoints.gen.d.ts +67 -828
- package/out-js/decentraland/bff/http_endpoints.gen.js +237 -161
- package/out-js/decentraland/bff/http_endpoints.gen.js.map +1 -1
- package/out-js/decentraland/bff/topics_service.gen.d.ts +46 -208
- package/out-js/decentraland/bff/topics_service.gen.js +116 -81
- package/out-js/decentraland/bff/topics_service.gen.js.map +1 -1
- package/out-js/decentraland/common/border_rect.gen.d.ts +16 -56
- package/out-js/decentraland/common/border_rect.gen.js +44 -30
- package/out-js/decentraland/common/border_rect.gen.js.map +1 -1
- package/out-js/decentraland/common/colors.gen.d.ts +16 -52
- package/out-js/decentraland/common/colors.gen.js +44 -30
- package/out-js/decentraland/common/colors.gen.js.map +1 -1
- package/out-js/decentraland/common/content_mapping.gen.d.ts +8 -20
- package/out-js/decentraland/common/content_mapping.gen.js +22 -15
- package/out-js/decentraland/common/content_mapping.gen.js.map +1 -1
- package/out-js/decentraland/common/sdk/user_data.gen.d.ts +24 -176
- package/out-js/decentraland/common/sdk/user_data.gen.js +76 -55
- package/out-js/decentraland/common/sdk/user_data.gen.js.map +1 -1
- package/out-js/decentraland/common/texture.gen.d.ts +32 -250
- package/out-js/decentraland/common/texture.gen.js +103 -75
- package/out-js/decentraland/common/texture.gen.js.map +1 -1
- package/out-js/decentraland/common/vectors.gen.d.ts +38 -68
- package/out-js/decentraland/common/vectors.gen.js +161 -46
- package/out-js/decentraland/common/vectors.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/communications_controller.gen.d.ts +18 -48
- package/out-js/decentraland/kernel/apis/communications_controller.gen.js +46 -32
- package/out-js/decentraland/kernel/apis/communications_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/dev_tools.gen.d.ts +18 -56
- package/out-js/decentraland/kernel/apis/dev_tools.gen.js +46 -32
- package/out-js/decentraland/kernel/apis/dev_tools.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/engine_api.gen.d.ts +157 -4088
- package/out-js/decentraland/kernel/apis/engine_api.gen.js +483 -1650
- package/out-js/decentraland/kernel/apis/engine_api.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/environment_api.gen.d.ts +150 -690
- package/out-js/decentraland/kernel/apis/environment_api.gen.js +400 -281
- package/out-js/decentraland/kernel/apis/environment_api.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.d.ts +106 -440
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js +278 -194
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.d.ts +70 -518
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.js +192 -136
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/permissions.gen.d.ts +36 -128
- package/out-js/decentraland/kernel/apis/permissions.gen.js +92 -64
- package/out-js/decentraland/kernel/apis/permissions.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/players.gen.d.ts +54 -476
- package/out-js/decentraland/kernel/apis/players.gen.js +143 -101
- package/out-js/decentraland/kernel/apis/players.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.d.ts +80 -308
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.js +211 -148
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.d.ts +102 -568
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +256 -179
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/runtime.gen.d.ts +80 -404
- package/out-js/decentraland/kernel/apis/runtime.gen.js +211 -148
- package/out-js/decentraland/kernel/apis/runtime.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/scene.gen.d.ts +18 -132
- package/out-js/decentraland/kernel/apis/scene.gen.js +46 -32
- package/out-js/decentraland/kernel/apis/scene.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.d.ts +42 -284
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.js +121 -86
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/social_controller.gen.d.ts +26 -128
- package/out-js/decentraland/kernel/apis/social_controller.gen.js +73 -52
- package/out-js/decentraland/kernel/apis/social_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/testing.gen.d.ts +78 -408
- package/out-js/decentraland/kernel/apis/testing.gen.js +219 -156
- package/out-js/decentraland/kernel/apis/testing.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/user_action_module.gen.d.ts +18 -48
- package/out-js/decentraland/kernel/apis/user_action_module.gen.js +46 -32
- package/out-js/decentraland/kernel/apis/user_action_module.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/user_identity.gen.d.ts +36 -352
- package/out-js/decentraland/kernel/apis/user_identity.gen.js +92 -64
- package/out-js/decentraland/kernel/apis/user_identity.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.d.ts +64 -550
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +220 -161
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.d.ts +80 -560
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js +280 -204
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.d.ts +112 -1002
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js +372 -270
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js.map +1 -1
- package/out-js/decentraland/realm/about.gen.d.ts +64 -534
- package/out-js/decentraland/realm/about.gen.js +214 -157
- package/out-js/decentraland/realm/about.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/animator.gen.d.ts +16 -136
- package/out-js/decentraland/sdk/components/animator.gen.js +49 -35
- package/out-js/decentraland/sdk/components/animator.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/audio_source.gen.d.ts +8 -32
- package/out-js/decentraland/sdk/components/audio_source.gen.js +22 -15
- package/out-js/decentraland/sdk/components/audio_source.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/audio_stream.gen.d.ts +8 -24
- package/out-js/decentraland/sdk/components/audio_stream.gen.js +22 -15
- package/out-js/decentraland/sdk/components/audio_stream.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_attach.gen.d.ts +8 -20
- package/out-js/decentraland/sdk/components/avatar_attach.gen.js +22 -15
- package/out-js/decentraland/sdk/components/avatar_attach.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.d.ts +8 -48
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +22 -15
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_shape.gen.d.ts +8 -128
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js +22 -15
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/billboard.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/billboard.gen.js +22 -15
- package/out-js/decentraland/sdk/components/billboard.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/camera_mode.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/camera_mode.gen.js +22 -15
- package/out-js/decentraland/sdk/components/camera_mode.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.d.ts +8 -44
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +22 -15
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.d.ts +8 -136
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js +22 -15
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/engine_info.gen.d.ts +8 -24
- package/out-js/decentraland/sdk/components/engine_info.gen.js +22 -15
- package/out-js/decentraland/sdk/components/engine_info.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/gltf_container.gen.d.ts +8 -24
- package/out-js/decentraland/sdk/components/gltf_container.gen.js +22 -15
- package/out-js/decentraland/sdk/components/gltf_container.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js +22 -15
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/material.gen.d.ts +24 -3368
- package/out-js/decentraland/sdk/components/material.gen.js +80 -58
- package/out-js/decentraland/sdk/components/material.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +40 -176
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js +130 -95
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.d.ts +40 -220
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +130 -95
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/nft_shape.gen.d.ts +8 -48
- package/out-js/decentraland/sdk/components/nft_shape.gen.js +22 -15
- package/out-js/decentraland/sdk/components/nft_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/pointer_events.gen.d.ts +24 -184
- package/out-js/decentraland/sdk/components/pointer_events.gen.js +76 -55
- package/out-js/decentraland/sdk/components/pointer_events.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.d.ts +8 -212
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.js +22 -15
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/pointer_lock.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/pointer_lock.gen.js +22 -15
- package/out-js/decentraland/sdk/components/pointer_lock.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/raycast.gen.d.ts +8 -248
- package/out-js/decentraland/sdk/components/raycast.gen.js +30 -21
- package/out-js/decentraland/sdk/components/raycast.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/raycast_result.gen.d.ts +8 -352
- package/out-js/decentraland/sdk/components/raycast_result.gen.js +22 -15
- package/out-js/decentraland/sdk/components/raycast_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/text_shape.gen.d.ts +8 -174
- package/out-js/decentraland/sdk/components/text_shape.gen.js +22 -15
- package/out-js/decentraland/sdk/components/text_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_background.gen.d.ts +8 -314
- package/out-js/decentraland/sdk/components/ui_background.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_background.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.d.ts +8 -78
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_input.gen.d.ts +8 -104
- package/out-js/decentraland/sdk/components/ui_input.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_input.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_input_result.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/ui_input_result.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_input_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_text.gen.d.ts +8 -62
- package/out-js/decentraland/sdk/components/ui_text.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_transform.gen.d.ts +8 -216
- package/out-js/decentraland/sdk/components/ui_transform.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/video_player.gen.d.ts +8 -36
- package/out-js/decentraland/sdk/components/video_player.gen.js +22 -15
- package/out-js/decentraland/sdk/components/video_player.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/visibility_component.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/visibility_component.gen.js +22 -15
- package/out-js/decentraland/sdk/components/visibility_component.gen.js.map +1 -1
- package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.d.ts +1004 -0
- package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js +7829 -0
- package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js.map +1 -0
- package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.d.ts +398 -0
- package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js +2512 -0
- package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js.map +1 -0
- package/out-js/decentraland/social/friendships/friendships.gen.d.ts +232 -7630
- package/out-js/decentraland/social/friendships/friendships.gen.js +891 -686
- package/out-js/decentraland/social/friendships/friendships.gen.js.map +1 -1
- package/out-js/google/protobuf/descriptor.gen.d.ts +200 -87148
- package/out-js/google/protobuf/descriptor.gen.js +720 -545
- package/out-js/google/protobuf/descriptor.gen.js.map +1 -1
- package/out-js/google/protobuf/empty.gen.d.ts +8 -8
- package/out-js/google/protobuf/empty.gen.js +22 -15
- package/out-js/google/protobuf/empty.gen.js.map +1 -1
- package/out-ts/decentraland/bff/authentication_service.gen.ts +72 -70
- package/out-ts/decentraland/bff/comms_director_service.gen.ts +46 -45
- package/out-ts/decentraland/bff/comms_service.gen.ts +28 -28
- package/out-ts/decentraland/bff/http_endpoints.gen.ts +159 -117
- package/out-ts/decentraland/bff/topics_service.gen.ts +80 -70
- package/out-ts/decentraland/common/border_rect.gen.ts +28 -28
- package/out-ts/decentraland/common/colors.gen.ts +28 -28
- package/out-ts/decentraland/common/content_mapping.gen.ts +14 -14
- package/out-ts/decentraland/common/sdk/user_data.gen.ts +42 -42
- package/out-ts/decentraland/common/texture.gen.ts +56 -56
- package/out-ts/decentraland/common/vectors.gen.ts +146 -42
- package/out-ts/decentraland/kernel/apis/communications_controller.gen.ts +28 -28
- package/out-ts/decentraland/kernel/apis/dev_tools.gen.ts +28 -28
- package/out-ts/decentraland/kernel/apis/engine_api.gen.ts +291 -1786
- package/out-ts/decentraland/kernel/apis/environment_api.gen.ts +271 -238
- package/out-ts/decentraland/kernel/apis/ethereum_controller.gen.ts +189 -168
- package/out-ts/decentraland/kernel/apis/parcel_identity.gen.ts +112 -112
- package/out-ts/decentraland/kernel/apis/permissions.gen.ts +64 -56
- package/out-ts/decentraland/kernel/apis/players.gen.ts +96 -84
- package/out-ts/decentraland/kernel/apis/portable_experiences.gen.ts +129 -126
- package/out-ts/decentraland/kernel/apis/restricted_actions.gen.ts +156 -154
- package/out-ts/decentraland/kernel/apis/runtime.gen.ts +134 -126
- package/out-ts/decentraland/kernel/apis/scene.gen.ts +28 -28
- package/out-ts/decentraland/kernel/apis/signed_fetch.gen.ts +79 -70
- package/out-ts/decentraland/kernel/apis/social_controller.gen.ts +44 -42
- package/out-ts/decentraland/kernel/apis/testing.gen.ts +139 -126
- package/out-ts/decentraland/kernel/apis/user_action_module.gen.ts +30 -28
- package/out-ts/decentraland/kernel/apis/user_identity.gen.ts +60 -56
- package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +126 -121
- package/out-ts/decentraland/kernel/comms/rfc5/ws_comms.gen.ts +166 -158
- package/out-ts/decentraland/kernel/comms/v3/archipelago.gen.ts +225 -208
- package/out-ts/decentraland/realm/about.gen.ts +137 -115
- package/out-ts/decentraland/sdk/components/animator.gen.ts +28 -28
- package/out-ts/decentraland/sdk/components/audio_source.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/audio_stream.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/avatar_attach.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/billboard.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/camera_mode.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/common/raycast_hit.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/engine_info.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/gltf_container.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/gltf_container_loading_state.gen.ts +18 -14
- package/out-ts/decentraland/sdk/components/material.gen.ts +52 -45
- package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +82 -70
- package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +84 -70
- package/out-ts/decentraland/sdk/components/nft_shape.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/pointer_events.gen.ts +44 -42
- package/out-ts/decentraland/sdk/components/pointer_events_result.gen.ts +16 -14
- package/out-ts/decentraland/sdk/components/pointer_lock.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/raycast.gen.ts +22 -20
- package/out-ts/decentraland/sdk/components/raycast_result.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/text_shape.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_background.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_dropdown.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_dropdown_result.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_input.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_input_result.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_text.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/video_player.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/visibility_component.gen.ts +16 -14
- package/out-ts/decentraland/sdk/ecs6/components_ecs6.gen.ts +8942 -0
- package/out-ts/decentraland/sdk/ecs6/engine_interface_ecs6.gen.ts +2884 -0
- package/out-ts/decentraland/social/friendships/friendships.gen.ts +447 -419
- package/out-ts/google/protobuf/descriptor.gen.ts +375 -350
- package/out-ts/google/protobuf/empty.gen.ts +14 -14
- package/package.json +3 -3
- package/proto/decentraland/bff/http_endpoints.proto +1 -0
- package/proto/decentraland/common/vectors.proto +7 -0
- package/proto/decentraland/kernel/apis/engine_api.proto +2 -110
- package/proto/decentraland/sdk/ecs6/components_ecs6.proto +677 -0
- package/proto/decentraland/sdk/ecs6/engine_interface_ecs6.proto +151 -0
|
@@ -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,44 +214,54 @@ 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
|
-
return { fixedHour: undefined };
|
|
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
|
}
|
|
258
|
+
for (const v of message.textures) {
|
|
259
|
+
writer.uint32(18).string(v);
|
|
260
|
+
}
|
|
242
261
|
return writer;
|
|
243
|
-
}
|
|
244
|
-
|
|
262
|
+
}
|
|
263
|
+
AboutResponse_SkyboxConfiguration.encode = encode;
|
|
264
|
+
function decode(input, length) {
|
|
245
265
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
246
266
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
247
267
|
const message = createBaseAboutResponse_SkyboxConfiguration();
|
|
@@ -254,6 +274,12 @@ exports.AboutResponse_SkyboxConfiguration = {
|
|
|
254
274
|
}
|
|
255
275
|
message.fixedHour = reader.float();
|
|
256
276
|
continue;
|
|
277
|
+
case 2:
|
|
278
|
+
if (tag !== 18) {
|
|
279
|
+
break;
|
|
280
|
+
}
|
|
281
|
+
message.textures.push(reader.string());
|
|
282
|
+
continue;
|
|
257
283
|
}
|
|
258
284
|
if ((tag & 7) === 4 || tag === 0) {
|
|
259
285
|
break;
|
|
@@ -261,25 +287,40 @@ exports.AboutResponse_SkyboxConfiguration = {
|
|
|
261
287
|
reader.skipType(tag & 7);
|
|
262
288
|
}
|
|
263
289
|
return message;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
290
|
+
}
|
|
291
|
+
AboutResponse_SkyboxConfiguration.decode = decode;
|
|
292
|
+
function fromJSON(object) {
|
|
293
|
+
return {
|
|
294
|
+
fixedHour: isSet(object.fixedHour) ? Number(object.fixedHour) : undefined,
|
|
295
|
+
textures: Array.isArray(object === null || object === void 0 ? void 0 : object.textures) ? object.textures.map((e) => String(e)) : [],
|
|
296
|
+
};
|
|
297
|
+
}
|
|
298
|
+
AboutResponse_SkyboxConfiguration.fromJSON = fromJSON;
|
|
299
|
+
function toJSON(message) {
|
|
269
300
|
const obj = {};
|
|
270
301
|
message.fixedHour !== undefined && (obj.fixedHour = message.fixedHour);
|
|
302
|
+
if (message.textures) {
|
|
303
|
+
obj.textures = message.textures.map((e) => e);
|
|
304
|
+
}
|
|
305
|
+
else {
|
|
306
|
+
obj.textures = [];
|
|
307
|
+
}
|
|
271
308
|
return obj;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
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) {
|
|
316
|
+
var _a, _b;
|
|
278
317
|
const message = createBaseAboutResponse_SkyboxConfiguration();
|
|
279
318
|
message.fixedHour = (_a = object.fixedHour) !== null && _a !== void 0 ? _a : undefined;
|
|
319
|
+
message.textures = ((_b = object.textures) === null || _b === void 0 ? void 0 : _b.map((e) => e)) || [];
|
|
280
320
|
return message;
|
|
281
|
-
}
|
|
282
|
-
|
|
321
|
+
}
|
|
322
|
+
AboutResponse_SkyboxConfiguration.fromPartial = fromPartial;
|
|
323
|
+
})(AboutResponse_SkyboxConfiguration = exports.AboutResponse_SkyboxConfiguration || (exports.AboutResponse_SkyboxConfiguration = {}));
|
|
283
324
|
function createBaseAboutResponse_AboutConfiguration() {
|
|
284
325
|
return {
|
|
285
326
|
realmName: undefined,
|
|
@@ -291,8 +332,9 @@ function createBaseAboutResponse_AboutConfiguration() {
|
|
|
291
332
|
cityLoaderContentServer: undefined,
|
|
292
333
|
};
|
|
293
334
|
}
|
|
294
|
-
|
|
295
|
-
|
|
335
|
+
var AboutResponse_AboutConfiguration;
|
|
336
|
+
(function (AboutResponse_AboutConfiguration) {
|
|
337
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
296
338
|
if (message.realmName !== undefined) {
|
|
297
339
|
writer.uint32(10).string(message.realmName);
|
|
298
340
|
}
|
|
@@ -306,17 +348,18 @@ exports.AboutResponse_AboutConfiguration = {
|
|
|
306
348
|
writer.uint32(34).string(v);
|
|
307
349
|
}
|
|
308
350
|
if (message.minimap !== undefined) {
|
|
309
|
-
|
|
351
|
+
AboutResponse_MinimapConfiguration.encode(message.minimap, writer.uint32(42).fork()).ldelim();
|
|
310
352
|
}
|
|
311
353
|
if (message.skybox !== undefined) {
|
|
312
|
-
|
|
354
|
+
AboutResponse_SkyboxConfiguration.encode(message.skybox, writer.uint32(50).fork()).ldelim();
|
|
313
355
|
}
|
|
314
356
|
if (message.cityLoaderContentServer !== undefined) {
|
|
315
357
|
writer.uint32(58).string(message.cityLoaderContentServer);
|
|
316
358
|
}
|
|
317
359
|
return writer;
|
|
318
|
-
}
|
|
319
|
-
|
|
360
|
+
}
|
|
361
|
+
AboutResponse_AboutConfiguration.encode = encode;
|
|
362
|
+
function decode(input, length) {
|
|
320
363
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
321
364
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
322
365
|
const message = createBaseAboutResponse_AboutConfiguration();
|
|
@@ -351,13 +394,13 @@ exports.AboutResponse_AboutConfiguration = {
|
|
|
351
394
|
if (tag !== 42) {
|
|
352
395
|
break;
|
|
353
396
|
}
|
|
354
|
-
message.minimap =
|
|
397
|
+
message.minimap = AboutResponse_MinimapConfiguration.decode(reader, reader.uint32());
|
|
355
398
|
continue;
|
|
356
399
|
case 6:
|
|
357
400
|
if (tag !== 50) {
|
|
358
401
|
break;
|
|
359
402
|
}
|
|
360
|
-
message.skybox =
|
|
403
|
+
message.skybox = AboutResponse_SkyboxConfiguration.decode(reader, reader.uint32());
|
|
361
404
|
continue;
|
|
362
405
|
case 7:
|
|
363
406
|
if (tag !== 58) {
|
|
@@ -372,21 +415,23 @@ exports.AboutResponse_AboutConfiguration = {
|
|
|
372
415
|
reader.skipType(tag & 7);
|
|
373
416
|
}
|
|
374
417
|
return message;
|
|
375
|
-
}
|
|
376
|
-
|
|
418
|
+
}
|
|
419
|
+
AboutResponse_AboutConfiguration.decode = decode;
|
|
420
|
+
function fromJSON(object) {
|
|
377
421
|
return {
|
|
378
422
|
realmName: isSet(object.realmName) ? String(object.realmName) : undefined,
|
|
379
423
|
networkId: isSet(object.networkId) ? Number(object.networkId) : 0,
|
|
380
424
|
globalScenesUrn: Array.isArray(object === null || object === void 0 ? void 0 : object.globalScenesUrn) ? object.globalScenesUrn.map((e) => String(e)) : [],
|
|
381
425
|
scenesUrn: Array.isArray(object === null || object === void 0 ? void 0 : object.scenesUrn) ? object.scenesUrn.map((e) => String(e)) : [],
|
|
382
|
-
minimap: isSet(object.minimap) ?
|
|
383
|
-
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,
|
|
384
428
|
cityLoaderContentServer: isSet(object.cityLoaderContentServer)
|
|
385
429
|
? String(object.cityLoaderContentServer)
|
|
386
430
|
: undefined,
|
|
387
431
|
};
|
|
388
|
-
}
|
|
389
|
-
|
|
432
|
+
}
|
|
433
|
+
AboutResponse_AboutConfiguration.fromJSON = fromJSON;
|
|
434
|
+
function toJSON(message) {
|
|
390
435
|
const obj = {};
|
|
391
436
|
message.realmName !== undefined && (obj.realmName = message.realmName);
|
|
392
437
|
message.networkId !== undefined && (obj.networkId = Math.round(message.networkId));
|
|
@@ -403,16 +448,18 @@ exports.AboutResponse_AboutConfiguration = {
|
|
|
403
448
|
obj.scenesUrn = [];
|
|
404
449
|
}
|
|
405
450
|
message.minimap !== undefined &&
|
|
406
|
-
(obj.minimap = message.minimap ?
|
|
451
|
+
(obj.minimap = message.minimap ? AboutResponse_MinimapConfiguration.toJSON(message.minimap) : undefined);
|
|
407
452
|
message.skybox !== undefined &&
|
|
408
|
-
(obj.skybox = message.skybox ?
|
|
453
|
+
(obj.skybox = message.skybox ? AboutResponse_SkyboxConfiguration.toJSON(message.skybox) : undefined);
|
|
409
454
|
message.cityLoaderContentServer !== undefined && (obj.cityLoaderContentServer = message.cityLoaderContentServer);
|
|
410
455
|
return obj;
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
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) {
|
|
416
463
|
var _a, _b, _c, _d, _e;
|
|
417
464
|
const message = createBaseAboutResponse_AboutConfiguration();
|
|
418
465
|
message.realmName = (_a = object.realmName) !== null && _a !== void 0 ? _a : undefined;
|
|
@@ -420,20 +467,22 @@ exports.AboutResponse_AboutConfiguration = {
|
|
|
420
467
|
message.globalScenesUrn = ((_c = object.globalScenesUrn) === null || _c === void 0 ? void 0 : _c.map((e) => e)) || [];
|
|
421
468
|
message.scenesUrn = ((_d = object.scenesUrn) === null || _d === void 0 ? void 0 : _d.map((e) => e)) || [];
|
|
422
469
|
message.minimap = (object.minimap !== undefined && object.minimap !== null)
|
|
423
|
-
?
|
|
470
|
+
? AboutResponse_MinimapConfiguration.fromPartial(object.minimap)
|
|
424
471
|
: undefined;
|
|
425
472
|
message.skybox = (object.skybox !== undefined && object.skybox !== null)
|
|
426
|
-
?
|
|
473
|
+
? AboutResponse_SkyboxConfiguration.fromPartial(object.skybox)
|
|
427
474
|
: undefined;
|
|
428
475
|
message.cityLoaderContentServer = (_e = object.cityLoaderContentServer) !== null && _e !== void 0 ? _e : undefined;
|
|
429
476
|
return message;
|
|
430
|
-
}
|
|
431
|
-
|
|
477
|
+
}
|
|
478
|
+
AboutResponse_AboutConfiguration.fromPartial = fromPartial;
|
|
479
|
+
})(AboutResponse_AboutConfiguration = exports.AboutResponse_AboutConfiguration || (exports.AboutResponse_AboutConfiguration = {}));
|
|
432
480
|
function createBaseAboutResponse_ContentInfo() {
|
|
433
481
|
return { healthy: false, version: undefined, commitHash: undefined, publicUrl: "" };
|
|
434
482
|
}
|
|
435
|
-
|
|
436
|
-
|
|
483
|
+
var AboutResponse_ContentInfo;
|
|
484
|
+
(function (AboutResponse_ContentInfo) {
|
|
485
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
437
486
|
if (message.healthy === true) {
|
|
438
487
|
writer.uint32(8).bool(message.healthy);
|
|
439
488
|
}
|
|
@@ -447,8 +496,9 @@ exports.AboutResponse_ContentInfo = {
|
|
|
447
496
|
writer.uint32(34).string(message.publicUrl);
|
|
448
497
|
}
|
|
449
498
|
return writer;
|
|
450
|
-
}
|
|
451
|
-
|
|
499
|
+
}
|
|
500
|
+
AboutResponse_ContentInfo.encode = encode;
|
|
501
|
+
function decode(input, length) {
|
|
452
502
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
453
503
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
454
504
|
const message = createBaseAboutResponse_ContentInfo();
|
|
@@ -486,27 +536,31 @@ exports.AboutResponse_ContentInfo = {
|
|
|
486
536
|
reader.skipType(tag & 7);
|
|
487
537
|
}
|
|
488
538
|
return message;
|
|
489
|
-
}
|
|
490
|
-
|
|
539
|
+
}
|
|
540
|
+
AboutResponse_ContentInfo.decode = decode;
|
|
541
|
+
function fromJSON(object) {
|
|
491
542
|
return {
|
|
492
543
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
493
544
|
version: isSet(object.version) ? String(object.version) : undefined,
|
|
494
545
|
commitHash: isSet(object.commitHash) ? String(object.commitHash) : undefined,
|
|
495
546
|
publicUrl: isSet(object.publicUrl) ? String(object.publicUrl) : "",
|
|
496
547
|
};
|
|
497
|
-
}
|
|
498
|
-
|
|
548
|
+
}
|
|
549
|
+
AboutResponse_ContentInfo.fromJSON = fromJSON;
|
|
550
|
+
function toJSON(message) {
|
|
499
551
|
const obj = {};
|
|
500
552
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
501
553
|
message.version !== undefined && (obj.version = message.version);
|
|
502
554
|
message.commitHash !== undefined && (obj.commitHash = message.commitHash);
|
|
503
555
|
message.publicUrl !== undefined && (obj.publicUrl = message.publicUrl);
|
|
504
556
|
return obj;
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
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) {
|
|
510
564
|
var _a, _b, _c, _d;
|
|
511
565
|
const message = createBaseAboutResponse_ContentInfo();
|
|
512
566
|
message.healthy = (_a = object.healthy) !== null && _a !== void 0 ? _a : false;
|
|
@@ -514,13 +568,15 @@ exports.AboutResponse_ContentInfo = {
|
|
|
514
568
|
message.commitHash = (_c = object.commitHash) !== null && _c !== void 0 ? _c : undefined;
|
|
515
569
|
message.publicUrl = (_d = object.publicUrl) !== null && _d !== void 0 ? _d : "";
|
|
516
570
|
return message;
|
|
517
|
-
}
|
|
518
|
-
|
|
571
|
+
}
|
|
572
|
+
AboutResponse_ContentInfo.fromPartial = fromPartial;
|
|
573
|
+
})(AboutResponse_ContentInfo = exports.AboutResponse_ContentInfo || (exports.AboutResponse_ContentInfo = {}));
|
|
519
574
|
function createBaseAboutResponse_LambdasInfo() {
|
|
520
575
|
return { healthy: false, version: undefined, commitHash: undefined, publicUrl: "" };
|
|
521
576
|
}
|
|
522
|
-
|
|
523
|
-
|
|
577
|
+
var AboutResponse_LambdasInfo;
|
|
578
|
+
(function (AboutResponse_LambdasInfo) {
|
|
579
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
524
580
|
if (message.healthy === true) {
|
|
525
581
|
writer.uint32(8).bool(message.healthy);
|
|
526
582
|
}
|
|
@@ -534,8 +590,9 @@ exports.AboutResponse_LambdasInfo = {
|
|
|
534
590
|
writer.uint32(34).string(message.publicUrl);
|
|
535
591
|
}
|
|
536
592
|
return writer;
|
|
537
|
-
}
|
|
538
|
-
|
|
593
|
+
}
|
|
594
|
+
AboutResponse_LambdasInfo.encode = encode;
|
|
595
|
+
function decode(input, length) {
|
|
539
596
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
540
597
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
541
598
|
const message = createBaseAboutResponse_LambdasInfo();
|
|
@@ -573,27 +630,31 @@ exports.AboutResponse_LambdasInfo = {
|
|
|
573
630
|
reader.skipType(tag & 7);
|
|
574
631
|
}
|
|
575
632
|
return message;
|
|
576
|
-
}
|
|
577
|
-
|
|
633
|
+
}
|
|
634
|
+
AboutResponse_LambdasInfo.decode = decode;
|
|
635
|
+
function fromJSON(object) {
|
|
578
636
|
return {
|
|
579
637
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
580
638
|
version: isSet(object.version) ? String(object.version) : undefined,
|
|
581
639
|
commitHash: isSet(object.commitHash) ? String(object.commitHash) : undefined,
|
|
582
640
|
publicUrl: isSet(object.publicUrl) ? String(object.publicUrl) : "",
|
|
583
641
|
};
|
|
584
|
-
}
|
|
585
|
-
|
|
642
|
+
}
|
|
643
|
+
AboutResponse_LambdasInfo.fromJSON = fromJSON;
|
|
644
|
+
function toJSON(message) {
|
|
586
645
|
const obj = {};
|
|
587
646
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
588
647
|
message.version !== undefined && (obj.version = message.version);
|
|
589
648
|
message.commitHash !== undefined && (obj.commitHash = message.commitHash);
|
|
590
649
|
message.publicUrl !== undefined && (obj.publicUrl = message.publicUrl);
|
|
591
650
|
return obj;
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
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) {
|
|
597
658
|
var _a, _b, _c, _d;
|
|
598
659
|
const message = createBaseAboutResponse_LambdasInfo();
|
|
599
660
|
message.healthy = (_a = object.healthy) !== null && _a !== void 0 ? _a : false;
|
|
@@ -601,8 +662,9 @@ exports.AboutResponse_LambdasInfo = {
|
|
|
601
662
|
message.commitHash = (_c = object.commitHash) !== null && _c !== void 0 ? _c : undefined;
|
|
602
663
|
message.publicUrl = (_d = object.publicUrl) !== null && _d !== void 0 ? _d : "";
|
|
603
664
|
return message;
|
|
604
|
-
}
|
|
605
|
-
|
|
665
|
+
}
|
|
666
|
+
AboutResponse_LambdasInfo.fromPartial = fromPartial;
|
|
667
|
+
})(AboutResponse_LambdasInfo = exports.AboutResponse_LambdasInfo || (exports.AboutResponse_LambdasInfo = {}));
|
|
606
668
|
function createBaseAboutResponse_CommsInfo() {
|
|
607
669
|
return {
|
|
608
670
|
healthy: false,
|
|
@@ -614,8 +676,9 @@ function createBaseAboutResponse_CommsInfo() {
|
|
|
614
676
|
fixedAdapter: undefined,
|
|
615
677
|
};
|
|
616
678
|
}
|
|
617
|
-
|
|
618
|
-
|
|
679
|
+
var AboutResponse_CommsInfo;
|
|
680
|
+
(function (AboutResponse_CommsInfo) {
|
|
681
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
619
682
|
if (message.healthy === true) {
|
|
620
683
|
writer.uint32(8).bool(message.healthy);
|
|
621
684
|
}
|
|
@@ -638,8 +701,9 @@ exports.AboutResponse_CommsInfo = {
|
|
|
638
701
|
writer.uint32(418).string(message.fixedAdapter);
|
|
639
702
|
}
|
|
640
703
|
return writer;
|
|
641
|
-
}
|
|
642
|
-
|
|
704
|
+
}
|
|
705
|
+
AboutResponse_CommsInfo.encode = encode;
|
|
706
|
+
function decode(input, length) {
|
|
643
707
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
644
708
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
645
709
|
const message = createBaseAboutResponse_CommsInfo();
|
|
@@ -695,8 +759,9 @@ exports.AboutResponse_CommsInfo = {
|
|
|
695
759
|
reader.skipType(tag & 7);
|
|
696
760
|
}
|
|
697
761
|
return message;
|
|
698
|
-
}
|
|
699
|
-
|
|
762
|
+
}
|
|
763
|
+
AboutResponse_CommsInfo.decode = decode;
|
|
764
|
+
function fromJSON(object) {
|
|
700
765
|
return {
|
|
701
766
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
702
767
|
version: isSet(object.version) ? String(object.version) : undefined,
|
|
@@ -706,8 +771,9 @@ exports.AboutResponse_CommsInfo = {
|
|
|
706
771
|
usersCount: isSet(object.usersCount) ? Number(object.usersCount) : undefined,
|
|
707
772
|
fixedAdapter: isSet(object.fixedAdapter) ? String(object.fixedAdapter) : undefined,
|
|
708
773
|
};
|
|
709
|
-
}
|
|
710
|
-
|
|
774
|
+
}
|
|
775
|
+
AboutResponse_CommsInfo.fromJSON = fromJSON;
|
|
776
|
+
function toJSON(message) {
|
|
711
777
|
const obj = {};
|
|
712
778
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
713
779
|
message.version !== undefined && (obj.version = message.version);
|
|
@@ -717,11 +783,13 @@ exports.AboutResponse_CommsInfo = {
|
|
|
717
783
|
message.usersCount !== undefined && (obj.usersCount = Math.round(message.usersCount));
|
|
718
784
|
message.fixedAdapter !== undefined && (obj.fixedAdapter = message.fixedAdapter);
|
|
719
785
|
return obj;
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
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) {
|
|
725
793
|
var _a, _b, _c, _d, _e, _f, _g;
|
|
726
794
|
const message = createBaseAboutResponse_CommsInfo();
|
|
727
795
|
message.healthy = (_a = object.healthy) !== null && _a !== void 0 ? _a : false;
|
|
@@ -732,8 +800,9 @@ exports.AboutResponse_CommsInfo = {
|
|
|
732
800
|
message.usersCount = (_f = object.usersCount) !== null && _f !== void 0 ? _f : undefined;
|
|
733
801
|
message.fixedAdapter = (_g = object.fixedAdapter) !== null && _g !== void 0 ? _g : undefined;
|
|
734
802
|
return message;
|
|
735
|
-
}
|
|
736
|
-
|
|
803
|
+
}
|
|
804
|
+
AboutResponse_CommsInfo.fromPartial = fromPartial;
|
|
805
|
+
})(AboutResponse_CommsInfo = exports.AboutResponse_CommsInfo || (exports.AboutResponse_CommsInfo = {}));
|
|
737
806
|
function createBaseAboutResponse_BffInfo() {
|
|
738
807
|
return {
|
|
739
808
|
healthy: false,
|
|
@@ -744,8 +813,9 @@ function createBaseAboutResponse_BffInfo() {
|
|
|
744
813
|
protocolVersion: undefined,
|
|
745
814
|
};
|
|
746
815
|
}
|
|
747
|
-
|
|
748
|
-
|
|
816
|
+
var AboutResponse_BffInfo;
|
|
817
|
+
(function (AboutResponse_BffInfo) {
|
|
818
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
749
819
|
if (message.healthy === true) {
|
|
750
820
|
writer.uint32(8).bool(message.healthy);
|
|
751
821
|
}
|
|
@@ -765,8 +835,9 @@ exports.AboutResponse_BffInfo = {
|
|
|
765
835
|
writer.uint32(418).string(message.protocolVersion);
|
|
766
836
|
}
|
|
767
837
|
return writer;
|
|
768
|
-
}
|
|
769
|
-
|
|
838
|
+
}
|
|
839
|
+
AboutResponse_BffInfo.encode = encode;
|
|
840
|
+
function decode(input, length) {
|
|
770
841
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
771
842
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
772
843
|
const message = createBaseAboutResponse_BffInfo();
|
|
@@ -816,8 +887,9 @@ exports.AboutResponse_BffInfo = {
|
|
|
816
887
|
reader.skipType(tag & 7);
|
|
817
888
|
}
|
|
818
889
|
return message;
|
|
819
|
-
}
|
|
820
|
-
|
|
890
|
+
}
|
|
891
|
+
AboutResponse_BffInfo.decode = decode;
|
|
892
|
+
function fromJSON(object) {
|
|
821
893
|
return {
|
|
822
894
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
823
895
|
version: isSet(object.version) ? String(object.version) : undefined,
|
|
@@ -826,8 +898,9 @@ exports.AboutResponse_BffInfo = {
|
|
|
826
898
|
userCount: isSet(object.userCount) ? Number(object.userCount) : undefined,
|
|
827
899
|
protocolVersion: isSet(object.protocolVersion) ? String(object.protocolVersion) : undefined,
|
|
828
900
|
};
|
|
829
|
-
}
|
|
830
|
-
|
|
901
|
+
}
|
|
902
|
+
AboutResponse_BffInfo.fromJSON = fromJSON;
|
|
903
|
+
function toJSON(message) {
|
|
831
904
|
const obj = {};
|
|
832
905
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
833
906
|
message.version !== undefined && (obj.version = message.version);
|
|
@@ -836,11 +909,13 @@ exports.AboutResponse_BffInfo = {
|
|
|
836
909
|
message.userCount !== undefined && (obj.userCount = Math.round(message.userCount));
|
|
837
910
|
message.protocolVersion !== undefined && (obj.protocolVersion = message.protocolVersion);
|
|
838
911
|
return obj;
|
|
839
|
-
}
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
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) {
|
|
844
919
|
var _a, _b, _c, _d, _e, _f;
|
|
845
920
|
const message = createBaseAboutResponse_BffInfo();
|
|
846
921
|
message.healthy = (_a = object.healthy) !== null && _a !== void 0 ? _a : false;
|
|
@@ -850,8 +925,9 @@ exports.AboutResponse_BffInfo = {
|
|
|
850
925
|
message.userCount = (_e = object.userCount) !== null && _e !== void 0 ? _e : undefined;
|
|
851
926
|
message.protocolVersion = (_f = object.protocolVersion) !== null && _f !== void 0 ? _f : undefined;
|
|
852
927
|
return message;
|
|
853
|
-
}
|
|
854
|
-
|
|
928
|
+
}
|
|
929
|
+
AboutResponse_BffInfo.fromPartial = fromPartial;
|
|
930
|
+
})(AboutResponse_BffInfo = exports.AboutResponse_BffInfo || (exports.AboutResponse_BffInfo = {}));
|
|
855
931
|
exports.HttpEndpointsDefinition = {
|
|
856
932
|
name: "HttpEndpoints",
|
|
857
933
|
fullName: "decentraland.bff.HttpEndpoints",
|
|
@@ -861,7 +937,7 @@ exports.HttpEndpointsDefinition = {
|
|
|
861
937
|
name: "About",
|
|
862
938
|
requestType: empty_gen_1.Empty,
|
|
863
939
|
requestStream: false,
|
|
864
|
-
responseType:
|
|
940
|
+
responseType: AboutResponse,
|
|
865
941
|
responseStream: false,
|
|
866
942
|
options: {},
|
|
867
943
|
},
|