@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
|
@@ -14,15 +14,15 @@ function createBaseRequestTeleportRequest(): RequestTeleportRequest {
|
|
|
14
14
|
return { destination: "" };
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
export
|
|
18
|
-
encode(message: RequestTeleportRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
17
|
+
export namespace RequestTeleportRequest {
|
|
18
|
+
export function encode(message: RequestTeleportRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
19
19
|
if (message.destination !== "") {
|
|
20
20
|
writer.uint32(10).string(message.destination);
|
|
21
21
|
}
|
|
22
22
|
return writer;
|
|
23
|
-
}
|
|
23
|
+
}
|
|
24
24
|
|
|
25
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): RequestTeleportRequest {
|
|
25
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): RequestTeleportRequest {
|
|
26
26
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
27
27
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
28
28
|
const message = createBaseRequestTeleportRequest();
|
|
@@ -43,39 +43,41 @@ export const RequestTeleportRequest = {
|
|
|
43
43
|
reader.skipType(tag & 7);
|
|
44
44
|
}
|
|
45
45
|
return message;
|
|
46
|
-
}
|
|
46
|
+
}
|
|
47
47
|
|
|
48
|
-
fromJSON(object: any): RequestTeleportRequest {
|
|
48
|
+
export function fromJSON(object: any): RequestTeleportRequest {
|
|
49
49
|
return { destination: isSet(object.destination) ? String(object.destination) : "" };
|
|
50
|
-
}
|
|
50
|
+
}
|
|
51
51
|
|
|
52
|
-
toJSON(message: RequestTeleportRequest): unknown {
|
|
52
|
+
export function toJSON(message: RequestTeleportRequest): unknown {
|
|
53
53
|
const obj: any = {};
|
|
54
54
|
message.destination !== undefined && (obj.destination = message.destination);
|
|
55
55
|
return obj;
|
|
56
|
-
}
|
|
56
|
+
}
|
|
57
57
|
|
|
58
|
-
create<I extends Exact<DeepPartial<RequestTeleportRequest>, I>>(base?: I): RequestTeleportRequest {
|
|
58
|
+
export function create<I extends Exact<DeepPartial<RequestTeleportRequest>, I>>(base?: I): RequestTeleportRequest {
|
|
59
59
|
return RequestTeleportRequest.fromPartial(base ?? {});
|
|
60
|
-
}
|
|
60
|
+
}
|
|
61
61
|
|
|
62
|
-
fromPartial<I extends Exact<DeepPartial<RequestTeleportRequest>, I>>(
|
|
62
|
+
export function fromPartial<I extends Exact<DeepPartial<RequestTeleportRequest>, I>>(
|
|
63
|
+
object: I,
|
|
64
|
+
): RequestTeleportRequest {
|
|
63
65
|
const message = createBaseRequestTeleportRequest();
|
|
64
66
|
message.destination = object.destination ?? "";
|
|
65
67
|
return message;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
68
70
|
|
|
69
71
|
function createBaseRequestTeleportResponse(): RequestTeleportResponse {
|
|
70
72
|
return {};
|
|
71
73
|
}
|
|
72
74
|
|
|
73
|
-
export
|
|
74
|
-
encode(_: RequestTeleportResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
75
|
+
export namespace RequestTeleportResponse {
|
|
76
|
+
export function encode(_: RequestTeleportResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
75
77
|
return writer;
|
|
76
|
-
}
|
|
78
|
+
}
|
|
77
79
|
|
|
78
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): RequestTeleportResponse {
|
|
80
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): RequestTeleportResponse {
|
|
79
81
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
80
82
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
81
83
|
const message = createBaseRequestTeleportResponse();
|
|
@@ -89,26 +91,26 @@ export const RequestTeleportResponse = {
|
|
|
89
91
|
reader.skipType(tag & 7);
|
|
90
92
|
}
|
|
91
93
|
return message;
|
|
92
|
-
}
|
|
94
|
+
}
|
|
93
95
|
|
|
94
|
-
fromJSON(_: any): RequestTeleportResponse {
|
|
96
|
+
export function fromJSON(_: any): RequestTeleportResponse {
|
|
95
97
|
return {};
|
|
96
|
-
}
|
|
98
|
+
}
|
|
97
99
|
|
|
98
|
-
toJSON(_: RequestTeleportResponse): unknown {
|
|
100
|
+
export function toJSON(_: RequestTeleportResponse): unknown {
|
|
99
101
|
const obj: any = {};
|
|
100
102
|
return obj;
|
|
101
|
-
}
|
|
103
|
+
}
|
|
102
104
|
|
|
103
|
-
create<I extends Exact<DeepPartial<RequestTeleportResponse>, I>>(base?: I): RequestTeleportResponse {
|
|
105
|
+
export function create<I extends Exact<DeepPartial<RequestTeleportResponse>, I>>(base?: I): RequestTeleportResponse {
|
|
104
106
|
return RequestTeleportResponse.fromPartial(base ?? {});
|
|
105
|
-
}
|
|
107
|
+
}
|
|
106
108
|
|
|
107
|
-
fromPartial<I extends Exact<DeepPartial<RequestTeleportResponse>, I>>(_: I): RequestTeleportResponse {
|
|
109
|
+
export function fromPartial<I extends Exact<DeepPartial<RequestTeleportResponse>, I>>(_: I): RequestTeleportResponse {
|
|
108
110
|
const message = createBaseRequestTeleportResponse();
|
|
109
111
|
return message;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
112
114
|
|
|
113
115
|
export type UserActionModuleServiceDefinition = typeof UserActionModuleServiceDefinition;
|
|
114
116
|
export const UserActionModuleServiceDefinition = {
|
|
@@ -22,12 +22,12 @@ function createBaseGetUserDataRequest(): GetUserDataRequest {
|
|
|
22
22
|
return {};
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
export
|
|
26
|
-
encode(_: GetUserDataRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
25
|
+
export namespace GetUserDataRequest {
|
|
26
|
+
export function encode(_: GetUserDataRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
27
27
|
return writer;
|
|
28
|
-
}
|
|
28
|
+
}
|
|
29
29
|
|
|
30
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetUserDataRequest {
|
|
30
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): GetUserDataRequest {
|
|
31
31
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
32
32
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
33
33
|
const message = createBaseGetUserDataRequest();
|
|
@@ -41,40 +41,40 @@ export const GetUserDataRequest = {
|
|
|
41
41
|
reader.skipType(tag & 7);
|
|
42
42
|
}
|
|
43
43
|
return message;
|
|
44
|
-
}
|
|
44
|
+
}
|
|
45
45
|
|
|
46
|
-
fromJSON(_: any): GetUserDataRequest {
|
|
46
|
+
export function fromJSON(_: any): GetUserDataRequest {
|
|
47
47
|
return {};
|
|
48
|
-
}
|
|
48
|
+
}
|
|
49
49
|
|
|
50
|
-
toJSON(_: GetUserDataRequest): unknown {
|
|
50
|
+
export function toJSON(_: GetUserDataRequest): unknown {
|
|
51
51
|
const obj: any = {};
|
|
52
52
|
return obj;
|
|
53
|
-
}
|
|
53
|
+
}
|
|
54
54
|
|
|
55
|
-
create<I extends Exact<DeepPartial<GetUserDataRequest>, I>>(base?: I): GetUserDataRequest {
|
|
55
|
+
export function create<I extends Exact<DeepPartial<GetUserDataRequest>, I>>(base?: I): GetUserDataRequest {
|
|
56
56
|
return GetUserDataRequest.fromPartial(base ?? {});
|
|
57
|
-
}
|
|
57
|
+
}
|
|
58
58
|
|
|
59
|
-
fromPartial<I extends Exact<DeepPartial<GetUserDataRequest>, I>>(_: I): GetUserDataRequest {
|
|
59
|
+
export function fromPartial<I extends Exact<DeepPartial<GetUserDataRequest>, I>>(_: I): GetUserDataRequest {
|
|
60
60
|
const message = createBaseGetUserDataRequest();
|
|
61
61
|
return message;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
64
|
|
|
65
65
|
function createBaseGetUserDataResponse(): GetUserDataResponse {
|
|
66
66
|
return { data: undefined };
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
export
|
|
70
|
-
encode(message: GetUserDataResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
69
|
+
export namespace GetUserDataResponse {
|
|
70
|
+
export function encode(message: GetUserDataResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
71
71
|
if (message.data !== undefined) {
|
|
72
72
|
UserData.encode(message.data, writer.uint32(10).fork()).ldelim();
|
|
73
73
|
}
|
|
74
74
|
return writer;
|
|
75
|
-
}
|
|
75
|
+
}
|
|
76
76
|
|
|
77
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetUserDataResponse {
|
|
77
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): GetUserDataResponse {
|
|
78
78
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
79
79
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
80
80
|
const message = createBaseGetUserDataResponse();
|
|
@@ -95,39 +95,39 @@ export const GetUserDataResponse = {
|
|
|
95
95
|
reader.skipType(tag & 7);
|
|
96
96
|
}
|
|
97
97
|
return message;
|
|
98
|
-
}
|
|
98
|
+
}
|
|
99
99
|
|
|
100
|
-
fromJSON(object: any): GetUserDataResponse {
|
|
100
|
+
export function fromJSON(object: any): GetUserDataResponse {
|
|
101
101
|
return { data: isSet(object.data) ? UserData.fromJSON(object.data) : undefined };
|
|
102
|
-
}
|
|
102
|
+
}
|
|
103
103
|
|
|
104
|
-
toJSON(message: GetUserDataResponse): unknown {
|
|
104
|
+
export function toJSON(message: GetUserDataResponse): unknown {
|
|
105
105
|
const obj: any = {};
|
|
106
106
|
message.data !== undefined && (obj.data = message.data ? UserData.toJSON(message.data) : undefined);
|
|
107
107
|
return obj;
|
|
108
|
-
}
|
|
108
|
+
}
|
|
109
109
|
|
|
110
|
-
create<I extends Exact<DeepPartial<GetUserDataResponse>, I>>(base?: I): GetUserDataResponse {
|
|
110
|
+
export function create<I extends Exact<DeepPartial<GetUserDataResponse>, I>>(base?: I): GetUserDataResponse {
|
|
111
111
|
return GetUserDataResponse.fromPartial(base ?? {});
|
|
112
|
-
}
|
|
112
|
+
}
|
|
113
113
|
|
|
114
|
-
fromPartial<I extends Exact<DeepPartial<GetUserDataResponse>, I>>(object: I): GetUserDataResponse {
|
|
114
|
+
export function fromPartial<I extends Exact<DeepPartial<GetUserDataResponse>, I>>(object: I): GetUserDataResponse {
|
|
115
115
|
const message = createBaseGetUserDataResponse();
|
|
116
116
|
message.data = (object.data !== undefined && object.data !== null) ? UserData.fromPartial(object.data) : undefined;
|
|
117
117
|
return message;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
120
|
|
|
121
121
|
function createBaseGetUserPublicKeyRequest(): GetUserPublicKeyRequest {
|
|
122
122
|
return {};
|
|
123
123
|
}
|
|
124
124
|
|
|
125
|
-
export
|
|
126
|
-
encode(_: GetUserPublicKeyRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
125
|
+
export namespace GetUserPublicKeyRequest {
|
|
126
|
+
export function encode(_: GetUserPublicKeyRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
127
127
|
return writer;
|
|
128
|
-
}
|
|
128
|
+
}
|
|
129
129
|
|
|
130
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetUserPublicKeyRequest {
|
|
130
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): GetUserPublicKeyRequest {
|
|
131
131
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
132
132
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
133
133
|
const message = createBaseGetUserPublicKeyRequest();
|
|
@@ -141,40 +141,40 @@ export const GetUserPublicKeyRequest = {
|
|
|
141
141
|
reader.skipType(tag & 7);
|
|
142
142
|
}
|
|
143
143
|
return message;
|
|
144
|
-
}
|
|
144
|
+
}
|
|
145
145
|
|
|
146
|
-
fromJSON(_: any): GetUserPublicKeyRequest {
|
|
146
|
+
export function fromJSON(_: any): GetUserPublicKeyRequest {
|
|
147
147
|
return {};
|
|
148
|
-
}
|
|
148
|
+
}
|
|
149
149
|
|
|
150
|
-
toJSON(_: GetUserPublicKeyRequest): unknown {
|
|
150
|
+
export function toJSON(_: GetUserPublicKeyRequest): unknown {
|
|
151
151
|
const obj: any = {};
|
|
152
152
|
return obj;
|
|
153
|
-
}
|
|
153
|
+
}
|
|
154
154
|
|
|
155
|
-
create<I extends Exact<DeepPartial<GetUserPublicKeyRequest>, I>>(base?: I): GetUserPublicKeyRequest {
|
|
155
|
+
export function create<I extends Exact<DeepPartial<GetUserPublicKeyRequest>, I>>(base?: I): GetUserPublicKeyRequest {
|
|
156
156
|
return GetUserPublicKeyRequest.fromPartial(base ?? {});
|
|
157
|
-
}
|
|
157
|
+
}
|
|
158
158
|
|
|
159
|
-
fromPartial<I extends Exact<DeepPartial<GetUserPublicKeyRequest>, I>>(_: I): GetUserPublicKeyRequest {
|
|
159
|
+
export function fromPartial<I extends Exact<DeepPartial<GetUserPublicKeyRequest>, I>>(_: I): GetUserPublicKeyRequest {
|
|
160
160
|
const message = createBaseGetUserPublicKeyRequest();
|
|
161
161
|
return message;
|
|
162
|
-
}
|
|
163
|
-
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
164
|
|
|
165
165
|
function createBaseGetUserPublicKeyResponse(): GetUserPublicKeyResponse {
|
|
166
166
|
return { address: undefined };
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
export
|
|
170
|
-
encode(message: GetUserPublicKeyResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
169
|
+
export namespace GetUserPublicKeyResponse {
|
|
170
|
+
export function encode(message: GetUserPublicKeyResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
171
171
|
if (message.address !== undefined) {
|
|
172
172
|
writer.uint32(10).string(message.address);
|
|
173
173
|
}
|
|
174
174
|
return writer;
|
|
175
|
-
}
|
|
175
|
+
}
|
|
176
176
|
|
|
177
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GetUserPublicKeyResponse {
|
|
177
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): GetUserPublicKeyResponse {
|
|
178
178
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
179
179
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
180
180
|
const message = createBaseGetUserPublicKeyResponse();
|
|
@@ -195,28 +195,32 @@ export const GetUserPublicKeyResponse = {
|
|
|
195
195
|
reader.skipType(tag & 7);
|
|
196
196
|
}
|
|
197
197
|
return message;
|
|
198
|
-
}
|
|
198
|
+
}
|
|
199
199
|
|
|
200
|
-
fromJSON(object: any): GetUserPublicKeyResponse {
|
|
200
|
+
export function fromJSON(object: any): GetUserPublicKeyResponse {
|
|
201
201
|
return { address: isSet(object.address) ? String(object.address) : undefined };
|
|
202
|
-
}
|
|
202
|
+
}
|
|
203
203
|
|
|
204
|
-
toJSON(message: GetUserPublicKeyResponse): unknown {
|
|
204
|
+
export function toJSON(message: GetUserPublicKeyResponse): unknown {
|
|
205
205
|
const obj: any = {};
|
|
206
206
|
message.address !== undefined && (obj.address = message.address);
|
|
207
207
|
return obj;
|
|
208
|
-
}
|
|
208
|
+
}
|
|
209
209
|
|
|
210
|
-
create<I extends Exact<DeepPartial<GetUserPublicKeyResponse>, I>>(
|
|
210
|
+
export function create<I extends Exact<DeepPartial<GetUserPublicKeyResponse>, I>>(
|
|
211
|
+
base?: I,
|
|
212
|
+
): GetUserPublicKeyResponse {
|
|
211
213
|
return GetUserPublicKeyResponse.fromPartial(base ?? {});
|
|
212
|
-
}
|
|
214
|
+
}
|
|
213
215
|
|
|
214
|
-
fromPartial<I extends Exact<DeepPartial<GetUserPublicKeyResponse>, I>>(
|
|
216
|
+
export function fromPartial<I extends Exact<DeepPartial<GetUserPublicKeyResponse>, I>>(
|
|
217
|
+
object: I,
|
|
218
|
+
): GetUserPublicKeyResponse {
|
|
215
219
|
const message = createBaseGetUserPublicKeyResponse();
|
|
216
220
|
message.address = object.address ?? undefined;
|
|
217
221
|
return message;
|
|
218
|
-
}
|
|
219
|
-
}
|
|
222
|
+
}
|
|
223
|
+
}
|
|
220
224
|
|
|
221
225
|
export type UserIdentityServiceDefinition = typeof UserIdentityServiceDefinition;
|
|
222
226
|
export const UserIdentityServiceDefinition = {
|