@dcl/protocol 1.0.0-4958447726.commit-3016853 → 1.0.0-4959770633.commit-e249449
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/out-js/decentraland/bff/authentication_service.gen.d.ts +46 -184
- package/out-js/decentraland/bff/authentication_service.gen.js +115 -80
- package/out-js/decentraland/bff/authentication_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/comms_director_service.gen.d.ts +28 -228
- package/out-js/decentraland/bff/comms_director_service.gen.js +76 -54
- package/out-js/decentraland/bff/comms_director_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/comms_service.gen.d.ts +30 -272
- package/out-js/decentraland/bff/comms_service.gen.js +52 -38
- package/out-js/decentraland/bff/comms_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/http_endpoints.gen.d.ts +66 -854
- package/out-js/decentraland/bff/http_endpoints.gen.js +215 -158
- package/out-js/decentraland/bff/http_endpoints.gen.js.map +1 -1
- package/out-js/decentraland/bff/topics_service.gen.d.ts +46 -208
- package/out-js/decentraland/bff/topics_service.gen.js +116 -81
- package/out-js/decentraland/bff/topics_service.gen.js.map +1 -1
- package/out-js/decentraland/common/border_rect.gen.d.ts +16 -56
- package/out-js/decentraland/common/border_rect.gen.js +44 -30
- package/out-js/decentraland/common/border_rect.gen.js.map +1 -1
- package/out-js/decentraland/common/colors.gen.d.ts +16 -52
- package/out-js/decentraland/common/colors.gen.js +44 -30
- package/out-js/decentraland/common/colors.gen.js.map +1 -1
- package/out-js/decentraland/common/content_mapping.gen.d.ts +8 -20
- package/out-js/decentraland/common/content_mapping.gen.js +22 -15
- package/out-js/decentraland/common/content_mapping.gen.js.map +1 -1
- package/out-js/decentraland/common/sdk/user_data.gen.d.ts +24 -176
- package/out-js/decentraland/common/sdk/user_data.gen.js +76 -55
- package/out-js/decentraland/common/sdk/user_data.gen.js.map +1 -1
- package/out-js/decentraland/common/texture.gen.d.ts +32 -250
- package/out-js/decentraland/common/texture.gen.js +103 -75
- package/out-js/decentraland/common/texture.gen.js.map +1 -1
- package/out-js/decentraland/common/vectors.gen.d.ts +38 -68
- package/out-js/decentraland/common/vectors.gen.js +161 -46
- package/out-js/decentraland/common/vectors.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/communications_controller.gen.d.ts +18 -48
- package/out-js/decentraland/kernel/apis/communications_controller.gen.js +46 -32
- package/out-js/decentraland/kernel/apis/communications_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/dev_tools.gen.d.ts +18 -56
- package/out-js/decentraland/kernel/apis/dev_tools.gen.js +46 -32
- package/out-js/decentraland/kernel/apis/dev_tools.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/engine_api.gen.d.ts +157 -4088
- package/out-js/decentraland/kernel/apis/engine_api.gen.js +483 -1650
- package/out-js/decentraland/kernel/apis/engine_api.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/environment_api.gen.d.ts +150 -690
- package/out-js/decentraland/kernel/apis/environment_api.gen.js +400 -281
- package/out-js/decentraland/kernel/apis/environment_api.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.d.ts +106 -440
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js +278 -194
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.d.ts +70 -518
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.js +192 -136
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/permissions.gen.d.ts +36 -128
- package/out-js/decentraland/kernel/apis/permissions.gen.js +92 -64
- package/out-js/decentraland/kernel/apis/permissions.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/players.gen.d.ts +54 -476
- package/out-js/decentraland/kernel/apis/players.gen.js +143 -101
- package/out-js/decentraland/kernel/apis/players.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.d.ts +80 -308
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.js +211 -148
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.d.ts +102 -568
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +256 -179
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/runtime.gen.d.ts +80 -404
- package/out-js/decentraland/kernel/apis/runtime.gen.js +211 -148
- package/out-js/decentraland/kernel/apis/runtime.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/scene.gen.d.ts +18 -132
- package/out-js/decentraland/kernel/apis/scene.gen.js +46 -32
- package/out-js/decentraland/kernel/apis/scene.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.d.ts +42 -284
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.js +121 -86
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/social_controller.gen.d.ts +26 -128
- package/out-js/decentraland/kernel/apis/social_controller.gen.js +73 -52
- package/out-js/decentraland/kernel/apis/social_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/testing.gen.d.ts +78 -408
- package/out-js/decentraland/kernel/apis/testing.gen.js +219 -156
- package/out-js/decentraland/kernel/apis/testing.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/user_action_module.gen.d.ts +18 -48
- package/out-js/decentraland/kernel/apis/user_action_module.gen.js +46 -32
- package/out-js/decentraland/kernel/apis/user_action_module.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/user_identity.gen.d.ts +36 -352
- package/out-js/decentraland/kernel/apis/user_identity.gen.js +92 -64
- package/out-js/decentraland/kernel/apis/user_identity.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.d.ts +64 -550
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +220 -161
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.d.ts +80 -560
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js +280 -204
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.d.ts +112 -1002
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js +372 -270
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js.map +1 -1
- package/out-js/decentraland/realm/about.gen.d.ts +64 -534
- package/out-js/decentraland/realm/about.gen.js +214 -157
- package/out-js/decentraland/realm/about.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/animator.gen.d.ts +16 -136
- package/out-js/decentraland/sdk/components/animator.gen.js +49 -35
- package/out-js/decentraland/sdk/components/animator.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/audio_source.gen.d.ts +8 -32
- package/out-js/decentraland/sdk/components/audio_source.gen.js +22 -15
- package/out-js/decentraland/sdk/components/audio_source.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/audio_stream.gen.d.ts +8 -24
- package/out-js/decentraland/sdk/components/audio_stream.gen.js +22 -15
- package/out-js/decentraland/sdk/components/audio_stream.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_attach.gen.d.ts +8 -20
- package/out-js/decentraland/sdk/components/avatar_attach.gen.js +22 -15
- package/out-js/decentraland/sdk/components/avatar_attach.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.d.ts +8 -48
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +22 -15
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_shape.gen.d.ts +8 -128
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js +22 -15
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/billboard.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/billboard.gen.js +22 -15
- package/out-js/decentraland/sdk/components/billboard.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/camera_mode.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/camera_mode.gen.js +22 -15
- package/out-js/decentraland/sdk/components/camera_mode.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.d.ts +8 -44
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +22 -15
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.d.ts +8 -136
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js +22 -15
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/engine_info.gen.d.ts +8 -24
- package/out-js/decentraland/sdk/components/engine_info.gen.js +22 -15
- package/out-js/decentraland/sdk/components/engine_info.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/gltf_container.gen.d.ts +8 -24
- package/out-js/decentraland/sdk/components/gltf_container.gen.js +22 -15
- package/out-js/decentraland/sdk/components/gltf_container.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js +22 -15
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/material.gen.d.ts +24 -3368
- package/out-js/decentraland/sdk/components/material.gen.js +80 -58
- package/out-js/decentraland/sdk/components/material.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +40 -176
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js +130 -95
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.d.ts +40 -220
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +130 -95
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/nft_shape.gen.d.ts +8 -48
- package/out-js/decentraland/sdk/components/nft_shape.gen.js +22 -15
- package/out-js/decentraland/sdk/components/nft_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/pointer_events.gen.d.ts +24 -184
- package/out-js/decentraland/sdk/components/pointer_events.gen.js +76 -55
- package/out-js/decentraland/sdk/components/pointer_events.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.d.ts +8 -212
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.js +22 -15
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/pointer_lock.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/pointer_lock.gen.js +22 -15
- package/out-js/decentraland/sdk/components/pointer_lock.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/raycast.gen.d.ts +8 -248
- package/out-js/decentraland/sdk/components/raycast.gen.js +30 -21
- package/out-js/decentraland/sdk/components/raycast.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/raycast_result.gen.d.ts +8 -352
- package/out-js/decentraland/sdk/components/raycast_result.gen.js +22 -15
- package/out-js/decentraland/sdk/components/raycast_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/text_shape.gen.d.ts +8 -174
- package/out-js/decentraland/sdk/components/text_shape.gen.js +22 -15
- package/out-js/decentraland/sdk/components/text_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_background.gen.d.ts +8 -314
- package/out-js/decentraland/sdk/components/ui_background.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_background.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.d.ts +8 -78
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_input.gen.d.ts +8 -104
- package/out-js/decentraland/sdk/components/ui_input.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_input.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_input_result.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/ui_input_result.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_input_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_text.gen.d.ts +8 -62
- package/out-js/decentraland/sdk/components/ui_text.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_transform.gen.d.ts +8 -216
- package/out-js/decentraland/sdk/components/ui_transform.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/video_player.gen.d.ts +8 -36
- package/out-js/decentraland/sdk/components/video_player.gen.js +22 -15
- package/out-js/decentraland/sdk/components/video_player.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/visibility_component.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/visibility_component.gen.js +22 -15
- package/out-js/decentraland/sdk/components/visibility_component.gen.js.map +1 -1
- package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.d.ts +1004 -0
- package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js +7829 -0
- package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js.map +1 -0
- package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.d.ts +398 -0
- package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js +2512 -0
- package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js.map +1 -0
- package/out-js/decentraland/social/friendships/friendships.gen.d.ts +232 -7630
- package/out-js/decentraland/social/friendships/friendships.gen.js +891 -686
- package/out-js/decentraland/social/friendships/friendships.gen.js.map +1 -1
- package/out-js/google/protobuf/descriptor.gen.d.ts +200 -87148
- package/out-js/google/protobuf/descriptor.gen.js +720 -545
- package/out-js/google/protobuf/descriptor.gen.js.map +1 -1
- package/out-js/google/protobuf/empty.gen.d.ts +8 -8
- package/out-js/google/protobuf/empty.gen.js +22 -15
- package/out-js/google/protobuf/empty.gen.js.map +1 -1
- package/out-ts/decentraland/bff/authentication_service.gen.ts +72 -70
- package/out-ts/decentraland/bff/comms_director_service.gen.ts +46 -45
- package/out-ts/decentraland/bff/comms_service.gen.ts +28 -28
- package/out-ts/decentraland/bff/http_endpoints.gen.ts +137 -115
- package/out-ts/decentraland/bff/topics_service.gen.ts +80 -70
- package/out-ts/decentraland/common/border_rect.gen.ts +28 -28
- package/out-ts/decentraland/common/colors.gen.ts +28 -28
- package/out-ts/decentraland/common/content_mapping.gen.ts +14 -14
- package/out-ts/decentraland/common/sdk/user_data.gen.ts +42 -42
- package/out-ts/decentraland/common/texture.gen.ts +56 -56
- package/out-ts/decentraland/common/vectors.gen.ts +146 -42
- package/out-ts/decentraland/kernel/apis/communications_controller.gen.ts +28 -28
- package/out-ts/decentraland/kernel/apis/dev_tools.gen.ts +28 -28
- package/out-ts/decentraland/kernel/apis/engine_api.gen.ts +291 -1786
- package/out-ts/decentraland/kernel/apis/environment_api.gen.ts +271 -238
- package/out-ts/decentraland/kernel/apis/ethereum_controller.gen.ts +189 -168
- package/out-ts/decentraland/kernel/apis/parcel_identity.gen.ts +112 -112
- package/out-ts/decentraland/kernel/apis/permissions.gen.ts +64 -56
- package/out-ts/decentraland/kernel/apis/players.gen.ts +96 -84
- package/out-ts/decentraland/kernel/apis/portable_experiences.gen.ts +129 -126
- package/out-ts/decentraland/kernel/apis/restricted_actions.gen.ts +156 -154
- package/out-ts/decentraland/kernel/apis/runtime.gen.ts +134 -126
- package/out-ts/decentraland/kernel/apis/scene.gen.ts +28 -28
- package/out-ts/decentraland/kernel/apis/signed_fetch.gen.ts +79 -70
- package/out-ts/decentraland/kernel/apis/social_controller.gen.ts +44 -42
- package/out-ts/decentraland/kernel/apis/testing.gen.ts +139 -126
- package/out-ts/decentraland/kernel/apis/user_action_module.gen.ts +30 -28
- package/out-ts/decentraland/kernel/apis/user_identity.gen.ts +60 -56
- package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +126 -121
- package/out-ts/decentraland/kernel/comms/rfc5/ws_comms.gen.ts +166 -158
- package/out-ts/decentraland/kernel/comms/v3/archipelago.gen.ts +225 -208
- package/out-ts/decentraland/realm/about.gen.ts +137 -115
- package/out-ts/decentraland/sdk/components/animator.gen.ts +28 -28
- package/out-ts/decentraland/sdk/components/audio_source.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/audio_stream.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/avatar_attach.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/billboard.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/camera_mode.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/common/raycast_hit.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/engine_info.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/gltf_container.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/gltf_container_loading_state.gen.ts +18 -14
- package/out-ts/decentraland/sdk/components/material.gen.ts +52 -45
- package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +82 -70
- package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +84 -70
- package/out-ts/decentraland/sdk/components/nft_shape.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/pointer_events.gen.ts +44 -42
- package/out-ts/decentraland/sdk/components/pointer_events_result.gen.ts +16 -14
- package/out-ts/decentraland/sdk/components/pointer_lock.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/raycast.gen.ts +22 -20
- package/out-ts/decentraland/sdk/components/raycast_result.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/text_shape.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_background.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_dropdown.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_dropdown_result.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_input.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_input_result.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_text.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/video_player.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/visibility_component.gen.ts +16 -14
- package/out-ts/decentraland/sdk/ecs6/components_ecs6.gen.ts +8942 -0
- package/out-ts/decentraland/sdk/ecs6/engine_interface_ecs6.gen.ts +2884 -0
- package/out-ts/decentraland/social/friendships/friendships.gen.ts +447 -419
- package/out-ts/google/protobuf/descriptor.gen.ts +375 -350
- package/out-ts/google/protobuf/empty.gen.ts +14 -14
- package/package.json +3 -3
- package/proto/decentraland/common/vectors.proto +7 -0
- package/proto/decentraland/kernel/apis/engine_api.proto +2 -110
- package/proto/decentraland/sdk/ecs6/components_ecs6.proto +677 -0
- package/proto/decentraland/sdk/ecs6/engine_interface_ecs6.proto +151 -0
|
@@ -94,8 +94,8 @@ function createBaseAboutResponse(): AboutResponse {
|
|
|
94
94
|
};
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
export
|
|
98
|
-
encode(message: AboutResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
97
|
+
export namespace AboutResponse {
|
|
98
|
+
export function encode(message: AboutResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
99
99
|
if (message.healthy === true) {
|
|
100
100
|
writer.uint32(8).bool(message.healthy);
|
|
101
101
|
}
|
|
@@ -118,9 +118,9 @@ export const AboutResponse = {
|
|
|
118
118
|
writer.uint32(56).bool(message.acceptingUsers);
|
|
119
119
|
}
|
|
120
120
|
return writer;
|
|
121
|
-
}
|
|
121
|
+
}
|
|
122
122
|
|
|
123
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse {
|
|
123
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse {
|
|
124
124
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
125
125
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
126
126
|
const message = createBaseAboutResponse();
|
|
@@ -183,9 +183,9 @@ export const AboutResponse = {
|
|
|
183
183
|
reader.skipType(tag & 7);
|
|
184
184
|
}
|
|
185
185
|
return message;
|
|
186
|
-
}
|
|
186
|
+
}
|
|
187
187
|
|
|
188
|
-
fromJSON(object: any): AboutResponse {
|
|
188
|
+
export function fromJSON(object: any): AboutResponse {
|
|
189
189
|
return {
|
|
190
190
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
191
191
|
configurations: isSet(object.configurations)
|
|
@@ -197,14 +197,15 @@ export const AboutResponse = {
|
|
|
197
197
|
bff: isSet(object.bff) ? AboutResponse_BffInfo.fromJSON(object.bff) : undefined,
|
|
198
198
|
acceptingUsers: isSet(object.acceptingUsers) ? Boolean(object.acceptingUsers) : false,
|
|
199
199
|
};
|
|
200
|
-
}
|
|
200
|
+
}
|
|
201
201
|
|
|
202
|
-
toJSON(message: AboutResponse): unknown {
|
|
202
|
+
export function toJSON(message: AboutResponse): unknown {
|
|
203
203
|
const obj: any = {};
|
|
204
204
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
205
|
-
message.configurations !== undefined &&
|
|
206
|
-
|
|
207
|
-
|
|
205
|
+
message.configurations !== undefined &&
|
|
206
|
+
(obj.configurations = message.configurations
|
|
207
|
+
? AboutResponse_AboutConfiguration.toJSON(message.configurations)
|
|
208
|
+
: undefined);
|
|
208
209
|
message.content !== undefined &&
|
|
209
210
|
(obj.content = message.content ? AboutResponse_ContentInfo.toJSON(message.content) : undefined);
|
|
210
211
|
message.comms !== undefined &&
|
|
@@ -214,13 +215,13 @@ export const AboutResponse = {
|
|
|
214
215
|
message.bff !== undefined && (obj.bff = message.bff ? AboutResponse_BffInfo.toJSON(message.bff) : undefined);
|
|
215
216
|
message.acceptingUsers !== undefined && (obj.acceptingUsers = message.acceptingUsers);
|
|
216
217
|
return obj;
|
|
217
|
-
}
|
|
218
|
+
}
|
|
218
219
|
|
|
219
|
-
create<I extends Exact<DeepPartial<AboutResponse>, I>>(base?: I): AboutResponse {
|
|
220
|
+
export function create<I extends Exact<DeepPartial<AboutResponse>, I>>(base?: I): AboutResponse {
|
|
220
221
|
return AboutResponse.fromPartial(base ?? {});
|
|
221
|
-
}
|
|
222
|
+
}
|
|
222
223
|
|
|
223
|
-
fromPartial<I extends Exact<DeepPartial<AboutResponse>, I>>(object: I): AboutResponse {
|
|
224
|
+
export function fromPartial<I extends Exact<DeepPartial<AboutResponse>, I>>(object: I): AboutResponse {
|
|
224
225
|
const message = createBaseAboutResponse();
|
|
225
226
|
message.healthy = object.healthy ?? false;
|
|
226
227
|
message.configurations = (object.configurations !== undefined && object.configurations !== null)
|
|
@@ -240,15 +241,18 @@ export const AboutResponse = {
|
|
|
240
241
|
: undefined;
|
|
241
242
|
message.acceptingUsers = object.acceptingUsers ?? false;
|
|
242
243
|
return message;
|
|
243
|
-
}
|
|
244
|
-
}
|
|
244
|
+
}
|
|
245
|
+
}
|
|
245
246
|
|
|
246
247
|
function createBaseAboutResponse_MinimapConfiguration(): AboutResponse_MinimapConfiguration {
|
|
247
248
|
return { enabled: false, dataImage: undefined, estateImage: undefined };
|
|
248
249
|
}
|
|
249
250
|
|
|
250
|
-
export
|
|
251
|
-
|
|
251
|
+
export namespace AboutResponse_MinimapConfiguration {
|
|
252
|
+
export function encode(
|
|
253
|
+
message: AboutResponse_MinimapConfiguration,
|
|
254
|
+
writer: _m0.Writer = _m0.Writer.create(),
|
|
255
|
+
): _m0.Writer {
|
|
252
256
|
if (message.enabled === true) {
|
|
253
257
|
writer.uint32(8).bool(message.enabled);
|
|
254
258
|
}
|
|
@@ -259,9 +263,9 @@ export const AboutResponse_MinimapConfiguration = {
|
|
|
259
263
|
writer.uint32(26).string(message.estateImage);
|
|
260
264
|
}
|
|
261
265
|
return writer;
|
|
262
|
-
}
|
|
266
|
+
}
|
|
263
267
|
|
|
264
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_MinimapConfiguration {
|
|
268
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_MinimapConfiguration {
|
|
265
269
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
266
270
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
267
271
|
const message = createBaseAboutResponse_MinimapConfiguration();
|
|
@@ -296,31 +300,31 @@ export const AboutResponse_MinimapConfiguration = {
|
|
|
296
300
|
reader.skipType(tag & 7);
|
|
297
301
|
}
|
|
298
302
|
return message;
|
|
299
|
-
}
|
|
303
|
+
}
|
|
300
304
|
|
|
301
|
-
fromJSON(object: any): AboutResponse_MinimapConfiguration {
|
|
305
|
+
export function fromJSON(object: any): AboutResponse_MinimapConfiguration {
|
|
302
306
|
return {
|
|
303
307
|
enabled: isSet(object.enabled) ? Boolean(object.enabled) : false,
|
|
304
308
|
dataImage: isSet(object.dataImage) ? String(object.dataImage) : undefined,
|
|
305
309
|
estateImage: isSet(object.estateImage) ? String(object.estateImage) : undefined,
|
|
306
310
|
};
|
|
307
|
-
}
|
|
311
|
+
}
|
|
308
312
|
|
|
309
|
-
toJSON(message: AboutResponse_MinimapConfiguration): unknown {
|
|
313
|
+
export function toJSON(message: AboutResponse_MinimapConfiguration): unknown {
|
|
310
314
|
const obj: any = {};
|
|
311
315
|
message.enabled !== undefined && (obj.enabled = message.enabled);
|
|
312
316
|
message.dataImage !== undefined && (obj.dataImage = message.dataImage);
|
|
313
317
|
message.estateImage !== undefined && (obj.estateImage = message.estateImage);
|
|
314
318
|
return obj;
|
|
315
|
-
}
|
|
319
|
+
}
|
|
316
320
|
|
|
317
|
-
create<I extends Exact<DeepPartial<AboutResponse_MinimapConfiguration>, I>>(
|
|
321
|
+
export function create<I extends Exact<DeepPartial<AboutResponse_MinimapConfiguration>, I>>(
|
|
318
322
|
base?: I,
|
|
319
323
|
): AboutResponse_MinimapConfiguration {
|
|
320
324
|
return AboutResponse_MinimapConfiguration.fromPartial(base ?? {});
|
|
321
|
-
}
|
|
325
|
+
}
|
|
322
326
|
|
|
323
|
-
fromPartial<I extends Exact<DeepPartial<AboutResponse_MinimapConfiguration>, I>>(
|
|
327
|
+
export function fromPartial<I extends Exact<DeepPartial<AboutResponse_MinimapConfiguration>, I>>(
|
|
324
328
|
object: I,
|
|
325
329
|
): AboutResponse_MinimapConfiguration {
|
|
326
330
|
const message = createBaseAboutResponse_MinimapConfiguration();
|
|
@@ -328,22 +332,25 @@ export const AboutResponse_MinimapConfiguration = {
|
|
|
328
332
|
message.dataImage = object.dataImage ?? undefined;
|
|
329
333
|
message.estateImage = object.estateImage ?? undefined;
|
|
330
334
|
return message;
|
|
331
|
-
}
|
|
332
|
-
}
|
|
335
|
+
}
|
|
336
|
+
}
|
|
333
337
|
|
|
334
338
|
function createBaseAboutResponse_SkyboxConfiguration(): AboutResponse_SkyboxConfiguration {
|
|
335
339
|
return { fixedHour: undefined };
|
|
336
340
|
}
|
|
337
341
|
|
|
338
|
-
export
|
|
339
|
-
|
|
342
|
+
export namespace AboutResponse_SkyboxConfiguration {
|
|
343
|
+
export function encode(
|
|
344
|
+
message: AboutResponse_SkyboxConfiguration,
|
|
345
|
+
writer: _m0.Writer = _m0.Writer.create(),
|
|
346
|
+
): _m0.Writer {
|
|
340
347
|
if (message.fixedHour !== undefined) {
|
|
341
348
|
writer.uint32(13).float(message.fixedHour);
|
|
342
349
|
}
|
|
343
350
|
return writer;
|
|
344
|
-
}
|
|
351
|
+
}
|
|
345
352
|
|
|
346
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_SkyboxConfiguration {
|
|
353
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_SkyboxConfiguration {
|
|
347
354
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
348
355
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
349
356
|
const message = createBaseAboutResponse_SkyboxConfiguration();
|
|
@@ -364,32 +371,32 @@ export const AboutResponse_SkyboxConfiguration = {
|
|
|
364
371
|
reader.skipType(tag & 7);
|
|
365
372
|
}
|
|
366
373
|
return message;
|
|
367
|
-
}
|
|
374
|
+
}
|
|
368
375
|
|
|
369
|
-
fromJSON(object: any): AboutResponse_SkyboxConfiguration {
|
|
376
|
+
export function fromJSON(object: any): AboutResponse_SkyboxConfiguration {
|
|
370
377
|
return { fixedHour: isSet(object.fixedHour) ? Number(object.fixedHour) : undefined };
|
|
371
|
-
}
|
|
378
|
+
}
|
|
372
379
|
|
|
373
|
-
toJSON(message: AboutResponse_SkyboxConfiguration): unknown {
|
|
380
|
+
export function toJSON(message: AboutResponse_SkyboxConfiguration): unknown {
|
|
374
381
|
const obj: any = {};
|
|
375
382
|
message.fixedHour !== undefined && (obj.fixedHour = message.fixedHour);
|
|
376
383
|
return obj;
|
|
377
|
-
}
|
|
384
|
+
}
|
|
378
385
|
|
|
379
|
-
create<I extends Exact<DeepPartial<AboutResponse_SkyboxConfiguration>, I>>(
|
|
386
|
+
export function create<I extends Exact<DeepPartial<AboutResponse_SkyboxConfiguration>, I>>(
|
|
380
387
|
base?: I,
|
|
381
388
|
): AboutResponse_SkyboxConfiguration {
|
|
382
389
|
return AboutResponse_SkyboxConfiguration.fromPartial(base ?? {});
|
|
383
|
-
}
|
|
390
|
+
}
|
|
384
391
|
|
|
385
|
-
fromPartial<I extends Exact<DeepPartial<AboutResponse_SkyboxConfiguration>, I>>(
|
|
392
|
+
export function fromPartial<I extends Exact<DeepPartial<AboutResponse_SkyboxConfiguration>, I>>(
|
|
386
393
|
object: I,
|
|
387
394
|
): AboutResponse_SkyboxConfiguration {
|
|
388
395
|
const message = createBaseAboutResponse_SkyboxConfiguration();
|
|
389
396
|
message.fixedHour = object.fixedHour ?? undefined;
|
|
390
397
|
return message;
|
|
391
|
-
}
|
|
392
|
-
}
|
|
398
|
+
}
|
|
399
|
+
}
|
|
393
400
|
|
|
394
401
|
function createBaseAboutResponse_AboutConfiguration(): AboutResponse_AboutConfiguration {
|
|
395
402
|
return {
|
|
@@ -403,8 +410,11 @@ function createBaseAboutResponse_AboutConfiguration(): AboutResponse_AboutConfig
|
|
|
403
410
|
};
|
|
404
411
|
}
|
|
405
412
|
|
|
406
|
-
export
|
|
407
|
-
|
|
413
|
+
export namespace AboutResponse_AboutConfiguration {
|
|
414
|
+
export function encode(
|
|
415
|
+
message: AboutResponse_AboutConfiguration,
|
|
416
|
+
writer: _m0.Writer = _m0.Writer.create(),
|
|
417
|
+
): _m0.Writer {
|
|
408
418
|
if (message.realmName !== undefined) {
|
|
409
419
|
writer.uint32(10).string(message.realmName);
|
|
410
420
|
}
|
|
@@ -427,9 +437,9 @@ export const AboutResponse_AboutConfiguration = {
|
|
|
427
437
|
writer.uint32(58).string(message.cityLoaderContentServer);
|
|
428
438
|
}
|
|
429
439
|
return writer;
|
|
430
|
-
}
|
|
440
|
+
}
|
|
431
441
|
|
|
432
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_AboutConfiguration {
|
|
442
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_AboutConfiguration {
|
|
433
443
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
434
444
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
435
445
|
const message = createBaseAboutResponse_AboutConfiguration();
|
|
@@ -492,9 +502,9 @@ export const AboutResponse_AboutConfiguration = {
|
|
|
492
502
|
reader.skipType(tag & 7);
|
|
493
503
|
}
|
|
494
504
|
return message;
|
|
495
|
-
}
|
|
505
|
+
}
|
|
496
506
|
|
|
497
|
-
fromJSON(object: any): AboutResponse_AboutConfiguration {
|
|
507
|
+
export function fromJSON(object: any): AboutResponse_AboutConfiguration {
|
|
498
508
|
return {
|
|
499
509
|
realmName: isSet(object.realmName) ? String(object.realmName) : undefined,
|
|
500
510
|
networkId: isSet(object.networkId) ? Number(object.networkId) : 0,
|
|
@@ -506,9 +516,9 @@ export const AboutResponse_AboutConfiguration = {
|
|
|
506
516
|
? String(object.cityLoaderContentServer)
|
|
507
517
|
: undefined,
|
|
508
518
|
};
|
|
509
|
-
}
|
|
519
|
+
}
|
|
510
520
|
|
|
511
|
-
toJSON(message: AboutResponse_AboutConfiguration): unknown {
|
|
521
|
+
export function toJSON(message: AboutResponse_AboutConfiguration): unknown {
|
|
512
522
|
const obj: any = {};
|
|
513
523
|
message.realmName !== undefined && (obj.realmName = message.realmName);
|
|
514
524
|
message.networkId !== undefined && (obj.networkId = Math.round(message.networkId));
|
|
@@ -528,15 +538,15 @@ export const AboutResponse_AboutConfiguration = {
|
|
|
528
538
|
(obj.skybox = message.skybox ? AboutResponse_SkyboxConfiguration.toJSON(message.skybox) : undefined);
|
|
529
539
|
message.cityLoaderContentServer !== undefined && (obj.cityLoaderContentServer = message.cityLoaderContentServer);
|
|
530
540
|
return obj;
|
|
531
|
-
}
|
|
541
|
+
}
|
|
532
542
|
|
|
533
|
-
create<I extends Exact<DeepPartial<AboutResponse_AboutConfiguration>, I>>(
|
|
543
|
+
export function create<I extends Exact<DeepPartial<AboutResponse_AboutConfiguration>, I>>(
|
|
534
544
|
base?: I,
|
|
535
545
|
): AboutResponse_AboutConfiguration {
|
|
536
546
|
return AboutResponse_AboutConfiguration.fromPartial(base ?? {});
|
|
537
|
-
}
|
|
547
|
+
}
|
|
538
548
|
|
|
539
|
-
fromPartial<I extends Exact<DeepPartial<AboutResponse_AboutConfiguration>, I>>(
|
|
549
|
+
export function fromPartial<I extends Exact<DeepPartial<AboutResponse_AboutConfiguration>, I>>(
|
|
540
550
|
object: I,
|
|
541
551
|
): AboutResponse_AboutConfiguration {
|
|
542
552
|
const message = createBaseAboutResponse_AboutConfiguration();
|
|
@@ -552,15 +562,15 @@ export const AboutResponse_AboutConfiguration = {
|
|
|
552
562
|
: undefined;
|
|
553
563
|
message.cityLoaderContentServer = object.cityLoaderContentServer ?? undefined;
|
|
554
564
|
return message;
|
|
555
|
-
}
|
|
556
|
-
}
|
|
565
|
+
}
|
|
566
|
+
}
|
|
557
567
|
|
|
558
568
|
function createBaseAboutResponse_ContentInfo(): AboutResponse_ContentInfo {
|
|
559
569
|
return { healthy: false, version: undefined, commitHash: undefined, publicUrl: "" };
|
|
560
570
|
}
|
|
561
571
|
|
|
562
|
-
export
|
|
563
|
-
encode(message: AboutResponse_ContentInfo, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
572
|
+
export namespace AboutResponse_ContentInfo {
|
|
573
|
+
export function encode(message: AboutResponse_ContentInfo, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
564
574
|
if (message.healthy === true) {
|
|
565
575
|
writer.uint32(8).bool(message.healthy);
|
|
566
576
|
}
|
|
@@ -574,9 +584,9 @@ export const AboutResponse_ContentInfo = {
|
|
|
574
584
|
writer.uint32(34).string(message.publicUrl);
|
|
575
585
|
}
|
|
576
586
|
return writer;
|
|
577
|
-
}
|
|
587
|
+
}
|
|
578
588
|
|
|
579
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_ContentInfo {
|
|
589
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_ContentInfo {
|
|
580
590
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
581
591
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
582
592
|
const message = createBaseAboutResponse_ContentInfo();
|
|
@@ -618,46 +628,50 @@ export const AboutResponse_ContentInfo = {
|
|
|
618
628
|
reader.skipType(tag & 7);
|
|
619
629
|
}
|
|
620
630
|
return message;
|
|
621
|
-
}
|
|
631
|
+
}
|
|
622
632
|
|
|
623
|
-
fromJSON(object: any): AboutResponse_ContentInfo {
|
|
633
|
+
export function fromJSON(object: any): AboutResponse_ContentInfo {
|
|
624
634
|
return {
|
|
625
635
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
626
636
|
version: isSet(object.version) ? String(object.version) : undefined,
|
|
627
637
|
commitHash: isSet(object.commitHash) ? String(object.commitHash) : undefined,
|
|
628
638
|
publicUrl: isSet(object.publicUrl) ? String(object.publicUrl) : "",
|
|
629
639
|
};
|
|
630
|
-
}
|
|
640
|
+
}
|
|
631
641
|
|
|
632
|
-
toJSON(message: AboutResponse_ContentInfo): unknown {
|
|
642
|
+
export function toJSON(message: AboutResponse_ContentInfo): unknown {
|
|
633
643
|
const obj: any = {};
|
|
634
644
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
635
645
|
message.version !== undefined && (obj.version = message.version);
|
|
636
646
|
message.commitHash !== undefined && (obj.commitHash = message.commitHash);
|
|
637
647
|
message.publicUrl !== undefined && (obj.publicUrl = message.publicUrl);
|
|
638
648
|
return obj;
|
|
639
|
-
}
|
|
649
|
+
}
|
|
640
650
|
|
|
641
|
-
create<I extends Exact<DeepPartial<AboutResponse_ContentInfo>, I>>(
|
|
651
|
+
export function create<I extends Exact<DeepPartial<AboutResponse_ContentInfo>, I>>(
|
|
652
|
+
base?: I,
|
|
653
|
+
): AboutResponse_ContentInfo {
|
|
642
654
|
return AboutResponse_ContentInfo.fromPartial(base ?? {});
|
|
643
|
-
}
|
|
655
|
+
}
|
|
644
656
|
|
|
645
|
-
fromPartial<I extends Exact<DeepPartial<AboutResponse_ContentInfo>, I>>(
|
|
657
|
+
export function fromPartial<I extends Exact<DeepPartial<AboutResponse_ContentInfo>, I>>(
|
|
658
|
+
object: I,
|
|
659
|
+
): AboutResponse_ContentInfo {
|
|
646
660
|
const message = createBaseAboutResponse_ContentInfo();
|
|
647
661
|
message.healthy = object.healthy ?? false;
|
|
648
662
|
message.version = object.version ?? undefined;
|
|
649
663
|
message.commitHash = object.commitHash ?? undefined;
|
|
650
664
|
message.publicUrl = object.publicUrl ?? "";
|
|
651
665
|
return message;
|
|
652
|
-
}
|
|
653
|
-
}
|
|
666
|
+
}
|
|
667
|
+
}
|
|
654
668
|
|
|
655
669
|
function createBaseAboutResponse_LambdasInfo(): AboutResponse_LambdasInfo {
|
|
656
670
|
return { healthy: false, version: undefined, commitHash: undefined, publicUrl: "" };
|
|
657
671
|
}
|
|
658
672
|
|
|
659
|
-
export
|
|
660
|
-
encode(message: AboutResponse_LambdasInfo, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
673
|
+
export namespace AboutResponse_LambdasInfo {
|
|
674
|
+
export function encode(message: AboutResponse_LambdasInfo, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
661
675
|
if (message.healthy === true) {
|
|
662
676
|
writer.uint32(8).bool(message.healthy);
|
|
663
677
|
}
|
|
@@ -671,9 +685,9 @@ export const AboutResponse_LambdasInfo = {
|
|
|
671
685
|
writer.uint32(34).string(message.publicUrl);
|
|
672
686
|
}
|
|
673
687
|
return writer;
|
|
674
|
-
}
|
|
688
|
+
}
|
|
675
689
|
|
|
676
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_LambdasInfo {
|
|
690
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_LambdasInfo {
|
|
677
691
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
678
692
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
679
693
|
const message = createBaseAboutResponse_LambdasInfo();
|
|
@@ -715,39 +729,43 @@ export const AboutResponse_LambdasInfo = {
|
|
|
715
729
|
reader.skipType(tag & 7);
|
|
716
730
|
}
|
|
717
731
|
return message;
|
|
718
|
-
}
|
|
732
|
+
}
|
|
719
733
|
|
|
720
|
-
fromJSON(object: any): AboutResponse_LambdasInfo {
|
|
734
|
+
export function fromJSON(object: any): AboutResponse_LambdasInfo {
|
|
721
735
|
return {
|
|
722
736
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
723
737
|
version: isSet(object.version) ? String(object.version) : undefined,
|
|
724
738
|
commitHash: isSet(object.commitHash) ? String(object.commitHash) : undefined,
|
|
725
739
|
publicUrl: isSet(object.publicUrl) ? String(object.publicUrl) : "",
|
|
726
740
|
};
|
|
727
|
-
}
|
|
741
|
+
}
|
|
728
742
|
|
|
729
|
-
toJSON(message: AboutResponse_LambdasInfo): unknown {
|
|
743
|
+
export function toJSON(message: AboutResponse_LambdasInfo): unknown {
|
|
730
744
|
const obj: any = {};
|
|
731
745
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
732
746
|
message.version !== undefined && (obj.version = message.version);
|
|
733
747
|
message.commitHash !== undefined && (obj.commitHash = message.commitHash);
|
|
734
748
|
message.publicUrl !== undefined && (obj.publicUrl = message.publicUrl);
|
|
735
749
|
return obj;
|
|
736
|
-
}
|
|
750
|
+
}
|
|
737
751
|
|
|
738
|
-
create<I extends Exact<DeepPartial<AboutResponse_LambdasInfo>, I>>(
|
|
752
|
+
export function create<I extends Exact<DeepPartial<AboutResponse_LambdasInfo>, I>>(
|
|
753
|
+
base?: I,
|
|
754
|
+
): AboutResponse_LambdasInfo {
|
|
739
755
|
return AboutResponse_LambdasInfo.fromPartial(base ?? {});
|
|
740
|
-
}
|
|
756
|
+
}
|
|
741
757
|
|
|
742
|
-
fromPartial<I extends Exact<DeepPartial<AboutResponse_LambdasInfo>, I>>(
|
|
758
|
+
export function fromPartial<I extends Exact<DeepPartial<AboutResponse_LambdasInfo>, I>>(
|
|
759
|
+
object: I,
|
|
760
|
+
): AboutResponse_LambdasInfo {
|
|
743
761
|
const message = createBaseAboutResponse_LambdasInfo();
|
|
744
762
|
message.healthy = object.healthy ?? false;
|
|
745
763
|
message.version = object.version ?? undefined;
|
|
746
764
|
message.commitHash = object.commitHash ?? undefined;
|
|
747
765
|
message.publicUrl = object.publicUrl ?? "";
|
|
748
766
|
return message;
|
|
749
|
-
}
|
|
750
|
-
}
|
|
767
|
+
}
|
|
768
|
+
}
|
|
751
769
|
|
|
752
770
|
function createBaseAboutResponse_CommsInfo(): AboutResponse_CommsInfo {
|
|
753
771
|
return {
|
|
@@ -761,8 +779,8 @@ function createBaseAboutResponse_CommsInfo(): AboutResponse_CommsInfo {
|
|
|
761
779
|
};
|
|
762
780
|
}
|
|
763
781
|
|
|
764
|
-
export
|
|
765
|
-
encode(message: AboutResponse_CommsInfo, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
782
|
+
export namespace AboutResponse_CommsInfo {
|
|
783
|
+
export function encode(message: AboutResponse_CommsInfo, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
766
784
|
if (message.healthy === true) {
|
|
767
785
|
writer.uint32(8).bool(message.healthy);
|
|
768
786
|
}
|
|
@@ -785,9 +803,9 @@ export const AboutResponse_CommsInfo = {
|
|
|
785
803
|
writer.uint32(418).string(message.fixedAdapter);
|
|
786
804
|
}
|
|
787
805
|
return writer;
|
|
788
|
-
}
|
|
806
|
+
}
|
|
789
807
|
|
|
790
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_CommsInfo {
|
|
808
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_CommsInfo {
|
|
791
809
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
792
810
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
793
811
|
const message = createBaseAboutResponse_CommsInfo();
|
|
@@ -850,9 +868,9 @@ export const AboutResponse_CommsInfo = {
|
|
|
850
868
|
reader.skipType(tag & 7);
|
|
851
869
|
}
|
|
852
870
|
return message;
|
|
853
|
-
}
|
|
871
|
+
}
|
|
854
872
|
|
|
855
|
-
fromJSON(object: any): AboutResponse_CommsInfo {
|
|
873
|
+
export function fromJSON(object: any): AboutResponse_CommsInfo {
|
|
856
874
|
return {
|
|
857
875
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
858
876
|
version: isSet(object.version) ? String(object.version) : undefined,
|
|
@@ -862,9 +880,9 @@ export const AboutResponse_CommsInfo = {
|
|
|
862
880
|
usersCount: isSet(object.usersCount) ? Number(object.usersCount) : undefined,
|
|
863
881
|
fixedAdapter: isSet(object.fixedAdapter) ? String(object.fixedAdapter) : undefined,
|
|
864
882
|
};
|
|
865
|
-
}
|
|
883
|
+
}
|
|
866
884
|
|
|
867
|
-
toJSON(message: AboutResponse_CommsInfo): unknown {
|
|
885
|
+
export function toJSON(message: AboutResponse_CommsInfo): unknown {
|
|
868
886
|
const obj: any = {};
|
|
869
887
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
870
888
|
message.version !== undefined && (obj.version = message.version);
|
|
@@ -874,13 +892,15 @@ export const AboutResponse_CommsInfo = {
|
|
|
874
892
|
message.usersCount !== undefined && (obj.usersCount = Math.round(message.usersCount));
|
|
875
893
|
message.fixedAdapter !== undefined && (obj.fixedAdapter = message.fixedAdapter);
|
|
876
894
|
return obj;
|
|
877
|
-
}
|
|
895
|
+
}
|
|
878
896
|
|
|
879
|
-
create<I extends Exact<DeepPartial<AboutResponse_CommsInfo>, I>>(base?: I): AboutResponse_CommsInfo {
|
|
897
|
+
export function create<I extends Exact<DeepPartial<AboutResponse_CommsInfo>, I>>(base?: I): AboutResponse_CommsInfo {
|
|
880
898
|
return AboutResponse_CommsInfo.fromPartial(base ?? {});
|
|
881
|
-
}
|
|
899
|
+
}
|
|
882
900
|
|
|
883
|
-
fromPartial<I extends Exact<DeepPartial<AboutResponse_CommsInfo>, I>>(
|
|
901
|
+
export function fromPartial<I extends Exact<DeepPartial<AboutResponse_CommsInfo>, I>>(
|
|
902
|
+
object: I,
|
|
903
|
+
): AboutResponse_CommsInfo {
|
|
884
904
|
const message = createBaseAboutResponse_CommsInfo();
|
|
885
905
|
message.healthy = object.healthy ?? false;
|
|
886
906
|
message.version = object.version ?? undefined;
|
|
@@ -890,8 +910,8 @@ export const AboutResponse_CommsInfo = {
|
|
|
890
910
|
message.usersCount = object.usersCount ?? undefined;
|
|
891
911
|
message.fixedAdapter = object.fixedAdapter ?? undefined;
|
|
892
912
|
return message;
|
|
893
|
-
}
|
|
894
|
-
}
|
|
913
|
+
}
|
|
914
|
+
}
|
|
895
915
|
|
|
896
916
|
function createBaseAboutResponse_BffInfo(): AboutResponse_BffInfo {
|
|
897
917
|
return {
|
|
@@ -904,8 +924,8 @@ function createBaseAboutResponse_BffInfo(): AboutResponse_BffInfo {
|
|
|
904
924
|
};
|
|
905
925
|
}
|
|
906
926
|
|
|
907
|
-
export
|
|
908
|
-
encode(message: AboutResponse_BffInfo, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
927
|
+
export namespace AboutResponse_BffInfo {
|
|
928
|
+
export function encode(message: AboutResponse_BffInfo, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
909
929
|
if (message.healthy === true) {
|
|
910
930
|
writer.uint32(8).bool(message.healthy);
|
|
911
931
|
}
|
|
@@ -925,9 +945,9 @@ export const AboutResponse_BffInfo = {
|
|
|
925
945
|
writer.uint32(418).string(message.protocolVersion);
|
|
926
946
|
}
|
|
927
947
|
return writer;
|
|
928
|
-
}
|
|
948
|
+
}
|
|
929
949
|
|
|
930
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_BffInfo {
|
|
950
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): AboutResponse_BffInfo {
|
|
931
951
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
932
952
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
933
953
|
const message = createBaseAboutResponse_BffInfo();
|
|
@@ -983,9 +1003,9 @@ export const AboutResponse_BffInfo = {
|
|
|
983
1003
|
reader.skipType(tag & 7);
|
|
984
1004
|
}
|
|
985
1005
|
return message;
|
|
986
|
-
}
|
|
1006
|
+
}
|
|
987
1007
|
|
|
988
|
-
fromJSON(object: any): AboutResponse_BffInfo {
|
|
1008
|
+
export function fromJSON(object: any): AboutResponse_BffInfo {
|
|
989
1009
|
return {
|
|
990
1010
|
healthy: isSet(object.healthy) ? Boolean(object.healthy) : false,
|
|
991
1011
|
version: isSet(object.version) ? String(object.version) : undefined,
|
|
@@ -994,9 +1014,9 @@ export const AboutResponse_BffInfo = {
|
|
|
994
1014
|
userCount: isSet(object.userCount) ? Number(object.userCount) : undefined,
|
|
995
1015
|
protocolVersion: isSet(object.protocolVersion) ? String(object.protocolVersion) : undefined,
|
|
996
1016
|
};
|
|
997
|
-
}
|
|
1017
|
+
}
|
|
998
1018
|
|
|
999
|
-
toJSON(message: AboutResponse_BffInfo): unknown {
|
|
1019
|
+
export function toJSON(message: AboutResponse_BffInfo): unknown {
|
|
1000
1020
|
const obj: any = {};
|
|
1001
1021
|
message.healthy !== undefined && (obj.healthy = message.healthy);
|
|
1002
1022
|
message.version !== undefined && (obj.version = message.version);
|
|
@@ -1005,13 +1025,15 @@ export const AboutResponse_BffInfo = {
|
|
|
1005
1025
|
message.userCount !== undefined && (obj.userCount = Math.round(message.userCount));
|
|
1006
1026
|
message.protocolVersion !== undefined && (obj.protocolVersion = message.protocolVersion);
|
|
1007
1027
|
return obj;
|
|
1008
|
-
}
|
|
1028
|
+
}
|
|
1009
1029
|
|
|
1010
|
-
create<I extends Exact<DeepPartial<AboutResponse_BffInfo>, I>>(base?: I): AboutResponse_BffInfo {
|
|
1030
|
+
export function create<I extends Exact<DeepPartial<AboutResponse_BffInfo>, I>>(base?: I): AboutResponse_BffInfo {
|
|
1011
1031
|
return AboutResponse_BffInfo.fromPartial(base ?? {});
|
|
1012
|
-
}
|
|
1032
|
+
}
|
|
1013
1033
|
|
|
1014
|
-
fromPartial<I extends Exact<DeepPartial<AboutResponse_BffInfo>, I>>(
|
|
1034
|
+
export function fromPartial<I extends Exact<DeepPartial<AboutResponse_BffInfo>, I>>(
|
|
1035
|
+
object: I,
|
|
1036
|
+
): AboutResponse_BffInfo {
|
|
1015
1037
|
const message = createBaseAboutResponse_BffInfo();
|
|
1016
1038
|
message.healthy = object.healthy ?? false;
|
|
1017
1039
|
message.version = object.version ?? undefined;
|
|
@@ -1020,8 +1042,8 @@ export const AboutResponse_BffInfo = {
|
|
|
1020
1042
|
message.userCount = object.userCount ?? undefined;
|
|
1021
1043
|
message.protocolVersion = object.protocolVersion ?? undefined;
|
|
1022
1044
|
return message;
|
|
1023
|
-
}
|
|
1024
|
-
}
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1025
1047
|
|
|
1026
1048
|
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
1027
1049
|
|