@dcl/protocol 1.0.0-4958447726.commit-3016853 → 1.0.0-4982121558.commit-4b98e1a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/out-js/decentraland/bff/authentication_service.gen.d.ts +46 -184
- package/out-js/decentraland/bff/authentication_service.gen.js +115 -80
- package/out-js/decentraland/bff/authentication_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/comms_director_service.gen.d.ts +28 -228
- package/out-js/decentraland/bff/comms_director_service.gen.js +76 -54
- package/out-js/decentraland/bff/comms_director_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/comms_service.gen.d.ts +30 -272
- package/out-js/decentraland/bff/comms_service.gen.js +52 -38
- package/out-js/decentraland/bff/comms_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/http_endpoints.gen.d.ts +66 -854
- package/out-js/decentraland/bff/http_endpoints.gen.js +215 -158
- package/out-js/decentraland/bff/http_endpoints.gen.js.map +1 -1
- package/out-js/decentraland/bff/topics_service.gen.d.ts +46 -208
- package/out-js/decentraland/bff/topics_service.gen.js +116 -81
- package/out-js/decentraland/bff/topics_service.gen.js.map +1 -1
- package/out-js/decentraland/common/border_rect.gen.d.ts +16 -56
- package/out-js/decentraland/common/border_rect.gen.js +44 -30
- package/out-js/decentraland/common/border_rect.gen.js.map +1 -1
- package/out-js/decentraland/common/colors.gen.d.ts +16 -52
- package/out-js/decentraland/common/colors.gen.js +44 -30
- package/out-js/decentraland/common/colors.gen.js.map +1 -1
- package/out-js/decentraland/common/content_mapping.gen.d.ts +8 -20
- package/out-js/decentraland/common/content_mapping.gen.js +22 -15
- package/out-js/decentraland/common/content_mapping.gen.js.map +1 -1
- package/out-js/decentraland/common/sdk/user_data.gen.d.ts +24 -176
- package/out-js/decentraland/common/sdk/user_data.gen.js +76 -55
- package/out-js/decentraland/common/sdk/user_data.gen.js.map +1 -1
- package/out-js/decentraland/common/texture.gen.d.ts +32 -250
- package/out-js/decentraland/common/texture.gen.js +103 -75
- package/out-js/decentraland/common/texture.gen.js.map +1 -1
- package/out-js/decentraland/common/vectors.gen.d.ts +38 -68
- package/out-js/decentraland/common/vectors.gen.js +161 -46
- package/out-js/decentraland/common/vectors.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/communications_controller.gen.d.ts +18 -48
- package/out-js/decentraland/kernel/apis/communications_controller.gen.js +46 -32
- package/out-js/decentraland/kernel/apis/communications_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/dev_tools.gen.d.ts +18 -56
- package/out-js/decentraland/kernel/apis/dev_tools.gen.js +46 -32
- package/out-js/decentraland/kernel/apis/dev_tools.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/engine_api.gen.d.ts +157 -4088
- package/out-js/decentraland/kernel/apis/engine_api.gen.js +483 -1650
- package/out-js/decentraland/kernel/apis/engine_api.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/environment_api.gen.d.ts +150 -690
- package/out-js/decentraland/kernel/apis/environment_api.gen.js +400 -281
- package/out-js/decentraland/kernel/apis/environment_api.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.d.ts +106 -440
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js +278 -194
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.d.ts +70 -518
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.js +192 -136
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/permissions.gen.d.ts +36 -128
- package/out-js/decentraland/kernel/apis/permissions.gen.js +92 -64
- package/out-js/decentraland/kernel/apis/permissions.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/players.gen.d.ts +54 -476
- package/out-js/decentraland/kernel/apis/players.gen.js +143 -101
- package/out-js/decentraland/kernel/apis/players.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.d.ts +80 -308
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.js +211 -148
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.d.ts +102 -568
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +256 -179
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/runtime.gen.d.ts +80 -404
- package/out-js/decentraland/kernel/apis/runtime.gen.js +211 -148
- package/out-js/decentraland/kernel/apis/runtime.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/scene.gen.d.ts +18 -132
- package/out-js/decentraland/kernel/apis/scene.gen.js +46 -32
- package/out-js/decentraland/kernel/apis/scene.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.d.ts +42 -284
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.js +121 -86
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/social_controller.gen.d.ts +26 -128
- package/out-js/decentraland/kernel/apis/social_controller.gen.js +73 -52
- package/out-js/decentraland/kernel/apis/social_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/testing.gen.d.ts +78 -408
- package/out-js/decentraland/kernel/apis/testing.gen.js +219 -156
- package/out-js/decentraland/kernel/apis/testing.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/user_action_module.gen.d.ts +18 -48
- package/out-js/decentraland/kernel/apis/user_action_module.gen.js +46 -32
- package/out-js/decentraland/kernel/apis/user_action_module.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/user_identity.gen.d.ts +36 -352
- package/out-js/decentraland/kernel/apis/user_identity.gen.js +92 -64
- package/out-js/decentraland/kernel/apis/user_identity.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.d.ts +64 -550
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +220 -161
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.d.ts +80 -560
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js +280 -204
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.d.ts +112 -1002
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js +372 -270
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js.map +1 -1
- package/out-js/decentraland/realm/about.gen.d.ts +64 -534
- package/out-js/decentraland/realm/about.gen.js +214 -157
- package/out-js/decentraland/realm/about.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/animator.gen.d.ts +16 -136
- package/out-js/decentraland/sdk/components/animator.gen.js +49 -35
- package/out-js/decentraland/sdk/components/animator.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/audio_source.gen.d.ts +8 -32
- package/out-js/decentraland/sdk/components/audio_source.gen.js +22 -15
- package/out-js/decentraland/sdk/components/audio_source.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/audio_stream.gen.d.ts +8 -24
- package/out-js/decentraland/sdk/components/audio_stream.gen.js +22 -15
- package/out-js/decentraland/sdk/components/audio_stream.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_attach.gen.d.ts +8 -20
- package/out-js/decentraland/sdk/components/avatar_attach.gen.js +22 -15
- package/out-js/decentraland/sdk/components/avatar_attach.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.d.ts +8 -48
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +22 -15
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_shape.gen.d.ts +8 -128
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js +22 -15
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/billboard.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/billboard.gen.js +22 -15
- package/out-js/decentraland/sdk/components/billboard.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/camera_mode.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/camera_mode.gen.js +22 -15
- package/out-js/decentraland/sdk/components/camera_mode.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.d.ts +8 -44
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +22 -15
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.d.ts +8 -136
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js +22 -15
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/engine_info.gen.d.ts +8 -24
- package/out-js/decentraland/sdk/components/engine_info.gen.js +22 -15
- package/out-js/decentraland/sdk/components/engine_info.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/gltf_container.gen.d.ts +8 -24
- package/out-js/decentraland/sdk/components/gltf_container.gen.js +22 -15
- package/out-js/decentraland/sdk/components/gltf_container.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js +22 -15
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/material.gen.d.ts +24 -3368
- package/out-js/decentraland/sdk/components/material.gen.js +80 -58
- package/out-js/decentraland/sdk/components/material.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +40 -176
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js +130 -95
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.d.ts +40 -220
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +130 -95
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/nft_shape.gen.d.ts +8 -48
- package/out-js/decentraland/sdk/components/nft_shape.gen.js +22 -15
- package/out-js/decentraland/sdk/components/nft_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/pointer_events.gen.d.ts +24 -184
- package/out-js/decentraland/sdk/components/pointer_events.gen.js +76 -55
- package/out-js/decentraland/sdk/components/pointer_events.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.d.ts +8 -212
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.js +22 -15
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/pointer_lock.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/pointer_lock.gen.js +22 -15
- package/out-js/decentraland/sdk/components/pointer_lock.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/raycast.gen.d.ts +8 -248
- package/out-js/decentraland/sdk/components/raycast.gen.js +30 -21
- package/out-js/decentraland/sdk/components/raycast.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/raycast_result.gen.d.ts +8 -352
- package/out-js/decentraland/sdk/components/raycast_result.gen.js +22 -15
- package/out-js/decentraland/sdk/components/raycast_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/text_shape.gen.d.ts +8 -174
- package/out-js/decentraland/sdk/components/text_shape.gen.js +22 -15
- package/out-js/decentraland/sdk/components/text_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_background.gen.d.ts +8 -314
- package/out-js/decentraland/sdk/components/ui_background.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_background.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.d.ts +8 -78
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_input.gen.d.ts +8 -104
- package/out-js/decentraland/sdk/components/ui_input.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_input.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_input_result.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/ui_input_result.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_input_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_text.gen.d.ts +8 -62
- package/out-js/decentraland/sdk/components/ui_text.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_transform.gen.d.ts +8 -216
- package/out-js/decentraland/sdk/components/ui_transform.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/video_player.gen.d.ts +8 -36
- package/out-js/decentraland/sdk/components/video_player.gen.js +22 -15
- package/out-js/decentraland/sdk/components/video_player.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/visibility_component.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/visibility_component.gen.js +22 -15
- package/out-js/decentraland/sdk/components/visibility_component.gen.js.map +1 -1
- package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.d.ts +1004 -0
- package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js +7829 -0
- package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js.map +1 -0
- package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.d.ts +398 -0
- package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js +2512 -0
- package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js.map +1 -0
- package/out-js/decentraland/social/friendships/friendships.gen.d.ts +182 -7715
- package/out-js/decentraland/social/friendships/friendships.gen.js +684 -1370
- package/out-js/decentraland/social/friendships/friendships.gen.js.map +1 -1
- package/out-js/google/protobuf/descriptor.gen.d.ts +200 -87148
- package/out-js/google/protobuf/descriptor.gen.js +720 -545
- package/out-js/google/protobuf/descriptor.gen.js.map +1 -1
- package/out-js/google/protobuf/empty.gen.d.ts +8 -8
- package/out-js/google/protobuf/empty.gen.js +22 -15
- package/out-js/google/protobuf/empty.gen.js.map +1 -1
- package/out-ts/decentraland/bff/authentication_service.gen.ts +72 -70
- package/out-ts/decentraland/bff/comms_director_service.gen.ts +46 -45
- package/out-ts/decentraland/bff/comms_service.gen.ts +28 -28
- package/out-ts/decentraland/bff/http_endpoints.gen.ts +137 -115
- package/out-ts/decentraland/bff/topics_service.gen.ts +80 -70
- package/out-ts/decentraland/common/border_rect.gen.ts +28 -28
- package/out-ts/decentraland/common/colors.gen.ts +28 -28
- package/out-ts/decentraland/common/content_mapping.gen.ts +14 -14
- package/out-ts/decentraland/common/sdk/user_data.gen.ts +42 -42
- package/out-ts/decentraland/common/texture.gen.ts +56 -56
- package/out-ts/decentraland/common/vectors.gen.ts +146 -42
- package/out-ts/decentraland/kernel/apis/communications_controller.gen.ts +28 -28
- package/out-ts/decentraland/kernel/apis/dev_tools.gen.ts +28 -28
- package/out-ts/decentraland/kernel/apis/engine_api.gen.ts +291 -1786
- package/out-ts/decentraland/kernel/apis/environment_api.gen.ts +271 -238
- package/out-ts/decentraland/kernel/apis/ethereum_controller.gen.ts +189 -168
- package/out-ts/decentraland/kernel/apis/parcel_identity.gen.ts +112 -112
- package/out-ts/decentraland/kernel/apis/permissions.gen.ts +64 -56
- package/out-ts/decentraland/kernel/apis/players.gen.ts +96 -84
- package/out-ts/decentraland/kernel/apis/portable_experiences.gen.ts +129 -126
- package/out-ts/decentraland/kernel/apis/restricted_actions.gen.ts +156 -154
- package/out-ts/decentraland/kernel/apis/runtime.gen.ts +134 -126
- package/out-ts/decentraland/kernel/apis/scene.gen.ts +28 -28
- package/out-ts/decentraland/kernel/apis/signed_fetch.gen.ts +79 -70
- package/out-ts/decentraland/kernel/apis/social_controller.gen.ts +44 -42
- package/out-ts/decentraland/kernel/apis/testing.gen.ts +139 -126
- package/out-ts/decentraland/kernel/apis/user_action_module.gen.ts +30 -28
- package/out-ts/decentraland/kernel/apis/user_identity.gen.ts +60 -56
- package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +126 -121
- package/out-ts/decentraland/kernel/comms/rfc5/ws_comms.gen.ts +166 -158
- package/out-ts/decentraland/kernel/comms/v3/archipelago.gen.ts +225 -208
- package/out-ts/decentraland/realm/about.gen.ts +137 -115
- package/out-ts/decentraland/sdk/components/animator.gen.ts +28 -28
- package/out-ts/decentraland/sdk/components/audio_source.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/audio_stream.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/avatar_attach.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/billboard.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/camera_mode.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/common/raycast_hit.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/engine_info.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/gltf_container.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/gltf_container_loading_state.gen.ts +18 -14
- package/out-ts/decentraland/sdk/components/material.gen.ts +52 -45
- package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +82 -70
- package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +84 -70
- package/out-ts/decentraland/sdk/components/nft_shape.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/pointer_events.gen.ts +44 -42
- package/out-ts/decentraland/sdk/components/pointer_events_result.gen.ts +16 -14
- package/out-ts/decentraland/sdk/components/pointer_lock.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/raycast.gen.ts +22 -20
- package/out-ts/decentraland/sdk/components/raycast_result.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/text_shape.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_background.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_dropdown.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_dropdown_result.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_input.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_input_result.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_text.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/video_player.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/visibility_component.gen.ts +16 -14
- package/out-ts/decentraland/sdk/ecs6/components_ecs6.gen.ts +8942 -0
- package/out-ts/decentraland/sdk/ecs6/engine_interface_ecs6.gen.ts +2884 -0
- package/out-ts/decentraland/social/friendships/friendships.gen.ts +411 -1379
- package/out-ts/google/protobuf/descriptor.gen.ts +375 -350
- package/out-ts/google/protobuf/empty.gen.ts +14 -14
- package/package.json +3 -3
- package/proto/decentraland/common/vectors.proto +7 -0
- package/proto/decentraland/kernel/apis/engine_api.proto +2 -110
- package/proto/decentraland/sdk/ecs6/components_ecs6.proto +677 -0
- package/proto/decentraland/sdk/ecs6/engine_interface_ecs6.proto +151 -0
- package/proto/decentraland/social/friendships/friendships.proto +21 -64
|
@@ -96,8 +96,8 @@ function createBaseAboutResponse(): AboutResponse {
|
|
|
96
96
|
};
|
|
97
97
|
}
|
|
98
98
|
|
|
99
|
-
export
|
|
100
|
-
encode(message: AboutResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
99
|
+
export namespace AboutResponse {
|
|
100
|
+
export function encode(message: AboutResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
101
101
|
if (message.healthy === true) {
|
|
102
102
|
writer.uint32(8).bool(message.healthy);
|
|
103
103
|
}
|
|
@@ -120,9 +120,9 @@ export const AboutResponse = {
|
|
|
120
120
|
writer.uint32(56).bool(message.acceptingUsers);
|
|
121
121
|
}
|
|
122
122
|
return writer;
|
|
123
|
-
}
|
|
123
|
+
}
|
|
124
124
|
|
|
125
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse {
|
|
125
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse {
|
|
126
126
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
127
127
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
128
128
|
const message = createBaseAboutResponse();
|
|
@@ -185,9 +185,9 @@ export const AboutResponse = {
|
|
|
185
185
|
reader.skipType(tag & 7);
|
|
186
186
|
}
|
|
187
187
|
return message;
|
|
188
|
-
}
|
|
188
|
+
}
|
|
189
189
|
|
|
190
|
-
fromJSON(object: any): AboutResponse {
|
|
190
|
+
export function fromJSON(object: any): AboutResponse {
|
|
191
191
|
return {
|
|
192
192
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
193
193
|
configurations: isSet(object.configurations)
|
|
@@ -199,14 +199,15 @@ export const AboutResponse = {
|
|
|
199
199
|
bff: isSet(object.bff) ? AboutResponse_BffInfo.fromJSON(object.bff) : undefined,
|
|
200
200
|
acceptingUsers: isSet(object.acceptingUsers) ? Boolean(object.acceptingUsers) : false,
|
|
201
201
|
};
|
|
202
|
-
}
|
|
202
|
+
}
|
|
203
203
|
|
|
204
|
-
toJSON(message: AboutResponse): unknown {
|
|
204
|
+
export function toJSON(message: AboutResponse): unknown {
|
|
205
205
|
const obj: any = {};
|
|
206
206
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
207
|
-
message.configurations !== undefined &&
|
|
208
|
-
|
|
209
|
-
|
|
207
|
+
message.configurations !== undefined &&
|
|
208
|
+
(obj.configurations = message.configurations
|
|
209
|
+
? AboutResponse_AboutConfiguration.toJSON(message.configurations)
|
|
210
|
+
: undefined);
|
|
210
211
|
message.content !== undefined &&
|
|
211
212
|
(obj.content = message.content ? AboutResponse_ContentInfo.toJSON(message.content) : undefined);
|
|
212
213
|
message.comms !== undefined &&
|
|
@@ -216,13 +217,13 @@ export const AboutResponse = {
|
|
|
216
217
|
message.bff !== undefined && (obj.bff = message.bff ? AboutResponse_BffInfo.toJSON(message.bff) : undefined);
|
|
217
218
|
message.acceptingUsers !== undefined && (obj.acceptingUsers = message.acceptingUsers);
|
|
218
219
|
return obj;
|
|
219
|
-
}
|
|
220
|
+
}
|
|
220
221
|
|
|
221
|
-
create<I extends Exact<DeepPartial<AboutResponse>, I>>(base?: I): AboutResponse {
|
|
222
|
+
export function create<I extends Exact<DeepPartial<AboutResponse>, I>>(base?: I): AboutResponse {
|
|
222
223
|
return AboutResponse.fromPartial(base ?? {});
|
|
223
|
-
}
|
|
224
|
+
}
|
|
224
225
|
|
|
225
|
-
fromPartial<I extends Exact<DeepPartial<AboutResponse>, I>>(object: I): AboutResponse {
|
|
226
|
+
export function fromPartial<I extends Exact<DeepPartial<AboutResponse>, I>>(object: I): AboutResponse {
|
|
226
227
|
const message = createBaseAboutResponse();
|
|
227
228
|
message.healthy = object.healthy ?? false;
|
|
228
229
|
message.configurations = (object.configurations !== undefined && object.configurations !== null)
|
|
@@ -242,15 +243,18 @@ export const AboutResponse = {
|
|
|
242
243
|
: undefined;
|
|
243
244
|
message.acceptingUsers = object.acceptingUsers ?? false;
|
|
244
245
|
return message;
|
|
245
|
-
}
|
|
246
|
-
}
|
|
246
|
+
}
|
|
247
|
+
}
|
|
247
248
|
|
|
248
249
|
function createBaseAboutResponse_MinimapConfiguration(): AboutResponse_MinimapConfiguration {
|
|
249
250
|
return { enabled: false, dataImage: undefined, estateImage: undefined };
|
|
250
251
|
}
|
|
251
252
|
|
|
252
|
-
export
|
|
253
|
-
|
|
253
|
+
export namespace AboutResponse_MinimapConfiguration {
|
|
254
|
+
export function encode(
|
|
255
|
+
message: AboutResponse_MinimapConfiguration,
|
|
256
|
+
writer: _m0.Writer = _m0.Writer.create(),
|
|
257
|
+
): _m0.Writer {
|
|
254
258
|
if (message.enabled === true) {
|
|
255
259
|
writer.uint32(8).bool(message.enabled);
|
|
256
260
|
}
|
|
@@ -261,9 +265,9 @@ export const AboutResponse_MinimapConfiguration = {
|
|
|
261
265
|
writer.uint32(26).string(message.estateImage);
|
|
262
266
|
}
|
|
263
267
|
return writer;
|
|
264
|
-
}
|
|
268
|
+
}
|
|
265
269
|
|
|
266
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_MinimapConfiguration {
|
|
270
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_MinimapConfiguration {
|
|
267
271
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
268
272
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
269
273
|
const message = createBaseAboutResponse_MinimapConfiguration();
|
|
@@ -298,31 +302,31 @@ export const AboutResponse_MinimapConfiguration = {
|
|
|
298
302
|
reader.skipType(tag & 7);
|
|
299
303
|
}
|
|
300
304
|
return message;
|
|
301
|
-
}
|
|
305
|
+
}
|
|
302
306
|
|
|
303
|
-
fromJSON(object: any): AboutResponse_MinimapConfiguration {
|
|
307
|
+
export function fromJSON(object: any): AboutResponse_MinimapConfiguration {
|
|
304
308
|
return {
|
|
305
309
|
enabled: isSet(object.enabled) ? Boolean(object.enabled) : false,
|
|
306
310
|
dataImage: isSet(object.dataImage) ? String(object.dataImage) : undefined,
|
|
307
311
|
estateImage: isSet(object.estateImage) ? String(object.estateImage) : undefined,
|
|
308
312
|
};
|
|
309
|
-
}
|
|
313
|
+
}
|
|
310
314
|
|
|
311
|
-
toJSON(message: AboutResponse_MinimapConfiguration): unknown {
|
|
315
|
+
export function toJSON(message: AboutResponse_MinimapConfiguration): unknown {
|
|
312
316
|
const obj: any = {};
|
|
313
317
|
message.enabled !== undefined && (obj.enabled = message.enabled);
|
|
314
318
|
message.dataImage !== undefined && (obj.dataImage = message.dataImage);
|
|
315
319
|
message.estateImage !== undefined && (obj.estateImage = message.estateImage);
|
|
316
320
|
return obj;
|
|
317
|
-
}
|
|
321
|
+
}
|
|
318
322
|
|
|
319
|
-
create<I extends Exact<DeepPartial<AboutResponse_MinimapConfiguration>, I>>(
|
|
323
|
+
export function create<I extends Exact<DeepPartial<AboutResponse_MinimapConfiguration>, I>>(
|
|
320
324
|
base?: I,
|
|
321
325
|
): AboutResponse_MinimapConfiguration {
|
|
322
326
|
return AboutResponse_MinimapConfiguration.fromPartial(base ?? {});
|
|
323
|
-
}
|
|
327
|
+
}
|
|
324
328
|
|
|
325
|
-
fromPartial<I extends Exact<DeepPartial<AboutResponse_MinimapConfiguration>, I>>(
|
|
329
|
+
export function fromPartial<I extends Exact<DeepPartial<AboutResponse_MinimapConfiguration>, I>>(
|
|
326
330
|
object: I,
|
|
327
331
|
): AboutResponse_MinimapConfiguration {
|
|
328
332
|
const message = createBaseAboutResponse_MinimapConfiguration();
|
|
@@ -330,15 +334,18 @@ export const AboutResponse_MinimapConfiguration = {
|
|
|
330
334
|
message.dataImage = object.dataImage ?? undefined;
|
|
331
335
|
message.estateImage = object.estateImage ?? undefined;
|
|
332
336
|
return message;
|
|
333
|
-
}
|
|
334
|
-
}
|
|
337
|
+
}
|
|
338
|
+
}
|
|
335
339
|
|
|
336
340
|
function createBaseAboutResponse_SkyboxConfiguration(): AboutResponse_SkyboxConfiguration {
|
|
337
341
|
return { fixedHour: undefined, textures: [] };
|
|
338
342
|
}
|
|
339
343
|
|
|
340
|
-
export
|
|
341
|
-
|
|
344
|
+
export namespace AboutResponse_SkyboxConfiguration {
|
|
345
|
+
export function encode(
|
|
346
|
+
message: AboutResponse_SkyboxConfiguration,
|
|
347
|
+
writer: _m0.Writer = _m0.Writer.create(),
|
|
348
|
+
): _m0.Writer {
|
|
342
349
|
if (message.fixedHour !== undefined) {
|
|
343
350
|
writer.uint32(13).float(message.fixedHour);
|
|
344
351
|
}
|
|
@@ -346,9 +353,9 @@ export const AboutResponse_SkyboxConfiguration = {
|
|
|
346
353
|
writer.uint32(18).string(v!);
|
|
347
354
|
}
|
|
348
355
|
return writer;
|
|
349
|
-
}
|
|
356
|
+
}
|
|
350
357
|
|
|
351
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_SkyboxConfiguration {
|
|
358
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_SkyboxConfiguration {
|
|
352
359
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
353
360
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
354
361
|
const message = createBaseAboutResponse_SkyboxConfiguration();
|
|
@@ -376,16 +383,16 @@ export const AboutResponse_SkyboxConfiguration = {
|
|
|
376
383
|
reader.skipType(tag & 7);
|
|
377
384
|
}
|
|
378
385
|
return message;
|
|
379
|
-
}
|
|
386
|
+
}
|
|
380
387
|
|
|
381
|
-
fromJSON(object: any): AboutResponse_SkyboxConfiguration {
|
|
388
|
+
export function fromJSON(object: any): AboutResponse_SkyboxConfiguration {
|
|
382
389
|
return {
|
|
383
390
|
fixedHour: isSet(object.fixedHour) ? Number(object.fixedHour) : undefined,
|
|
384
391
|
textures: Array.isArray(object?.textures) ? object.textures.map((e: any) => String(e)) : [],
|
|
385
392
|
};
|
|
386
|
-
}
|
|
393
|
+
}
|
|
387
394
|
|
|
388
|
-
toJSON(message: AboutResponse_SkyboxConfiguration): unknown {
|
|
395
|
+
export function toJSON(message: AboutResponse_SkyboxConfiguration): unknown {
|
|
389
396
|
const obj: any = {};
|
|
390
397
|
message.fixedHour !== undefined && (obj.fixedHour = message.fixedHour);
|
|
391
398
|
if (message.textures) {
|
|
@@ -394,23 +401,23 @@ export const AboutResponse_SkyboxConfiguration = {
|
|
|
394
401
|
obj.textures = [];
|
|
395
402
|
}
|
|
396
403
|
return obj;
|
|
397
|
-
}
|
|
404
|
+
}
|
|
398
405
|
|
|
399
|
-
create<I extends Exact<DeepPartial<AboutResponse_SkyboxConfiguration>, I>>(
|
|
406
|
+
export function create<I extends Exact<DeepPartial<AboutResponse_SkyboxConfiguration>, I>>(
|
|
400
407
|
base?: I,
|
|
401
408
|
): AboutResponse_SkyboxConfiguration {
|
|
402
409
|
return AboutResponse_SkyboxConfiguration.fromPartial(base ?? {});
|
|
403
|
-
}
|
|
410
|
+
}
|
|
404
411
|
|
|
405
|
-
fromPartial<I extends Exact<DeepPartial<AboutResponse_SkyboxConfiguration>, I>>(
|
|
412
|
+
export function fromPartial<I extends Exact<DeepPartial<AboutResponse_SkyboxConfiguration>, I>>(
|
|
406
413
|
object: I,
|
|
407
414
|
): AboutResponse_SkyboxConfiguration {
|
|
408
415
|
const message = createBaseAboutResponse_SkyboxConfiguration();
|
|
409
416
|
message.fixedHour = object.fixedHour ?? undefined;
|
|
410
417
|
message.textures = object.textures?.map((e) => e) || [];
|
|
411
418
|
return message;
|
|
412
|
-
}
|
|
413
|
-
}
|
|
419
|
+
}
|
|
420
|
+
}
|
|
414
421
|
|
|
415
422
|
function createBaseAboutResponse_AboutConfiguration(): AboutResponse_AboutConfiguration {
|
|
416
423
|
return {
|
|
@@ -424,8 +431,11 @@ function createBaseAboutResponse_AboutConfiguration(): AboutResponse_AboutConfig
|
|
|
424
431
|
};
|
|
425
432
|
}
|
|
426
433
|
|
|
427
|
-
export
|
|
428
|
-
|
|
434
|
+
export namespace AboutResponse_AboutConfiguration {
|
|
435
|
+
export function encode(
|
|
436
|
+
message: AboutResponse_AboutConfiguration,
|
|
437
|
+
writer: _m0.Writer = _m0.Writer.create(),
|
|
438
|
+
): _m0.Writer {
|
|
429
439
|
if (message.realmName !== undefined) {
|
|
430
440
|
writer.uint32(10).string(message.realmName);
|
|
431
441
|
}
|
|
@@ -448,9 +458,9 @@ export const AboutResponse_AboutConfiguration = {
|
|
|
448
458
|
writer.uint32(58).string(message.cityLoaderContentServer);
|
|
449
459
|
}
|
|
450
460
|
return writer;
|
|
451
|
-
}
|
|
461
|
+
}
|
|
452
462
|
|
|
453
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_AboutConfiguration {
|
|
463
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_AboutConfiguration {
|
|
454
464
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
455
465
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
456
466
|
const message = createBaseAboutResponse_AboutConfiguration();
|
|
@@ -513,9 +523,9 @@ export const AboutResponse_AboutConfiguration = {
|
|
|
513
523
|
reader.skipType(tag & 7);
|
|
514
524
|
}
|
|
515
525
|
return message;
|
|
516
|
-
}
|
|
526
|
+
}
|
|
517
527
|
|
|
518
|
-
fromJSON(object: any): AboutResponse_AboutConfiguration {
|
|
528
|
+
export function fromJSON(object: any): AboutResponse_AboutConfiguration {
|
|
519
529
|
return {
|
|
520
530
|
realmName: isSet(object.realmName) ? String(object.realmName) : undefined,
|
|
521
531
|
networkId: isSet(object.networkId) ? Number(object.networkId) : 0,
|
|
@@ -527,9 +537,9 @@ export const AboutResponse_AboutConfiguration = {
|
|
|
527
537
|
? String(object.cityLoaderContentServer)
|
|
528
538
|
: undefined,
|
|
529
539
|
};
|
|
530
|
-
}
|
|
540
|
+
}
|
|
531
541
|
|
|
532
|
-
toJSON(message: AboutResponse_AboutConfiguration): unknown {
|
|
542
|
+
export function toJSON(message: AboutResponse_AboutConfiguration): unknown {
|
|
533
543
|
const obj: any = {};
|
|
534
544
|
message.realmName !== undefined && (obj.realmName = message.realmName);
|
|
535
545
|
message.networkId !== undefined && (obj.networkId = Math.round(message.networkId));
|
|
@@ -549,15 +559,15 @@ export const AboutResponse_AboutConfiguration = {
|
|
|
549
559
|
(obj.skybox = message.skybox ? AboutResponse_SkyboxConfiguration.toJSON(message.skybox) : undefined);
|
|
550
560
|
message.cityLoaderContentServer !== undefined && (obj.cityLoaderContentServer = message.cityLoaderContentServer);
|
|
551
561
|
return obj;
|
|
552
|
-
}
|
|
562
|
+
}
|
|
553
563
|
|
|
554
|
-
create<I extends Exact<DeepPartial<AboutResponse_AboutConfiguration>, I>>(
|
|
564
|
+
export function create<I extends Exact<DeepPartial<AboutResponse_AboutConfiguration>, I>>(
|
|
555
565
|
base?: I,
|
|
556
566
|
): AboutResponse_AboutConfiguration {
|
|
557
567
|
return AboutResponse_AboutConfiguration.fromPartial(base ?? {});
|
|
558
|
-
}
|
|
568
|
+
}
|
|
559
569
|
|
|
560
|
-
fromPartial<I extends Exact<DeepPartial<AboutResponse_AboutConfiguration>, I>>(
|
|
570
|
+
export function fromPartial<I extends Exact<DeepPartial<AboutResponse_AboutConfiguration>, I>>(
|
|
561
571
|
object: I,
|
|
562
572
|
): AboutResponse_AboutConfiguration {
|
|
563
573
|
const message = createBaseAboutResponse_AboutConfiguration();
|
|
@@ -573,15 +583,15 @@ export const AboutResponse_AboutConfiguration = {
|
|
|
573
583
|
: undefined;
|
|
574
584
|
message.cityLoaderContentServer = object.cityLoaderContentServer ?? undefined;
|
|
575
585
|
return message;
|
|
576
|
-
}
|
|
577
|
-
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
578
588
|
|
|
579
589
|
function createBaseAboutResponse_ContentInfo(): AboutResponse_ContentInfo {
|
|
580
590
|
return { healthy: false, version: undefined, commitHash: undefined, publicUrl: "" };
|
|
581
591
|
}
|
|
582
592
|
|
|
583
|
-
export
|
|
584
|
-
encode(message: AboutResponse_ContentInfo, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
593
|
+
export namespace AboutResponse_ContentInfo {
|
|
594
|
+
export function encode(message: AboutResponse_ContentInfo, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
585
595
|
if (message.healthy === true) {
|
|
586
596
|
writer.uint32(8).bool(message.healthy);
|
|
587
597
|
}
|
|
@@ -595,9 +605,9 @@ export const AboutResponse_ContentInfo = {
|
|
|
595
605
|
writer.uint32(34).string(message.publicUrl);
|
|
596
606
|
}
|
|
597
607
|
return writer;
|
|
598
|
-
}
|
|
608
|
+
}
|
|
599
609
|
|
|
600
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_ContentInfo {
|
|
610
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_ContentInfo {
|
|
601
611
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
602
612
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
603
613
|
const message = createBaseAboutResponse_ContentInfo();
|
|
@@ -639,46 +649,50 @@ export const AboutResponse_ContentInfo = {
|
|
|
639
649
|
reader.skipType(tag & 7);
|
|
640
650
|
}
|
|
641
651
|
return message;
|
|
642
|
-
}
|
|
652
|
+
}
|
|
643
653
|
|
|
644
|
-
fromJSON(object: any): AboutResponse_ContentInfo {
|
|
654
|
+
export function fromJSON(object: any): AboutResponse_ContentInfo {
|
|
645
655
|
return {
|
|
646
656
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
647
657
|
version: isSet(object.version) ? String(object.version) : undefined,
|
|
648
658
|
commitHash: isSet(object.commitHash) ? String(object.commitHash) : undefined,
|
|
649
659
|
publicUrl: isSet(object.publicUrl) ? String(object.publicUrl) : "",
|
|
650
660
|
};
|
|
651
|
-
}
|
|
661
|
+
}
|
|
652
662
|
|
|
653
|
-
toJSON(message: AboutResponse_ContentInfo): unknown {
|
|
663
|
+
export function toJSON(message: AboutResponse_ContentInfo): unknown {
|
|
654
664
|
const obj: any = {};
|
|
655
665
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
656
666
|
message.version !== undefined && (obj.version = message.version);
|
|
657
667
|
message.commitHash !== undefined && (obj.commitHash = message.commitHash);
|
|
658
668
|
message.publicUrl !== undefined && (obj.publicUrl = message.publicUrl);
|
|
659
669
|
return obj;
|
|
660
|
-
}
|
|
670
|
+
}
|
|
661
671
|
|
|
662
|
-
create<I extends Exact<DeepPartial<AboutResponse_ContentInfo>, I>>(
|
|
672
|
+
export function create<I extends Exact<DeepPartial<AboutResponse_ContentInfo>, I>>(
|
|
673
|
+
base?: I,
|
|
674
|
+
): AboutResponse_ContentInfo {
|
|
663
675
|
return AboutResponse_ContentInfo.fromPartial(base ?? {});
|
|
664
|
-
}
|
|
676
|
+
}
|
|
665
677
|
|
|
666
|
-
fromPartial<I extends Exact<DeepPartial<AboutResponse_ContentInfo>, I>>(
|
|
678
|
+
export function fromPartial<I extends Exact<DeepPartial<AboutResponse_ContentInfo>, I>>(
|
|
679
|
+
object: I,
|
|
680
|
+
): AboutResponse_ContentInfo {
|
|
667
681
|
const message = createBaseAboutResponse_ContentInfo();
|
|
668
682
|
message.healthy = object.healthy ?? false;
|
|
669
683
|
message.version = object.version ?? undefined;
|
|
670
684
|
message.commitHash = object.commitHash ?? undefined;
|
|
671
685
|
message.publicUrl = object.publicUrl ?? "";
|
|
672
686
|
return message;
|
|
673
|
-
}
|
|
674
|
-
}
|
|
687
|
+
}
|
|
688
|
+
}
|
|
675
689
|
|
|
676
690
|
function createBaseAboutResponse_LambdasInfo(): AboutResponse_LambdasInfo {
|
|
677
691
|
return { healthy: false, version: undefined, commitHash: undefined, publicUrl: "" };
|
|
678
692
|
}
|
|
679
693
|
|
|
680
|
-
export
|
|
681
|
-
encode(message: AboutResponse_LambdasInfo, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
694
|
+
export namespace AboutResponse_LambdasInfo {
|
|
695
|
+
export function encode(message: AboutResponse_LambdasInfo, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
682
696
|
if (message.healthy === true) {
|
|
683
697
|
writer.uint32(8).bool(message.healthy);
|
|
684
698
|
}
|
|
@@ -692,9 +706,9 @@ export const AboutResponse_LambdasInfo = {
|
|
|
692
706
|
writer.uint32(34).string(message.publicUrl);
|
|
693
707
|
}
|
|
694
708
|
return writer;
|
|
695
|
-
}
|
|
709
|
+
}
|
|
696
710
|
|
|
697
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_LambdasInfo {
|
|
711
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_LambdasInfo {
|
|
698
712
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
699
713
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
700
714
|
const message = createBaseAboutResponse_LambdasInfo();
|
|
@@ -736,39 +750,43 @@ export const AboutResponse_LambdasInfo = {
|
|
|
736
750
|
reader.skipType(tag & 7);
|
|
737
751
|
}
|
|
738
752
|
return message;
|
|
739
|
-
}
|
|
753
|
+
}
|
|
740
754
|
|
|
741
|
-
fromJSON(object: any): AboutResponse_LambdasInfo {
|
|
755
|
+
export function fromJSON(object: any): AboutResponse_LambdasInfo {
|
|
742
756
|
return {
|
|
743
757
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
744
758
|
version: isSet(object.version) ? String(object.version) : undefined,
|
|
745
759
|
commitHash: isSet(object.commitHash) ? String(object.commitHash) : undefined,
|
|
746
760
|
publicUrl: isSet(object.publicUrl) ? String(object.publicUrl) : "",
|
|
747
761
|
};
|
|
748
|
-
}
|
|
762
|
+
}
|
|
749
763
|
|
|
750
|
-
toJSON(message: AboutResponse_LambdasInfo): unknown {
|
|
764
|
+
export function toJSON(message: AboutResponse_LambdasInfo): unknown {
|
|
751
765
|
const obj: any = {};
|
|
752
766
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
753
767
|
message.version !== undefined && (obj.version = message.version);
|
|
754
768
|
message.commitHash !== undefined && (obj.commitHash = message.commitHash);
|
|
755
769
|
message.publicUrl !== undefined && (obj.publicUrl = message.publicUrl);
|
|
756
770
|
return obj;
|
|
757
|
-
}
|
|
771
|
+
}
|
|
758
772
|
|
|
759
|
-
create<I extends Exact<DeepPartial<AboutResponse_LambdasInfo>, I>>(
|
|
773
|
+
export function create<I extends Exact<DeepPartial<AboutResponse_LambdasInfo>, I>>(
|
|
774
|
+
base?: I,
|
|
775
|
+
): AboutResponse_LambdasInfo {
|
|
760
776
|
return AboutResponse_LambdasInfo.fromPartial(base ?? {});
|
|
761
|
-
}
|
|
777
|
+
}
|
|
762
778
|
|
|
763
|
-
fromPartial<I extends Exact<DeepPartial<AboutResponse_LambdasInfo>, I>>(
|
|
779
|
+
export function fromPartial<I extends Exact<DeepPartial<AboutResponse_LambdasInfo>, I>>(
|
|
780
|
+
object: I,
|
|
781
|
+
): AboutResponse_LambdasInfo {
|
|
764
782
|
const message = createBaseAboutResponse_LambdasInfo();
|
|
765
783
|
message.healthy = object.healthy ?? false;
|
|
766
784
|
message.version = object.version ?? undefined;
|
|
767
785
|
message.commitHash = object.commitHash ?? undefined;
|
|
768
786
|
message.publicUrl = object.publicUrl ?? "";
|
|
769
787
|
return message;
|
|
770
|
-
}
|
|
771
|
-
}
|
|
788
|
+
}
|
|
789
|
+
}
|
|
772
790
|
|
|
773
791
|
function createBaseAboutResponse_CommsInfo(): AboutResponse_CommsInfo {
|
|
774
792
|
return {
|
|
@@ -782,8 +800,8 @@ function createBaseAboutResponse_CommsInfo(): AboutResponse_CommsInfo {
|
|
|
782
800
|
};
|
|
783
801
|
}
|
|
784
802
|
|
|
785
|
-
export
|
|
786
|
-
encode(message: AboutResponse_CommsInfo, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
803
|
+
export namespace AboutResponse_CommsInfo {
|
|
804
|
+
export function encode(message: AboutResponse_CommsInfo, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
787
805
|
if (message.healthy === true) {
|
|
788
806
|
writer.uint32(8).bool(message.healthy);
|
|
789
807
|
}
|
|
@@ -806,9 +824,9 @@ export const AboutResponse_CommsInfo = {
|
|
|
806
824
|
writer.uint32(418).string(message.fixedAdapter);
|
|
807
825
|
}
|
|
808
826
|
return writer;
|
|
809
|
-
}
|
|
827
|
+
}
|
|
810
828
|
|
|
811
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_CommsInfo {
|
|
829
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_CommsInfo {
|
|
812
830
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
813
831
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
814
832
|
const message = createBaseAboutResponse_CommsInfo();
|
|
@@ -871,9 +889,9 @@ export const AboutResponse_CommsInfo = {
|
|
|
871
889
|
reader.skipType(tag & 7);
|
|
872
890
|
}
|
|
873
891
|
return message;
|
|
874
|
-
}
|
|
892
|
+
}
|
|
875
893
|
|
|
876
|
-
fromJSON(object: any): AboutResponse_CommsInfo {
|
|
894
|
+
export function fromJSON(object: any): AboutResponse_CommsInfo {
|
|
877
895
|
return {
|
|
878
896
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
879
897
|
version: isSet(object.version) ? String(object.version) : undefined,
|
|
@@ -883,9 +901,9 @@ export const AboutResponse_CommsInfo = {
|
|
|
883
901
|
usersCount: isSet(object.usersCount) ? Number(object.usersCount) : undefined,
|
|
884
902
|
fixedAdapter: isSet(object.fixedAdapter) ? String(object.fixedAdapter) : undefined,
|
|
885
903
|
};
|
|
886
|
-
}
|
|
904
|
+
}
|
|
887
905
|
|
|
888
|
-
toJSON(message: AboutResponse_CommsInfo): unknown {
|
|
906
|
+
export function toJSON(message: AboutResponse_CommsInfo): unknown {
|
|
889
907
|
const obj: any = {};
|
|
890
908
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
891
909
|
message.version !== undefined && (obj.version = message.version);
|
|
@@ -895,13 +913,15 @@ export const AboutResponse_CommsInfo = {
|
|
|
895
913
|
message.usersCount !== undefined && (obj.usersCount = Math.round(message.usersCount));
|
|
896
914
|
message.fixedAdapter !== undefined && (obj.fixedAdapter = message.fixedAdapter);
|
|
897
915
|
return obj;
|
|
898
|
-
}
|
|
916
|
+
}
|
|
899
917
|
|
|
900
|
-
create<I extends Exact<DeepPartial<AboutResponse_CommsInfo>, I>>(base?: I): AboutResponse_CommsInfo {
|
|
918
|
+
export function create<I extends Exact<DeepPartial<AboutResponse_CommsInfo>, I>>(base?: I): AboutResponse_CommsInfo {
|
|
901
919
|
return AboutResponse_CommsInfo.fromPartial(base ?? {});
|
|
902
|
-
}
|
|
920
|
+
}
|
|
903
921
|
|
|
904
|
-
fromPartial<I extends Exact<DeepPartial<AboutResponse_CommsInfo>, I>>(
|
|
922
|
+
export function fromPartial<I extends Exact<DeepPartial<AboutResponse_CommsInfo>, I>>(
|
|
923
|
+
object: I,
|
|
924
|
+
): AboutResponse_CommsInfo {
|
|
905
925
|
const message = createBaseAboutResponse_CommsInfo();
|
|
906
926
|
message.healthy = object.healthy ?? false;
|
|
907
927
|
message.version = object.version ?? undefined;
|
|
@@ -911,8 +931,8 @@ export const AboutResponse_CommsInfo = {
|
|
|
911
931
|
message.usersCount = object.usersCount ?? undefined;
|
|
912
932
|
message.fixedAdapter = object.fixedAdapter ?? undefined;
|
|
913
933
|
return message;
|
|
914
|
-
}
|
|
915
|
-
}
|
|
934
|
+
}
|
|
935
|
+
}
|
|
916
936
|
|
|
917
937
|
function createBaseAboutResponse_BffInfo(): AboutResponse_BffInfo {
|
|
918
938
|
return {
|
|
@@ -925,8 +945,8 @@ function createBaseAboutResponse_BffInfo(): AboutResponse_BffInfo {
|
|
|
925
945
|
};
|
|
926
946
|
}
|
|
927
947
|
|
|
928
|
-
export
|
|
929
|
-
encode(message: AboutResponse_BffInfo, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
948
|
+
export namespace AboutResponse_BffInfo {
|
|
949
|
+
export function encode(message: AboutResponse_BffInfo, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
930
950
|
if (message.healthy === true) {
|
|
931
951
|
writer.uint32(8).bool(message.healthy);
|
|
932
952
|
}
|
|
@@ -946,9 +966,9 @@ export const AboutResponse_BffInfo = {
|
|
|
946
966
|
writer.uint32(418).string(message.protocolVersion);
|
|
947
967
|
}
|
|
948
968
|
return writer;
|
|
949
|
-
}
|
|
969
|
+
}
|
|
950
970
|
|
|
951
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_BffInfo {
|
|
971
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_BffInfo {
|
|
952
972
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
953
973
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
954
974
|
const message = createBaseAboutResponse_BffInfo();
|
|
@@ -1004,9 +1024,9 @@ export const AboutResponse_BffInfo = {
|
|
|
1004
1024
|
reader.skipType(tag & 7);
|
|
1005
1025
|
}
|
|
1006
1026
|
return message;
|
|
1007
|
-
}
|
|
1027
|
+
}
|
|
1008
1028
|
|
|
1009
|
-
fromJSON(object: any): AboutResponse_BffInfo {
|
|
1029
|
+
export function fromJSON(object: any): AboutResponse_BffInfo {
|
|
1010
1030
|
return {
|
|
1011
1031
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
1012
1032
|
version: isSet(object.version) ? String(object.version) : undefined,
|
|
@@ -1015,9 +1035,9 @@ export const AboutResponse_BffInfo = {
|
|
|
1015
1035
|
userCount: isSet(object.userCount) ? Number(object.userCount) : undefined,
|
|
1016
1036
|
protocolVersion: isSet(object.protocolVersion) ? String(object.protocolVersion) : undefined,
|
|
1017
1037
|
};
|
|
1018
|
-
}
|
|
1038
|
+
}
|
|
1019
1039
|
|
|
1020
|
-
toJSON(message: AboutResponse_BffInfo): unknown {
|
|
1040
|
+
export function toJSON(message: AboutResponse_BffInfo): unknown {
|
|
1021
1041
|
const obj: any = {};
|
|
1022
1042
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
1023
1043
|
message.version !== undefined && (obj.version = message.version);
|
|
@@ -1026,13 +1046,15 @@ export const AboutResponse_BffInfo = {
|
|
|
1026
1046
|
message.userCount !== undefined && (obj.userCount = Math.round(message.userCount));
|
|
1027
1047
|
message.protocolVersion !== undefined && (obj.protocolVersion = message.protocolVersion);
|
|
1028
1048
|
return obj;
|
|
1029
|
-
}
|
|
1049
|
+
}
|
|
1030
1050
|
|
|
1031
|
-
create<I extends Exact<DeepPartial<AboutResponse_BffInfo>, I>>(base?: I): AboutResponse_BffInfo {
|
|
1051
|
+
export function create<I extends Exact<DeepPartial<AboutResponse_BffInfo>, I>>(base?: I): AboutResponse_BffInfo {
|
|
1032
1052
|
return AboutResponse_BffInfo.fromPartial(base ?? {});
|
|
1033
|
-
}
|
|
1053
|
+
}
|
|
1034
1054
|
|
|
1035
|
-
fromPartial<I extends Exact<DeepPartial<AboutResponse_BffInfo>, I>>(
|
|
1055
|
+
export function fromPartial<I extends Exact<DeepPartial<AboutResponse_BffInfo>, I>>(
|
|
1056
|
+
object: I,
|
|
1057
|
+
): AboutResponse_BffInfo {
|
|
1036
1058
|
const message = createBaseAboutResponse_BffInfo();
|
|
1037
1059
|
message.healthy = object.healthy ?? false;
|
|
1038
1060
|
message.version = object.version ?? undefined;
|
|
@@ -1041,8 +1063,8 @@ export const AboutResponse_BffInfo = {
|
|
|
1041
1063
|
message.userCount = object.userCount ?? undefined;
|
|
1042
1064
|
message.protocolVersion = object.protocolVersion ?? undefined;
|
|
1043
1065
|
return message;
|
|
1044
|
-
}
|
|
1045
|
-
}
|
|
1066
|
+
}
|
|
1067
|
+
}
|
|
1046
1068
|
|
|
1047
1069
|
export type HttpEndpointsDefinition = typeof HttpEndpointsDefinition;
|
|
1048
1070
|
export const HttpEndpointsDefinition = {
|