@dcl/protocol 1.0.0-4427886959.commit-6b9dcb5 → 1.0.0-4468031496.commit-eace17b
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/out-js/decentraland/bff/authentication_service.gen.d.ts +6 -2
- package/out-js/decentraland/bff/authentication_service.gen.js +46 -24
- package/out-js/decentraland/bff/authentication_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/comms_director_service.gen.d.ts +6 -2
- package/out-js/decentraland/bff/comms_director_service.gen.js +33 -18
- package/out-js/decentraland/bff/comms_director_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/comms_service.gen.d.ts +21 -7
- package/out-js/decentraland/bff/comms_service.gen.js +25 -17
- package/out-js/decentraland/bff/comms_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/http_endpoints.gen.d.ts +3 -1
- package/out-js/decentraland/bff/http_endpoints.gen.js +197 -72
- package/out-js/decentraland/bff/http_endpoints.gen.js.map +1 -1
- package/out-js/decentraland/bff/topics_service.gen.d.ts +9 -3
- package/out-js/decentraland/bff/topics_service.gen.js +64 -32
- package/out-js/decentraland/bff/topics_service.gen.js.map +1 -1
- package/out-js/decentraland/common/border_rect.gen.d.ts +54 -0
- package/out-js/decentraland/common/border_rect.gen.js +100 -0
- package/out-js/decentraland/common/border_rect.gen.js.map +1 -0
- package/out-js/decentraland/common/colors.gen.d.ts +82 -0
- package/out-js/decentraland/common/colors.gen.js +175 -0
- package/out-js/decentraland/common/colors.gen.js.map +1 -0
- package/out-js/decentraland/common/content_mapping.gen.js +13 -6
- package/out-js/decentraland/common/content_mapping.gen.js.map +1 -1
- package/out-js/decentraland/common/sdk/user_data.gen.js +71 -26
- package/out-js/decentraland/common/sdk/user_data.gen.js.map +1 -1
- package/out-js/decentraland/common/texture.gen.d.ts +319 -0
- package/out-js/decentraland/common/texture.gen.js +424 -0
- package/out-js/decentraland/common/texture.gen.js.map +1 -0
- package/out-js/decentraland/common/vectors.gen.js +47 -20
- package/out-js/decentraland/common/vectors.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/communications_controller.gen.d.ts +3 -1
- package/out-js/decentraland/kernel/apis/communications_controller.gen.js +15 -10
- package/out-js/decentraland/kernel/apis/communications_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/dev_tools.gen.d.ts +3 -1
- package/out-js/decentraland/kernel/apis/dev_tools.gen.js +19 -11
- package/out-js/decentraland/kernel/apis/dev_tools.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/engine_api.gen.d.ts +18 -6
- package/out-js/decentraland/kernel/apis/engine_api.gen.js +443 -206
- package/out-js/decentraland/kernel/apis/engine_api.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/environment_api.gen.d.ts +21 -7
- package/out-js/decentraland/kernel/apis/environment_api.gen.js +176 -96
- package/out-js/decentraland/kernel/apis/environment_api.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.d.ts +15 -5
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js +141 -72
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.d.ts +9 -3
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.js +91 -47
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/permissions.gen.d.ts +6 -2
- package/out-js/decentraland/kernel/apis/permissions.gen.js +42 -28
- package/out-js/decentraland/kernel/apis/permissions.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/players.gen.d.ts +9 -3
- package/out-js/decentraland/kernel/apis/players.gen.js +49 -31
- package/out-js/decentraland/kernel/apis/players.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.d.ts +12 -4
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.js +81 -48
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.d.ts +21 -7
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +123 -69
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/runtime.gen.d.ts +6 -2
- package/out-js/decentraland/kernel/apis/runtime.gen.js +55 -29
- package/out-js/decentraland/kernel/apis/runtime.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/scene.gen.d.ts +3 -1
- package/out-js/decentraland/kernel/apis/scene.gen.js +27 -13
- package/out-js/decentraland/kernel/apis/scene.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.d.ts +3 -1
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.js +82 -35
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/social_controller.gen.d.ts +3 -1
- package/out-js/decentraland/kernel/apis/social_controller.gen.js +28 -16
- package/out-js/decentraland/kernel/apis/social_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/user_action_module.gen.d.ts +3 -1
- package/out-js/decentraland/kernel/apis/user_action_module.gen.js +15 -10
- 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 +6 -2
- package/out-js/decentraland/kernel/apis/user_identity.gen.js +30 -20
- package/out-js/decentraland/kernel/apis/user_identity.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +148 -59
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js +142 -63
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js +201 -86
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/animator.gen.d.ts +184 -0
- package/out-js/decentraland/sdk/components/animator.gen.js +198 -0
- package/out-js/decentraland/sdk/components/animator.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/audio_source.gen.d.ts +74 -0
- package/out-js/decentraland/sdk/components/audio_source.gen.js +112 -0
- package/out-js/decentraland/sdk/components/audio_source.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/audio_stream.gen.d.ts +56 -0
- package/out-js/decentraland/sdk/components/audio_stream.gen.js +88 -0
- package/out-js/decentraland/sdk/components/audio_stream.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_attach.gen.d.ts +65 -0
- package/out-js/decentraland/sdk/components/avatar_attach.gen.js +122 -0
- package/out-js/decentraland/sdk/components/avatar_attach.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.d.ts +100 -0
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +146 -0
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_shape.gen.d.ts +192 -0
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js +244 -0
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/billboard.gen.d.ts +59 -0
- package/out-js/decentraland/sdk/components/billboard.gen.js +118 -0
- package/out-js/decentraland/sdk/components/billboard.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/camera_mode.gen.d.ts +44 -0
- package/out-js/decentraland/sdk/components/camera_mode.gen.js +63 -0
- package/out-js/decentraland/sdk/components/camera_mode.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.d.ts +84 -0
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +78 -0
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/common/camera_type.gen.d.ts +8 -0
- package/out-js/decentraland/sdk/components/common/camera_type.gen.js +39 -0
- package/out-js/decentraland/sdk/components/common/camera_type.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/common/id.gen.d.ts +1 -0
- package/out-js/{renderer-interface.gen.js → decentraland/sdk/components/common/id.gen.js} +2 -2
- package/out-js/decentraland/sdk/components/common/id.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/common/input_action.gen.d.ts +20 -0
- package/out-js/decentraland/sdk/components/common/input_action.gen.js +111 -0
- package/out-js/decentraland/sdk/components/common/input_action.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/common/texts.gen.d.ts +23 -0
- package/out-js/decentraland/sdk/components/common/texts.gen.js +120 -0
- package/out-js/decentraland/sdk/components/common/texts.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/gltf_container.gen.d.ts +45 -0
- package/out-js/decentraland/sdk/components/gltf_container.gen.js +62 -0
- package/out-js/decentraland/sdk/components/gltf_container.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/material.gen.d.ts +3452 -0
- package/out-js/decentraland/sdk/components/material.gen.js +506 -0
- package/out-js/decentraland/sdk/components/material.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +250 -0
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js +350 -0
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.d.ts +284 -0
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +347 -0
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/nft_shape.gen.d.ts +114 -0
- package/out-js/decentraland/sdk/components/nft_shape.gen.js +252 -0
- package/out-js/decentraland/sdk/components/nft_shape.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/pointer_events.gen.d.ts +249 -0
- package/out-js/decentraland/sdk/components/pointer_events.gen.js +272 -0
- package/out-js/decentraland/sdk/components/pointer_events.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.d.ts +241 -0
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.js +115 -0
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/pointer_lock.gen.d.ts +43 -0
- package/out-js/decentraland/sdk/components/pointer_lock.gen.js +62 -0
- package/out-js/decentraland/sdk/components/pointer_lock.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/raycast.gen.d.ts +118 -0
- package/out-js/decentraland/sdk/components/raycast.gen.js +140 -0
- package/out-js/decentraland/sdk/components/raycast.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/raycast_result.gen.d.ts +536 -0
- package/out-js/decentraland/sdk/components/raycast_result.gen.js +278 -0
- package/out-js/decentraland/sdk/components/raycast_result.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/text_shape.gen.d.ts +247 -0
- package/out-js/decentraland/sdk/components/text_shape.gen.js +338 -0
- package/out-js/decentraland/sdk/components/text_shape.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/ui_background.gen.d.ts +369 -0
- package/out-js/decentraland/sdk/components/ui_background.gen.js +190 -0
- package/out-js/decentraland/sdk/components/ui_background.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.d.ts +115 -0
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.js +180 -0
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.d.ts +38 -0
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js +62 -0
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/ui_input.gen.d.ts +140 -0
- package/out-js/decentraland/sdk/components/ui_input.gen.js +165 -0
- package/out-js/decentraland/sdk/components/ui_input.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/ui_input_result.gen.d.ts +38 -0
- package/out-js/decentraland/sdk/components/ui_input_result.gen.js +62 -0
- package/out-js/decentraland/sdk/components/ui_input_result.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/ui_text.gen.d.ts +95 -0
- package/out-js/decentraland/sdk/components/ui_text.gen.js +117 -0
- package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/ui_transform.gen.d.ts +403 -0
- package/out-js/decentraland/sdk/components/ui_transform.gen.js +1154 -0
- package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/video_player.gen.d.ts +69 -0
- package/out-js/decentraland/sdk/components/video_player.gen.js +131 -0
- package/out-js/decentraland/sdk/components/video_player.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/visibility_component.gen.d.ts +39 -0
- package/out-js/decentraland/sdk/components/visibility_component.gen.js +62 -0
- package/out-js/decentraland/sdk/components/visibility_component.gen.js.map +1 -0
- package/out-js/decentraland/social/friendships/friendships.gen.d.ts +12 -4
- package/out-js/decentraland/social/friendships/friendships.gen.js +231 -113
- package/out-js/decentraland/social/friendships/friendships.gen.js.map +1 -1
- package/out-js/google/protobuf/descriptor.gen.d.ts +87384 -0
- package/out-js/google/protobuf/descriptor.gen.js +2998 -0
- package/out-js/google/protobuf/descriptor.gen.js.map +1 -0
- package/out-js/google/protobuf/empty.gen.js +5 -4
- package/out-js/google/protobuf/empty.gen.js.map +1 -1
- package/out-js/sdk-components.gen.d.ts +1 -0
- package/out-js/sdk-components.gen.js +6 -0
- package/out-js/sdk-components.gen.js.map +1 -0
- package/out-ts/decentraland/bff/authentication_service.gen.ts +52 -24
- package/out-ts/decentraland/bff/comms_director_service.gen.ts +37 -18
- package/out-ts/decentraland/bff/comms_service.gen.ts +27 -17
- package/out-ts/decentraland/bff/http_endpoints.gen.ts +236 -72
- package/out-ts/decentraland/bff/topics_service.gen.ts +73 -32
- package/out-ts/decentraland/common/border_rect.gen.ts +125 -0
- package/out-ts/decentraland/common/colors.gen.ts +214 -0
- package/out-ts/decentraland/common/content_mapping.gen.ts +15 -6
- package/out-ts/decentraland/common/sdk/user_data.gen.ts +85 -26
- package/out-ts/decentraland/common/texture.gen.ts +506 -0
- package/out-ts/decentraland/common/vectors.gen.ts +55 -20
- package/out-ts/decentraland/kernel/apis/communications_controller.gen.ts +16 -10
- package/out-ts/decentraland/kernel/apis/dev_tools.gen.ts +21 -11
- package/out-ts/decentraland/kernel/apis/engine_api.gen.ts +511 -206
- package/out-ts/decentraland/kernel/apis/environment_api.gen.ts +197 -96
- package/out-ts/decentraland/kernel/apis/ethereum_controller.gen.ts +160 -72
- package/out-ts/decentraland/kernel/apis/parcel_identity.gen.ts +103 -47
- package/out-ts/decentraland/kernel/apis/permissions.gen.ts +50 -26
- package/out-ts/decentraland/kernel/apis/players.gen.ts +53 -31
- package/out-ts/decentraland/kernel/apis/portable_experiences.gen.ts +89 -48
- package/out-ts/decentraland/kernel/apis/restricted_actions.gen.ts +137 -69
- package/out-ts/decentraland/kernel/apis/runtime.gen.ts +62 -29
- package/out-ts/decentraland/kernel/apis/scene.gen.ts +31 -13
- package/out-ts/decentraland/kernel/apis/signed_fetch.gen.ts +96 -35
- package/out-ts/decentraland/kernel/apis/social_controller.gen.ts +31 -16
- package/out-ts/decentraland/kernel/apis/user_action_module.gen.ts +16 -10
- package/out-ts/decentraland/kernel/apis/user_identity.gen.ts +32 -20
- package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +175 -59
- package/out-ts/decentraland/kernel/comms/rfc5/ws_comms.gen.ts +165 -63
- package/out-ts/decentraland/kernel/comms/v3/archipelago.gen.ts +235 -86
- package/out-ts/decentraland/sdk/components/animator.gen.ts +263 -0
- package/out-ts/decentraland/sdk/components/audio_source.gen.ts +162 -0
- package/out-ts/decentraland/sdk/components/audio_stream.gen.ts +122 -0
- package/out-ts/decentraland/sdk/components/avatar_attach.gen.ts +156 -0
- package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +187 -0
- package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +333 -0
- package/out-ts/decentraland/sdk/components/billboard.gen.ts +145 -0
- package/out-ts/decentraland/sdk/components/camera_mode.gen.ts +86 -0
- package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +115 -0
- package/out-ts/decentraland/sdk/components/common/camera_type.gen.ts +36 -0
- package/out-ts/decentraland/sdk/components/common/id.gen.ts +3 -0
- package/out-ts/decentraland/sdk/components/common/input_action.gen.ts +108 -0
- package/out-ts/decentraland/sdk/components/common/texts.gen.ts +117 -0
- package/out-ts/decentraland/sdk/components/gltf_container.gen.ts +87 -0
- package/out-ts/decentraland/sdk/components/material.gen.ts +637 -0
- package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +436 -0
- package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +436 -0
- package/out-ts/decentraland/sdk/components/nft_shape.gen.ts +288 -0
- package/out-ts/decentraland/sdk/components/pointer_events.gen.ts +347 -0
- package/out-ts/decentraland/sdk/components/pointer_events_result.gen.ts +145 -0
- package/out-ts/decentraland/sdk/components/pointer_lock.gen.ts +85 -0
- package/out-ts/decentraland/sdk/components/raycast.gen.ts +176 -0
- package/out-ts/decentraland/sdk/components/raycast_result.gen.ts +361 -0
- package/out-ts/decentraland/sdk/components/text_shape.gen.ts +470 -0
- package/out-ts/decentraland/sdk/components/ui_background.gen.ts +222 -0
- package/out-ts/decentraland/sdk/components/ui_dropdown.gen.ts +231 -0
- package/out-ts/decentraland/sdk/components/ui_dropdown_result.gen.ts +80 -0
- package/out-ts/decentraland/sdk/components/ui_input.gen.ts +215 -0
- package/out-ts/decentraland/sdk/components/ui_input_result.gen.ts +80 -0
- package/out-ts/decentraland/sdk/components/ui_text.gen.ts +161 -0
- package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +1309 -0
- package/out-ts/decentraland/sdk/components/video_player.gen.ts +173 -0
- package/out-ts/decentraland/sdk/components/visibility_component.gen.ts +81 -0
- package/out-ts/decentraland/social/friendships/friendships.gen.ts +264 -113
- package/out-ts/google/protobuf/descriptor.gen.ts +3440 -0
- package/out-ts/google/protobuf/empty.gen.ts +5 -4
- package/out-ts/sdk-components.gen.ts +3 -0
- package/package.json +2 -2
- package/public/sdk-components.proto +33 -0
- package/out-js/decentraland/common/entity.gen.d.ts +0 -89
- package/out-js/decentraland/common/entity.gen.js +0 -107
- package/out-js/decentraland/common/entity.gen.js.map +0 -1
- package/out-js/decentraland/renderer/common/friend_request_common.gen.d.ts +0 -69
- package/out-js/decentraland/renderer/common/friend_request_common.gen.js +0 -179
- package/out-js/decentraland/renderer/common/friend_request_common.gen.js.map +0 -1
- package/out-js/decentraland/renderer/engine_interface.gen.d.ts +0 -18476
- package/out-js/decentraland/renderer/engine_interface.gen.js +0 -7796
- package/out-js/decentraland/renderer/engine_interface.gen.js.map +0 -1
- package/out-js/decentraland/renderer/kernel_services/analytics.gen.d.ts +0 -670
- package/out-js/decentraland/renderer/kernel_services/analytics.gen.js +0 -846
- package/out-js/decentraland/renderer/kernel_services/analytics.gen.js.map +0 -1
- package/out-js/decentraland/renderer/kernel_services/emotes_kernel.gen.d.ts +0 -96
- package/out-js/decentraland/renderer/kernel_services/emotes_kernel.gen.js +0 -120
- package/out-js/decentraland/renderer/kernel_services/emotes_kernel.gen.js.map +0 -1
- package/out-js/decentraland/renderer/kernel_services/friend_request_kernel.gen.d.ts +0 -2326
- package/out-js/decentraland/renderer/kernel_services/friend_request_kernel.gen.js +0 -968
- package/out-js/decentraland/renderer/kernel_services/friend_request_kernel.gen.js.map +0 -1
- package/out-js/decentraland/renderer/kernel_services/friends_kernel.gen.d.ts +0 -111
- package/out-js/decentraland/renderer/kernel_services/friends_kernel.gen.js +0 -162
- package/out-js/decentraland/renderer/kernel_services/friends_kernel.gen.js.map +0 -1
- package/out-js/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.d.ts +0 -103
- package/out-js/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.js +0 -122
- package/out-js/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.js.map +0 -1
- package/out-js/decentraland/renderer/kernel_services/sign_request.gen.d.ts +0 -148
- package/out-js/decentraland/renderer/kernel_services/sign_request.gen.js +0 -239
- package/out-js/decentraland/renderer/kernel_services/sign_request.gen.js.map +0 -1
- package/out-js/decentraland/renderer/renderer_services/crdt.gen.d.ts +0 -182
- package/out-js/decentraland/renderer/renderer_services/crdt.gen.js +0 -235
- package/out-js/decentraland/renderer/renderer_services/crdt.gen.js.map +0 -1
- package/out-js/decentraland/renderer/renderer_services/emotes_renderer.gen.d.ts +0 -87
- package/out-js/decentraland/renderer/renderer_services/emotes_renderer.gen.js +0 -109
- package/out-js/decentraland/renderer/renderer_services/emotes_renderer.gen.js.map +0 -1
- package/out-js/decentraland/renderer/renderer_services/friend_request_renderer.gen.d.ts +0 -335
- package/out-js/decentraland/renderer/renderer_services/friend_request_renderer.gen.js +0 -380
- package/out-js/decentraland/renderer/renderer_services/friend_request_renderer.gen.js.map +0 -1
- package/out-js/decentraland/renderer/renderer_services/scene_controller.gen.d.ts +0 -494
- package/out-js/decentraland/renderer/renderer_services/scene_controller.gen.js +0 -473
- package/out-js/decentraland/renderer/renderer_services/scene_controller.gen.js.map +0 -1
- package/out-js/decentraland/renderer/renderer_services/transport.gen.d.ts +0 -88
- package/out-js/decentraland/renderer/renderer_services/transport.gen.js +0 -114
- package/out-js/decentraland/renderer/renderer_services/transport.gen.js.map +0 -1
- package/out-js/renderer-interface.gen.d.ts +0 -1
- package/out-js/renderer-interface.gen.js.map +0 -1
- package/out-ts/decentraland/common/entity.gen.ts +0 -126
- package/out-ts/decentraland/renderer/common/friend_request_common.gen.ts +0 -206
- package/out-ts/decentraland/renderer/engine_interface.gen.ts +0 -8939
- package/out-ts/decentraland/renderer/kernel_services/analytics.gen.ts +0 -1004
- package/out-ts/decentraland/renderer/kernel_services/emotes_kernel.gen.ts +0 -151
- package/out-ts/decentraland/renderer/kernel_services/friend_request_kernel.gen.ts +0 -1146
- package/out-ts/decentraland/renderer/kernel_services/friends_kernel.gen.ts +0 -191
- package/out-ts/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.ts +0 -151
- package/out-ts/decentraland/renderer/kernel_services/sign_request.gen.ts +0 -277
- package/out-ts/decentraland/renderer/renderer_services/crdt.gen.ts +0 -284
- package/out-ts/decentraland/renderer/renderer_services/emotes_renderer.gen.ts +0 -147
- package/out-ts/decentraland/renderer/renderer_services/friend_request_renderer.gen.ts +0 -470
- package/out-ts/decentraland/renderer/renderer_services/scene_controller.gen.ts +0 -579
- package/out-ts/decentraland/renderer/renderer_services/transport.gen.ts +0 -141
- package/out-ts/renderer-interface.gen.ts +0 -3
- package/proto/decentraland/renderer/common/friend_request_common.proto +0 -20
- package/proto/decentraland/renderer/engine_interface.proto +0 -709
- package/proto/decentraland/renderer/kernel_services/analytics.proto +0 -69
- package/proto/decentraland/renderer/kernel_services/emotes_kernel.proto +0 -16
- package/proto/decentraland/renderer/kernel_services/friend_request_kernel.proto +0 -100
- package/proto/decentraland/renderer/kernel_services/friends_kernel.proto +0 -22
- package/proto/decentraland/renderer/kernel_services/mutual_friends_kernel.proto +0 -15
- package/proto/decentraland/renderer/kernel_services/sign_request.proto +0 -27
- package/proto/decentraland/renderer/renderer_services/crdt.proto +0 -29
- package/proto/decentraland/renderer/renderer_services/emotes_renderer.proto +0 -15
- package/proto/decentraland/renderer/renderer_services/friend_request_renderer.proto +0 -36
- package/proto/decentraland/renderer/renderer_services/scene_controller.proto +0 -54
- package/proto/decentraland/renderer/renderer_services/transport.proto +0 -14
- package/public/renderer-interface.proto +0 -14
|
@@ -151,7 +151,9 @@ export declare const SocialControllerServiceDefinition: {
|
|
|
151
151
|
} & { [K_5 in Exclude<keyof I_1, "events">]: never; }>(object: I_3): GetAvatarEventsResponse;
|
|
152
152
|
};
|
|
153
153
|
readonly responseStream: false;
|
|
154
|
-
readonly options: {
|
|
154
|
+
readonly options: {
|
|
155
|
+
readonly _unknownFields: {};
|
|
156
|
+
};
|
|
155
157
|
};
|
|
156
158
|
};
|
|
157
159
|
};
|
|
@@ -15,16 +15,17 @@ exports.InitRequest = {
|
|
|
15
15
|
return writer;
|
|
16
16
|
},
|
|
17
17
|
decode(input, length) {
|
|
18
|
-
const reader = input instanceof minimal_1.default.Reader ? input :
|
|
18
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
19
19
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
20
20
|
const message = createBaseInitRequest();
|
|
21
21
|
while (reader.pos < end) {
|
|
22
22
|
const tag = reader.uint32();
|
|
23
23
|
switch (tag >>> 3) {
|
|
24
|
-
default:
|
|
25
|
-
reader.skipType(tag & 7);
|
|
26
|
-
break;
|
|
27
24
|
}
|
|
25
|
+
if ((tag & 7) == 4 || tag == 0) {
|
|
26
|
+
break;
|
|
27
|
+
}
|
|
28
|
+
reader.skipType(tag & 7);
|
|
28
29
|
}
|
|
29
30
|
return message;
|
|
30
31
|
},
|
|
@@ -57,22 +58,29 @@ exports.SocialEvent = {
|
|
|
57
58
|
return writer;
|
|
58
59
|
},
|
|
59
60
|
decode(input, length) {
|
|
60
|
-
const reader = input instanceof minimal_1.default.Reader ? input :
|
|
61
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
61
62
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
62
63
|
const message = createBaseSocialEvent();
|
|
63
64
|
while (reader.pos < end) {
|
|
64
65
|
const tag = reader.uint32();
|
|
65
66
|
switch (tag >>> 3) {
|
|
66
67
|
case 1:
|
|
68
|
+
if (tag != 10) {
|
|
69
|
+
break;
|
|
70
|
+
}
|
|
67
71
|
message.event = reader.string();
|
|
68
|
-
|
|
72
|
+
continue;
|
|
69
73
|
case 2:
|
|
74
|
+
if (tag != 18) {
|
|
75
|
+
break;
|
|
76
|
+
}
|
|
70
77
|
message.payload = reader.string();
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
78
|
+
continue;
|
|
79
|
+
}
|
|
80
|
+
if ((tag & 7) == 4 || tag == 0) {
|
|
81
|
+
break;
|
|
75
82
|
}
|
|
83
|
+
reader.skipType(tag & 7);
|
|
76
84
|
}
|
|
77
85
|
return message;
|
|
78
86
|
},
|
|
@@ -110,19 +118,23 @@ exports.GetAvatarEventsResponse = {
|
|
|
110
118
|
return writer;
|
|
111
119
|
},
|
|
112
120
|
decode(input, length) {
|
|
113
|
-
const reader = input instanceof minimal_1.default.Reader ? input :
|
|
121
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
114
122
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
115
123
|
const message = createBaseGetAvatarEventsResponse();
|
|
116
124
|
while (reader.pos < end) {
|
|
117
125
|
const tag = reader.uint32();
|
|
118
126
|
switch (tag >>> 3) {
|
|
119
127
|
case 1:
|
|
128
|
+
if (tag != 10) {
|
|
129
|
+
break;
|
|
130
|
+
}
|
|
120
131
|
message.events.push(exports.SocialEvent.decode(reader, reader.uint32()));
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
132
|
+
continue;
|
|
133
|
+
}
|
|
134
|
+
if ((tag & 7) == 4 || tag == 0) {
|
|
135
|
+
break;
|
|
125
136
|
}
|
|
137
|
+
reader.skipType(tag & 7);
|
|
126
138
|
}
|
|
127
139
|
return message;
|
|
128
140
|
},
|
|
@@ -164,7 +176,7 @@ exports.SocialControllerServiceDefinition = {
|
|
|
164
176
|
requestStream: false,
|
|
165
177
|
responseType: exports.GetAvatarEventsResponse,
|
|
166
178
|
responseStream: false,
|
|
167
|
-
options: {},
|
|
179
|
+
options: { _unknownFields: {} },
|
|
168
180
|
},
|
|
169
181
|
},
|
|
170
182
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"social_controller.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/kernel/apis/social_controller.gen.ts"],"names":[],"mappings":";;;;;;AAAA,oBAAoB;AACpB,iEAAqC;AAExB,QAAA,eAAe,GAAG,0BAA0B,CAAC;AAc1D,SAAS,qBAAqB;IAC5B,OAAO,EAAE,CAAC;AACZ,CAAC;AAEY,QAAA,WAAW,GAAG;IACzB,MAAM,CAAC,CAAc,EAAE,SAAqB,iBAAG,CAAC,MAAM,CAAC,MAAM,EAAE;QAC7D,OAAO,MAAM,CAAC;IAChB,CAAC;IAED,MAAM,CAAC,KAA8B,EAAE,MAAe;QACpD,MAAM,MAAM,GAAG,KAAK,YAAY,iBAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"social_controller.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/kernel/apis/social_controller.gen.ts"],"names":[],"mappings":"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"}
|
|
@@ -63,7 +63,9 @@ export declare const UserActionModuleServiceDefinition: {
|
|
|
63
63
|
fromPartial<I_3 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_3): RequestTeleportResponse;
|
|
64
64
|
};
|
|
65
65
|
readonly responseStream: false;
|
|
66
|
-
readonly options: {
|
|
66
|
+
readonly options: {
|
|
67
|
+
readonly _unknownFields: {};
|
|
68
|
+
};
|
|
67
69
|
};
|
|
68
70
|
};
|
|
69
71
|
};
|
|
@@ -18,19 +18,23 @@ exports.RequestTeleportRequest = {
|
|
|
18
18
|
return writer;
|
|
19
19
|
},
|
|
20
20
|
decode(input, length) {
|
|
21
|
-
const reader = input instanceof minimal_1.default.Reader ? input :
|
|
21
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
22
22
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
23
23
|
const message = createBaseRequestTeleportRequest();
|
|
24
24
|
while (reader.pos < end) {
|
|
25
25
|
const tag = reader.uint32();
|
|
26
26
|
switch (tag >>> 3) {
|
|
27
27
|
case 1:
|
|
28
|
+
if (tag != 10) {
|
|
29
|
+
break;
|
|
30
|
+
}
|
|
28
31
|
message.destination = reader.string();
|
|
29
|
-
|
|
30
|
-
default:
|
|
31
|
-
reader.skipType(tag & 7);
|
|
32
|
-
break;
|
|
32
|
+
continue;
|
|
33
33
|
}
|
|
34
|
+
if ((tag & 7) == 4 || tag == 0) {
|
|
35
|
+
break;
|
|
36
|
+
}
|
|
37
|
+
reader.skipType(tag & 7);
|
|
34
38
|
}
|
|
35
39
|
return message;
|
|
36
40
|
},
|
|
@@ -60,16 +64,17 @@ exports.RequestTeleportResponse = {
|
|
|
60
64
|
return writer;
|
|
61
65
|
},
|
|
62
66
|
decode(input, length) {
|
|
63
|
-
const reader = input instanceof minimal_1.default.Reader ? input :
|
|
67
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
64
68
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
65
69
|
const message = createBaseRequestTeleportResponse();
|
|
66
70
|
while (reader.pos < end) {
|
|
67
71
|
const tag = reader.uint32();
|
|
68
72
|
switch (tag >>> 3) {
|
|
69
|
-
default:
|
|
70
|
-
reader.skipType(tag & 7);
|
|
71
|
-
break;
|
|
72
73
|
}
|
|
74
|
+
if ((tag & 7) == 4 || tag == 0) {
|
|
75
|
+
break;
|
|
76
|
+
}
|
|
77
|
+
reader.skipType(tag & 7);
|
|
73
78
|
}
|
|
74
79
|
return message;
|
|
75
80
|
},
|
|
@@ -99,7 +104,7 @@ exports.UserActionModuleServiceDefinition = {
|
|
|
99
104
|
requestStream: false,
|
|
100
105
|
responseType: exports.RequestTeleportResponse,
|
|
101
106
|
responseStream: false,
|
|
102
|
-
options: {},
|
|
107
|
+
options: { _unknownFields: {} },
|
|
103
108
|
},
|
|
104
109
|
},
|
|
105
110
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user_action_module.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/kernel/apis/user_action_module.gen.ts"],"names":[],"mappings":";;;;;;AAAA,oBAAoB;AACpB,iEAAqC;AAExB,QAAA,eAAe,GAAG,0BAA0B,CAAC;AAS1D,SAAS,gCAAgC;IACvC,OAAO,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC;AAC7B,CAAC;AAEY,QAAA,sBAAsB,GAAG;IACpC,MAAM,CAAC,OAA+B,EAAE,SAAqB,iBAAG,CAAC,MAAM,CAAC,MAAM,EAAE;QAC9E,IAAI,OAAO,CAAC,WAAW,KAAK,EAAE,EAAE;YAC9B,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;SAC/C;QACD,OAAO,MAAM,CAAC;IAChB,CAAC;IAED,MAAM,CAAC,KAA8B,EAAE,MAAe;QACpD,MAAM,MAAM,GAAG,KAAK,YAAY,iBAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"user_action_module.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/kernel/apis/user_action_module.gen.ts"],"names":[],"mappings":"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"}
|
|
@@ -221,7 +221,9 @@ export declare const UserIdentityServiceDefinition: {
|
|
|
221
221
|
} & { [K_1 in Exclude<keyof I_1, "address">]: never; }>(object: I_3): GetUserPublicKeyResponse;
|
|
222
222
|
};
|
|
223
223
|
readonly responseStream: false;
|
|
224
|
-
readonly options: {
|
|
224
|
+
readonly options: {
|
|
225
|
+
readonly _unknownFields: {};
|
|
226
|
+
};
|
|
225
227
|
};
|
|
226
228
|
readonly getUserData: {
|
|
227
229
|
readonly name: "GetUserData";
|
|
@@ -379,7 +381,9 @@ export declare const UserIdentityServiceDefinition: {
|
|
|
379
381
|
} & { [K_9 in Exclude<keyof I_1, "data">]: never; }>(object: I_7): GetUserDataResponse;
|
|
380
382
|
};
|
|
381
383
|
readonly responseStream: false;
|
|
382
|
-
readonly options: {
|
|
384
|
+
readonly options: {
|
|
385
|
+
readonly _unknownFields: {};
|
|
386
|
+
};
|
|
383
387
|
};
|
|
384
388
|
};
|
|
385
389
|
};
|
|
@@ -16,16 +16,17 @@ exports.GetUserDataRequest = {
|
|
|
16
16
|
return writer;
|
|
17
17
|
},
|
|
18
18
|
decode(input, length) {
|
|
19
|
-
const reader = input instanceof minimal_1.default.Reader ? input :
|
|
19
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
20
20
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
21
21
|
const message = createBaseGetUserDataRequest();
|
|
22
22
|
while (reader.pos < end) {
|
|
23
23
|
const tag = reader.uint32();
|
|
24
24
|
switch (tag >>> 3) {
|
|
25
|
-
default:
|
|
26
|
-
reader.skipType(tag & 7);
|
|
27
|
-
break;
|
|
28
25
|
}
|
|
26
|
+
if ((tag & 7) == 4 || tag == 0) {
|
|
27
|
+
break;
|
|
28
|
+
}
|
|
29
|
+
reader.skipType(tag & 7);
|
|
29
30
|
}
|
|
30
31
|
return message;
|
|
31
32
|
},
|
|
@@ -55,19 +56,23 @@ exports.GetUserDataResponse = {
|
|
|
55
56
|
return writer;
|
|
56
57
|
},
|
|
57
58
|
decode(input, length) {
|
|
58
|
-
const reader = input instanceof minimal_1.default.Reader ? input :
|
|
59
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
59
60
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
60
61
|
const message = createBaseGetUserDataResponse();
|
|
61
62
|
while (reader.pos < end) {
|
|
62
63
|
const tag = reader.uint32();
|
|
63
64
|
switch (tag >>> 3) {
|
|
64
65
|
case 1:
|
|
66
|
+
if (tag != 10) {
|
|
67
|
+
break;
|
|
68
|
+
}
|
|
65
69
|
message.data = user_data_gen_1.UserData.decode(reader, reader.uint32());
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
+
continue;
|
|
71
|
+
}
|
|
72
|
+
if ((tag & 7) == 4 || tag == 0) {
|
|
73
|
+
break;
|
|
70
74
|
}
|
|
75
|
+
reader.skipType(tag & 7);
|
|
71
76
|
}
|
|
72
77
|
return message;
|
|
73
78
|
},
|
|
@@ -96,16 +101,17 @@ exports.GetUserPublicKeyRequest = {
|
|
|
96
101
|
return writer;
|
|
97
102
|
},
|
|
98
103
|
decode(input, length) {
|
|
99
|
-
const reader = input instanceof minimal_1.default.Reader ? input :
|
|
104
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
100
105
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
101
106
|
const message = createBaseGetUserPublicKeyRequest();
|
|
102
107
|
while (reader.pos < end) {
|
|
103
108
|
const tag = reader.uint32();
|
|
104
109
|
switch (tag >>> 3) {
|
|
105
|
-
default:
|
|
106
|
-
reader.skipType(tag & 7);
|
|
107
|
-
break;
|
|
108
110
|
}
|
|
111
|
+
if ((tag & 7) == 4 || tag == 0) {
|
|
112
|
+
break;
|
|
113
|
+
}
|
|
114
|
+
reader.skipType(tag & 7);
|
|
109
115
|
}
|
|
110
116
|
return message;
|
|
111
117
|
},
|
|
@@ -135,19 +141,23 @@ exports.GetUserPublicKeyResponse = {
|
|
|
135
141
|
return writer;
|
|
136
142
|
},
|
|
137
143
|
decode(input, length) {
|
|
138
|
-
const reader = input instanceof minimal_1.default.Reader ? input :
|
|
144
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
139
145
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
140
146
|
const message = createBaseGetUserPublicKeyResponse();
|
|
141
147
|
while (reader.pos < end) {
|
|
142
148
|
const tag = reader.uint32();
|
|
143
149
|
switch (tag >>> 3) {
|
|
144
150
|
case 1:
|
|
151
|
+
if (tag != 10) {
|
|
152
|
+
break;
|
|
153
|
+
}
|
|
145
154
|
message.address = reader.string();
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
155
|
+
continue;
|
|
156
|
+
}
|
|
157
|
+
if ((tag & 7) == 4 || tag == 0) {
|
|
158
|
+
break;
|
|
150
159
|
}
|
|
160
|
+
reader.skipType(tag & 7);
|
|
151
161
|
}
|
|
152
162
|
return message;
|
|
153
163
|
},
|
|
@@ -180,7 +190,7 @@ exports.UserIdentityServiceDefinition = {
|
|
|
180
190
|
requestStream: false,
|
|
181
191
|
responseType: exports.GetUserPublicKeyResponse,
|
|
182
192
|
responseStream: false,
|
|
183
|
-
options: {},
|
|
193
|
+
options: { _unknownFields: {} },
|
|
184
194
|
},
|
|
185
195
|
getUserData: {
|
|
186
196
|
name: "GetUserData",
|
|
@@ -188,7 +198,7 @@ exports.UserIdentityServiceDefinition = {
|
|
|
188
198
|
requestStream: false,
|
|
189
199
|
responseType: exports.GetUserDataResponse,
|
|
190
200
|
responseStream: false,
|
|
191
|
-
options: {},
|
|
201
|
+
options: { _unknownFields: {} },
|
|
192
202
|
},
|
|
193
203
|
},
|
|
194
204
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user_identity.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/kernel/apis/user_identity.gen.ts"],"names":[],"mappings":";;;;;;AAAA,oBAAoB;AACpB,iEAAqC;AACrC,kEAA0D;AAE7C,QAAA,eAAe,GAAG,0BAA0B,CAAC;AAgB1D,SAAS,4BAA4B;IACnC,OAAO,EAAE,CAAC;AACZ,CAAC;AAEY,QAAA,kBAAkB,GAAG;IAChC,MAAM,CAAC,CAAqB,EAAE,SAAqB,iBAAG,CAAC,MAAM,CAAC,MAAM,EAAE;QACpE,OAAO,MAAM,CAAC;IAChB,CAAC;IAED,MAAM,CAAC,KAA8B,EAAE,MAAe;QACpD,MAAM,MAAM,GAAG,KAAK,YAAY,iBAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"user_identity.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/kernel/apis/user_identity.gen.ts"],"names":[],"mappings":"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"}
|