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