@dcl/protocol 1.0.0-4958447726.commit-3016853 → 1.0.0-4959770633.commit-e249449
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/out-js/decentraland/bff/authentication_service.gen.d.ts +46 -184
- package/out-js/decentraland/bff/authentication_service.gen.js +115 -80
- package/out-js/decentraland/bff/authentication_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/comms_director_service.gen.d.ts +28 -228
- package/out-js/decentraland/bff/comms_director_service.gen.js +76 -54
- package/out-js/decentraland/bff/comms_director_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/comms_service.gen.d.ts +30 -272
- package/out-js/decentraland/bff/comms_service.gen.js +52 -38
- package/out-js/decentraland/bff/comms_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/http_endpoints.gen.d.ts +66 -854
- package/out-js/decentraland/bff/http_endpoints.gen.js +215 -158
- package/out-js/decentraland/bff/http_endpoints.gen.js.map +1 -1
- package/out-js/decentraland/bff/topics_service.gen.d.ts +46 -208
- package/out-js/decentraland/bff/topics_service.gen.js +116 -81
- package/out-js/decentraland/bff/topics_service.gen.js.map +1 -1
- package/out-js/decentraland/common/border_rect.gen.d.ts +16 -56
- package/out-js/decentraland/common/border_rect.gen.js +44 -30
- package/out-js/decentraland/common/border_rect.gen.js.map +1 -1
- package/out-js/decentraland/common/colors.gen.d.ts +16 -52
- package/out-js/decentraland/common/colors.gen.js +44 -30
- package/out-js/decentraland/common/colors.gen.js.map +1 -1
- package/out-js/decentraland/common/content_mapping.gen.d.ts +8 -20
- package/out-js/decentraland/common/content_mapping.gen.js +22 -15
- package/out-js/decentraland/common/content_mapping.gen.js.map +1 -1
- package/out-js/decentraland/common/sdk/user_data.gen.d.ts +24 -176
- package/out-js/decentraland/common/sdk/user_data.gen.js +76 -55
- package/out-js/decentraland/common/sdk/user_data.gen.js.map +1 -1
- package/out-js/decentraland/common/texture.gen.d.ts +32 -250
- package/out-js/decentraland/common/texture.gen.js +103 -75
- package/out-js/decentraland/common/texture.gen.js.map +1 -1
- package/out-js/decentraland/common/vectors.gen.d.ts +38 -68
- package/out-js/decentraland/common/vectors.gen.js +161 -46
- package/out-js/decentraland/common/vectors.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/communications_controller.gen.d.ts +18 -48
- package/out-js/decentraland/kernel/apis/communications_controller.gen.js +46 -32
- package/out-js/decentraland/kernel/apis/communications_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/dev_tools.gen.d.ts +18 -56
- package/out-js/decentraland/kernel/apis/dev_tools.gen.js +46 -32
- package/out-js/decentraland/kernel/apis/dev_tools.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/engine_api.gen.d.ts +157 -4088
- package/out-js/decentraland/kernel/apis/engine_api.gen.js +483 -1650
- package/out-js/decentraland/kernel/apis/engine_api.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/environment_api.gen.d.ts +150 -690
- package/out-js/decentraland/kernel/apis/environment_api.gen.js +400 -281
- package/out-js/decentraland/kernel/apis/environment_api.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.d.ts +106 -440
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js +278 -194
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.d.ts +70 -518
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.js +192 -136
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/permissions.gen.d.ts +36 -128
- package/out-js/decentraland/kernel/apis/permissions.gen.js +92 -64
- package/out-js/decentraland/kernel/apis/permissions.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/players.gen.d.ts +54 -476
- package/out-js/decentraland/kernel/apis/players.gen.js +143 -101
- package/out-js/decentraland/kernel/apis/players.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.d.ts +80 -308
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.js +211 -148
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.d.ts +102 -568
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +256 -179
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/runtime.gen.d.ts +80 -404
- package/out-js/decentraland/kernel/apis/runtime.gen.js +211 -148
- package/out-js/decentraland/kernel/apis/runtime.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/scene.gen.d.ts +18 -132
- package/out-js/decentraland/kernel/apis/scene.gen.js +46 -32
- package/out-js/decentraland/kernel/apis/scene.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.d.ts +42 -284
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.js +121 -86
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/social_controller.gen.d.ts +26 -128
- package/out-js/decentraland/kernel/apis/social_controller.gen.js +73 -52
- package/out-js/decentraland/kernel/apis/social_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/testing.gen.d.ts +78 -408
- package/out-js/decentraland/kernel/apis/testing.gen.js +219 -156
- package/out-js/decentraland/kernel/apis/testing.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/user_action_module.gen.d.ts +18 -48
- package/out-js/decentraland/kernel/apis/user_action_module.gen.js +46 -32
- package/out-js/decentraland/kernel/apis/user_action_module.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/user_identity.gen.d.ts +36 -352
- package/out-js/decentraland/kernel/apis/user_identity.gen.js +92 -64
- package/out-js/decentraland/kernel/apis/user_identity.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.d.ts +64 -550
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +220 -161
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.d.ts +80 -560
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js +280 -204
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.d.ts +112 -1002
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js +372 -270
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js.map +1 -1
- package/out-js/decentraland/realm/about.gen.d.ts +64 -534
- package/out-js/decentraland/realm/about.gen.js +214 -157
- package/out-js/decentraland/realm/about.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/animator.gen.d.ts +16 -136
- package/out-js/decentraland/sdk/components/animator.gen.js +49 -35
- package/out-js/decentraland/sdk/components/animator.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/audio_source.gen.d.ts +8 -32
- package/out-js/decentraland/sdk/components/audio_source.gen.js +22 -15
- package/out-js/decentraland/sdk/components/audio_source.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/audio_stream.gen.d.ts +8 -24
- package/out-js/decentraland/sdk/components/audio_stream.gen.js +22 -15
- package/out-js/decentraland/sdk/components/audio_stream.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_attach.gen.d.ts +8 -20
- package/out-js/decentraland/sdk/components/avatar_attach.gen.js +22 -15
- package/out-js/decentraland/sdk/components/avatar_attach.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.d.ts +8 -48
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +22 -15
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_shape.gen.d.ts +8 -128
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js +22 -15
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/billboard.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/billboard.gen.js +22 -15
- package/out-js/decentraland/sdk/components/billboard.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/camera_mode.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/camera_mode.gen.js +22 -15
- package/out-js/decentraland/sdk/components/camera_mode.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.d.ts +8 -44
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +22 -15
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.d.ts +8 -136
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js +22 -15
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/engine_info.gen.d.ts +8 -24
- package/out-js/decentraland/sdk/components/engine_info.gen.js +22 -15
- package/out-js/decentraland/sdk/components/engine_info.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/gltf_container.gen.d.ts +8 -24
- package/out-js/decentraland/sdk/components/gltf_container.gen.js +22 -15
- package/out-js/decentraland/sdk/components/gltf_container.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js +22 -15
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/material.gen.d.ts +24 -3368
- package/out-js/decentraland/sdk/components/material.gen.js +80 -58
- package/out-js/decentraland/sdk/components/material.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +40 -176
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js +130 -95
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.d.ts +40 -220
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +130 -95
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/nft_shape.gen.d.ts +8 -48
- package/out-js/decentraland/sdk/components/nft_shape.gen.js +22 -15
- package/out-js/decentraland/sdk/components/nft_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/pointer_events.gen.d.ts +24 -184
- package/out-js/decentraland/sdk/components/pointer_events.gen.js +76 -55
- package/out-js/decentraland/sdk/components/pointer_events.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.d.ts +8 -212
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.js +22 -15
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/pointer_lock.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/pointer_lock.gen.js +22 -15
- package/out-js/decentraland/sdk/components/pointer_lock.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/raycast.gen.d.ts +8 -248
- package/out-js/decentraland/sdk/components/raycast.gen.js +30 -21
- package/out-js/decentraland/sdk/components/raycast.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/raycast_result.gen.d.ts +8 -352
- package/out-js/decentraland/sdk/components/raycast_result.gen.js +22 -15
- package/out-js/decentraland/sdk/components/raycast_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/text_shape.gen.d.ts +8 -174
- package/out-js/decentraland/sdk/components/text_shape.gen.js +22 -15
- package/out-js/decentraland/sdk/components/text_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_background.gen.d.ts +8 -314
- package/out-js/decentraland/sdk/components/ui_background.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_background.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.d.ts +8 -78
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_input.gen.d.ts +8 -104
- package/out-js/decentraland/sdk/components/ui_input.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_input.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_input_result.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/ui_input_result.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_input_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_text.gen.d.ts +8 -62
- package/out-js/decentraland/sdk/components/ui_text.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_transform.gen.d.ts +8 -216
- package/out-js/decentraland/sdk/components/ui_transform.gen.js +22 -15
- package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/video_player.gen.d.ts +8 -36
- package/out-js/decentraland/sdk/components/video_player.gen.js +22 -15
- package/out-js/decentraland/sdk/components/video_player.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/visibility_component.gen.d.ts +8 -16
- package/out-js/decentraland/sdk/components/visibility_component.gen.js +22 -15
- package/out-js/decentraland/sdk/components/visibility_component.gen.js.map +1 -1
- package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.d.ts +1004 -0
- package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js +7829 -0
- package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js.map +1 -0
- package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.d.ts +398 -0
- package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js +2512 -0
- package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js.map +1 -0
- package/out-js/decentraland/social/friendships/friendships.gen.d.ts +232 -7630
- package/out-js/decentraland/social/friendships/friendships.gen.js +891 -686
- package/out-js/decentraland/social/friendships/friendships.gen.js.map +1 -1
- package/out-js/google/protobuf/descriptor.gen.d.ts +200 -87148
- package/out-js/google/protobuf/descriptor.gen.js +720 -545
- package/out-js/google/protobuf/descriptor.gen.js.map +1 -1
- package/out-js/google/protobuf/empty.gen.d.ts +8 -8
- package/out-js/google/protobuf/empty.gen.js +22 -15
- package/out-js/google/protobuf/empty.gen.js.map +1 -1
- package/out-ts/decentraland/bff/authentication_service.gen.ts +72 -70
- package/out-ts/decentraland/bff/comms_director_service.gen.ts +46 -45
- package/out-ts/decentraland/bff/comms_service.gen.ts +28 -28
- package/out-ts/decentraland/bff/http_endpoints.gen.ts +137 -115
- package/out-ts/decentraland/bff/topics_service.gen.ts +80 -70
- package/out-ts/decentraland/common/border_rect.gen.ts +28 -28
- package/out-ts/decentraland/common/colors.gen.ts +28 -28
- package/out-ts/decentraland/common/content_mapping.gen.ts +14 -14
- package/out-ts/decentraland/common/sdk/user_data.gen.ts +42 -42
- package/out-ts/decentraland/common/texture.gen.ts +56 -56
- package/out-ts/decentraland/common/vectors.gen.ts +146 -42
- package/out-ts/decentraland/kernel/apis/communications_controller.gen.ts +28 -28
- package/out-ts/decentraland/kernel/apis/dev_tools.gen.ts +28 -28
- package/out-ts/decentraland/kernel/apis/engine_api.gen.ts +291 -1786
- package/out-ts/decentraland/kernel/apis/environment_api.gen.ts +271 -238
- package/out-ts/decentraland/kernel/apis/ethereum_controller.gen.ts +189 -168
- package/out-ts/decentraland/kernel/apis/parcel_identity.gen.ts +112 -112
- package/out-ts/decentraland/kernel/apis/permissions.gen.ts +64 -56
- package/out-ts/decentraland/kernel/apis/players.gen.ts +96 -84
- package/out-ts/decentraland/kernel/apis/portable_experiences.gen.ts +129 -126
- package/out-ts/decentraland/kernel/apis/restricted_actions.gen.ts +156 -154
- package/out-ts/decentraland/kernel/apis/runtime.gen.ts +134 -126
- package/out-ts/decentraland/kernel/apis/scene.gen.ts +28 -28
- package/out-ts/decentraland/kernel/apis/signed_fetch.gen.ts +79 -70
- package/out-ts/decentraland/kernel/apis/social_controller.gen.ts +44 -42
- package/out-ts/decentraland/kernel/apis/testing.gen.ts +139 -126
- package/out-ts/decentraland/kernel/apis/user_action_module.gen.ts +30 -28
- package/out-ts/decentraland/kernel/apis/user_identity.gen.ts +60 -56
- package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +126 -121
- package/out-ts/decentraland/kernel/comms/rfc5/ws_comms.gen.ts +166 -158
- package/out-ts/decentraland/kernel/comms/v3/archipelago.gen.ts +225 -208
- package/out-ts/decentraland/realm/about.gen.ts +137 -115
- package/out-ts/decentraland/sdk/components/animator.gen.ts +28 -28
- package/out-ts/decentraland/sdk/components/audio_source.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/audio_stream.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/avatar_attach.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/billboard.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/camera_mode.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/common/raycast_hit.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/engine_info.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/gltf_container.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/gltf_container_loading_state.gen.ts +18 -14
- package/out-ts/decentraland/sdk/components/material.gen.ts +52 -45
- package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +82 -70
- package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +84 -70
- package/out-ts/decentraland/sdk/components/nft_shape.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/pointer_events.gen.ts +44 -42
- package/out-ts/decentraland/sdk/components/pointer_events_result.gen.ts +16 -14
- package/out-ts/decentraland/sdk/components/pointer_lock.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/raycast.gen.ts +22 -20
- package/out-ts/decentraland/sdk/components/raycast_result.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/text_shape.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_background.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_dropdown.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_dropdown_result.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_input.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_input_result.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_text.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/video_player.gen.ts +14 -14
- package/out-ts/decentraland/sdk/components/visibility_component.gen.ts +16 -14
- package/out-ts/decentraland/sdk/ecs6/components_ecs6.gen.ts +8942 -0
- package/out-ts/decentraland/sdk/ecs6/engine_interface_ecs6.gen.ts +2884 -0
- package/out-ts/decentraland/social/friendships/friendships.gen.ts +447 -419
- package/out-ts/google/protobuf/descriptor.gen.ts +375 -350
- package/out-ts/google/protobuf/empty.gen.ts +14 -14
- package/package.json +3 -3
- package/proto/decentraland/common/vectors.proto +7 -0
- package/proto/decentraland/kernel/apis/engine_api.proto +2 -110
- package/proto/decentraland/sdk/ecs6/components_ecs6.proto +677 -0
- package/proto/decentraland/sdk/ecs6/engine_interface_ecs6.proto +151 -0
|
@@ -10,8 +10,9 @@ exports.protobufPackage = "decentraland.kernel.apis";
|
|
|
10
10
|
function createBaseTestResult() {
|
|
11
11
|
return { name: "", ok: false, error: undefined, stack: undefined, totalFrames: 0, totalTime: 0 };
|
|
12
12
|
}
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
var TestResult;
|
|
14
|
+
(function (TestResult) {
|
|
15
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
15
16
|
if (message.name !== "") {
|
|
16
17
|
writer.uint32(10).string(message.name);
|
|
17
18
|
}
|
|
@@ -31,8 +32,9 @@ exports.TestResult = {
|
|
|
31
32
|
writer.uint32(53).float(message.totalTime);
|
|
32
33
|
}
|
|
33
34
|
return writer;
|
|
34
|
-
}
|
|
35
|
-
|
|
35
|
+
}
|
|
36
|
+
TestResult.encode = encode;
|
|
37
|
+
function decode(input, length) {
|
|
36
38
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
37
39
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
38
40
|
const message = createBaseTestResult();
|
|
@@ -82,8 +84,9 @@ exports.TestResult = {
|
|
|
82
84
|
reader.skipType(tag & 7);
|
|
83
85
|
}
|
|
84
86
|
return message;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
+
}
|
|
88
|
+
TestResult.decode = decode;
|
|
89
|
+
function fromJSON(object) {
|
|
87
90
|
return {
|
|
88
91
|
name: isSet(object.name) ? String(object.name) : "",
|
|
89
92
|
ok: isSet(object.ok) ? Boolean(object.ok) : false,
|
|
@@ -92,8 +95,9 @@ exports.TestResult = {
|
|
|
92
95
|
totalFrames: isSet(object.totalFrames) ? Number(object.totalFrames) : 0,
|
|
93
96
|
totalTime: isSet(object.totalTime) ? Number(object.totalTime) : 0,
|
|
94
97
|
};
|
|
95
|
-
}
|
|
96
|
-
|
|
98
|
+
}
|
|
99
|
+
TestResult.fromJSON = fromJSON;
|
|
100
|
+
function toJSON(message) {
|
|
97
101
|
const obj = {};
|
|
98
102
|
message.name !== undefined && (obj.name = message.name);
|
|
99
103
|
message.ok !== undefined && (obj.ok = message.ok);
|
|
@@ -102,11 +106,13 @@ exports.TestResult = {
|
|
|
102
106
|
message.totalFrames !== undefined && (obj.totalFrames = Math.round(message.totalFrames));
|
|
103
107
|
message.totalTime !== undefined && (obj.totalTime = message.totalTime);
|
|
104
108
|
return obj;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
109
|
+
}
|
|
110
|
+
TestResult.toJSON = toJSON;
|
|
111
|
+
function create(base) {
|
|
112
|
+
return TestResult.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
113
|
+
}
|
|
114
|
+
TestResult.create = create;
|
|
115
|
+
function fromPartial(object) {
|
|
110
116
|
var _a, _b, _c, _d, _e, _f;
|
|
111
117
|
const message = createBaseTestResult();
|
|
112
118
|
message.name = (_a = object.name) !== null && _a !== void 0 ? _a : "";
|
|
@@ -116,16 +122,19 @@ exports.TestResult = {
|
|
|
116
122
|
message.totalFrames = (_e = object.totalFrames) !== null && _e !== void 0 ? _e : 0;
|
|
117
123
|
message.totalTime = (_f = object.totalTime) !== null && _f !== void 0 ? _f : 0;
|
|
118
124
|
return message;
|
|
119
|
-
}
|
|
120
|
-
|
|
125
|
+
}
|
|
126
|
+
TestResult.fromPartial = fromPartial;
|
|
127
|
+
})(TestResult = exports.TestResult || (exports.TestResult = {}));
|
|
121
128
|
function createBaseTestResultResponse() {
|
|
122
129
|
return {};
|
|
123
130
|
}
|
|
124
|
-
|
|
125
|
-
|
|
131
|
+
var TestResultResponse;
|
|
132
|
+
(function (TestResultResponse) {
|
|
133
|
+
function encode(_, writer = minimal_1.default.Writer.create()) {
|
|
126
134
|
return writer;
|
|
127
|
-
}
|
|
128
|
-
|
|
135
|
+
}
|
|
136
|
+
TestResultResponse.encode = encode;
|
|
137
|
+
function decode(input, length) {
|
|
129
138
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
130
139
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
131
140
|
const message = createBaseTestResultResponse();
|
|
@@ -139,33 +148,40 @@ exports.TestResultResponse = {
|
|
|
139
148
|
reader.skipType(tag & 7);
|
|
140
149
|
}
|
|
141
150
|
return message;
|
|
142
|
-
}
|
|
143
|
-
|
|
151
|
+
}
|
|
152
|
+
TestResultResponse.decode = decode;
|
|
153
|
+
function fromJSON(_) {
|
|
144
154
|
return {};
|
|
145
|
-
}
|
|
146
|
-
|
|
155
|
+
}
|
|
156
|
+
TestResultResponse.fromJSON = fromJSON;
|
|
157
|
+
function toJSON(_) {
|
|
147
158
|
const obj = {};
|
|
148
159
|
return obj;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
160
|
+
}
|
|
161
|
+
TestResultResponse.toJSON = toJSON;
|
|
162
|
+
function create(base) {
|
|
163
|
+
return TestResultResponse.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
164
|
+
}
|
|
165
|
+
TestResultResponse.create = create;
|
|
166
|
+
function fromPartial(_) {
|
|
154
167
|
const message = createBaseTestResultResponse();
|
|
155
168
|
return message;
|
|
156
|
-
}
|
|
157
|
-
|
|
169
|
+
}
|
|
170
|
+
TestResultResponse.fromPartial = fromPartial;
|
|
171
|
+
})(TestResultResponse = exports.TestResultResponse || (exports.TestResultResponse = {}));
|
|
158
172
|
function createBaseTestPlan() {
|
|
159
173
|
return { tests: [] };
|
|
160
174
|
}
|
|
161
|
-
|
|
162
|
-
|
|
175
|
+
var TestPlan;
|
|
176
|
+
(function (TestPlan) {
|
|
177
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
163
178
|
for (const v of message.tests) {
|
|
164
|
-
|
|
179
|
+
TestPlan_TestPlanEntry.encode(v, writer.uint32(10).fork()).ldelim();
|
|
165
180
|
}
|
|
166
181
|
return writer;
|
|
167
|
-
}
|
|
168
|
-
|
|
182
|
+
}
|
|
183
|
+
TestPlan.encode = encode;
|
|
184
|
+
function decode(input, length) {
|
|
169
185
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
170
186
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
171
187
|
const message = createBaseTestPlan();
|
|
@@ -176,7 +192,7 @@ exports.TestPlan = {
|
|
|
176
192
|
if (tag !== 10) {
|
|
177
193
|
break;
|
|
178
194
|
}
|
|
179
|
-
message.tests.push(
|
|
195
|
+
message.tests.push(TestPlan_TestPlanEntry.decode(reader, reader.uint32()));
|
|
180
196
|
continue;
|
|
181
197
|
}
|
|
182
198
|
if ((tag & 7) === 4 || tag === 0) {
|
|
@@ -185,43 +201,50 @@ exports.TestPlan = {
|
|
|
185
201
|
reader.skipType(tag & 7);
|
|
186
202
|
}
|
|
187
203
|
return message;
|
|
188
|
-
}
|
|
189
|
-
|
|
204
|
+
}
|
|
205
|
+
TestPlan.decode = decode;
|
|
206
|
+
function fromJSON(object) {
|
|
190
207
|
return {
|
|
191
|
-
tests: Array.isArray(object === null || object === void 0 ? void 0 : object.tests) ? object.tests.map((e) =>
|
|
208
|
+
tests: Array.isArray(object === null || object === void 0 ? void 0 : object.tests) ? object.tests.map((e) => TestPlan_TestPlanEntry.fromJSON(e)) : [],
|
|
192
209
|
};
|
|
193
|
-
}
|
|
194
|
-
|
|
210
|
+
}
|
|
211
|
+
TestPlan.fromJSON = fromJSON;
|
|
212
|
+
function toJSON(message) {
|
|
195
213
|
const obj = {};
|
|
196
214
|
if (message.tests) {
|
|
197
|
-
obj.tests = message.tests.map((e) => e ?
|
|
215
|
+
obj.tests = message.tests.map((e) => e ? TestPlan_TestPlanEntry.toJSON(e) : undefined);
|
|
198
216
|
}
|
|
199
217
|
else {
|
|
200
218
|
obj.tests = [];
|
|
201
219
|
}
|
|
202
220
|
return obj;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
221
|
+
}
|
|
222
|
+
TestPlan.toJSON = toJSON;
|
|
223
|
+
function create(base) {
|
|
224
|
+
return TestPlan.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
225
|
+
}
|
|
226
|
+
TestPlan.create = create;
|
|
227
|
+
function fromPartial(object) {
|
|
208
228
|
var _a;
|
|
209
229
|
const message = createBaseTestPlan();
|
|
210
|
-
message.tests = ((_a = object.tests) === null || _a === void 0 ? void 0 : _a.map((e) =>
|
|
230
|
+
message.tests = ((_a = object.tests) === null || _a === void 0 ? void 0 : _a.map((e) => TestPlan_TestPlanEntry.fromPartial(e))) || [];
|
|
211
231
|
return message;
|
|
212
|
-
}
|
|
213
|
-
|
|
232
|
+
}
|
|
233
|
+
TestPlan.fromPartial = fromPartial;
|
|
234
|
+
})(TestPlan = exports.TestPlan || (exports.TestPlan = {}));
|
|
214
235
|
function createBaseTestPlan_TestPlanEntry() {
|
|
215
236
|
return { name: "" };
|
|
216
237
|
}
|
|
217
|
-
|
|
218
|
-
|
|
238
|
+
var TestPlan_TestPlanEntry;
|
|
239
|
+
(function (TestPlan_TestPlanEntry) {
|
|
240
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
219
241
|
if (message.name !== "") {
|
|
220
242
|
writer.uint32(10).string(message.name);
|
|
221
243
|
}
|
|
222
244
|
return writer;
|
|
223
|
-
}
|
|
224
|
-
|
|
245
|
+
}
|
|
246
|
+
TestPlan_TestPlanEntry.encode = encode;
|
|
247
|
+
function decode(input, length) {
|
|
225
248
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
226
249
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
227
250
|
const message = createBaseTestPlan_TestPlanEntry();
|
|
@@ -241,33 +264,40 @@ exports.TestPlan_TestPlanEntry = {
|
|
|
241
264
|
reader.skipType(tag & 7);
|
|
242
265
|
}
|
|
243
266
|
return message;
|
|
244
|
-
}
|
|
245
|
-
|
|
267
|
+
}
|
|
268
|
+
TestPlan_TestPlanEntry.decode = decode;
|
|
269
|
+
function fromJSON(object) {
|
|
246
270
|
return { name: isSet(object.name) ? String(object.name) : "" };
|
|
247
|
-
}
|
|
248
|
-
|
|
271
|
+
}
|
|
272
|
+
TestPlan_TestPlanEntry.fromJSON = fromJSON;
|
|
273
|
+
function toJSON(message) {
|
|
249
274
|
const obj = {};
|
|
250
275
|
message.name !== undefined && (obj.name = message.name);
|
|
251
276
|
return obj;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
277
|
+
}
|
|
278
|
+
TestPlan_TestPlanEntry.toJSON = toJSON;
|
|
279
|
+
function create(base) {
|
|
280
|
+
return TestPlan_TestPlanEntry.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
281
|
+
}
|
|
282
|
+
TestPlan_TestPlanEntry.create = create;
|
|
283
|
+
function fromPartial(object) {
|
|
257
284
|
var _a;
|
|
258
285
|
const message = createBaseTestPlan_TestPlanEntry();
|
|
259
286
|
message.name = (_a = object.name) !== null && _a !== void 0 ? _a : "";
|
|
260
287
|
return message;
|
|
261
|
-
}
|
|
262
|
-
|
|
288
|
+
}
|
|
289
|
+
TestPlan_TestPlanEntry.fromPartial = fromPartial;
|
|
290
|
+
})(TestPlan_TestPlanEntry = exports.TestPlan_TestPlanEntry || (exports.TestPlan_TestPlanEntry = {}));
|
|
263
291
|
function createBaseTestPlanResponse() {
|
|
264
292
|
return {};
|
|
265
293
|
}
|
|
266
|
-
|
|
267
|
-
|
|
294
|
+
var TestPlanResponse;
|
|
295
|
+
(function (TestPlanResponse) {
|
|
296
|
+
function encode(_, writer = minimal_1.default.Writer.create()) {
|
|
268
297
|
return writer;
|
|
269
|
-
}
|
|
270
|
-
|
|
298
|
+
}
|
|
299
|
+
TestPlanResponse.encode = encode;
|
|
300
|
+
function decode(input, length) {
|
|
271
301
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
272
302
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
273
303
|
const message = createBaseTestPlanResponse();
|
|
@@ -281,36 +311,43 @@ exports.TestPlanResponse = {
|
|
|
281
311
|
reader.skipType(tag & 7);
|
|
282
312
|
}
|
|
283
313
|
return message;
|
|
284
|
-
}
|
|
285
|
-
|
|
314
|
+
}
|
|
315
|
+
TestPlanResponse.decode = decode;
|
|
316
|
+
function fromJSON(_) {
|
|
286
317
|
return {};
|
|
287
|
-
}
|
|
288
|
-
|
|
318
|
+
}
|
|
319
|
+
TestPlanResponse.fromJSON = fromJSON;
|
|
320
|
+
function toJSON(_) {
|
|
289
321
|
const obj = {};
|
|
290
322
|
return obj;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
323
|
+
}
|
|
324
|
+
TestPlanResponse.toJSON = toJSON;
|
|
325
|
+
function create(base) {
|
|
326
|
+
return TestPlanResponse.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
327
|
+
}
|
|
328
|
+
TestPlanResponse.create = create;
|
|
329
|
+
function fromPartial(_) {
|
|
296
330
|
const message = createBaseTestPlanResponse();
|
|
297
331
|
return message;
|
|
298
|
-
}
|
|
299
|
-
|
|
332
|
+
}
|
|
333
|
+
TestPlanResponse.fromPartial = fromPartial;
|
|
334
|
+
})(TestPlanResponse = exports.TestPlanResponse || (exports.TestPlanResponse = {}));
|
|
300
335
|
function createBaseSetCameraTransformTestCommand() {
|
|
301
336
|
return { position: undefined, rotation: undefined };
|
|
302
337
|
}
|
|
303
|
-
|
|
304
|
-
|
|
338
|
+
var SetCameraTransformTestCommand;
|
|
339
|
+
(function (SetCameraTransformTestCommand) {
|
|
340
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
305
341
|
if (message.position !== undefined) {
|
|
306
|
-
|
|
342
|
+
SetCameraTransformTestCommand_Vector3.encode(message.position, writer.uint32(10).fork()).ldelim();
|
|
307
343
|
}
|
|
308
344
|
if (message.rotation !== undefined) {
|
|
309
|
-
|
|
345
|
+
SetCameraTransformTestCommand_Quaternion.encode(message.rotation, writer.uint32(18).fork()).ldelim();
|
|
310
346
|
}
|
|
311
347
|
return writer;
|
|
312
|
-
}
|
|
313
|
-
|
|
348
|
+
}
|
|
349
|
+
SetCameraTransformTestCommand.encode = encode;
|
|
350
|
+
function decode(input, length) {
|
|
314
351
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
315
352
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
316
353
|
const message = createBaseSetCameraTransformTestCommand();
|
|
@@ -321,13 +358,13 @@ exports.SetCameraTransformTestCommand = {
|
|
|
321
358
|
if (tag !== 10) {
|
|
322
359
|
break;
|
|
323
360
|
}
|
|
324
|
-
message.position =
|
|
361
|
+
message.position = SetCameraTransformTestCommand_Vector3.decode(reader, reader.uint32());
|
|
325
362
|
continue;
|
|
326
363
|
case 2:
|
|
327
364
|
if (tag !== 18) {
|
|
328
365
|
break;
|
|
329
366
|
}
|
|
330
|
-
message.rotation =
|
|
367
|
+
message.rotation = SetCameraTransformTestCommand_Quaternion.decode(reader, reader.uint32());
|
|
331
368
|
continue;
|
|
332
369
|
}
|
|
333
370
|
if ((tag & 7) === 4 || tag === 0) {
|
|
@@ -336,40 +373,46 @@ exports.SetCameraTransformTestCommand = {
|
|
|
336
373
|
reader.skipType(tag & 7);
|
|
337
374
|
}
|
|
338
375
|
return message;
|
|
339
|
-
}
|
|
340
|
-
|
|
376
|
+
}
|
|
377
|
+
SetCameraTransformTestCommand.decode = decode;
|
|
378
|
+
function fromJSON(object) {
|
|
341
379
|
return {
|
|
342
|
-
position: isSet(object.position) ?
|
|
343
|
-
rotation: isSet(object.rotation) ?
|
|
380
|
+
position: isSet(object.position) ? SetCameraTransformTestCommand_Vector3.fromJSON(object.position) : undefined,
|
|
381
|
+
rotation: isSet(object.rotation) ? SetCameraTransformTestCommand_Quaternion.fromJSON(object.rotation) : undefined,
|
|
344
382
|
};
|
|
345
|
-
}
|
|
346
|
-
|
|
383
|
+
}
|
|
384
|
+
SetCameraTransformTestCommand.fromJSON = fromJSON;
|
|
385
|
+
function toJSON(message) {
|
|
347
386
|
const obj = {};
|
|
348
387
|
message.position !== undefined &&
|
|
349
|
-
(obj.position = message.position ?
|
|
388
|
+
(obj.position = message.position ? SetCameraTransformTestCommand_Vector3.toJSON(message.position) : undefined);
|
|
350
389
|
message.rotation !== undefined &&
|
|
351
|
-
(obj.rotation = message.rotation ?
|
|
390
|
+
(obj.rotation = message.rotation ? SetCameraTransformTestCommand_Quaternion.toJSON(message.rotation) : undefined);
|
|
352
391
|
return obj;
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
392
|
+
}
|
|
393
|
+
SetCameraTransformTestCommand.toJSON = toJSON;
|
|
394
|
+
function create(base) {
|
|
395
|
+
return SetCameraTransformTestCommand.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
396
|
+
}
|
|
397
|
+
SetCameraTransformTestCommand.create = create;
|
|
398
|
+
function fromPartial(object) {
|
|
358
399
|
const message = createBaseSetCameraTransformTestCommand();
|
|
359
400
|
message.position = (object.position !== undefined && object.position !== null)
|
|
360
|
-
?
|
|
401
|
+
? SetCameraTransformTestCommand_Vector3.fromPartial(object.position)
|
|
361
402
|
: undefined;
|
|
362
403
|
message.rotation = (object.rotation !== undefined && object.rotation !== null)
|
|
363
|
-
?
|
|
404
|
+
? SetCameraTransformTestCommand_Quaternion.fromPartial(object.rotation)
|
|
364
405
|
: undefined;
|
|
365
406
|
return message;
|
|
366
|
-
}
|
|
367
|
-
|
|
407
|
+
}
|
|
408
|
+
SetCameraTransformTestCommand.fromPartial = fromPartial;
|
|
409
|
+
})(SetCameraTransformTestCommand = exports.SetCameraTransformTestCommand || (exports.SetCameraTransformTestCommand = {}));
|
|
368
410
|
function createBaseSetCameraTransformTestCommand_Vector3() {
|
|
369
411
|
return { x: 0, y: 0, z: 0 };
|
|
370
412
|
}
|
|
371
|
-
|
|
372
|
-
|
|
413
|
+
var SetCameraTransformTestCommand_Vector3;
|
|
414
|
+
(function (SetCameraTransformTestCommand_Vector3) {
|
|
415
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
373
416
|
if (message.x !== 0) {
|
|
374
417
|
writer.uint32(13).float(message.x);
|
|
375
418
|
}
|
|
@@ -380,8 +423,9 @@ exports.SetCameraTransformTestCommand_Vector3 = {
|
|
|
380
423
|
writer.uint32(29).float(message.z);
|
|
381
424
|
}
|
|
382
425
|
return writer;
|
|
383
|
-
}
|
|
384
|
-
|
|
426
|
+
}
|
|
427
|
+
SetCameraTransformTestCommand_Vector3.encode = encode;
|
|
428
|
+
function decode(input, length) {
|
|
385
429
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
386
430
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
387
431
|
const message = createBaseSetCameraTransformTestCommand_Vector3();
|
|
@@ -413,38 +457,44 @@ exports.SetCameraTransformTestCommand_Vector3 = {
|
|
|
413
457
|
reader.skipType(tag & 7);
|
|
414
458
|
}
|
|
415
459
|
return message;
|
|
416
|
-
}
|
|
417
|
-
|
|
460
|
+
}
|
|
461
|
+
SetCameraTransformTestCommand_Vector3.decode = decode;
|
|
462
|
+
function fromJSON(object) {
|
|
418
463
|
return {
|
|
419
464
|
x: isSet(object.x) ? Number(object.x) : 0,
|
|
420
465
|
y: isSet(object.y) ? Number(object.y) : 0,
|
|
421
466
|
z: isSet(object.z) ? Number(object.z) : 0,
|
|
422
467
|
};
|
|
423
|
-
}
|
|
424
|
-
|
|
468
|
+
}
|
|
469
|
+
SetCameraTransformTestCommand_Vector3.fromJSON = fromJSON;
|
|
470
|
+
function toJSON(message) {
|
|
425
471
|
const obj = {};
|
|
426
472
|
message.x !== undefined && (obj.x = message.x);
|
|
427
473
|
message.y !== undefined && (obj.y = message.y);
|
|
428
474
|
message.z !== undefined && (obj.z = message.z);
|
|
429
475
|
return obj;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
476
|
+
}
|
|
477
|
+
SetCameraTransformTestCommand_Vector3.toJSON = toJSON;
|
|
478
|
+
function create(base) {
|
|
479
|
+
return SetCameraTransformTestCommand_Vector3.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
480
|
+
}
|
|
481
|
+
SetCameraTransformTestCommand_Vector3.create = create;
|
|
482
|
+
function fromPartial(object) {
|
|
435
483
|
var _a, _b, _c;
|
|
436
484
|
const message = createBaseSetCameraTransformTestCommand_Vector3();
|
|
437
485
|
message.x = (_a = object.x) !== null && _a !== void 0 ? _a : 0;
|
|
438
486
|
message.y = (_b = object.y) !== null && _b !== void 0 ? _b : 0;
|
|
439
487
|
message.z = (_c = object.z) !== null && _c !== void 0 ? _c : 0;
|
|
440
488
|
return message;
|
|
441
|
-
}
|
|
442
|
-
|
|
489
|
+
}
|
|
490
|
+
SetCameraTransformTestCommand_Vector3.fromPartial = fromPartial;
|
|
491
|
+
})(SetCameraTransformTestCommand_Vector3 = exports.SetCameraTransformTestCommand_Vector3 || (exports.SetCameraTransformTestCommand_Vector3 = {}));
|
|
443
492
|
function createBaseSetCameraTransformTestCommand_Quaternion() {
|
|
444
493
|
return { x: 0, y: 0, z: 0, w: 0 };
|
|
445
494
|
}
|
|
446
|
-
|
|
447
|
-
|
|
495
|
+
var SetCameraTransformTestCommand_Quaternion;
|
|
496
|
+
(function (SetCameraTransformTestCommand_Quaternion) {
|
|
497
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
448
498
|
if (message.x !== 0) {
|
|
449
499
|
writer.uint32(13).float(message.x);
|
|
450
500
|
}
|
|
@@ -458,8 +508,9 @@ exports.SetCameraTransformTestCommand_Quaternion = {
|
|
|
458
508
|
writer.uint32(37).float(message.w);
|
|
459
509
|
}
|
|
460
510
|
return writer;
|
|
461
|
-
}
|
|
462
|
-
|
|
511
|
+
}
|
|
512
|
+
SetCameraTransformTestCommand_Quaternion.encode = encode;
|
|
513
|
+
function decode(input, length) {
|
|
463
514
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
464
515
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
465
516
|
const message = createBaseSetCameraTransformTestCommand_Quaternion();
|
|
@@ -497,27 +548,31 @@ exports.SetCameraTransformTestCommand_Quaternion = {
|
|
|
497
548
|
reader.skipType(tag & 7);
|
|
498
549
|
}
|
|
499
550
|
return message;
|
|
500
|
-
}
|
|
501
|
-
|
|
551
|
+
}
|
|
552
|
+
SetCameraTransformTestCommand_Quaternion.decode = decode;
|
|
553
|
+
function fromJSON(object) {
|
|
502
554
|
return {
|
|
503
555
|
x: isSet(object.x) ? Number(object.x) : 0,
|
|
504
556
|
y: isSet(object.y) ? Number(object.y) : 0,
|
|
505
557
|
z: isSet(object.z) ? Number(object.z) : 0,
|
|
506
558
|
w: isSet(object.w) ? Number(object.w) : 0,
|
|
507
559
|
};
|
|
508
|
-
}
|
|
509
|
-
|
|
560
|
+
}
|
|
561
|
+
SetCameraTransformTestCommand_Quaternion.fromJSON = fromJSON;
|
|
562
|
+
function toJSON(message) {
|
|
510
563
|
const obj = {};
|
|
511
564
|
message.x !== undefined && (obj.x = message.x);
|
|
512
565
|
message.y !== undefined && (obj.y = message.y);
|
|
513
566
|
message.z !== undefined && (obj.z = message.z);
|
|
514
567
|
message.w !== undefined && (obj.w = message.w);
|
|
515
568
|
return obj;
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
569
|
+
}
|
|
570
|
+
SetCameraTransformTestCommand_Quaternion.toJSON = toJSON;
|
|
571
|
+
function create(base) {
|
|
572
|
+
return SetCameraTransformTestCommand_Quaternion.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
573
|
+
}
|
|
574
|
+
SetCameraTransformTestCommand_Quaternion.create = create;
|
|
575
|
+
function fromPartial(object) {
|
|
521
576
|
var _a, _b, _c, _d;
|
|
522
577
|
const message = createBaseSetCameraTransformTestCommand_Quaternion();
|
|
523
578
|
message.x = (_a = object.x) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -525,16 +580,19 @@ exports.SetCameraTransformTestCommand_Quaternion = {
|
|
|
525
580
|
message.z = (_c = object.z) !== null && _c !== void 0 ? _c : 0;
|
|
526
581
|
message.w = (_d = object.w) !== null && _d !== void 0 ? _d : 0;
|
|
527
582
|
return message;
|
|
528
|
-
}
|
|
529
|
-
|
|
583
|
+
}
|
|
584
|
+
SetCameraTransformTestCommand_Quaternion.fromPartial = fromPartial;
|
|
585
|
+
})(SetCameraTransformTestCommand_Quaternion = exports.SetCameraTransformTestCommand_Quaternion || (exports.SetCameraTransformTestCommand_Quaternion = {}));
|
|
530
586
|
function createBaseSetCameraTransformTestCommandResponse() {
|
|
531
587
|
return {};
|
|
532
588
|
}
|
|
533
|
-
|
|
534
|
-
|
|
589
|
+
var SetCameraTransformTestCommandResponse;
|
|
590
|
+
(function (SetCameraTransformTestCommandResponse) {
|
|
591
|
+
function encode(_, writer = minimal_1.default.Writer.create()) {
|
|
535
592
|
return writer;
|
|
536
|
-
}
|
|
537
|
-
|
|
593
|
+
}
|
|
594
|
+
SetCameraTransformTestCommandResponse.encode = encode;
|
|
595
|
+
function decode(input, length) {
|
|
538
596
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
539
597
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
540
598
|
const message = createBaseSetCameraTransformTestCommandResponse();
|
|
@@ -548,22 +606,27 @@ exports.SetCameraTransformTestCommandResponse = {
|
|
|
548
606
|
reader.skipType(tag & 7);
|
|
549
607
|
}
|
|
550
608
|
return message;
|
|
551
|
-
}
|
|
552
|
-
|
|
609
|
+
}
|
|
610
|
+
SetCameraTransformTestCommandResponse.decode = decode;
|
|
611
|
+
function fromJSON(_) {
|
|
553
612
|
return {};
|
|
554
|
-
}
|
|
555
|
-
|
|
613
|
+
}
|
|
614
|
+
SetCameraTransformTestCommandResponse.fromJSON = fromJSON;
|
|
615
|
+
function toJSON(_) {
|
|
556
616
|
const obj = {};
|
|
557
617
|
return obj;
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
618
|
+
}
|
|
619
|
+
SetCameraTransformTestCommandResponse.toJSON = toJSON;
|
|
620
|
+
function create(base) {
|
|
621
|
+
return SetCameraTransformTestCommandResponse.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
622
|
+
}
|
|
623
|
+
SetCameraTransformTestCommandResponse.create = create;
|
|
624
|
+
function fromPartial(_) {
|
|
563
625
|
const message = createBaseSetCameraTransformTestCommandResponse();
|
|
564
626
|
return message;
|
|
565
|
-
}
|
|
566
|
-
|
|
627
|
+
}
|
|
628
|
+
SetCameraTransformTestCommandResponse.fromPartial = fromPartial;
|
|
629
|
+
})(SetCameraTransformTestCommandResponse = exports.SetCameraTransformTestCommandResponse || (exports.SetCameraTransformTestCommandResponse = {}));
|
|
567
630
|
exports.TestingServiceDefinition = {
|
|
568
631
|
name: "TestingService",
|
|
569
632
|
fullName: "decentraland.kernel.apis.TestingService",
|
|
@@ -571,27 +634,27 @@ exports.TestingServiceDefinition = {
|
|
|
571
634
|
/** sends a test result to the test runner */
|
|
572
635
|
logTestResult: {
|
|
573
636
|
name: "LogTestResult",
|
|
574
|
-
requestType:
|
|
637
|
+
requestType: TestResult,
|
|
575
638
|
requestStream: false,
|
|
576
|
-
responseType:
|
|
639
|
+
responseType: TestResultResponse,
|
|
577
640
|
responseStream: false,
|
|
578
641
|
options: {},
|
|
579
642
|
},
|
|
580
643
|
/** send a list of all planned tests to the test runner */
|
|
581
644
|
plan: {
|
|
582
645
|
name: "Plan",
|
|
583
|
-
requestType:
|
|
646
|
+
requestType: TestPlan,
|
|
584
647
|
requestStream: false,
|
|
585
|
-
responseType:
|
|
648
|
+
responseType: TestPlanResponse,
|
|
586
649
|
responseStream: false,
|
|
587
650
|
options: {},
|
|
588
651
|
},
|
|
589
652
|
/** sets the camera position and rotation in the engine */
|
|
590
653
|
setCameraTransform: {
|
|
591
654
|
name: "SetCameraTransform",
|
|
592
|
-
requestType:
|
|
655
|
+
requestType: SetCameraTransformTestCommand,
|
|
593
656
|
requestStream: false,
|
|
594
|
-
responseType:
|
|
657
|
+
responseType: SetCameraTransformTestCommandResponse,
|
|
595
658
|
responseStream: false,
|
|
596
659
|
options: {},
|
|
597
660
|
},
|