@fps-games/editor 0.2.1-beta.3 → 0.2.1-beta.4
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/dist/build-info.json +44 -44
- package/dist/editor-commands/capabilities/assets.d.ts +8 -0
- package/dist/editor-commands/capabilities/assets.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/capabilities/assets.js +41 -41
- package/dist/editor-commands/capabilities/assets.js.map +1 -0
- package/dist/editor-commands/capabilities/editor-state.d.ts +5 -0
- package/dist/editor-commands/capabilities/editor-state.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/capabilities/editor-state.js +22 -22
- package/dist/editor-commands/capabilities/editor-state.js.map +1 -0
- package/dist/editor-commands/capabilities/hierarchy.d.ts +4 -0
- package/dist/editor-commands/capabilities/hierarchy.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/capabilities/hierarchy.js +5 -5
- package/dist/editor-commands/capabilities/hierarchy.js.map +1 -0
- package/dist/editor-commands/capabilities/host-lifecycle.d.ts +11 -0
- package/dist/editor-commands/capabilities/host-lifecycle.d.ts.map +1 -0
- package/dist/editor-commands/capabilities/host-lifecycle.js +149 -0
- package/dist/editor-commands/capabilities/host-lifecycle.js.map +1 -0
- package/dist/editor-commands/capabilities/prefabs.d.ts +5 -0
- package/dist/editor-commands/capabilities/prefabs.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/capabilities/prefabs.js +93 -93
- package/dist/editor-commands/capabilities/prefabs.js.map +1 -0
- package/dist/editor-commands/capabilities/scene-objects.d.ts +8 -0
- package/dist/editor-commands/capabilities/scene-objects.d.ts.map +1 -0
- package/dist/editor-commands/capabilities/scene-objects.js +480 -0
- package/dist/editor-commands/capabilities/scene-objects.js.map +1 -0
- package/dist/editor-commands/capabilities/selection.d.ts +5 -0
- package/dist/editor-commands/capabilities/selection.d.ts.map +1 -0
- package/dist/editor-commands/capabilities/selection.js +60 -0
- package/dist/editor-commands/capabilities/selection.js.map +1 -0
- package/dist/editor-commands/capabilities/shadows.d.ts +5 -0
- package/dist/editor-commands/capabilities/shadows.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/capabilities/shadows.js +74 -74
- package/dist/editor-commands/capabilities/shadows.js.map +1 -0
- package/dist/editor-commands/capabilities/transform.d.ts +5 -0
- package/dist/editor-commands/capabilities/transform.d.ts.map +1 -0
- package/dist/editor-commands/capabilities/transform.js +164 -0
- package/dist/editor-commands/capabilities/transform.js.map +1 -0
- package/dist/editor-commands/capabilities/ui-regions.d.ts +4 -0
- package/dist/editor-commands/capabilities/ui-regions.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/capabilities/ui-regions.js +55 -57
- package/dist/editor-commands/capabilities/ui-regions.js.map +1 -0
- package/dist/editor-commands/capabilities/viewport.d.ts +5 -0
- package/dist/editor-commands/capabilities/viewport.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/capabilities/viewport.js +100 -100
- package/dist/editor-commands/capabilities/viewport.js.map +1 -0
- package/dist/editor-commands/command-sources.d.ts +7 -0
- package/dist/editor-commands/command-sources.d.ts.map +1 -0
- package/dist/editor-commands/command-sources.js +34 -0
- package/dist/editor-commands/command-sources.js.map +1 -0
- package/dist/editor-commands/diagnostics.d.ts +12 -0
- package/dist/editor-commands/diagnostics.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/diagnostics.js +4 -4
- package/dist/editor-commands/diagnostics.js.map +1 -0
- package/dist/{agent-bridge → editor-commands}/index.d.ts +1 -1
- package/dist/editor-commands/index.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/index.js +1 -1
- package/dist/editor-commands/index.js.map +1 -0
- package/dist/editor-commands/register.d.ts +4 -0
- package/dist/editor-commands/register.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/register.js +323 -286
- package/dist/editor-commands/register.js.map +1 -0
- package/dist/{agent-bridge → editor-commands}/shared.d.ts +80 -80
- package/dist/editor-commands/shared.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/shared.js +29 -29
- package/dist/editor-commands/shared.js.map +1 -0
- package/dist/editor-commands/source-types.d.ts +110 -0
- package/dist/editor-commands/source-types.d.ts.map +1 -0
- package/dist/editor-commands/source-types.js.map +1 -0
- package/dist/editor-plugin-commands.d.ts +4 -0
- package/dist/editor-plugin-commands.d.ts.map +1 -0
- package/dist/editor-plugin-commands.js +18 -0
- package/dist/editor-plugin-commands.js.map +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/local-editor-commands.d.ts +2 -0
- package/dist/local-editor-commands.d.ts.map +1 -0
- package/dist/local-editor-commands.js +2 -0
- package/dist/local-editor-commands.js.map +1 -0
- package/dist/local-editor-harness.d.ts +35 -21
- package/dist/local-editor-harness.d.ts.map +1 -1
- package/dist/local-editor-harness.js +1721 -367
- package/dist/local-editor-harness.js.map +1 -1
- package/dist/local-editor-prefab-stage-transaction.d.ts +2 -1
- package/dist/local-editor-prefab-stage-transaction.d.ts.map +1 -1
- package/dist/local-editor-prefab-stage-transaction.js +6 -5
- package/dist/local-editor-prefab-stage-transaction.js.map +1 -1
- package/dist/local-editor-scene-view-interaction-runtime.d.ts.map +1 -1
- package/dist/local-editor-scene-view-interaction-runtime.js +2 -5
- package/dist/local-editor-scene-view-interaction-runtime.js.map +1 -1
- package/dist/playable-local-editor-entry.d.ts +10 -0
- package/dist/playable-local-editor-entry.d.ts.map +1 -1
- package/dist/playable-local-editor-entry.js +10 -2
- package/dist/playable-local-editor-entry.js.map +1 -1
- package/dist/playable-local-editor-host.d.ts +3 -32
- package/dist/playable-local-editor-host.d.ts.map +1 -1
- package/dist/playable-local-editor-host.js +6 -70
- package/dist/playable-local-editor-host.js.map +1 -1
- package/dist/playable-product-local-editor.d.ts +1 -2
- package/dist/playable-product-local-editor.d.ts.map +1 -1
- package/dist/playable-product-local-editor.js +0 -1
- package/dist/playable-product-local-editor.js.map +1 -1
- package/dist/playable-product-projection-preview.d.ts.map +1 -1
- package/dist/playable-product-projection-preview.js +1 -1
- package/dist/playable-product-projection-preview.js.map +1 -1
- package/dist/playable-product-scene-capabilities.d.ts +0 -2
- package/dist/playable-product-scene-capabilities.d.ts.map +1 -1
- package/dist/playable-product-scene-capabilities.js +33 -6
- package/dist/playable-product-scene-capabilities.js.map +1 -1
- package/dist/playable-runtime-babylon.d.ts +4 -0
- package/dist/playable-runtime-babylon.d.ts.map +1 -1
- package/dist/playable-runtime-babylon.js +4 -0
- package/dist/playable-runtime-babylon.js.map +1 -1
- package/dist/playable-sdk.d.ts +1 -1
- package/dist/playable-sdk.d.ts.map +1 -1
- package/dist/playable-sdk.js.map +1 -1
- package/dist/playable-standard-project.d.ts +0 -2
- package/dist/playable-standard-project.d.ts.map +1 -1
- package/dist/playable-standard-project.js +1 -2
- package/dist/playable-standard-project.js.map +1 -1
- package/dist/project-service-projection.d.ts +16 -0
- package/dist/project-service-projection.d.ts.map +1 -0
- package/dist/project-service-projection.js +67 -0
- package/dist/project-service-projection.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.d.ts +18 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.js +54 -18
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/package.json +9 -9
- package/node_modules/@fps-games/editor-babylon/dist/projection.d.ts +1 -0
- package/node_modules/@fps-games/editor-babylon/dist/projection.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/projection.js +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/projection.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/selection-presentation-controller.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/selection-presentation-controller.js +127 -13
- package/node_modules/@fps-games/editor-babylon/dist/selection-presentation-controller.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/transform-gizmo-controller.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/transform-gizmo-controller.js +66 -1
- package/node_modules/@fps-games/editor-babylon/dist/transform-gizmo-controller.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/package.json +6 -6
- package/node_modules/@fps-games/editor-browser/dist/editor-command-service-client.d.ts +32 -0
- package/node_modules/@fps-games/editor-browser/dist/editor-command-service-client.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/editor-command-service-client.js +254 -0
- package/node_modules/@fps-games/editor-browser/dist/editor-command-service-client.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/index.d.ts +3 -1
- package/node_modules/@fps-games/editor-browser/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/index.js +2 -0
- package/node_modules/@fps-games/editor-browser/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-command-center.d.ts +68 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-command-center.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-command-center.js +650 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-command-center.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-formal-surface-visibility.d.ts +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-formal-surface-visibility.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-formal-surface-visibility.js +22 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-formal-surface-visibility.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-controller.d.ts +8 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-controller.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-controller.js +117 -6
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-controller.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-view.d.ts +14 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-view.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-view.js +100 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-view.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.d.ts +8 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.js +75 -2
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-types.d.ts +37 -12
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-types.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.d.ts +25 -2
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.js +332 -107
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/package.json +7 -7
- package/node_modules/@fps-games/editor-core/dist/editor-authoring-host.d.ts +107 -0
- package/node_modules/@fps-games/editor-core/dist/editor-authoring-host.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-authoring-host.js +1211 -0
- package/node_modules/@fps-games/editor-core/dist/editor-authoring-host.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-capability-adapter.d.ts +34 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-capability-adapter.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-capability-adapter.js +260 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-capability-adapter.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-composed-authority.d.ts +9 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-composed-authority.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-composed-authority.js +14 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-composed-authority.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-observability.d.ts +18 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-observability.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-observability.js +113 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-observability.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-system.d.ts +82 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-system.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-system.js +1098 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-system.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-plugin-host.d.ts +6 -7
- package/node_modules/@fps-games/editor-core/dist/editor-plugin-host.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/editor-plugin-host.js +62 -103
- package/node_modules/@fps-games/editor-core/dist/editor-plugin-host.js.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/editor-service-gateway.d.ts +30 -0
- package/node_modules/@fps-games/editor-core/dist/editor-service-gateway.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-service-gateway.js +540 -0
- package/node_modules/@fps-games/editor-core/dist/editor-service-gateway.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-session-authority.d.ts +9 -0
- package/node_modules/@fps-games/editor-core/dist/editor-session-authority.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-session-authority.js +61 -0
- package/node_modules/@fps-games/editor-core/dist/editor-session-authority.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-session.d.ts +55 -0
- package/node_modules/@fps-games/editor-core/dist/editor-session.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/editor-session.js +247 -6
- package/node_modules/@fps-games/editor-core/dist/editor-session.js.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/index.d.ts +6 -2
- package/node_modules/@fps-games/editor-core/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/index.js +6 -2
- package/node_modules/@fps-games/editor-core/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-core/package.json +6 -6
- package/node_modules/@fps-games/editor-forge-play/dist/index.d.ts +0 -1
- package/node_modules/@fps-games/editor-forge-play/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-forge-play/dist/index.js +0 -1
- package/node_modules/@fps-games/editor-forge-play/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-forge-play/package.json +2 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/protocol.d.ts +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/protocol.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/helpers.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/helpers.js +41 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/helpers.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play-types.d.ts +27 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play-types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play-types.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.d.ts +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.js +214 -7
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.d.ts +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.js +11 -3
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.d.ts +2 -4
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.js +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/lifecycle.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/lifecycle.js +77 -31
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/lifecycle.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/types.d.ts +8 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/types.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/asset-fields.d.ts +21 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/asset-fields.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/asset-fields.js +90 -4
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/asset-fields.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/binding.d.ts +27 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/binding.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/binding.js +161 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/binding.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/inspector.d.ts +2 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/inspector.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/inspector.js +5 -92
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/inspector.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/scene-inspector.d.ts +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/scene-inspector.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/scene-inspector.js +26 -9
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/scene-inspector.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/slot-inspector.d.ts +9 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/slot-inspector.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/slot-inspector.js +19 -8
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/slot-inspector.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/material-override-inspector.d.ts +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/material-override-inspector.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/material-override-inspector.js +16 -4
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/material-override-inspector.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/stage-inspector.d.ts +9 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/stage-inspector.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/stage-inspector.js +12 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/stage-inspector.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/ground-decal.d.ts +2 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/ground-decal.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/ground-decal.js +10 -5
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/ground-decal.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/index.d.ts +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/index.js +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/project-host-services.d.ts +17 -82
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/project-host-services.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/project-host-services.js +53 -57
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/project-host-services.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/scene-session.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/scene-session.js +3 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/scene-session.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-authoring-commands.d.ts +10 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-authoring-commands.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-authoring-commands.js +256 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-authoring-commands.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-scene-assembly.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-scene-assembly.js +7 -5
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-scene-assembly.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/client.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/client.js +8 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/client.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/types.d.ts +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/types.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/inspectors.js +134 -12
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/inspectors.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-scene-workflow.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-scene-workflow.js +47 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-scene-workflow.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-service-vite.d.ts +27 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-service-vite.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-service-vite.js +592 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-service-vite.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/index.d.ts +3 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/index.js +2 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/plugin.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/plugin.js +61 -6
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/plugin.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-adapter.d.ts +0 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-adapter.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-adapter.js +1 -10
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-adapter.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-authoring-api.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-authoring-api.js +21 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-authoring-api.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-authoring-backend.d.ts +13 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-authoring-backend.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-authoring-backend.js +18 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-authoring-backend.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-editor-service.d.ts +28 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-editor-service.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-editor-service.js +863 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-editor-service.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/types.d.ts +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/types.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/package.json +6 -6
- package/node_modules/@fps-games/editor-protocol/dist/editor-command-capabilities.d.ts +1626 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-command-capabilities.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-protocol/dist/{agent-bridge.js → editor-command-capabilities.js} +766 -620
- package/node_modules/@fps-games/editor-protocol/dist/editor-command-capabilities.js.map +1 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-command-trace.d.ts +69 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-command-trace.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-command-trace.js +22 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-command-trace.js.map +1 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-command.d.ts +136 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-command.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-command.js +2 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-command.js.map +1 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-service.d.ts +225 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-service.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-service.js +4 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-service.js.map +1 -0
- package/node_modules/@fps-games/editor-protocol/dist/index.d.ts +6 -3
- package/node_modules/@fps-games/editor-protocol/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-protocol/dist/index.js +6 -3
- package/node_modules/@fps-games/editor-protocol/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-protocol/package.json +2 -2
- package/node_modules/@fps-games/editor-tooling/package.json +3 -3
- package/node_modules/@fps-games/editor-ui/package.json +1 -1
- package/node_modules/@fps-games/playable-assets/package.json +1 -1
- package/node_modules/@fps-games/playable-contracts/package.json +1 -1
- package/node_modules/@fps-games/playable-rendering/package.json +2 -2
- package/node_modules/@fps-games/playable-runtime/package.json +12 -12
- package/node_modules/@fps-games/playable-runtime-data/package.json +4 -4
- package/node_modules/@fps-games/playable-scene/package.json +2 -2
- package/node_modules/@fps-games/plugin-api/package.json +1 -1
- package/node_modules/@fps-games/plugin-assets/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-assets/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-assets/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-assets/package.json +6 -6
- package/node_modules/@fps-games/plugin-hierarchy/dist/kernel.d.ts +1 -0
- package/node_modules/@fps-games/plugin-hierarchy/dist/kernel.d.ts.map +1 -1
- package/node_modules/@fps-games/plugin-hierarchy/dist/kernel.js +78 -4
- package/node_modules/@fps-games/plugin-hierarchy/dist/kernel.js.map +1 -1
- package/node_modules/@fps-games/plugin-hierarchy/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-hierarchy/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-hierarchy/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-hierarchy/package.json +5 -5
- package/node_modules/@fps-games/plugin-host/package.json +2 -2
- package/node_modules/@fps-games/plugin-markers/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-markers/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-markers/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-markers/package.json +5 -5
- package/node_modules/@fps-games/plugin-materials/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-materials/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-materials/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-materials/package.json +5 -5
- package/node_modules/@fps-games/plugin-rendering/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-rendering/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-rendering/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-rendering/package.json +5 -5
- package/node_modules/@fps-games/plugin-scene/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-scene/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-scene/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-scene/package.json +5 -5
- package/node_modules/@fps-games/plugin-shadow-map-experiment/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-shadow-map-experiment/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-shadow-map-experiment/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-shadow-map-experiment/package.json +5 -5
- package/node_modules/@fps-games/plugin-shadows/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-shadows/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-shadows/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-shadows/package.json +7 -7
- package/package.json +23 -23
- package/dist/agent-bridge/capabilities/assets.d.ts +0 -8
- package/dist/agent-bridge/capabilities/assets.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/assets.js.map +0 -1
- package/dist/agent-bridge/capabilities/editor-state.d.ts +0 -5
- package/dist/agent-bridge/capabilities/editor-state.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/editor-state.js.map +0 -1
- package/dist/agent-bridge/capabilities/hierarchy.d.ts +0 -4
- package/dist/agent-bridge/capabilities/hierarchy.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/hierarchy.js.map +0 -1
- package/dist/agent-bridge/capabilities/host-lifecycle.d.ts +0 -11
- package/dist/agent-bridge/capabilities/host-lifecycle.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/host-lifecycle.js +0 -149
- package/dist/agent-bridge/capabilities/host-lifecycle.js.map +0 -1
- package/dist/agent-bridge/capabilities/prefabs.d.ts +0 -5
- package/dist/agent-bridge/capabilities/prefabs.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/prefabs.js.map +0 -1
- package/dist/agent-bridge/capabilities/scene-objects.d.ts +0 -8
- package/dist/agent-bridge/capabilities/scene-objects.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/scene-objects.js +0 -480
- package/dist/agent-bridge/capabilities/scene-objects.js.map +0 -1
- package/dist/agent-bridge/capabilities/selection.d.ts +0 -5
- package/dist/agent-bridge/capabilities/selection.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/selection.js +0 -60
- package/dist/agent-bridge/capabilities/selection.js.map +0 -1
- package/dist/agent-bridge/capabilities/shadows.d.ts +0 -5
- package/dist/agent-bridge/capabilities/shadows.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/shadows.js.map +0 -1
- package/dist/agent-bridge/capabilities/transform.d.ts +0 -5
- package/dist/agent-bridge/capabilities/transform.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/transform.js +0 -164
- package/dist/agent-bridge/capabilities/transform.js.map +0 -1
- package/dist/agent-bridge/capabilities/ui-regions.d.ts +0 -4
- package/dist/agent-bridge/capabilities/ui-regions.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/ui-regions.js.map +0 -1
- package/dist/agent-bridge/capabilities/viewport.d.ts +0 -5
- package/dist/agent-bridge/capabilities/viewport.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/viewport.js.map +0 -1
- package/dist/agent-bridge/capability-sources.d.ts +0 -7
- package/dist/agent-bridge/capability-sources.d.ts.map +0 -1
- package/dist/agent-bridge/capability-sources.js +0 -34
- package/dist/agent-bridge/capability-sources.js.map +0 -1
- package/dist/agent-bridge/diagnostics.d.ts +0 -12
- package/dist/agent-bridge/diagnostics.d.ts.map +0 -1
- package/dist/agent-bridge/diagnostics.js.map +0 -1
- package/dist/agent-bridge/index.d.ts.map +0 -1
- package/dist/agent-bridge/index.js.map +0 -1
- package/dist/agent-bridge/register.d.ts +0 -4
- package/dist/agent-bridge/register.d.ts.map +0 -1
- package/dist/agent-bridge/register.js.map +0 -1
- package/dist/agent-bridge/shared.d.ts.map +0 -1
- package/dist/agent-bridge/shared.js.map +0 -1
- package/dist/agent-bridge/source-types.d.ts +0 -110
- package/dist/agent-bridge/source-types.d.ts.map +0 -1
- package/dist/agent-bridge/source-types.js.map +0 -1
- package/dist/editor-plugin-agent-capabilities.d.ts +0 -4
- package/dist/editor-plugin-agent-capabilities.d.ts.map +0 -1
- package/dist/editor-plugin-agent-capabilities.js +0 -64
- package/dist/editor-plugin-agent-capabilities.js.map +0 -1
- package/dist/local-editor-agent-actions.d.ts +0 -43
- package/dist/local-editor-agent-actions.d.ts.map +0 -1
- package/dist/local-editor-agent-actions.js +0 -321
- package/dist/local-editor-agent-actions.js.map +0 -1
- package/dist/local-editor-agent-bridge-transport.d.ts +0 -129
- package/dist/local-editor-agent-bridge-transport.d.ts.map +0 -1
- package/dist/local-editor-agent-bridge-transport.js +0 -403
- package/dist/local-editor-agent-bridge-transport.js.map +0 -1
- package/dist/local-editor-agent-bridge.d.ts +0 -2
- package/dist/local-editor-agent-bridge.d.ts.map +0 -1
- package/dist/local-editor-agent-bridge.js +0 -2
- package/dist/local-editor-agent-bridge.js.map +0 -1
- package/dist/local-editor-agent-context.d.ts +0 -68
- package/dist/local-editor-agent-context.d.ts.map +0 -1
- package/dist/local-editor-agent-context.js +0 -716
- package/dist/local-editor-agent-context.js.map +0 -1
- package/node_modules/@fps-games/editor-core/dist/agent-bridge.d.ts +0 -22
- package/node_modules/@fps-games/editor-core/dist/agent-bridge.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-core/dist/agent-bridge.js +0 -106
- package/node_modules/@fps-games/editor-core/dist/agent-bridge.js.map +0 -1
- package/node_modules/@fps-games/editor-core/dist/agent-interaction.d.ts +0 -17
- package/node_modules/@fps-games/editor-core/dist/agent-interaction.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-core/dist/agent-interaction.js +0 -14
- package/node_modules/@fps-games/editor-core/dist/agent-interaction.js.map +0 -1
- package/node_modules/@fps-games/editor-forge-play/dist/agent-transport.d.ts +0 -23
- package/node_modules/@fps-games/editor-forge-play/dist/agent-transport.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-forge-play/dist/agent-transport.js +0 -47
- package/node_modules/@fps-games/editor-forge-play/dist/agent-transport.js.map +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/agent-descriptions.d.ts +0 -112
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/agent-descriptions.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/agent-descriptions.js +0 -159
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/agent-descriptions.js.map +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/session-metadata.d.ts +0 -15
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/session-metadata.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/session-metadata.js +0 -76
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/session-metadata.js.map +0 -1
- package/node_modules/@fps-games/editor-protocol/dist/agent-bridge.d.ts +0 -1622
- package/node_modules/@fps-games/editor-protocol/dist/agent-bridge.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-protocol/dist/agent-bridge.js.map +0 -1
- package/node_modules/@fps-games/editor-protocol/dist/agent-trace.d.ts +0 -68
- package/node_modules/@fps-games/editor-protocol/dist/agent-trace.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-protocol/dist/agent-trace.js +0 -23
- package/node_modules/@fps-games/editor-protocol/dist/agent-trace.js.map +0 -1
- package/node_modules/@fps-games/editor-protocol/dist/agent.d.ts +0 -187
- package/node_modules/@fps-games/editor-protocol/dist/agent.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-protocol/dist/agent.js +0 -5
- package/node_modules/@fps-games/editor-protocol/dist/agent.js.map +0 -1
- /package/dist/{agent-bridge → editor-commands}/source-types.js +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export const
|
|
2
|
-
export const
|
|
1
|
+
export const EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION = 1;
|
|
2
|
+
export const EDITOR_COMMAND_ID = {
|
|
3
3
|
ASSET_ANALYSIS_GET: 'asset.analysis.get',
|
|
4
4
|
ASSET_INFO_GET: 'asset.info.get',
|
|
5
5
|
ASSET_LIBRARY_LIST: 'asset.library.list',
|
|
@@ -69,7 +69,146 @@ export const EDITOR_AGENT_BRIDGE_CAPABILITY_ID = {
|
|
|
69
69
|
VIEWPORT_VISIBILITY_SET: 'viewport.visibility.set',
|
|
70
70
|
VIEWPORT_VISIBILITY_SNAPSHOT: 'viewport.visibility.snapshot',
|
|
71
71
|
};
|
|
72
|
-
export const
|
|
72
|
+
export const EDITOR_COMMAND_BUILT_IN_TARGETS = Object.freeze({
|
|
73
|
+
...Object.fromEntries(Object.values(EDITOR_COMMAND_ID).map(commandId => [commandId, 'view'])),
|
|
74
|
+
[EDITOR_COMMAND_ID.HIERARCHY_SCOPE_GET]: 'authoring',
|
|
75
|
+
[EDITOR_COMMAND_ID.SCENE_OBJECTS_LIST]: 'authoring',
|
|
76
|
+
[EDITOR_COMMAND_ID.OBJECT_RESOLVE]: 'authoring',
|
|
77
|
+
[EDITOR_COMMAND_ID.ASSET_LIBRARY_LIST]: 'authoring',
|
|
78
|
+
[EDITOR_COMMAND_ID.PREFAB_RESOLVE]: 'authoring',
|
|
79
|
+
[EDITOR_COMMAND_ID.PREFAB_ASSET_RENAME]: 'authoring',
|
|
80
|
+
[EDITOR_COMMAND_ID.PREFAB_SCENE_GET]: 'authoring',
|
|
81
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_FROM_ASSET]: 'authoring',
|
|
82
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_GROUP]: 'authoring',
|
|
83
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_PRIMITIVE]: 'authoring',
|
|
84
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_SET_TRANSFORM]: 'authoring',
|
|
85
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_REPARENT]: 'authoring',
|
|
86
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_RENAME]: 'authoring',
|
|
87
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_DELETE]: 'authoring',
|
|
88
|
+
[EDITOR_COMMAND_ID.OBJECT_CREATE_PRIMITIVE]: 'authoring',
|
|
89
|
+
[EDITOR_COMMAND_ID.OBJECT_DELETE]: 'authoring',
|
|
90
|
+
[EDITOR_COMMAND_ID.TRANSFORM_MOVE]: 'authoring',
|
|
91
|
+
[EDITOR_COMMAND_ID.TRANSFORM_SET]: 'authoring',
|
|
92
|
+
[EDITOR_COMMAND_ID.OBJECT_CREATE_FROM_ASSET]: 'authoring',
|
|
93
|
+
[EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_PLAN_PREVIEW]: 'renderer',
|
|
94
|
+
[EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_RUNTIME_SNAPSHOT]: 'renderer',
|
|
95
|
+
[EDITOR_COMMAND_ID.SHADOW_DEBUG_INSPECT]: 'renderer',
|
|
96
|
+
[EDITOR_COMMAND_ID.SHADOW_DEBUG_CONTEXT_ENTER]: 'renderer',
|
|
97
|
+
[EDITOR_COMMAND_ID.SHADOW_DEBUG_CONTEXT_CLEAR]: 'renderer',
|
|
98
|
+
[EDITOR_COMMAND_ID.SHADOW_DEBUG_OVERLAY_SET]: 'renderer',
|
|
99
|
+
[EDITOR_COMMAND_ID.SHADOW_DEBUG_OVERLAY_CLEAR]: 'renderer',
|
|
100
|
+
[EDITOR_COMMAND_ID.SHADOW_DEBUG_VISIBILITY_MEASURE]: 'renderer',
|
|
101
|
+
[EDITOR_COMMAND_ID.VIEWPORT_FOCUS_OBJECT]: 'renderer',
|
|
102
|
+
[EDITOR_COMMAND_ID.VIEWPORT_FRAME_SELECTION]: 'renderer',
|
|
103
|
+
[EDITOR_COMMAND_ID.VIEWPORT_VISIBILITY_SNAPSHOT]: 'renderer',
|
|
104
|
+
[EDITOR_COMMAND_ID.VIEWPORT_VISIBILITY_SET]: 'renderer',
|
|
105
|
+
[EDITOR_COMMAND_ID.VIEWPORT_VISIBILITY_CLEAR]: 'renderer',
|
|
106
|
+
[EDITOR_COMMAND_ID.VIEWPORT_ISOLATION_ENTER]: 'renderer',
|
|
107
|
+
[EDITOR_COMMAND_ID.VIEWPORT_CAMERA_GET]: 'renderer',
|
|
108
|
+
[EDITOR_COMMAND_ID.VIEWPORT_CAMERA_SET_PRESET]: 'renderer',
|
|
109
|
+
[EDITOR_COMMAND_ID.VIEWPORT_CAMERA_ORBIT]: 'renderer',
|
|
110
|
+
});
|
|
111
|
+
export const EDITOR_COMMAND_BUILT_IN_HOST_IDS = new Set([
|
|
112
|
+
EDITOR_COMMAND_ID.HOST_MODE_GET,
|
|
113
|
+
EDITOR_COMMAND_ID.HOST_EDITOR_ENTER,
|
|
114
|
+
EDITOR_COMMAND_ID.HOST_EDITOR_SAVE_AND_RUN,
|
|
115
|
+
EDITOR_COMMAND_ID.HOST_EDITOR_DISCARD_AND_RUN,
|
|
116
|
+
EDITOR_COMMAND_ID.HOST_EDITOR_WAIT_READY,
|
|
117
|
+
]);
|
|
118
|
+
export const EDITOR_COMMAND_BUILT_IN_METADATA = Object.freeze({
|
|
119
|
+
[EDITOR_COMMAND_ID.HIERARCHY_SCOPE_GET]: metadata(EDITOR_COMMAND_ID.HIERARCHY_SCOPE_GET, 'Get active Hierarchy scope', 'hierarchy', 'read'),
|
|
120
|
+
[EDITOR_COMMAND_ID.HIERARCHY_OPERATIONS_LIST]: metadata(EDITOR_COMMAND_ID.HIERARCHY_OPERATIONS_LIST, 'List Hierarchy operations', 'hierarchy', 'read'),
|
|
121
|
+
[EDITOR_COMMAND_ID.HIERARCHY_OPERATION_EXECUTE]: metadata(EDITOR_COMMAND_ID.HIERARCHY_OPERATION_EXECUTE, 'Execute Hierarchy operation', 'hierarchy', 'write'),
|
|
122
|
+
[EDITOR_COMMAND_ID.ASSET_LIBRARY_LIST]: metadata(EDITOR_COMMAND_ID.ASSET_LIBRARY_LIST, 'List asset library', 'asset', 'read'),
|
|
123
|
+
[EDITOR_COMMAND_ID.ASSET_INFO_GET]: metadata(EDITOR_COMMAND_ID.ASSET_INFO_GET, 'Get asset info', 'asset', 'read'),
|
|
124
|
+
[EDITOR_COMMAND_ID.ASSET_ANALYSIS_GET]: metadata(EDITOR_COMMAND_ID.ASSET_ANALYSIS_GET, 'Get asset analysis', 'asset', 'read'),
|
|
125
|
+
[EDITOR_COMMAND_ID.PREFAB_RESOLVE]: metadata(EDITOR_COMMAND_ID.PREFAB_RESOLVE, 'Resolve prefab asset', 'prefab', 'read'),
|
|
126
|
+
[EDITOR_COMMAND_ID.PREFAB_STAGE_OPEN]: metadata(EDITOR_COMMAND_ID.PREFAB_STAGE_OPEN, 'Open prefab stage', 'prefab', 'write'),
|
|
127
|
+
[EDITOR_COMMAND_ID.PREFAB_STAGE_EXIT]: metadata(EDITOR_COMMAND_ID.PREFAB_STAGE_EXIT, 'Exit prefab stage', 'prefab', 'write'),
|
|
128
|
+
[EDITOR_COMMAND_ID.PREFAB_STAGE_SAVE]: metadata(EDITOR_COMMAND_ID.PREFAB_STAGE_SAVE, 'Save prefab stage', 'prefab', 'write'),
|
|
129
|
+
[EDITOR_COMMAND_ID.PREFAB_STAGE_DISCARD]: metadata(EDITOR_COMMAND_ID.PREFAB_STAGE_DISCARD, 'Discard prefab stage changes', 'prefab', 'write'),
|
|
130
|
+
[EDITOR_COMMAND_ID.PREFAB_ASSET_RENAME]: metadata(EDITOR_COMMAND_ID.PREFAB_ASSET_RENAME, 'Rename prefab asset', 'prefab', 'write'),
|
|
131
|
+
[EDITOR_COMMAND_ID.PREFAB_SCENE_GET]: metadata(EDITOR_COMMAND_ID.PREFAB_SCENE_GET, 'Get prefab composition scene', 'prefab', 'read'),
|
|
132
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_SELECT]: metadata(EDITOR_COMMAND_ID.PREFAB_NODE_SELECT, 'Select prefab node', 'prefab', 'write'),
|
|
133
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_FROM_ASSET]: metadata(EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_FROM_ASSET, 'Create prefab node from asset', 'prefab', 'write'),
|
|
134
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_GROUP]: metadata(EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_GROUP, 'Create prefab group node', 'prefab', 'write'),
|
|
135
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_MARKER]: metadata(EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_MARKER, 'Create prefab Marker node', 'prefab', 'write'),
|
|
136
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_PRIMITIVE]: metadata(EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_PRIMITIVE, 'Create prefab primitive node', 'prefab', 'write'),
|
|
137
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_SET_TRANSFORM]: metadata(EDITOR_COMMAND_ID.PREFAB_NODE_SET_TRANSFORM, 'Set prefab node transform', 'prefab', 'write'),
|
|
138
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_SET_MARKER]: metadata(EDITOR_COMMAND_ID.PREFAB_NODE_SET_MARKER, 'Set prefab Marker fields', 'prefab', 'write'),
|
|
139
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_REPARENT]: metadata(EDITOR_COMMAND_ID.PREFAB_NODE_REPARENT, 'Reparent prefab node', 'prefab', 'write'),
|
|
140
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_RENAME]: metadata(EDITOR_COMMAND_ID.PREFAB_NODE_RENAME, 'Rename prefab node', 'prefab', 'write'),
|
|
141
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_DELETE]: metadata(EDITOR_COMMAND_ID.PREFAB_NODE_DELETE, 'Delete prefab node', 'prefab', 'write'),
|
|
142
|
+
[EDITOR_COMMAND_ID.PREFAB_SOURCE_STRUCTURE_GET]: metadata(EDITOR_COMMAND_ID.PREFAB_SOURCE_STRUCTURE_GET, 'Get prefab source structure', 'prefab', 'read'),
|
|
143
|
+
[EDITOR_COMMAND_ID.PREFAB_MATERIAL_SLOTS_LIST]: metadata(EDITOR_COMMAND_ID.PREFAB_MATERIAL_SLOTS_LIST, 'List prefab material slots', 'prefab', 'read'),
|
|
144
|
+
[EDITOR_COMMAND_ID.HOST_MODE_GET]: metadata(EDITOR_COMMAND_ID.HOST_MODE_GET, 'Get host mode', 'lifecycle', 'read'),
|
|
145
|
+
[EDITOR_COMMAND_ID.HOST_EDITOR_ENTER]: metadata(EDITOR_COMMAND_ID.HOST_EDITOR_ENTER, 'Enter editor mode', 'lifecycle', 'write'),
|
|
146
|
+
[EDITOR_COMMAND_ID.HOST_EDITOR_SAVE_AND_RUN]: metadata(EDITOR_COMMAND_ID.HOST_EDITOR_SAVE_AND_RUN, 'Save editor document and run game', 'lifecycle', 'write'),
|
|
147
|
+
[EDITOR_COMMAND_ID.HOST_EDITOR_DISCARD_AND_RUN]: metadata(EDITOR_COMMAND_ID.HOST_EDITOR_DISCARD_AND_RUN, 'Discard editor changes and run game', 'lifecycle', 'write'),
|
|
148
|
+
[EDITOR_COMMAND_ID.HOST_EDITOR_WAIT_READY]: metadata(EDITOR_COMMAND_ID.HOST_EDITOR_WAIT_READY, 'Wait for editor readiness', 'lifecycle', 'read'),
|
|
149
|
+
[EDITOR_COMMAND_ID.EDITOR_UI_REGIONS_GET]: metadata(EDITOR_COMMAND_ID.EDITOR_UI_REGIONS_GET, 'Get editor workspace regions', 'ui', 'read'),
|
|
150
|
+
[EDITOR_COMMAND_ID.SCENE_OBJECTS_LIST]: metadata(EDITOR_COMMAND_ID.SCENE_OBJECTS_LIST, 'List scene objects', 'scene', 'read'),
|
|
151
|
+
[EDITOR_COMMAND_ID.OBJECT_RESOLVE]: metadata(EDITOR_COMMAND_ID.OBJECT_RESOLVE, 'Resolve scene object', 'scene', 'read'),
|
|
152
|
+
[EDITOR_COMMAND_ID.OBJECT_CREATE_PRIMITIVE]: metadata(EDITOR_COMMAND_ID.OBJECT_CREATE_PRIMITIVE, 'Create primitive object', 'scene', 'write'),
|
|
153
|
+
[EDITOR_COMMAND_ID.OBJECT_CREATE_FROM_ASSET]: metadata(EDITOR_COMMAND_ID.OBJECT_CREATE_FROM_ASSET, 'Create object from asset', 'asset', 'write'),
|
|
154
|
+
[EDITOR_COMMAND_ID.OBJECT_DELETE]: metadata(EDITOR_COMMAND_ID.OBJECT_DELETE, 'Delete objects', 'scene', 'write'),
|
|
155
|
+
[EDITOR_COMMAND_ID.SELECTION_SET]: metadata(EDITOR_COMMAND_ID.SELECTION_SET, 'Set selection', 'selection', 'write'),
|
|
156
|
+
[EDITOR_COMMAND_ID.SHADOW_POLICY_GET]: metadata(EDITOR_COMMAND_ID.SHADOW_POLICY_GET, 'Get shadow policy', 'shadow', 'read'),
|
|
157
|
+
[EDITOR_COMMAND_ID.SHADOW_POLICY_SET]: metadata(EDITOR_COMMAND_ID.SHADOW_POLICY_SET, 'Set shadow policy', 'shadow', 'write'),
|
|
158
|
+
[EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_CONFIG_GET]: metadata(EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_CONFIG_GET, 'Get Shadow Map configuration', 'shadow', 'read'),
|
|
159
|
+
[EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_POLICY_GET]: metadata(EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_POLICY_GET, 'Get Shadow Map profiles', 'shadow', 'read'),
|
|
160
|
+
[EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_POLICY_SET]: metadata(EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_POLICY_SET, 'Set Shadow Map profiles', 'shadow', 'write'),
|
|
161
|
+
[EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_PLAN_PREVIEW]: metadata(EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_PLAN_PREVIEW, 'Preview Shadow Map runtime plan', 'shadow', 'read'),
|
|
162
|
+
[EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_RUNTIME_SNAPSHOT]: metadata(EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_RUNTIME_SNAPSHOT, 'Snapshot Shadow Map runtime ownership', 'shadow', 'read'),
|
|
163
|
+
[EDITOR_COMMAND_ID.SHADOW_RECEIVERS_LIST]: metadata(EDITOR_COMMAND_ID.SHADOW_RECEIVERS_LIST, 'List shadow receivers', 'shadow', 'read'),
|
|
164
|
+
[EDITOR_COMMAND_ID.SHADOW_RESOLVE_PREVIEW]: metadata(EDITOR_COMMAND_ID.SHADOW_RESOLVE_PREVIEW, 'Resolve shadow preview', 'shadow', 'read'),
|
|
165
|
+
[EDITOR_COMMAND_ID.SHADOW_DEBUG_INSPECT]: metadata(EDITOR_COMMAND_ID.SHADOW_DEBUG_INSPECT, 'Inspect shadow debug context', 'shadow', 'read'),
|
|
166
|
+
[EDITOR_COMMAND_ID.SHADOW_DEBUG_CONTEXT_ENTER]: metadata(EDITOR_COMMAND_ID.SHADOW_DEBUG_CONTEXT_ENTER, 'Enter shadow debug context', 'shadow', 'write'),
|
|
167
|
+
[EDITOR_COMMAND_ID.SHADOW_DEBUG_CONTEXT_CLEAR]: metadata(EDITOR_COMMAND_ID.SHADOW_DEBUG_CONTEXT_CLEAR, 'Clear shadow debug context', 'shadow', 'write'),
|
|
168
|
+
[EDITOR_COMMAND_ID.SHADOW_DEBUG_OVERLAY_SET]: metadata(EDITOR_COMMAND_ID.SHADOW_DEBUG_OVERLAY_SET, 'Set shadow debug overlay', 'shadow', 'write'),
|
|
169
|
+
[EDITOR_COMMAND_ID.SHADOW_DEBUG_OVERLAY_CLEAR]: metadata(EDITOR_COMMAND_ID.SHADOW_DEBUG_OVERLAY_CLEAR, 'Clear shadow debug overlay', 'shadow', 'write'),
|
|
170
|
+
[EDITOR_COMMAND_ID.SHADOW_DEBUG_VISIBILITY_MEASURE]: metadata(EDITOR_COMMAND_ID.SHADOW_DEBUG_VISIBILITY_MEASURE, 'Measure shadow visibility', 'shadow', 'read'),
|
|
171
|
+
[EDITOR_COMMAND_ID.TRANSFORM_MOVE]: metadata(EDITOR_COMMAND_ID.TRANSFORM_MOVE, 'Move object', 'transform', 'write'),
|
|
172
|
+
[EDITOR_COMMAND_ID.TRANSFORM_SET]: metadata(EDITOR_COMMAND_ID.TRANSFORM_SET, 'Set object transform', 'transform', 'write'),
|
|
173
|
+
[EDITOR_COMMAND_ID.VIEWPORT_FOCUS_OBJECT]: metadata(EDITOR_COMMAND_ID.VIEWPORT_FOCUS_OBJECT, 'Focus object in viewport', 'viewport', 'write'),
|
|
174
|
+
[EDITOR_COMMAND_ID.VIEWPORT_FRAME_SELECTION]: metadata(EDITOR_COMMAND_ID.VIEWPORT_FRAME_SELECTION, 'Frame selected object', 'viewport', 'write'),
|
|
175
|
+
[EDITOR_COMMAND_ID.VIEWPORT_VISIBILITY_SNAPSHOT]: metadata(EDITOR_COMMAND_ID.VIEWPORT_VISIBILITY_SNAPSHOT, 'Get preview visibility overrides', 'viewport', 'read'),
|
|
176
|
+
[EDITOR_COMMAND_ID.VIEWPORT_VISIBILITY_SET]: metadata(EDITOR_COMMAND_ID.VIEWPORT_VISIBILITY_SET, 'Set preview visibility', 'viewport', 'write'),
|
|
177
|
+
[EDITOR_COMMAND_ID.VIEWPORT_VISIBILITY_CLEAR]: metadata(EDITOR_COMMAND_ID.VIEWPORT_VISIBILITY_CLEAR, 'Clear preview visibility overrides', 'viewport', 'write'),
|
|
178
|
+
[EDITOR_COMMAND_ID.VIEWPORT_ISOLATION_ENTER]: metadata(EDITOR_COMMAND_ID.VIEWPORT_ISOLATION_ENTER, 'Enter preview isolation', 'viewport', 'write'),
|
|
179
|
+
[EDITOR_COMMAND_ID.VIEWPORT_CAMERA_GET]: metadata(EDITOR_COMMAND_ID.VIEWPORT_CAMERA_GET, 'Get viewport camera state', 'viewport', 'read'),
|
|
180
|
+
[EDITOR_COMMAND_ID.VIEWPORT_CAMERA_SET_PRESET]: metadata(EDITOR_COMMAND_ID.VIEWPORT_CAMERA_SET_PRESET, 'Set viewport camera preset', 'viewport', 'write'),
|
|
181
|
+
[EDITOR_COMMAND_ID.VIEWPORT_CAMERA_ORBIT]: metadata(EDITOR_COMMAND_ID.VIEWPORT_CAMERA_ORBIT, 'Orbit viewport camera', 'viewport', 'write'),
|
|
182
|
+
[EDITOR_COMMAND_ID.EDITOR_SNAPSHOT_GET]: metadata(EDITOR_COMMAND_ID.EDITOR_SNAPSHOT_GET, 'Get editor snapshot', 'state', 'read'),
|
|
183
|
+
[EDITOR_COMMAND_ID.EDITOR_STATE_GET]: metadata(EDITOR_COMMAND_ID.EDITOR_STATE_GET, 'Get editor state', 'state', 'read'),
|
|
184
|
+
[EDITOR_COMMAND_ID.EDITOR_DIAGNOSTICS_LIST]: metadata(EDITOR_COMMAND_ID.EDITOR_DIAGNOSTICS_LIST, 'List editor diagnostics', 'state', 'read'),
|
|
185
|
+
});
|
|
186
|
+
export const EDITOR_COMMAND_BUILT_IN_PRESENTATION = Object.freeze({
|
|
187
|
+
[EDITOR_COMMAND_ID.OBJECT_CREATE_PRIMITIVE]: Object.freeze({
|
|
188
|
+
category: 'scene',
|
|
189
|
+
menu: { path: ['Create', 'Primitive'] },
|
|
190
|
+
}),
|
|
191
|
+
[EDITOR_COMMAND_ID.OBJECT_DELETE]: Object.freeze({
|
|
192
|
+
category: 'scene',
|
|
193
|
+
shortcut: 'Delete',
|
|
194
|
+
menu: { path: ['Edit', 'Delete'] },
|
|
195
|
+
}),
|
|
196
|
+
[EDITOR_COMMAND_ID.VIEWPORT_FRAME_SELECTION]: Object.freeze({
|
|
197
|
+
category: 'viewport',
|
|
198
|
+
shortcut: 'F',
|
|
199
|
+
menu: { path: ['View', 'Frame Selection'] },
|
|
200
|
+
}),
|
|
201
|
+
});
|
|
202
|
+
function metadata(commandId, title, category, access) {
|
|
203
|
+
return Object.freeze({
|
|
204
|
+
title,
|
|
205
|
+
category,
|
|
206
|
+
access,
|
|
207
|
+
stability: 'experimental',
|
|
208
|
+
target: EDITOR_COMMAND_BUILT_IN_TARGETS[commandId] ?? 'view',
|
|
209
|
+
});
|
|
210
|
+
}
|
|
211
|
+
export const EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA = {
|
|
73
212
|
type: 'object',
|
|
74
213
|
properties: {
|
|
75
214
|
x: { type: 'number' },
|
|
@@ -79,26 +218,26 @@ export const EDITOR_AGENT_BRIDGE_VEC3_SCHEMA = {
|
|
|
79
218
|
required: ['x', 'y', 'z'],
|
|
80
219
|
additionalProperties: false,
|
|
81
220
|
};
|
|
82
|
-
export const
|
|
221
|
+
export const EDITOR_COMMAND_CAPABILITY_TRANSFORM_SCHEMA = {
|
|
83
222
|
type: 'object',
|
|
84
223
|
properties: {
|
|
85
|
-
position:
|
|
86
|
-
rotation:
|
|
87
|
-
scale:
|
|
224
|
+
position: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
225
|
+
rotation: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
226
|
+
scale: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
88
227
|
},
|
|
89
228
|
additionalProperties: false,
|
|
90
229
|
};
|
|
91
|
-
export const
|
|
230
|
+
export const EDITOR_COMMAND_CAPABILITY_BOUNDS_SCHEMA = {
|
|
92
231
|
type: 'object',
|
|
93
232
|
properties: {
|
|
94
|
-
min:
|
|
95
|
-
max:
|
|
96
|
-
size:
|
|
97
|
-
center:
|
|
233
|
+
min: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
234
|
+
max: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
235
|
+
size: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
236
|
+
center: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
98
237
|
},
|
|
99
238
|
additionalProperties: false,
|
|
100
239
|
};
|
|
101
|
-
export const
|
|
240
|
+
export const EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA = {
|
|
102
241
|
type: 'object',
|
|
103
242
|
properties: {
|
|
104
243
|
severity: { type: 'string', enum: ['info', 'warning', 'error'] },
|
|
@@ -111,10 +250,10 @@ export const EDITOR_AGENT_BRIDGE_DIAGNOSTIC_SCHEMA = {
|
|
|
111
250
|
required: ['severity', 'source', 'message'],
|
|
112
251
|
additionalProperties: false,
|
|
113
252
|
};
|
|
114
|
-
export const
|
|
253
|
+
export const EDITOR_COMMAND_CAPABILITY_ASSET_KIND_SCHEMA = {
|
|
115
254
|
type: 'string',
|
|
116
255
|
};
|
|
117
|
-
export const
|
|
256
|
+
export const EDITOR_COMMAND_CAPABILITY_ASSET_ANALYSIS_SUMMARY_SCHEMA = {
|
|
118
257
|
type: 'object',
|
|
119
258
|
properties: {
|
|
120
259
|
kind: { type: 'string' },
|
|
@@ -134,16 +273,16 @@ export const EDITOR_AGENT_BRIDGE_ASSET_ANALYSIS_SUMMARY_SCHEMA = {
|
|
|
134
273
|
hasAlpha: { type: 'boolean' },
|
|
135
274
|
diagnostics: {
|
|
136
275
|
type: 'array',
|
|
137
|
-
items:
|
|
276
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
138
277
|
},
|
|
139
278
|
},
|
|
140
279
|
additionalProperties: true,
|
|
141
280
|
};
|
|
142
|
-
export const
|
|
281
|
+
export const EDITOR_COMMAND_CAPABILITY_ASSET_SUMMARY_SCHEMA_PROPERTIES = {
|
|
143
282
|
assetId: { type: 'string' },
|
|
144
283
|
guid: { type: 'string' },
|
|
145
284
|
displayName: { type: 'string' },
|
|
146
|
-
kind:
|
|
285
|
+
kind: EDITOR_COMMAND_CAPABILITY_ASSET_KIND_SCHEMA,
|
|
147
286
|
type: { type: 'string' },
|
|
148
287
|
category: { type: 'string' },
|
|
149
288
|
placeable: { type: 'boolean' },
|
|
@@ -154,18 +293,18 @@ export const EDITOR_AGENT_BRIDGE_ASSET_SUMMARY_SCHEMA_PROPERTIES = {
|
|
|
154
293
|
type: 'object',
|
|
155
294
|
additionalProperties: true,
|
|
156
295
|
},
|
|
157
|
-
analysisSummary:
|
|
296
|
+
analysisSummary: EDITOR_COMMAND_CAPABILITY_ASSET_ANALYSIS_SUMMARY_SCHEMA,
|
|
158
297
|
};
|
|
159
|
-
export const
|
|
298
|
+
export const EDITOR_COMMAND_CAPABILITY_ASSET_SUMMARY_SCHEMA = {
|
|
160
299
|
type: 'object',
|
|
161
|
-
properties:
|
|
300
|
+
properties: EDITOR_COMMAND_CAPABILITY_ASSET_SUMMARY_SCHEMA_PROPERTIES,
|
|
162
301
|
required: ['assetId', 'displayName', 'kind', 'type', 'placeable'],
|
|
163
302
|
additionalProperties: false,
|
|
164
303
|
};
|
|
165
|
-
export const
|
|
304
|
+
export const EDITOR_COMMAND_CAPABILITY_ASSET_INFO_SCHEMA = {
|
|
166
305
|
type: 'object',
|
|
167
306
|
properties: {
|
|
168
|
-
...
|
|
307
|
+
...EDITOR_COMMAND_CAPABILITY_ASSET_SUMMARY_SCHEMA_PROPERTIES,
|
|
169
308
|
origin: { type: 'string' },
|
|
170
309
|
dedupeKey: { type: 'string' },
|
|
171
310
|
materialMode: { type: 'string' },
|
|
@@ -189,12 +328,12 @@ export const EDITOR_AGENT_BRIDGE_ASSET_INFO_SCHEMA = {
|
|
|
189
328
|
required: ['assetId', 'displayName', 'kind', 'type', 'placeable'],
|
|
190
329
|
additionalProperties: false,
|
|
191
330
|
};
|
|
192
|
-
export const
|
|
331
|
+
export const EDITOR_COMMAND_CAPABILITY_ASSET_LIBRARY_LIST_INPUT_SCHEMA = {
|
|
193
332
|
type: 'object',
|
|
194
333
|
properties: {
|
|
195
334
|
includeUnplaceable: { type: 'boolean' },
|
|
196
335
|
query: { type: 'string' },
|
|
197
|
-
kind:
|
|
336
|
+
kind: EDITOR_COMMAND_CAPABILITY_ASSET_KIND_SCHEMA,
|
|
198
337
|
limit: {
|
|
199
338
|
type: 'number',
|
|
200
339
|
minimum: 0,
|
|
@@ -203,19 +342,19 @@ export const EDITOR_AGENT_BRIDGE_ASSET_LIBRARY_LIST_INPUT_SCHEMA = {
|
|
|
203
342
|
},
|
|
204
343
|
additionalProperties: false,
|
|
205
344
|
};
|
|
206
|
-
export const
|
|
345
|
+
export const EDITOR_COMMAND_CAPABILITY_ASSET_LIBRARY_LIST_OUTPUT_SCHEMA = {
|
|
207
346
|
type: 'object',
|
|
208
347
|
properties: {
|
|
209
348
|
assets: {
|
|
210
349
|
type: 'array',
|
|
211
|
-
items:
|
|
350
|
+
items: EDITOR_COMMAND_CAPABILITY_ASSET_SUMMARY_SCHEMA,
|
|
212
351
|
},
|
|
213
352
|
assetCount: { type: 'number' },
|
|
214
353
|
},
|
|
215
354
|
required: ['assets', 'assetCount'],
|
|
216
355
|
additionalProperties: false,
|
|
217
356
|
};
|
|
218
|
-
export const
|
|
357
|
+
export const EDITOR_COMMAND_CAPABILITY_ASSET_INFO_GET_INPUT_SCHEMA = {
|
|
219
358
|
type: 'object',
|
|
220
359
|
properties: {
|
|
221
360
|
assetId: { type: 'string' },
|
|
@@ -223,15 +362,15 @@ export const EDITOR_AGENT_BRIDGE_ASSET_INFO_GET_INPUT_SCHEMA = {
|
|
|
223
362
|
required: ['assetId'],
|
|
224
363
|
additionalProperties: false,
|
|
225
364
|
};
|
|
226
|
-
export const
|
|
365
|
+
export const EDITOR_COMMAND_CAPABILITY_ASSET_INFO_GET_OUTPUT_SCHEMA = {
|
|
227
366
|
type: 'object',
|
|
228
367
|
properties: {
|
|
229
|
-
asset:
|
|
368
|
+
asset: EDITOR_COMMAND_CAPABILITY_ASSET_INFO_SCHEMA,
|
|
230
369
|
},
|
|
231
370
|
required: ['asset'],
|
|
232
371
|
additionalProperties: false,
|
|
233
372
|
};
|
|
234
|
-
export const
|
|
373
|
+
export const EDITOR_COMMAND_CAPABILITY_ASSET_ANALYSIS_GET_INPUT_SCHEMA = {
|
|
235
374
|
type: 'object',
|
|
236
375
|
properties: {
|
|
237
376
|
assetId: { type: 'string' },
|
|
@@ -239,7 +378,7 @@ export const EDITOR_AGENT_BRIDGE_ASSET_ANALYSIS_GET_INPUT_SCHEMA = {
|
|
|
239
378
|
required: ['assetId'],
|
|
240
379
|
additionalProperties: false,
|
|
241
380
|
};
|
|
242
|
-
export const
|
|
381
|
+
export const EDITOR_COMMAND_CAPABILITY_ASSET_ANALYSIS_SCHEMA = {
|
|
243
382
|
type: 'object',
|
|
244
383
|
properties: {
|
|
245
384
|
kind: { type: 'string' },
|
|
@@ -284,22 +423,22 @@ export const EDITOR_AGENT_BRIDGE_ASSET_ANALYSIS_SCHEMA = {
|
|
|
284
423
|
},
|
|
285
424
|
diagnostics: {
|
|
286
425
|
type: 'array',
|
|
287
|
-
items:
|
|
426
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
288
427
|
},
|
|
289
428
|
},
|
|
290
429
|
additionalProperties: true,
|
|
291
430
|
};
|
|
292
|
-
export const
|
|
431
|
+
export const EDITOR_COMMAND_CAPABILITY_ASSET_ANALYSIS_GET_OUTPUT_SCHEMA = {
|
|
293
432
|
type: 'object',
|
|
294
433
|
properties: {
|
|
295
434
|
assetId: { type: 'string' },
|
|
296
|
-
kind:
|
|
297
|
-
analysis:
|
|
435
|
+
kind: EDITOR_COMMAND_CAPABILITY_ASSET_KIND_SCHEMA,
|
|
436
|
+
analysis: EDITOR_COMMAND_CAPABILITY_ASSET_ANALYSIS_SCHEMA,
|
|
298
437
|
},
|
|
299
438
|
required: ['assetId', 'kind', 'analysis'],
|
|
300
439
|
additionalProperties: false,
|
|
301
440
|
};
|
|
302
|
-
export const
|
|
441
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_SUMMARY_SCHEMA = {
|
|
303
442
|
type: 'object',
|
|
304
443
|
properties: {
|
|
305
444
|
assetId: { type: 'string' },
|
|
@@ -314,7 +453,7 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_SUMMARY_SCHEMA = {
|
|
|
314
453
|
required: ['assetId', 'displayName'],
|
|
315
454
|
additionalProperties: false,
|
|
316
455
|
};
|
|
317
|
-
export const
|
|
456
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_STATE_SCHEMA = {
|
|
318
457
|
type: 'object',
|
|
319
458
|
properties: {
|
|
320
459
|
assetId: { type: 'string' },
|
|
@@ -335,7 +474,7 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_STAGE_STATE_SCHEMA = {
|
|
|
335
474
|
required: ['assetId', 'label', 'dirty', 'documentDirty', 'canSave', 'canDiscard'],
|
|
336
475
|
additionalProperties: false,
|
|
337
476
|
};
|
|
338
|
-
export const
|
|
477
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_RESOLVE_INPUT_SCHEMA = {
|
|
339
478
|
type: 'object',
|
|
340
479
|
properties: {
|
|
341
480
|
assetId: { type: 'string' },
|
|
@@ -346,25 +485,25 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_RESOLVE_INPUT_SCHEMA = {
|
|
|
346
485
|
},
|
|
347
486
|
additionalProperties: false,
|
|
348
487
|
};
|
|
349
|
-
export const
|
|
488
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_RESOLVE_OUTPUT_SCHEMA = {
|
|
350
489
|
type: 'object',
|
|
351
490
|
properties: {
|
|
352
491
|
prefabs: {
|
|
353
492
|
type: 'array',
|
|
354
|
-
items:
|
|
493
|
+
items: EDITOR_COMMAND_CAPABILITY_PREFAB_SUMMARY_SCHEMA,
|
|
355
494
|
},
|
|
356
495
|
resolvedPrefab: {
|
|
357
|
-
anyOf: [
|
|
496
|
+
anyOf: [EDITOR_COMMAND_CAPABILITY_PREFAB_SUMMARY_SCHEMA, { type: 'null' }],
|
|
358
497
|
},
|
|
359
498
|
ambiguous: { type: 'boolean' },
|
|
360
499
|
currentStage: {
|
|
361
|
-
anyOf: [
|
|
500
|
+
anyOf: [EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_STATE_SCHEMA, { type: 'null' }],
|
|
362
501
|
},
|
|
363
502
|
},
|
|
364
503
|
required: ['prefabs', 'resolvedPrefab', 'ambiguous'],
|
|
365
504
|
additionalProperties: false,
|
|
366
505
|
};
|
|
367
|
-
export const
|
|
506
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_OPEN_INPUT_SCHEMA = {
|
|
368
507
|
type: 'object',
|
|
369
508
|
properties: {
|
|
370
509
|
assetId: { type: 'string' },
|
|
@@ -381,54 +520,54 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_STAGE_OPEN_INPUT_SCHEMA = {
|
|
|
381
520
|
],
|
|
382
521
|
additionalProperties: false,
|
|
383
522
|
};
|
|
384
|
-
export const
|
|
523
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_OPEN_OUTPUT_SCHEMA = {
|
|
385
524
|
type: 'object',
|
|
386
525
|
properties: {
|
|
387
526
|
opened: { type: 'boolean' },
|
|
388
527
|
alreadyOpen: { type: 'boolean' },
|
|
389
|
-
prefab:
|
|
390
|
-
stage:
|
|
528
|
+
prefab: EDITOR_COMMAND_CAPABILITY_PREFAB_SUMMARY_SCHEMA,
|
|
529
|
+
stage: EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_STATE_SCHEMA,
|
|
391
530
|
status: { type: 'string' },
|
|
392
531
|
},
|
|
393
532
|
required: ['opened', 'alreadyOpen', 'prefab', 'stage', 'status'],
|
|
394
533
|
additionalProperties: false,
|
|
395
534
|
};
|
|
396
|
-
export const
|
|
535
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_EXIT_INPUT_SCHEMA = {
|
|
397
536
|
type: 'object',
|
|
398
537
|
properties: {
|
|
399
538
|
dirtyAction: { type: 'string', enum: ['reject', 'save', 'discard'] },
|
|
400
539
|
},
|
|
401
540
|
additionalProperties: false,
|
|
402
541
|
};
|
|
403
|
-
export const
|
|
542
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_ACTION_INPUT_SCHEMA = {
|
|
404
543
|
type: 'object',
|
|
405
544
|
properties: {},
|
|
406
545
|
additionalProperties: false,
|
|
407
546
|
};
|
|
408
|
-
export const
|
|
547
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_ACTION_OUTPUT_SCHEMA = {
|
|
409
548
|
type: 'object',
|
|
410
549
|
properties: {
|
|
411
550
|
changed: { type: 'boolean' },
|
|
412
|
-
stage:
|
|
551
|
+
stage: EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_STATE_SCHEMA,
|
|
413
552
|
status: { type: 'string' },
|
|
414
553
|
},
|
|
415
554
|
required: ['changed', 'stage', 'status'],
|
|
416
555
|
additionalProperties: false,
|
|
417
556
|
};
|
|
418
|
-
export const
|
|
557
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_EXIT_OUTPUT_SCHEMA = {
|
|
419
558
|
type: 'object',
|
|
420
559
|
properties: {
|
|
421
560
|
exited: { type: 'boolean' },
|
|
422
561
|
wasOpen: { type: 'boolean' },
|
|
423
562
|
previousStage: {
|
|
424
|
-
anyOf: [
|
|
563
|
+
anyOf: [EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_STATE_SCHEMA, { type: 'null' }],
|
|
425
564
|
},
|
|
426
565
|
status: { type: 'string' },
|
|
427
566
|
},
|
|
428
567
|
required: ['exited', 'wasOpen', 'status'],
|
|
429
568
|
additionalProperties: false,
|
|
430
569
|
};
|
|
431
|
-
export const
|
|
570
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_ASSET_RENAME_INPUT_SCHEMA = {
|
|
432
571
|
type: 'object',
|
|
433
572
|
properties: {
|
|
434
573
|
assetId: { type: 'string' },
|
|
@@ -441,7 +580,7 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_ASSET_RENAME_INPUT_SCHEMA = {
|
|
|
441
580
|
required: ['displayName'],
|
|
442
581
|
additionalProperties: false,
|
|
443
582
|
};
|
|
444
|
-
export const
|
|
583
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_ASSET_RENAME_OUTPUT_SCHEMA = {
|
|
445
584
|
type: 'object',
|
|
446
585
|
properties: {
|
|
447
586
|
assetId: { type: 'string' },
|
|
@@ -453,7 +592,7 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_ASSET_RENAME_OUTPUT_SCHEMA = {
|
|
|
453
592
|
required: ['assetId', 'previousDisplayName', 'displayName', 'stageActive', 'renamed'],
|
|
454
593
|
additionalProperties: false,
|
|
455
594
|
};
|
|
456
|
-
export const
|
|
595
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_TARGET_REF_SCHEMA = {
|
|
457
596
|
type: 'object',
|
|
458
597
|
properties: {
|
|
459
598
|
kind: { type: 'string', enum: ['scene-object', 'marker'] },
|
|
@@ -463,7 +602,7 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_MARKER_TARGET_REF_SCHEMA = {
|
|
|
463
602
|
required: ['kind', 'id'],
|
|
464
603
|
additionalProperties: false,
|
|
465
604
|
};
|
|
466
|
-
export const
|
|
605
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_TARGET_SCHEMA = {
|
|
467
606
|
type: 'object',
|
|
468
607
|
properties: {
|
|
469
608
|
kind: { type: 'string', enum: ['scene-object', 'marker'] },
|
|
@@ -472,7 +611,7 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_MARKER_TARGET_SCHEMA = {
|
|
|
472
611
|
required: ['kind', 'id'],
|
|
473
612
|
additionalProperties: false,
|
|
474
613
|
};
|
|
475
|
-
export const
|
|
614
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_COLOR_SCHEMA = {
|
|
476
615
|
type: 'object',
|
|
477
616
|
properties: {
|
|
478
617
|
r: { type: 'number', minimum: 0, maximum: 1 },
|
|
@@ -482,20 +621,20 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_MARKER_COLOR_SCHEMA = {
|
|
|
482
621
|
required: ['r', 'g', 'b'],
|
|
483
622
|
additionalProperties: false,
|
|
484
623
|
};
|
|
485
|
-
export const
|
|
624
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_FRAME_SCHEMA = {
|
|
486
625
|
type: 'object',
|
|
487
626
|
properties: {
|
|
488
|
-
origin:
|
|
489
|
-
forward:
|
|
490
|
-
right:
|
|
491
|
-
up:
|
|
627
|
+
origin: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
628
|
+
forward: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
629
|
+
right: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
630
|
+
up: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
492
631
|
label: { type: 'string' },
|
|
493
632
|
description: { type: 'string' },
|
|
494
633
|
},
|
|
495
634
|
required: ['origin'],
|
|
496
635
|
additionalProperties: false,
|
|
497
636
|
};
|
|
498
|
-
export const
|
|
637
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_GEOMETRY_SCHEMA = {
|
|
499
638
|
oneOf: [{
|
|
500
639
|
type: 'object',
|
|
501
640
|
properties: { kind: { const: 'box' } },
|
|
@@ -506,9 +645,9 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_MARKER_GEOMETRY_SCHEMA = {
|
|
|
506
645
|
properties: {
|
|
507
646
|
kind: { const: 'point' },
|
|
508
647
|
coordinateSpace: { type: 'string', enum: ['world', 'local'] },
|
|
509
|
-
position:
|
|
510
|
-
offset:
|
|
511
|
-
target:
|
|
648
|
+
position: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
649
|
+
offset: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
650
|
+
target: EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_TARGET_REF_SCHEMA,
|
|
512
651
|
},
|
|
513
652
|
required: ['kind'],
|
|
514
653
|
additionalProperties: false,
|
|
@@ -516,7 +655,7 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_MARKER_GEOMETRY_SCHEMA = {
|
|
|
516
655
|
type: 'object',
|
|
517
656
|
properties: {
|
|
518
657
|
kind: { const: 'object-bounds' },
|
|
519
|
-
target:
|
|
658
|
+
target: EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_TARGET_REF_SCHEMA,
|
|
520
659
|
},
|
|
521
660
|
required: ['kind', 'target'],
|
|
522
661
|
additionalProperties: false,
|
|
@@ -525,7 +664,7 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_MARKER_GEOMETRY_SCHEMA = {
|
|
|
525
664
|
properties: {
|
|
526
665
|
kind: { const: 'polyhedron' },
|
|
527
666
|
coordinateSpace: { const: 'world' },
|
|
528
|
-
vertices: { type: 'array', items:
|
|
667
|
+
vertices: { type: 'array', items: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA },
|
|
529
668
|
faces: {
|
|
530
669
|
type: 'array',
|
|
531
670
|
items: { type: 'array', items: { type: 'number', minimum: 0 } },
|
|
@@ -535,7 +674,7 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_MARKER_GEOMETRY_SCHEMA = {
|
|
|
535
674
|
additionalProperties: false,
|
|
536
675
|
}],
|
|
537
676
|
};
|
|
538
|
-
export const
|
|
677
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_CONFIG_SCHEMA = {
|
|
539
678
|
type: 'object',
|
|
540
679
|
properties: {
|
|
541
680
|
schemaVersion: { const: 1 },
|
|
@@ -543,20 +682,20 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_MARKER_CONFIG_SCHEMA = {
|
|
|
543
682
|
kind: { type: 'string', minLength: 1 },
|
|
544
683
|
tags: { type: 'array', items: { type: 'string' } },
|
|
545
684
|
note: { type: 'string' },
|
|
546
|
-
color:
|
|
547
|
-
target:
|
|
548
|
-
semanticFrame:
|
|
549
|
-
geometry:
|
|
685
|
+
color: EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_COLOR_SCHEMA,
|
|
686
|
+
target: EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_TARGET_REF_SCHEMA,
|
|
687
|
+
semanticFrame: EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_FRAME_SCHEMA,
|
|
688
|
+
geometry: EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_GEOMETRY_SCHEMA,
|
|
550
689
|
metadata: { type: 'object', additionalProperties: true },
|
|
551
690
|
},
|
|
552
691
|
required: ['schemaVersion', 'type', 'geometry'],
|
|
553
692
|
additionalProperties: false,
|
|
554
693
|
};
|
|
555
|
-
export const
|
|
694
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_KIND_SCHEMA = {
|
|
556
695
|
type: 'string',
|
|
557
696
|
enum: ['root', 'group', 'model', 'primitive', 'light', 'prefabInstance', 'marker', 'collision'],
|
|
558
697
|
};
|
|
559
|
-
export const
|
|
698
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_SCHEMA = {
|
|
560
699
|
type: 'object',
|
|
561
700
|
properties: {
|
|
562
701
|
nodeId: { type: 'string' },
|
|
@@ -565,9 +704,9 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_NODE_SCHEMA = {
|
|
|
565
704
|
parentNodeId: {
|
|
566
705
|
anyOf: [{ type: 'string' }, { type: 'null' }],
|
|
567
706
|
},
|
|
568
|
-
kind:
|
|
707
|
+
kind: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_KIND_SCHEMA,
|
|
569
708
|
path: { type: 'string' },
|
|
570
|
-
transform:
|
|
709
|
+
transform: EDITOR_COMMAND_CAPABILITY_TRANSFORM_SCHEMA,
|
|
571
710
|
sourceAssetId: { type: 'string' },
|
|
572
711
|
sourceNodePath: { type: 'string' },
|
|
573
712
|
childPrefabId: { type: 'string' },
|
|
@@ -579,7 +718,7 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_NODE_SCHEMA = {
|
|
|
579
718
|
required: ['shape'],
|
|
580
719
|
additionalProperties: true,
|
|
581
720
|
},
|
|
582
|
-
marker:
|
|
721
|
+
marker: EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_CONFIG_SCHEMA,
|
|
583
722
|
defaults: {
|
|
584
723
|
type: 'object',
|
|
585
724
|
additionalProperties: true,
|
|
@@ -591,13 +730,13 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_NODE_SCHEMA = {
|
|
|
591
730
|
readonly: { type: 'boolean' },
|
|
592
731
|
diagnostics: {
|
|
593
732
|
type: 'array',
|
|
594
|
-
items:
|
|
733
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
595
734
|
},
|
|
596
735
|
},
|
|
597
736
|
required: ['nodeId', 'kind'],
|
|
598
737
|
additionalProperties: false,
|
|
599
738
|
};
|
|
600
|
-
export const
|
|
739
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_SCENE_GET_INPUT_SCHEMA = {
|
|
601
740
|
type: 'object',
|
|
602
741
|
properties: {
|
|
603
742
|
assetId: { type: 'string' },
|
|
@@ -606,27 +745,27 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_SCENE_GET_INPUT_SCHEMA = {
|
|
|
606
745
|
},
|
|
607
746
|
additionalProperties: false,
|
|
608
747
|
};
|
|
609
|
-
export const
|
|
748
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_SCENE_GET_OUTPUT_SCHEMA = {
|
|
610
749
|
type: 'object',
|
|
611
750
|
properties: {
|
|
612
|
-
stage:
|
|
751
|
+
stage: EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_STATE_SCHEMA,
|
|
613
752
|
rootNodeId: { type: 'string' },
|
|
614
753
|
selectedNodeId: {
|
|
615
754
|
anyOf: [{ type: 'string' }, { type: 'null' }],
|
|
616
755
|
},
|
|
617
756
|
nodes: {
|
|
618
757
|
type: 'array',
|
|
619
|
-
items:
|
|
758
|
+
items: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_SCHEMA,
|
|
620
759
|
},
|
|
621
760
|
diagnostics: {
|
|
622
761
|
type: 'array',
|
|
623
|
-
items:
|
|
762
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
624
763
|
},
|
|
625
764
|
},
|
|
626
765
|
required: ['stage', 'rootNodeId', 'selectedNodeId', 'nodes'],
|
|
627
766
|
additionalProperties: false,
|
|
628
767
|
};
|
|
629
|
-
export const
|
|
768
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_SELECT_INPUT_SCHEMA = {
|
|
630
769
|
type: 'object',
|
|
631
770
|
properties: {
|
|
632
771
|
nodeId: { type: 'string' },
|
|
@@ -634,84 +773,87 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_NODE_SELECT_INPUT_SCHEMA = {
|
|
|
634
773
|
required: ['nodeId'],
|
|
635
774
|
additionalProperties: false,
|
|
636
775
|
};
|
|
637
|
-
export const
|
|
776
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_SELECT_OUTPUT_SCHEMA = {
|
|
638
777
|
type: 'object',
|
|
639
778
|
properties: {
|
|
640
|
-
stage:
|
|
779
|
+
stage: EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_STATE_SCHEMA,
|
|
641
780
|
selectedNodeId: { type: 'string' },
|
|
642
|
-
node:
|
|
781
|
+
node: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_SCHEMA,
|
|
643
782
|
},
|
|
644
783
|
required: ['stage', 'selectedNodeId', 'node'],
|
|
645
784
|
additionalProperties: false,
|
|
646
785
|
};
|
|
647
|
-
export const
|
|
786
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_CREATE_FROM_ASSET_INPUT_SCHEMA = {
|
|
648
787
|
type: 'object',
|
|
649
788
|
properties: {
|
|
789
|
+
prefabAssetId: { type: 'string' },
|
|
650
790
|
assetId: { type: 'string' },
|
|
651
791
|
parentNodeId: { type: 'string' },
|
|
652
792
|
name: { type: 'string' },
|
|
653
793
|
sourceNodePath: { type: 'string' },
|
|
654
|
-
position:
|
|
655
|
-
rotation:
|
|
656
|
-
scale:
|
|
794
|
+
position: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
795
|
+
rotation: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
796
|
+
scale: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
657
797
|
select: { type: 'boolean' },
|
|
658
798
|
},
|
|
659
799
|
required: ['assetId'],
|
|
660
800
|
additionalProperties: false,
|
|
661
801
|
};
|
|
662
|
-
export const
|
|
802
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_CREATE_PRIMITIVE_INPUT_SCHEMA = {
|
|
663
803
|
type: 'object',
|
|
664
804
|
properties: {
|
|
805
|
+
prefabAssetId: { type: 'string' },
|
|
665
806
|
shape: { type: 'string', enum: ['cube', 'sphere', 'plane', 'capsule'] },
|
|
666
807
|
parentNodeId: { type: 'string' },
|
|
667
808
|
name: { type: 'string' },
|
|
668
|
-
position:
|
|
669
|
-
rotation:
|
|
670
|
-
scale:
|
|
809
|
+
position: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
810
|
+
rotation: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
811
|
+
scale: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
671
812
|
select: { type: 'boolean' },
|
|
672
813
|
},
|
|
673
814
|
required: ['shape'],
|
|
674
815
|
additionalProperties: false,
|
|
675
816
|
};
|
|
676
|
-
export const
|
|
817
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_CREATE_GROUP_INPUT_SCHEMA = {
|
|
677
818
|
type: 'object',
|
|
678
819
|
properties: {
|
|
820
|
+
prefabAssetId: { type: 'string' },
|
|
679
821
|
parentNodeId: { type: 'string' },
|
|
680
822
|
name: { type: 'string' },
|
|
681
|
-
position:
|
|
682
|
-
rotation:
|
|
683
|
-
scale:
|
|
823
|
+
position: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
824
|
+
rotation: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
825
|
+
scale: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
684
826
|
select: { type: 'boolean' },
|
|
685
827
|
},
|
|
686
828
|
additionalProperties: false,
|
|
687
829
|
};
|
|
688
|
-
export const
|
|
830
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_CREATE_MARKER_INPUT_SCHEMA = {
|
|
689
831
|
type: 'object',
|
|
690
832
|
properties: {
|
|
691
833
|
parentNodeId: { type: 'string' },
|
|
692
834
|
name: { type: 'string' },
|
|
693
835
|
type: { type: 'string', minLength: 1 },
|
|
694
|
-
target:
|
|
836
|
+
target: EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_TARGET_SCHEMA,
|
|
695
837
|
tags: { type: 'array', items: { type: 'string' } },
|
|
696
838
|
note: { type: 'string' },
|
|
697
|
-
color:
|
|
698
|
-
position:
|
|
699
|
-
rotation:
|
|
700
|
-
scale:
|
|
839
|
+
color: EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_COLOR_SCHEMA,
|
|
840
|
+
position: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
841
|
+
rotation: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
842
|
+
scale: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
701
843
|
select: { type: 'boolean' },
|
|
702
844
|
},
|
|
703
845
|
required: ['type'],
|
|
704
846
|
additionalProperties: false,
|
|
705
847
|
};
|
|
706
|
-
export const
|
|
848
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_SET_MARKER_INPUT_SCHEMA = {
|
|
707
849
|
type: 'object',
|
|
708
850
|
properties: {
|
|
709
851
|
nodeId: { type: 'string', minLength: 1 },
|
|
710
852
|
type: { type: 'string', minLength: 1 },
|
|
711
|
-
target: { anyOf: [
|
|
853
|
+
target: { anyOf: [EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_TARGET_SCHEMA, { type: 'null' }] },
|
|
712
854
|
tags: { type: 'array', items: { type: 'string' } },
|
|
713
855
|
note: { anyOf: [{ type: 'string' }, { type: 'null' }] },
|
|
714
|
-
color: { anyOf: [
|
|
856
|
+
color: { anyOf: [EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_COLOR_SCHEMA, { type: 'null' }] },
|
|
715
857
|
},
|
|
716
858
|
required: ['nodeId'],
|
|
717
859
|
anyOf: [
|
|
@@ -723,10 +865,10 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_NODE_SET_MARKER_INPUT_SCHEMA = {
|
|
|
723
865
|
],
|
|
724
866
|
additionalProperties: false,
|
|
725
867
|
};
|
|
726
|
-
export const
|
|
868
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_MUTATION_OUTPUT_SCHEMA = {
|
|
727
869
|
type: 'object',
|
|
728
870
|
properties: {
|
|
729
|
-
stage:
|
|
871
|
+
stage: EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_STATE_SCHEMA,
|
|
730
872
|
changed: { type: 'boolean' },
|
|
731
873
|
createdNodeId: { type: 'string' },
|
|
732
874
|
changedNodeId: { type: 'string' },
|
|
@@ -738,29 +880,30 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_NODE_MUTATION_OUTPUT_SCHEMA = {
|
|
|
738
880
|
anyOf: [{ type: 'string' }, { type: 'null' }],
|
|
739
881
|
},
|
|
740
882
|
node: {
|
|
741
|
-
anyOf: [
|
|
883
|
+
anyOf: [EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_SCHEMA, { type: 'null' }],
|
|
742
884
|
},
|
|
743
885
|
rootNodeId: { type: 'string' },
|
|
744
886
|
nodes: {
|
|
745
887
|
type: 'array',
|
|
746
|
-
items:
|
|
888
|
+
items: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_SCHEMA,
|
|
747
889
|
},
|
|
748
890
|
status: { type: 'string' },
|
|
749
891
|
diagnostics: {
|
|
750
892
|
type: 'array',
|
|
751
|
-
items:
|
|
893
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
752
894
|
},
|
|
753
895
|
},
|
|
754
896
|
required: ['stage', 'changed', 'selectedNodeId', 'rootNodeId', 'nodes', 'status'],
|
|
755
897
|
additionalProperties: false,
|
|
756
898
|
};
|
|
757
|
-
export const
|
|
899
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_SET_TRANSFORM_INPUT_SCHEMA = {
|
|
758
900
|
type: 'object',
|
|
759
901
|
properties: {
|
|
902
|
+
assetId: { type: 'string' },
|
|
760
903
|
nodeId: { type: 'string' },
|
|
761
|
-
position:
|
|
762
|
-
rotation:
|
|
763
|
-
scale:
|
|
904
|
+
position: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
905
|
+
rotation: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
906
|
+
scale: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
764
907
|
},
|
|
765
908
|
required: ['nodeId'],
|
|
766
909
|
anyOf: [
|
|
@@ -770,9 +913,10 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_NODE_SET_TRANSFORM_INPUT_SCHEMA = {
|
|
|
770
913
|
],
|
|
771
914
|
additionalProperties: false,
|
|
772
915
|
};
|
|
773
|
-
export const
|
|
916
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_RENAME_INPUT_SCHEMA = {
|
|
774
917
|
type: 'object',
|
|
775
918
|
properties: {
|
|
919
|
+
assetId: { type: 'string' },
|
|
776
920
|
nodeId: { type: 'string' },
|
|
777
921
|
name: {
|
|
778
922
|
type: 'string',
|
|
@@ -783,7 +927,7 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_NODE_RENAME_INPUT_SCHEMA = {
|
|
|
783
927
|
required: ['nodeId', 'name'],
|
|
784
928
|
additionalProperties: false,
|
|
785
929
|
};
|
|
786
|
-
export const
|
|
930
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_RENAME_OUTPUT_SCHEMA = {
|
|
787
931
|
type: 'object',
|
|
788
932
|
properties: {
|
|
789
933
|
nodeId: { type: 'string' },
|
|
@@ -794,30 +938,32 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_NODE_RENAME_OUTPUT_SCHEMA = {
|
|
|
794
938
|
},
|
|
795
939
|
nodes: {
|
|
796
940
|
type: 'array',
|
|
797
|
-
items:
|
|
941
|
+
items: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_SCHEMA,
|
|
798
942
|
},
|
|
799
943
|
},
|
|
800
944
|
required: ['nodeId', 'previousName', 'name', 'selectedNodeId', 'nodes'],
|
|
801
945
|
additionalProperties: false,
|
|
802
946
|
};
|
|
803
|
-
export const
|
|
947
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_REPARENT_INPUT_SCHEMA = {
|
|
804
948
|
type: 'object',
|
|
805
949
|
properties: {
|
|
950
|
+
assetId: { type: 'string' },
|
|
806
951
|
nodeId: { type: 'string' },
|
|
807
952
|
parentNodeId: { type: 'string' },
|
|
808
953
|
},
|
|
809
954
|
required: ['nodeId', 'parentNodeId'],
|
|
810
955
|
additionalProperties: false,
|
|
811
956
|
};
|
|
812
|
-
export const
|
|
957
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_DELETE_INPUT_SCHEMA = {
|
|
813
958
|
type: 'object',
|
|
814
959
|
properties: {
|
|
960
|
+
assetId: { type: 'string' },
|
|
815
961
|
nodeId: { type: 'string' },
|
|
816
962
|
},
|
|
817
963
|
required: ['nodeId'],
|
|
818
964
|
additionalProperties: false,
|
|
819
965
|
};
|
|
820
|
-
export const
|
|
966
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_SOURCE_STRUCTURE_GET_INPUT_SCHEMA = {
|
|
821
967
|
type: 'object',
|
|
822
968
|
properties: {
|
|
823
969
|
nodeId: { type: 'string' },
|
|
@@ -825,7 +971,7 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_SOURCE_STRUCTURE_GET_INPUT_SCHEMA = {
|
|
|
825
971
|
},
|
|
826
972
|
additionalProperties: false,
|
|
827
973
|
};
|
|
828
|
-
export const
|
|
974
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_SOURCE_STRUCTURE_SCHEMA = {
|
|
829
975
|
type: 'object',
|
|
830
976
|
properties: {
|
|
831
977
|
assetId: { type: 'string' },
|
|
@@ -860,22 +1006,22 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_SOURCE_STRUCTURE_SCHEMA = {
|
|
|
860
1006
|
},
|
|
861
1007
|
additionalProperties: true,
|
|
862
1008
|
};
|
|
863
|
-
export const
|
|
1009
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_SOURCE_STRUCTURE_GET_OUTPUT_SCHEMA = {
|
|
864
1010
|
type: 'object',
|
|
865
1011
|
properties: {
|
|
866
|
-
stage:
|
|
1012
|
+
stage: EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_STATE_SCHEMA,
|
|
867
1013
|
nodeId: { type: 'string' },
|
|
868
1014
|
assetId: { type: 'string' },
|
|
869
|
-
structure:
|
|
1015
|
+
structure: EDITOR_COMMAND_CAPABILITY_PREFAB_SOURCE_STRUCTURE_SCHEMA,
|
|
870
1016
|
diagnostics: {
|
|
871
1017
|
type: 'array',
|
|
872
|
-
items:
|
|
1018
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
873
1019
|
},
|
|
874
1020
|
},
|
|
875
1021
|
required: ['stage', 'assetId', 'structure'],
|
|
876
1022
|
additionalProperties: false,
|
|
877
1023
|
};
|
|
878
|
-
export const
|
|
1024
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_MATERIAL_SLOT_SCHEMA = {
|
|
879
1025
|
type: 'object',
|
|
880
1026
|
properties: {
|
|
881
1027
|
slotId: { type: 'string' },
|
|
@@ -913,7 +1059,7 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_MATERIAL_SLOT_SCHEMA = {
|
|
|
913
1059
|
required: ['label', 'editable'],
|
|
914
1060
|
additionalProperties: true,
|
|
915
1061
|
};
|
|
916
|
-
export const
|
|
1062
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_MATERIAL_SLOTS_LIST_INPUT_SCHEMA = {
|
|
917
1063
|
type: 'object',
|
|
918
1064
|
properties: {
|
|
919
1065
|
nodeId: { type: 'string' },
|
|
@@ -922,25 +1068,25 @@ export const EDITOR_AGENT_BRIDGE_PREFAB_MATERIAL_SLOTS_LIST_INPUT_SCHEMA = {
|
|
|
922
1068
|
},
|
|
923
1069
|
additionalProperties: false,
|
|
924
1070
|
};
|
|
925
|
-
export const
|
|
1071
|
+
export const EDITOR_COMMAND_CAPABILITY_PREFAB_MATERIAL_SLOTS_LIST_OUTPUT_SCHEMA = {
|
|
926
1072
|
type: 'object',
|
|
927
1073
|
properties: {
|
|
928
|
-
stage:
|
|
1074
|
+
stage: EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_STATE_SCHEMA,
|
|
929
1075
|
nodeId: { type: 'string' },
|
|
930
1076
|
assetId: { type: 'string' },
|
|
931
1077
|
slots: {
|
|
932
1078
|
type: 'array',
|
|
933
|
-
items:
|
|
1079
|
+
items: EDITOR_COMMAND_CAPABILITY_PREFAB_MATERIAL_SLOT_SCHEMA,
|
|
934
1080
|
},
|
|
935
1081
|
diagnostics: {
|
|
936
1082
|
type: 'array',
|
|
937
|
-
items:
|
|
1083
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
938
1084
|
},
|
|
939
1085
|
},
|
|
940
1086
|
required: ['stage', 'slots'],
|
|
941
1087
|
additionalProperties: false,
|
|
942
1088
|
};
|
|
943
|
-
export const
|
|
1089
|
+
export const EDITOR_COMMAND_CAPABILITY_SELECTION_STATE_SCHEMA = {
|
|
944
1090
|
type: 'object',
|
|
945
1091
|
properties: {
|
|
946
1092
|
selectedIds: {
|
|
@@ -954,7 +1100,7 @@ export const EDITOR_AGENT_BRIDGE_SELECTION_STATE_SCHEMA = {
|
|
|
954
1100
|
required: ['selectedIds', 'activeId'],
|
|
955
1101
|
additionalProperties: false,
|
|
956
1102
|
};
|
|
957
|
-
export const
|
|
1103
|
+
export const EDITOR_COMMAND_CAPABILITY_SCENE_OBJECT_SCHEMA = {
|
|
958
1104
|
type: 'object',
|
|
959
1105
|
properties: {
|
|
960
1106
|
id: { type: 'string' },
|
|
@@ -967,31 +1113,31 @@ export const EDITOR_AGENT_BRIDGE_SCENE_OBJECT_SCHEMA = {
|
|
|
967
1113
|
},
|
|
968
1114
|
selectable: { type: 'boolean' },
|
|
969
1115
|
locked: { type: 'boolean' },
|
|
970
|
-
transform:
|
|
971
|
-
bounds:
|
|
1116
|
+
transform: EDITOR_COMMAND_CAPABILITY_TRANSFORM_SCHEMA,
|
|
1117
|
+
bounds: EDITOR_COMMAND_CAPABILITY_BOUNDS_SCHEMA,
|
|
972
1118
|
},
|
|
973
1119
|
required: ['id'],
|
|
974
1120
|
additionalProperties: false,
|
|
975
1121
|
};
|
|
976
|
-
export const
|
|
1122
|
+
export const EDITOR_COMMAND_CAPABILITY_SCENE_OBJECTS_LIST_INPUT_SCHEMA = {
|
|
977
1123
|
type: 'object',
|
|
978
1124
|
properties: {
|
|
979
1125
|
includeUnselectable: { type: 'boolean' },
|
|
980
1126
|
},
|
|
981
1127
|
additionalProperties: false,
|
|
982
1128
|
};
|
|
983
|
-
export const
|
|
1129
|
+
export const EDITOR_COMMAND_CAPABILITY_SCENE_OBJECTS_LIST_OUTPUT_SCHEMA = {
|
|
984
1130
|
type: 'object',
|
|
985
1131
|
properties: {
|
|
986
1132
|
objects: {
|
|
987
1133
|
type: 'array',
|
|
988
|
-
items:
|
|
1134
|
+
items: EDITOR_COMMAND_CAPABILITY_SCENE_OBJECT_SCHEMA,
|
|
989
1135
|
},
|
|
990
1136
|
},
|
|
991
1137
|
required: ['objects'],
|
|
992
1138
|
additionalProperties: false,
|
|
993
1139
|
};
|
|
994
|
-
export const
|
|
1140
|
+
export const EDITOR_COMMAND_CAPABILITY_OBJECT_RESOLVE_INPUT_SCHEMA = {
|
|
995
1141
|
type: 'object',
|
|
996
1142
|
properties: {
|
|
997
1143
|
objectId: { type: 'string' },
|
|
@@ -1003,22 +1149,22 @@ export const EDITOR_AGENT_BRIDGE_OBJECT_RESOLVE_INPUT_SCHEMA = {
|
|
|
1003
1149
|
},
|
|
1004
1150
|
additionalProperties: false,
|
|
1005
1151
|
};
|
|
1006
|
-
export const
|
|
1152
|
+
export const EDITOR_COMMAND_CAPABILITY_OBJECT_RESOLVE_OUTPUT_SCHEMA = {
|
|
1007
1153
|
type: 'object',
|
|
1008
1154
|
properties: {
|
|
1009
1155
|
objects: {
|
|
1010
1156
|
type: 'array',
|
|
1011
|
-
items:
|
|
1157
|
+
items: EDITOR_COMMAND_CAPABILITY_SCENE_OBJECT_SCHEMA,
|
|
1012
1158
|
},
|
|
1013
1159
|
resolvedObject: {
|
|
1014
|
-
anyOf: [
|
|
1160
|
+
anyOf: [EDITOR_COMMAND_CAPABILITY_SCENE_OBJECT_SCHEMA, { type: 'null' }],
|
|
1015
1161
|
},
|
|
1016
1162
|
ambiguous: { type: 'boolean' },
|
|
1017
1163
|
},
|
|
1018
1164
|
required: ['objects', 'resolvedObject', 'ambiguous'],
|
|
1019
1165
|
additionalProperties: false,
|
|
1020
1166
|
};
|
|
1021
|
-
export const
|
|
1167
|
+
export const EDITOR_COMMAND_CAPABILITY_SELECTION_SET_INPUT_SCHEMA = {
|
|
1022
1168
|
type: 'object',
|
|
1023
1169
|
properties: {
|
|
1024
1170
|
objectId: { type: 'string' },
|
|
@@ -1036,45 +1182,45 @@ export const EDITOR_AGENT_BRIDGE_SELECTION_SET_INPUT_SCHEMA = {
|
|
|
1036
1182
|
],
|
|
1037
1183
|
additionalProperties: false,
|
|
1038
1184
|
};
|
|
1039
|
-
export const
|
|
1185
|
+
export const EDITOR_COMMAND_CAPABILITY_SELECTION_SET_OUTPUT_SCHEMA = {
|
|
1040
1186
|
type: 'object',
|
|
1041
1187
|
properties: {
|
|
1042
|
-
selection:
|
|
1188
|
+
selection: EDITOR_COMMAND_CAPABILITY_SELECTION_STATE_SCHEMA,
|
|
1043
1189
|
},
|
|
1044
1190
|
required: ['selection'],
|
|
1045
1191
|
additionalProperties: false,
|
|
1046
1192
|
};
|
|
1047
|
-
export const
|
|
1193
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA_PROPERTIES = {
|
|
1048
1194
|
objectId: { type: 'string' },
|
|
1049
1195
|
nodeId: { type: 'string' },
|
|
1050
1196
|
assetId: { type: 'string' },
|
|
1051
1197
|
};
|
|
1052
|
-
export const
|
|
1198
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA = {
|
|
1053
1199
|
type: 'object',
|
|
1054
|
-
properties:
|
|
1200
|
+
properties: EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA_PROPERTIES,
|
|
1055
1201
|
additionalProperties: false,
|
|
1056
1202
|
};
|
|
1057
|
-
export const
|
|
1203
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_CAST_MODE_SCHEMA = {
|
|
1058
1204
|
type: 'string',
|
|
1059
1205
|
enum: ['inherit', 'none', 'enabled', 'auto'],
|
|
1060
1206
|
};
|
|
1061
|
-
export const
|
|
1207
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_RECEIVE_MODE_SCHEMA = {
|
|
1062
1208
|
type: 'string',
|
|
1063
1209
|
enum: ['inherit', 'none', 'enabled', 'auto'],
|
|
1064
1210
|
};
|
|
1065
|
-
export const
|
|
1211
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_MODE_SCHEMA = {
|
|
1066
1212
|
type: 'string',
|
|
1067
1213
|
enum: ['inherit', 'none', 'dynamic', 'static', 'blob', 'projected', 'auto'],
|
|
1068
1214
|
};
|
|
1069
|
-
export const
|
|
1215
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_QUALITY_SCHEMA = {
|
|
1070
1216
|
type: 'string',
|
|
1071
1217
|
enum: ['inherit', 'low', 'medium', 'high', 'ultra'],
|
|
1072
1218
|
};
|
|
1073
|
-
export const
|
|
1219
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_LIGHT_MODE_SCHEMA = {
|
|
1074
1220
|
type: 'string',
|
|
1075
1221
|
enum: ['inherit', 'scene-main', 'nearest', 'explicit'],
|
|
1076
1222
|
};
|
|
1077
|
-
export const
|
|
1223
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_PARAMS_SCHEMA = {
|
|
1078
1224
|
type: 'object',
|
|
1079
1225
|
properties: {
|
|
1080
1226
|
opacity: { type: 'number', minimum: 0, maximum: 1 },
|
|
@@ -1089,26 +1235,26 @@ export const EDITOR_AGENT_BRIDGE_SHADOW_PARAMS_SCHEMA = {
|
|
|
1089
1235
|
},
|
|
1090
1236
|
additionalProperties: false,
|
|
1091
1237
|
};
|
|
1092
|
-
export const
|
|
1238
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_SETTINGS_SCHEMA = {
|
|
1093
1239
|
type: 'object',
|
|
1094
1240
|
properties: {
|
|
1095
|
-
cast:
|
|
1096
|
-
receive:
|
|
1097
|
-
mode:
|
|
1098
|
-
quality:
|
|
1241
|
+
cast: EDITOR_COMMAND_CAPABILITY_SHADOW_CAST_MODE_SCHEMA,
|
|
1242
|
+
receive: EDITOR_COMMAND_CAPABILITY_SHADOW_RECEIVE_MODE_SCHEMA,
|
|
1243
|
+
mode: EDITOR_COMMAND_CAPABILITY_SHADOW_MODE_SCHEMA,
|
|
1244
|
+
quality: EDITOR_COMMAND_CAPABILITY_SHADOW_QUALITY_SCHEMA,
|
|
1099
1245
|
light: {
|
|
1100
1246
|
type: 'object',
|
|
1101
1247
|
properties: {
|
|
1102
|
-
mode:
|
|
1248
|
+
mode: EDITOR_COMMAND_CAPABILITY_SHADOW_LIGHT_MODE_SCHEMA,
|
|
1103
1249
|
lightId: { type: 'string' },
|
|
1104
1250
|
},
|
|
1105
1251
|
additionalProperties: false,
|
|
1106
1252
|
},
|
|
1107
|
-
params:
|
|
1253
|
+
params: EDITOR_COMMAND_CAPABILITY_SHADOW_PARAMS_SCHEMA,
|
|
1108
1254
|
},
|
|
1109
1255
|
additionalProperties: false,
|
|
1110
1256
|
};
|
|
1111
|
-
export const
|
|
1257
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_RESOLVED_PARAMS_SCHEMA = {
|
|
1112
1258
|
type: 'object',
|
|
1113
1259
|
properties: {
|
|
1114
1260
|
opacity: { type: 'number' },
|
|
@@ -1124,7 +1270,7 @@ export const EDITOR_AGENT_BRIDGE_SHADOW_RESOLVED_PARAMS_SCHEMA = {
|
|
|
1124
1270
|
required: ['opacity', 'softness', 'bias', 'normalBias', 'maxDistance', 'resolution', 'cascadeCount', 'bakeSamples', 'blurKernel'],
|
|
1125
1271
|
additionalProperties: false,
|
|
1126
1272
|
};
|
|
1127
|
-
export const
|
|
1273
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_PLAN_SCHEMA = {
|
|
1128
1274
|
type: 'object',
|
|
1129
1275
|
properties: {
|
|
1130
1276
|
casterId: { type: 'string' },
|
|
@@ -1139,27 +1285,27 @@ export const EDITOR_AGENT_BRIDGE_SHADOW_PLAN_SCHEMA = {
|
|
|
1139
1285
|
},
|
|
1140
1286
|
mode: { type: 'string', enum: ['none', 'dynamic', 'static', 'blob', 'projected'] },
|
|
1141
1287
|
quality: { type: 'string', enum: ['low', 'medium', 'high', 'ultra'] },
|
|
1142
|
-
params:
|
|
1288
|
+
params: EDITOR_COMMAND_CAPABILITY_SHADOW_RESOLVED_PARAMS_SCHEMA,
|
|
1143
1289
|
stale: { type: 'boolean' },
|
|
1144
1290
|
diagnostics: {
|
|
1145
1291
|
type: 'array',
|
|
1146
|
-
items:
|
|
1292
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
1147
1293
|
},
|
|
1148
1294
|
},
|
|
1149
1295
|
required: ['casterId', 'receiverIds', 'backend', 'mode', 'quality', 'params', 'diagnostics'],
|
|
1150
1296
|
additionalProperties: false,
|
|
1151
1297
|
};
|
|
1152
|
-
export const
|
|
1298
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_RECEIVER_CANDIDATE_SCHEMA = {
|
|
1153
1299
|
type: 'object',
|
|
1154
1300
|
properties: {
|
|
1155
1301
|
receiverId: { type: 'string' },
|
|
1156
1302
|
source: { type: 'string', enum: ['explicit', 'prefab', 'auto', 'scene-default'] },
|
|
1157
1303
|
score: { type: 'number' },
|
|
1158
|
-
bounds:
|
|
1159
|
-
boundsCenter:
|
|
1304
|
+
bounds: EDITOR_COMMAND_CAPABILITY_BOUNDS_SCHEMA,
|
|
1305
|
+
boundsCenter: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
1160
1306
|
active: { type: 'boolean' },
|
|
1161
1307
|
visible: { type: 'boolean' },
|
|
1162
|
-
receive:
|
|
1308
|
+
receive: EDITOR_COMMAND_CAPABILITY_SHADOW_RECEIVE_MODE_SCHEMA,
|
|
1163
1309
|
suitability: {
|
|
1164
1310
|
type: 'object',
|
|
1165
1311
|
properties: {
|
|
@@ -1177,13 +1323,13 @@ export const EDITOR_AGENT_BRIDGE_SHADOW_RECEIVER_CANDIDATE_SCHEMA = {
|
|
|
1177
1323
|
},
|
|
1178
1324
|
diagnostics: {
|
|
1179
1325
|
type: 'array',
|
|
1180
|
-
items:
|
|
1326
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
1181
1327
|
},
|
|
1182
1328
|
},
|
|
1183
1329
|
required: ['receiverId', 'source', 'score'],
|
|
1184
1330
|
additionalProperties: false,
|
|
1185
1331
|
};
|
|
1186
|
-
export const
|
|
1332
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_SUMMARY_SCHEMA = {
|
|
1187
1333
|
type: 'object',
|
|
1188
1334
|
properties: {
|
|
1189
1335
|
objectId: { type: 'string' },
|
|
@@ -1192,57 +1338,57 @@ export const EDITOR_AGENT_BRIDGE_SHADOW_DEBUG_SUMMARY_SCHEMA = {
|
|
|
1192
1338
|
kind: { type: 'string' },
|
|
1193
1339
|
active: { type: 'boolean' },
|
|
1194
1340
|
visible: { type: 'boolean' },
|
|
1195
|
-
bounds:
|
|
1196
|
-
transform:
|
|
1341
|
+
bounds: EDITOR_COMMAND_CAPABILITY_BOUNDS_SCHEMA,
|
|
1342
|
+
transform: EDITOR_COMMAND_CAPABILITY_TRANSFORM_SCHEMA,
|
|
1197
1343
|
diagnostics: {
|
|
1198
1344
|
type: 'array',
|
|
1199
|
-
items:
|
|
1345
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
1200
1346
|
},
|
|
1201
1347
|
},
|
|
1202
1348
|
additionalProperties: false,
|
|
1203
1349
|
};
|
|
1204
|
-
export const
|
|
1350
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_LIGHT_SUMMARY_SCHEMA = {
|
|
1205
1351
|
type: 'object',
|
|
1206
1352
|
properties: {
|
|
1207
1353
|
lightId: { type: 'string' },
|
|
1208
1354
|
label: { type: 'string' },
|
|
1209
1355
|
type: { type: 'string' },
|
|
1210
|
-
mode:
|
|
1211
|
-
direction:
|
|
1356
|
+
mode: EDITOR_COMMAND_CAPABILITY_SHADOW_LIGHT_MODE_SCHEMA,
|
|
1357
|
+
direction: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
1212
1358
|
directionSource: { type: 'string', enum: ['light.direction', 'transform.rotation', 'unknown'] },
|
|
1213
1359
|
orientationDiagnostics: {
|
|
1214
1360
|
type: 'array',
|
|
1215
|
-
items:
|
|
1361
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
1216
1362
|
},
|
|
1217
|
-
position:
|
|
1363
|
+
position: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
1218
1364
|
intensity: { type: 'number' },
|
|
1219
1365
|
diagnostics: {
|
|
1220
1366
|
type: 'array',
|
|
1221
|
-
items:
|
|
1367
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
1222
1368
|
},
|
|
1223
1369
|
},
|
|
1224
1370
|
additionalProperties: false,
|
|
1225
1371
|
};
|
|
1226
|
-
export const
|
|
1372
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_FOOTPRINT_SCHEMA = {
|
|
1227
1373
|
type: 'object',
|
|
1228
1374
|
properties: {
|
|
1229
1375
|
kind: { type: 'string', enum: ['none', 'estimated', 'artifact', 'unknown'] },
|
|
1230
1376
|
receiverId: { type: 'string' },
|
|
1231
|
-
center:
|
|
1232
|
-
size:
|
|
1233
|
-
normal:
|
|
1234
|
-
direction:
|
|
1377
|
+
center: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
1378
|
+
size: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
1379
|
+
normal: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
1380
|
+
direction: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
1235
1381
|
area: { type: 'number' },
|
|
1236
1382
|
confidence: { type: 'number', minimum: 0, maximum: 1 },
|
|
1237
1383
|
diagnostics: {
|
|
1238
1384
|
type: 'array',
|
|
1239
|
-
items:
|
|
1385
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
1240
1386
|
},
|
|
1241
1387
|
},
|
|
1242
1388
|
required: ['kind', 'confidence'],
|
|
1243
1389
|
additionalProperties: false,
|
|
1244
1390
|
};
|
|
1245
|
-
export const
|
|
1391
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_RUNTIME_EVIDENCE_SCHEMA = {
|
|
1246
1392
|
type: 'object',
|
|
1247
1393
|
properties: {
|
|
1248
1394
|
backend: { type: 'string' },
|
|
@@ -1515,73 +1661,73 @@ export const EDITOR_AGENT_BRIDGE_SHADOW_RUNTIME_EVIDENCE_SCHEMA = {
|
|
|
1515
1661
|
artifactStale: { type: 'boolean' },
|
|
1516
1662
|
diagnostics: {
|
|
1517
1663
|
type: 'array',
|
|
1518
|
-
items:
|
|
1664
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
1519
1665
|
},
|
|
1520
1666
|
},
|
|
1521
1667
|
additionalProperties: false,
|
|
1522
1668
|
};
|
|
1523
|
-
export const
|
|
1669
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_POLICY_GET_INPUT_SCHEMA = {
|
|
1524
1670
|
type: 'object',
|
|
1525
|
-
properties:
|
|
1671
|
+
properties: EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA.properties,
|
|
1526
1672
|
additionalProperties: false,
|
|
1527
1673
|
};
|
|
1528
|
-
export const
|
|
1674
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_POLICY_GET_OUTPUT_SCHEMA = {
|
|
1529
1675
|
type: 'object',
|
|
1530
1676
|
properties: {
|
|
1531
|
-
target:
|
|
1532
|
-
policy:
|
|
1533
|
-
effectivePolicy:
|
|
1534
|
-
plan:
|
|
1677
|
+
target: EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA,
|
|
1678
|
+
policy: EDITOR_COMMAND_CAPABILITY_SHADOW_SETTINGS_SCHEMA,
|
|
1679
|
+
effectivePolicy: EDITOR_COMMAND_CAPABILITY_SHADOW_SETTINGS_SCHEMA,
|
|
1680
|
+
plan: EDITOR_COMMAND_CAPABILITY_SHADOW_PLAN_SCHEMA,
|
|
1535
1681
|
diagnostics: {
|
|
1536
1682
|
type: 'array',
|
|
1537
|
-
items:
|
|
1683
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
1538
1684
|
},
|
|
1539
1685
|
},
|
|
1540
1686
|
required: ['target', 'effectivePolicy', 'plan'],
|
|
1541
1687
|
additionalProperties: false,
|
|
1542
1688
|
};
|
|
1543
|
-
export const
|
|
1689
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_POLICY_SET_INPUT_SCHEMA = {
|
|
1544
1690
|
type: 'object',
|
|
1545
1691
|
properties: {
|
|
1546
|
-
...
|
|
1547
|
-
policy:
|
|
1692
|
+
...EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA_PROPERTIES,
|
|
1693
|
+
policy: EDITOR_COMMAND_CAPABILITY_SHADOW_SETTINGS_SCHEMA,
|
|
1548
1694
|
},
|
|
1549
1695
|
required: ['policy'],
|
|
1550
1696
|
additionalProperties: false,
|
|
1551
1697
|
};
|
|
1552
|
-
export const
|
|
1698
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_POLICY_SET_OUTPUT_SCHEMA = {
|
|
1553
1699
|
type: 'object',
|
|
1554
1700
|
properties: {
|
|
1555
|
-
target:
|
|
1701
|
+
target: EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA,
|
|
1556
1702
|
changed: { type: 'boolean' },
|
|
1557
|
-
policy:
|
|
1558
|
-
effectivePolicy:
|
|
1559
|
-
plan:
|
|
1703
|
+
policy: EDITOR_COMMAND_CAPABILITY_SHADOW_SETTINGS_SCHEMA,
|
|
1704
|
+
effectivePolicy: EDITOR_COMMAND_CAPABILITY_SHADOW_SETTINGS_SCHEMA,
|
|
1705
|
+
plan: EDITOR_COMMAND_CAPABILITY_SHADOW_PLAN_SCHEMA,
|
|
1560
1706
|
diagnostics: {
|
|
1561
1707
|
type: 'array',
|
|
1562
|
-
items:
|
|
1708
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
1563
1709
|
},
|
|
1564
1710
|
},
|
|
1565
1711
|
required: ['target', 'changed', 'effectivePolicy', 'plan'],
|
|
1566
1712
|
additionalProperties: false,
|
|
1567
1713
|
};
|
|
1568
|
-
export const
|
|
1714
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_TARGET_SCHEMA_PROPERTIES = {
|
|
1569
1715
|
scope: { type: 'string', enum: ['scene', 'object', 'prefab-node'] },
|
|
1570
1716
|
objectId: { type: 'string' },
|
|
1571
1717
|
nodeId: { type: 'string' },
|
|
1572
1718
|
prefabAssetId: { type: 'string' },
|
|
1573
1719
|
};
|
|
1574
|
-
export const
|
|
1720
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_TARGET_SCHEMA = {
|
|
1575
1721
|
type: 'object',
|
|
1576
|
-
properties:
|
|
1722
|
+
properties: EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_TARGET_SCHEMA_PROPERTIES,
|
|
1577
1723
|
required: ['scope'],
|
|
1578
1724
|
additionalProperties: false,
|
|
1579
1725
|
};
|
|
1580
|
-
export const
|
|
1726
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_CONFIG_GET_INPUT_SCHEMA = {
|
|
1581
1727
|
type: 'object',
|
|
1582
1728
|
additionalProperties: false,
|
|
1583
1729
|
};
|
|
1584
|
-
export const
|
|
1730
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_CONFIG_GET_OUTPUT_SCHEMA = {
|
|
1585
1731
|
type: 'object',
|
|
1586
1732
|
properties: {
|
|
1587
1733
|
configured: { type: 'boolean' },
|
|
@@ -1593,16 +1739,16 @@ export const EDITOR_AGENT_BRIDGE_SHADOW_MAP_EXPERIMENT_CONFIG_GET_OUTPUT_SCHEMA
|
|
|
1593
1739
|
required: ['configured', 'readonly', 'config', 'qualityProfileIds', 'behaviorProfileIds'],
|
|
1594
1740
|
additionalProperties: false,
|
|
1595
1741
|
};
|
|
1596
|
-
export const
|
|
1742
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_POLICY_INPUT_SCHEMA = {
|
|
1597
1743
|
type: 'object',
|
|
1598
|
-
properties:
|
|
1744
|
+
properties: EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_TARGET_SCHEMA_PROPERTIES,
|
|
1599
1745
|
required: ['scope'],
|
|
1600
1746
|
additionalProperties: false,
|
|
1601
1747
|
};
|
|
1602
|
-
export const
|
|
1748
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_POLICY_OUTPUT_SCHEMA = {
|
|
1603
1749
|
type: 'object',
|
|
1604
1750
|
properties: {
|
|
1605
|
-
target:
|
|
1751
|
+
target: EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_TARGET_SCHEMA,
|
|
1606
1752
|
authored: {
|
|
1607
1753
|
type: 'object',
|
|
1608
1754
|
properties: {
|
|
@@ -1630,30 +1776,30 @@ export const EDITOR_AGENT_BRIDGE_SHADOW_MAP_EXPERIMENT_POLICY_OUTPUT_SCHEMA = {
|
|
|
1630
1776
|
required: ['target', 'authored', 'effective', 'qualityProfileIds', 'behaviorProfileIds'],
|
|
1631
1777
|
additionalProperties: false,
|
|
1632
1778
|
};
|
|
1633
|
-
export const
|
|
1779
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_POLICY_SET_INPUT_SCHEMA = {
|
|
1634
1780
|
type: 'object',
|
|
1635
1781
|
properties: {
|
|
1636
|
-
...
|
|
1782
|
+
...EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_TARGET_SCHEMA_PROPERTIES,
|
|
1637
1783
|
qualityProfile: { type: ['string', 'null'] },
|
|
1638
1784
|
behaviorProfile: { type: ['string', 'null'] },
|
|
1639
1785
|
},
|
|
1640
1786
|
required: ['scope'],
|
|
1641
1787
|
additionalProperties: false,
|
|
1642
1788
|
};
|
|
1643
|
-
export const
|
|
1789
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_POLICY_SET_OUTPUT_SCHEMA = {
|
|
1644
1790
|
type: 'object',
|
|
1645
1791
|
properties: {
|
|
1646
1792
|
changed: { type: 'boolean' },
|
|
1647
|
-
policy:
|
|
1793
|
+
policy: EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_POLICY_OUTPUT_SCHEMA,
|
|
1648
1794
|
},
|
|
1649
1795
|
required: ['changed', 'policy'],
|
|
1650
1796
|
additionalProperties: false,
|
|
1651
1797
|
};
|
|
1652
|
-
export const
|
|
1798
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_PLAN_PREVIEW_INPUT_SCHEMA = {
|
|
1653
1799
|
type: 'object',
|
|
1654
1800
|
additionalProperties: false,
|
|
1655
1801
|
};
|
|
1656
|
-
export const
|
|
1802
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_PLAN_PREVIEW_OUTPUT_SCHEMA = {
|
|
1657
1803
|
type: 'object',
|
|
1658
1804
|
properties: {
|
|
1659
1805
|
plan: { type: ['object', 'null'], additionalProperties: true },
|
|
@@ -1661,11 +1807,11 @@ export const EDITOR_AGENT_BRIDGE_SHADOW_MAP_EXPERIMENT_PLAN_PREVIEW_OUTPUT_SCHEM
|
|
|
1661
1807
|
required: ['plan'],
|
|
1662
1808
|
additionalProperties: false,
|
|
1663
1809
|
};
|
|
1664
|
-
export const
|
|
1810
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_RUNTIME_SNAPSHOT_INPUT_SCHEMA = {
|
|
1665
1811
|
type: 'object',
|
|
1666
1812
|
additionalProperties: false,
|
|
1667
1813
|
};
|
|
1668
|
-
export const
|
|
1814
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_RUNTIME_SNAPSHOT_OUTPUT_SCHEMA = {
|
|
1669
1815
|
type: 'object',
|
|
1670
1816
|
properties: {
|
|
1671
1817
|
snapshot: { type: ['object', 'null'], additionalProperties: true },
|
|
@@ -1673,7 +1819,7 @@ export const EDITOR_AGENT_BRIDGE_SHADOW_MAP_EXPERIMENT_RUNTIME_SNAPSHOT_OUTPUT_S
|
|
|
1673
1819
|
required: ['snapshot'],
|
|
1674
1820
|
additionalProperties: false,
|
|
1675
1821
|
};
|
|
1676
|
-
export const
|
|
1822
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_RECEIVERS_LIST_INPUT_SCHEMA = {
|
|
1677
1823
|
type: 'object',
|
|
1678
1824
|
properties: {
|
|
1679
1825
|
objectId: { type: 'string' },
|
|
@@ -1682,26 +1828,26 @@ export const EDITOR_AGENT_BRIDGE_SHADOW_RECEIVERS_LIST_INPUT_SCHEMA = {
|
|
|
1682
1828
|
},
|
|
1683
1829
|
additionalProperties: false,
|
|
1684
1830
|
};
|
|
1685
|
-
export const
|
|
1831
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_RECEIVERS_LIST_OUTPUT_SCHEMA = {
|
|
1686
1832
|
type: 'object',
|
|
1687
1833
|
properties: {
|
|
1688
1834
|
receivers: {
|
|
1689
1835
|
type: 'array',
|
|
1690
|
-
items:
|
|
1836
|
+
items: EDITOR_COMMAND_CAPABILITY_SHADOW_RECEIVER_CANDIDATE_SCHEMA,
|
|
1691
1837
|
},
|
|
1692
1838
|
diagnostics: {
|
|
1693
1839
|
type: 'array',
|
|
1694
|
-
items:
|
|
1840
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
1695
1841
|
},
|
|
1696
1842
|
},
|
|
1697
1843
|
required: ['receivers'],
|
|
1698
1844
|
additionalProperties: false,
|
|
1699
1845
|
};
|
|
1700
|
-
export const
|
|
1846
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_RESOLVE_PREVIEW_INPUT_SCHEMA = {
|
|
1701
1847
|
type: 'object',
|
|
1702
1848
|
properties: {
|
|
1703
|
-
...
|
|
1704
|
-
policy:
|
|
1849
|
+
...EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA_PROPERTIES,
|
|
1850
|
+
policy: EDITOR_COMMAND_CAPABILITY_SHADOW_SETTINGS_SCHEMA,
|
|
1705
1851
|
receiverIds: {
|
|
1706
1852
|
type: 'array',
|
|
1707
1853
|
items: { type: 'string' },
|
|
@@ -1709,106 +1855,106 @@ export const EDITOR_AGENT_BRIDGE_SHADOW_RESOLVE_PREVIEW_INPUT_SCHEMA = {
|
|
|
1709
1855
|
},
|
|
1710
1856
|
additionalProperties: false,
|
|
1711
1857
|
};
|
|
1712
|
-
export const
|
|
1858
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_RESOLVE_PREVIEW_OUTPUT_SCHEMA = {
|
|
1713
1859
|
type: 'object',
|
|
1714
1860
|
properties: {
|
|
1715
|
-
target:
|
|
1716
|
-
plan:
|
|
1717
|
-
caster:
|
|
1718
|
-
light:
|
|
1719
|
-
footprint:
|
|
1861
|
+
target: EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA,
|
|
1862
|
+
plan: EDITOR_COMMAND_CAPABILITY_SHADOW_PLAN_SCHEMA,
|
|
1863
|
+
caster: EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_SUMMARY_SCHEMA,
|
|
1864
|
+
light: EDITOR_COMMAND_CAPABILITY_SHADOW_LIGHT_SUMMARY_SCHEMA,
|
|
1865
|
+
footprint: EDITOR_COMMAND_CAPABILITY_SHADOW_FOOTPRINT_SCHEMA,
|
|
1720
1866
|
receivers: {
|
|
1721
1867
|
type: 'array',
|
|
1722
|
-
items:
|
|
1868
|
+
items: EDITOR_COMMAND_CAPABILITY_SHADOW_RECEIVER_CANDIDATE_SCHEMA,
|
|
1723
1869
|
},
|
|
1724
1870
|
diagnostics: {
|
|
1725
1871
|
type: 'array',
|
|
1726
|
-
items:
|
|
1872
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
1727
1873
|
},
|
|
1728
1874
|
},
|
|
1729
1875
|
required: ['target', 'plan'],
|
|
1730
1876
|
additionalProperties: false,
|
|
1731
1877
|
};
|
|
1732
|
-
export const
|
|
1878
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_STATIC_BAKE_INPUT_SCHEMA = {
|
|
1733
1879
|
type: 'object',
|
|
1734
1880
|
properties: {
|
|
1735
|
-
...
|
|
1881
|
+
...EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA_PROPERTIES,
|
|
1736
1882
|
receiverIds: {
|
|
1737
1883
|
type: 'array',
|
|
1738
1884
|
items: { type: 'string' },
|
|
1739
1885
|
},
|
|
1740
|
-
quality:
|
|
1886
|
+
quality: EDITOR_COMMAND_CAPABILITY_SHADOW_QUALITY_SCHEMA,
|
|
1741
1887
|
force: { type: 'boolean' },
|
|
1742
1888
|
},
|
|
1743
1889
|
additionalProperties: false,
|
|
1744
1890
|
};
|
|
1745
|
-
export const
|
|
1891
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_STATIC_BAKE_OUTPUT_SCHEMA = {
|
|
1746
1892
|
type: 'object',
|
|
1747
1893
|
properties: {
|
|
1748
|
-
target:
|
|
1894
|
+
target: EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA,
|
|
1749
1895
|
baked: { type: 'boolean' },
|
|
1750
|
-
plan:
|
|
1896
|
+
plan: EDITOR_COMMAND_CAPABILITY_SHADOW_PLAN_SCHEMA,
|
|
1751
1897
|
artifactId: { type: 'string' },
|
|
1752
1898
|
stale: { type: 'boolean' },
|
|
1753
1899
|
diagnostics: {
|
|
1754
1900
|
type: 'array',
|
|
1755
|
-
items:
|
|
1901
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
1756
1902
|
},
|
|
1757
1903
|
},
|
|
1758
1904
|
required: ['target', 'baked', 'plan', 'stale'],
|
|
1759
1905
|
additionalProperties: false,
|
|
1760
1906
|
};
|
|
1761
|
-
export const
|
|
1907
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_STATIC_INVALIDATE_INPUT_SCHEMA = {
|
|
1762
1908
|
type: 'object',
|
|
1763
|
-
properties:
|
|
1909
|
+
properties: EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA_PROPERTIES,
|
|
1764
1910
|
additionalProperties: false,
|
|
1765
1911
|
};
|
|
1766
|
-
export const
|
|
1912
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_STATIC_INVALIDATE_OUTPUT_SCHEMA = {
|
|
1767
1913
|
type: 'object',
|
|
1768
1914
|
properties: {
|
|
1769
|
-
target:
|
|
1915
|
+
target: EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA,
|
|
1770
1916
|
invalidated: { type: 'boolean' },
|
|
1771
1917
|
stale: { type: 'boolean' },
|
|
1772
1918
|
diagnostics: {
|
|
1773
1919
|
type: 'array',
|
|
1774
|
-
items:
|
|
1920
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
1775
1921
|
},
|
|
1776
1922
|
},
|
|
1777
1923
|
required: ['target', 'invalidated', 'stale'],
|
|
1778
1924
|
additionalProperties: false,
|
|
1779
1925
|
};
|
|
1780
|
-
export const
|
|
1926
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_INSPECT_INPUT_SCHEMA = {
|
|
1781
1927
|
type: 'object',
|
|
1782
|
-
properties:
|
|
1928
|
+
properties: EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA_PROPERTIES,
|
|
1783
1929
|
additionalProperties: false,
|
|
1784
1930
|
};
|
|
1785
|
-
export const
|
|
1931
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_INSPECT_OUTPUT_SCHEMA = {
|
|
1786
1932
|
type: 'object',
|
|
1787
1933
|
properties: {
|
|
1788
|
-
target:
|
|
1789
|
-
caster:
|
|
1790
|
-
policy:
|
|
1791
|
-
effectivePolicy:
|
|
1792
|
-
plan:
|
|
1793
|
-
light:
|
|
1934
|
+
target: EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA,
|
|
1935
|
+
caster: EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_SUMMARY_SCHEMA,
|
|
1936
|
+
policy: EDITOR_COMMAND_CAPABILITY_SHADOW_SETTINGS_SCHEMA,
|
|
1937
|
+
effectivePolicy: EDITOR_COMMAND_CAPABILITY_SHADOW_SETTINGS_SCHEMA,
|
|
1938
|
+
plan: EDITOR_COMMAND_CAPABILITY_SHADOW_PLAN_SCHEMA,
|
|
1939
|
+
light: EDITOR_COMMAND_CAPABILITY_SHADOW_LIGHT_SUMMARY_SCHEMA,
|
|
1794
1940
|
receivers: {
|
|
1795
1941
|
type: 'array',
|
|
1796
|
-
items:
|
|
1942
|
+
items: EDITOR_COMMAND_CAPABILITY_SHADOW_RECEIVER_CANDIDATE_SCHEMA,
|
|
1797
1943
|
},
|
|
1798
|
-
footprint:
|
|
1799
|
-
runtimeEvidence:
|
|
1944
|
+
footprint: EDITOR_COMMAND_CAPABILITY_SHADOW_FOOTPRINT_SCHEMA,
|
|
1945
|
+
runtimeEvidence: EDITOR_COMMAND_CAPABILITY_SHADOW_RUNTIME_EVIDENCE_SCHEMA,
|
|
1800
1946
|
diagnostics: {
|
|
1801
1947
|
type: 'array',
|
|
1802
|
-
items:
|
|
1948
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
1803
1949
|
},
|
|
1804
1950
|
},
|
|
1805
1951
|
required: ['target', 'plan', 'receivers', 'footprint', 'runtimeEvidence'],
|
|
1806
1952
|
additionalProperties: false,
|
|
1807
1953
|
};
|
|
1808
|
-
export const
|
|
1954
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_OVERLAY_SET_INPUT_SCHEMA = {
|
|
1809
1955
|
type: 'object',
|
|
1810
1956
|
properties: {
|
|
1811
|
-
...
|
|
1957
|
+
...EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA_PROPERTIES,
|
|
1812
1958
|
showCasterBounds: { type: 'boolean' },
|
|
1813
1959
|
showReceiverBounds: { type: 'boolean' },
|
|
1814
1960
|
showLightDirection: { type: 'boolean' },
|
|
@@ -1821,44 +1967,44 @@ export const EDITOR_AGENT_BRIDGE_SHADOW_DEBUG_OVERLAY_SET_INPUT_SCHEMA = {
|
|
|
1821
1967
|
},
|
|
1822
1968
|
additionalProperties: false,
|
|
1823
1969
|
};
|
|
1824
|
-
export const
|
|
1970
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_OVERLAY_SET_OUTPUT_SCHEMA = {
|
|
1825
1971
|
type: 'object',
|
|
1826
1972
|
properties: {
|
|
1827
1973
|
enabled: { type: 'boolean' },
|
|
1828
|
-
target:
|
|
1974
|
+
target: EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA,
|
|
1829
1975
|
overlayIds: {
|
|
1830
1976
|
type: 'array',
|
|
1831
1977
|
items: { type: 'string' },
|
|
1832
1978
|
},
|
|
1833
1979
|
diagnostics: {
|
|
1834
1980
|
type: 'array',
|
|
1835
|
-
items:
|
|
1981
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
1836
1982
|
},
|
|
1837
1983
|
},
|
|
1838
1984
|
required: ['enabled', 'overlayIds'],
|
|
1839
1985
|
additionalProperties: false,
|
|
1840
1986
|
};
|
|
1841
|
-
export const
|
|
1987
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_OVERLAY_CLEAR_INPUT_SCHEMA = {
|
|
1842
1988
|
type: 'object',
|
|
1843
1989
|
properties: {},
|
|
1844
1990
|
additionalProperties: false,
|
|
1845
1991
|
};
|
|
1846
|
-
export const
|
|
1992
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_OVERLAY_CLEAR_OUTPUT_SCHEMA = {
|
|
1847
1993
|
type: 'object',
|
|
1848
1994
|
properties: {
|
|
1849
1995
|
cleared: { type: 'boolean' },
|
|
1850
1996
|
diagnostics: {
|
|
1851
1997
|
type: 'array',
|
|
1852
|
-
items:
|
|
1998
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
1853
1999
|
},
|
|
1854
2000
|
},
|
|
1855
2001
|
required: ['cleared'],
|
|
1856
2002
|
additionalProperties: false,
|
|
1857
2003
|
};
|
|
1858
|
-
export const
|
|
2004
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_VISIBILITY_MEASURE_INPUT_SCHEMA = {
|
|
1859
2005
|
type: 'object',
|
|
1860
2006
|
properties: {
|
|
1861
|
-
...
|
|
2007
|
+
...EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA_PROPERTIES,
|
|
1862
2008
|
receiverIds: {
|
|
1863
2009
|
type: 'array',
|
|
1864
2010
|
items: { type: 'string' },
|
|
@@ -1866,10 +2012,10 @@ export const EDITOR_AGENT_BRIDGE_SHADOW_DEBUG_VISIBILITY_MEASURE_INPUT_SCHEMA =
|
|
|
1866
2012
|
},
|
|
1867
2013
|
additionalProperties: false,
|
|
1868
2014
|
};
|
|
1869
|
-
export const
|
|
2015
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_VISIBILITY_MEASURE_OUTPUT_SCHEMA = {
|
|
1870
2016
|
type: 'object',
|
|
1871
2017
|
properties: {
|
|
1872
|
-
target:
|
|
2018
|
+
target: EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA,
|
|
1873
2019
|
visible: { type: 'boolean' },
|
|
1874
2020
|
visibleScore: { type: 'number', minimum: 0, maximum: 1 },
|
|
1875
2021
|
coverage: { type: 'number', minimum: 0, maximum: 1 },
|
|
@@ -1878,18 +2024,18 @@ export const EDITOR_AGENT_BRIDGE_SHADOW_DEBUG_VISIBILITY_MEASURE_OUTPUT_SCHEMA =
|
|
|
1878
2024
|
measurementKind: { type: 'string', enum: ['pixel-readback', 'structural'] },
|
|
1879
2025
|
diagnostics: {
|
|
1880
2026
|
type: 'array',
|
|
1881
|
-
items:
|
|
2027
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
1882
2028
|
},
|
|
1883
2029
|
},
|
|
1884
2030
|
required: ['target', 'visible', 'visibleScore', 'coverage', 'renderableShadowPrimitiveCount', 'measurementKind'],
|
|
1885
2031
|
additionalProperties: false,
|
|
1886
2032
|
};
|
|
1887
|
-
export const
|
|
2033
|
+
export const EDITOR_COMMAND_CAPABILITY_TRANSFORM_MOVE_INPUT_SCHEMA = {
|
|
1888
2034
|
type: 'object',
|
|
1889
2035
|
properties: {
|
|
1890
2036
|
objectId: { type: 'string' },
|
|
1891
|
-
position:
|
|
1892
|
-
offset:
|
|
2037
|
+
position: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
2038
|
+
offset: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
1893
2039
|
},
|
|
1894
2040
|
required: ['objectId'],
|
|
1895
2041
|
oneOf: [
|
|
@@ -1898,24 +2044,24 @@ export const EDITOR_AGENT_BRIDGE_TRANSFORM_MOVE_INPUT_SCHEMA = {
|
|
|
1898
2044
|
],
|
|
1899
2045
|
additionalProperties: false,
|
|
1900
2046
|
};
|
|
1901
|
-
export const
|
|
2047
|
+
export const EDITOR_COMMAND_CAPABILITY_TRANSFORM_MOVE_OUTPUT_SCHEMA = {
|
|
1902
2048
|
type: 'object',
|
|
1903
2049
|
properties: {
|
|
1904
2050
|
objectId: { type: 'string' },
|
|
1905
|
-
before:
|
|
1906
|
-
after:
|
|
1907
|
-
selection:
|
|
2051
|
+
before: EDITOR_COMMAND_CAPABILITY_TRANSFORM_SCHEMA,
|
|
2052
|
+
after: EDITOR_COMMAND_CAPABILITY_TRANSFORM_SCHEMA,
|
|
2053
|
+
selection: EDITOR_COMMAND_CAPABILITY_SELECTION_STATE_SCHEMA,
|
|
1908
2054
|
},
|
|
1909
2055
|
required: ['objectId', 'before', 'after', 'selection'],
|
|
1910
2056
|
additionalProperties: false,
|
|
1911
2057
|
};
|
|
1912
|
-
export const
|
|
2058
|
+
export const EDITOR_COMMAND_CAPABILITY_TRANSFORM_SET_INPUT_SCHEMA = {
|
|
1913
2059
|
type: 'object',
|
|
1914
2060
|
properties: {
|
|
1915
2061
|
objectId: { type: 'string' },
|
|
1916
|
-
position:
|
|
1917
|
-
rotation:
|
|
1918
|
-
scale:
|
|
2062
|
+
position: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
2063
|
+
rotation: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
2064
|
+
scale: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
1919
2065
|
},
|
|
1920
2066
|
required: ['objectId'],
|
|
1921
2067
|
anyOf: [
|
|
@@ -1925,7 +2071,7 @@ export const EDITOR_AGENT_BRIDGE_TRANSFORM_SET_INPUT_SCHEMA = {
|
|
|
1925
2071
|
],
|
|
1926
2072
|
additionalProperties: false,
|
|
1927
2073
|
};
|
|
1928
|
-
export const
|
|
2074
|
+
export const EDITOR_COMMAND_CAPABILITY_VIEWPORT_FOCUS_OBJECT_INPUT_SCHEMA = {
|
|
1929
2075
|
type: 'object',
|
|
1930
2076
|
properties: {
|
|
1931
2077
|
objectId: { type: 'string' },
|
|
@@ -1933,7 +2079,7 @@ export const EDITOR_AGENT_BRIDGE_VIEWPORT_FOCUS_OBJECT_INPUT_SCHEMA = {
|
|
|
1933
2079
|
required: ['objectId'],
|
|
1934
2080
|
additionalProperties: false,
|
|
1935
2081
|
};
|
|
1936
|
-
export const
|
|
2082
|
+
export const EDITOR_COMMAND_CAPABILITY_VIEWPORT_FOCUS_OBJECT_OUTPUT_SCHEMA = {
|
|
1937
2083
|
type: 'object',
|
|
1938
2084
|
properties: {
|
|
1939
2085
|
objectId: { type: 'string' },
|
|
@@ -1942,25 +2088,25 @@ export const EDITOR_AGENT_BRIDGE_VIEWPORT_FOCUS_OBJECT_OUTPUT_SCHEMA = {
|
|
|
1942
2088
|
required: ['objectId', 'focused'],
|
|
1943
2089
|
additionalProperties: false,
|
|
1944
2090
|
};
|
|
1945
|
-
export const
|
|
2091
|
+
export const EDITOR_COMMAND_CAPABILITY_VIEWPORT_FRAME_SELECTION_INPUT_SCHEMA = {
|
|
1946
2092
|
type: 'object',
|
|
1947
2093
|
properties: {},
|
|
1948
2094
|
additionalProperties: false,
|
|
1949
2095
|
};
|
|
1950
|
-
export const
|
|
2096
|
+
export const EDITOR_COMMAND_CAPABILITY_VIEWPORT_FRAME_SELECTION_OUTPUT_SCHEMA = {
|
|
1951
2097
|
type: 'object',
|
|
1952
2098
|
properties: {
|
|
1953
2099
|
focused: { type: 'boolean' },
|
|
1954
|
-
selection:
|
|
2100
|
+
selection: EDITOR_COMMAND_CAPABILITY_SELECTION_STATE_SCHEMA,
|
|
1955
2101
|
},
|
|
1956
2102
|
required: ['focused', 'selection'],
|
|
1957
2103
|
additionalProperties: false,
|
|
1958
2104
|
};
|
|
1959
|
-
export const
|
|
2105
|
+
export const EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_PRESET_SCHEMA = {
|
|
1960
2106
|
type: 'string',
|
|
1961
2107
|
enum: ['perspective', 'top', 'bottom', 'front', 'back', 'left', 'right', 'iso', 'threeQuarterTop'],
|
|
1962
2108
|
};
|
|
1963
|
-
export const
|
|
2109
|
+
export const EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_TARGET_SCHEMA = {
|
|
1964
2110
|
oneOf: [
|
|
1965
2111
|
{
|
|
1966
2112
|
type: 'object',
|
|
@@ -1991,68 +2137,68 @@ export const EDITOR_AGENT_BRIDGE_VIEWPORT_CAMERA_TARGET_SCHEMA = {
|
|
|
1991
2137
|
type: 'object',
|
|
1992
2138
|
properties: {
|
|
1993
2139
|
kind: { type: 'string', enum: ['point'] },
|
|
1994
|
-
point:
|
|
2140
|
+
point: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
1995
2141
|
},
|
|
1996
2142
|
required: ['kind', 'point'],
|
|
1997
2143
|
additionalProperties: false,
|
|
1998
2144
|
},
|
|
1999
2145
|
],
|
|
2000
2146
|
};
|
|
2001
|
-
export const
|
|
2147
|
+
export const EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_STATE_SCHEMA = {
|
|
2002
2148
|
type: 'object',
|
|
2003
2149
|
properties: {
|
|
2004
|
-
viewPreset:
|
|
2150
|
+
viewPreset: EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_PRESET_SCHEMA,
|
|
2005
2151
|
projectionMode: { type: 'string', enum: ['perspective', 'orthographic'] },
|
|
2006
|
-
target:
|
|
2007
|
-
position:
|
|
2152
|
+
target: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
2153
|
+
position: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
2008
2154
|
alpha: { type: 'number' },
|
|
2009
2155
|
beta: { type: 'number' },
|
|
2010
2156
|
radius: { type: 'number' },
|
|
2011
|
-
selection:
|
|
2157
|
+
selection: EDITOR_COMMAND_CAPABILITY_SELECTION_STATE_SCHEMA,
|
|
2012
2158
|
},
|
|
2013
2159
|
required: ['viewPreset', 'projectionMode', 'selection'],
|
|
2014
2160
|
additionalProperties: false,
|
|
2015
2161
|
};
|
|
2016
|
-
export const
|
|
2162
|
+
export const EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_GET_INPUT_SCHEMA = {
|
|
2017
2163
|
type: 'object',
|
|
2018
2164
|
properties: {},
|
|
2019
2165
|
additionalProperties: false,
|
|
2020
2166
|
};
|
|
2021
|
-
export const
|
|
2167
|
+
export const EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_SET_PRESET_INPUT_SCHEMA = {
|
|
2022
2168
|
type: 'object',
|
|
2023
2169
|
properties: {
|
|
2024
|
-
preset:
|
|
2025
|
-
target:
|
|
2170
|
+
preset: EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_PRESET_SCHEMA,
|
|
2171
|
+
target: EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_TARGET_SCHEMA,
|
|
2026
2172
|
radius: { type: 'number', exclusiveMinimum: 0 },
|
|
2027
2173
|
distanceScale: { type: 'number', exclusiveMinimum: 0 },
|
|
2028
2174
|
},
|
|
2029
2175
|
required: ['preset'],
|
|
2030
2176
|
additionalProperties: false,
|
|
2031
2177
|
};
|
|
2032
|
-
export const
|
|
2178
|
+
export const EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_SET_PRESET_OUTPUT_SCHEMA = {
|
|
2033
2179
|
type: 'object',
|
|
2034
2180
|
properties: {
|
|
2035
2181
|
changed: { type: 'boolean' },
|
|
2036
|
-
viewPreset:
|
|
2182
|
+
viewPreset: EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_PRESET_SCHEMA,
|
|
2037
2183
|
projectionMode: { type: 'string', enum: ['perspective', 'orthographic'] },
|
|
2038
|
-
target:
|
|
2184
|
+
target: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
2039
2185
|
radius: { type: 'number' },
|
|
2040
|
-
selection:
|
|
2186
|
+
selection: EDITOR_COMMAND_CAPABILITY_SELECTION_STATE_SCHEMA,
|
|
2041
2187
|
},
|
|
2042
2188
|
required: ['changed', 'viewPreset', 'projectionMode', 'selection'],
|
|
2043
2189
|
additionalProperties: false,
|
|
2044
2190
|
};
|
|
2045
|
-
export const
|
|
2191
|
+
export const EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_ORBIT_INPUT_SCHEMA = {
|
|
2046
2192
|
type: 'object',
|
|
2047
2193
|
properties: {
|
|
2048
|
-
target:
|
|
2194
|
+
target: EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_TARGET_SCHEMA,
|
|
2049
2195
|
yawDeltaDeg: { type: 'number' },
|
|
2050
2196
|
pitchDeltaDeg: { type: 'number' },
|
|
2051
2197
|
distanceScale: { type: 'number', exclusiveMinimum: 0 },
|
|
2052
2198
|
},
|
|
2053
2199
|
additionalProperties: false,
|
|
2054
2200
|
};
|
|
2055
|
-
export const
|
|
2201
|
+
export const EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_ENTRY_SCHEMA = {
|
|
2056
2202
|
type: 'object',
|
|
2057
2203
|
properties: {
|
|
2058
2204
|
objectId: { type: 'string' },
|
|
@@ -2062,18 +2208,18 @@ export const EDITOR_AGENT_BRIDGE_VIEWPORT_VISIBILITY_ENTRY_SCHEMA = {
|
|
|
2062
2208
|
isolated: { type: 'boolean' },
|
|
2063
2209
|
diagnostics: {
|
|
2064
2210
|
type: 'array',
|
|
2065
|
-
items:
|
|
2211
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
2066
2212
|
},
|
|
2067
2213
|
},
|
|
2068
2214
|
required: ['objectId', 'authoredVisible', 'previewVisible', 'isolated'],
|
|
2069
2215
|
additionalProperties: false,
|
|
2070
2216
|
};
|
|
2071
|
-
export const
|
|
2217
|
+
export const EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_SNAPSHOT_INPUT_SCHEMA = {
|
|
2072
2218
|
type: 'object',
|
|
2073
2219
|
properties: {},
|
|
2074
2220
|
additionalProperties: false,
|
|
2075
2221
|
};
|
|
2076
|
-
export const
|
|
2222
|
+
export const EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_SNAPSHOT_OUTPUT_SCHEMA = {
|
|
2077
2223
|
type: 'object',
|
|
2078
2224
|
properties: {
|
|
2079
2225
|
isolated: { type: 'boolean' },
|
|
@@ -2083,18 +2229,18 @@ export const EDITOR_AGENT_BRIDGE_VIEWPORT_VISIBILITY_SNAPSHOT_OUTPUT_SCHEMA = {
|
|
|
2083
2229
|
},
|
|
2084
2230
|
entries: {
|
|
2085
2231
|
type: 'array',
|
|
2086
|
-
items:
|
|
2232
|
+
items: EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_ENTRY_SCHEMA,
|
|
2087
2233
|
},
|
|
2088
2234
|
reason: { type: 'string' },
|
|
2089
2235
|
diagnostics: {
|
|
2090
2236
|
type: 'array',
|
|
2091
|
-
items:
|
|
2237
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
2092
2238
|
},
|
|
2093
2239
|
},
|
|
2094
2240
|
required: ['isolated', 'isolatedObjectIds', 'entries'],
|
|
2095
2241
|
additionalProperties: false,
|
|
2096
2242
|
};
|
|
2097
|
-
export const
|
|
2243
|
+
export const EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_SET_INPUT_SCHEMA = {
|
|
2098
2244
|
type: 'object',
|
|
2099
2245
|
properties: {
|
|
2100
2246
|
objectIds: {
|
|
@@ -2108,23 +2254,23 @@ export const EDITOR_AGENT_BRIDGE_VIEWPORT_VISIBILITY_SET_INPUT_SCHEMA = {
|
|
|
2108
2254
|
required: ['objectIds', 'visible'],
|
|
2109
2255
|
additionalProperties: false,
|
|
2110
2256
|
};
|
|
2111
|
-
export const
|
|
2257
|
+
export const EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_MUTATION_OUTPUT_SCHEMA = {
|
|
2112
2258
|
type: 'object',
|
|
2113
2259
|
properties: {
|
|
2114
2260
|
changed: { type: 'boolean' },
|
|
2115
|
-
snapshot:
|
|
2261
|
+
snapshot: EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_SNAPSHOT_OUTPUT_SCHEMA,
|
|
2116
2262
|
diagnostics: {
|
|
2117
2263
|
type: 'array',
|
|
2118
|
-
items:
|
|
2264
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
2119
2265
|
},
|
|
2120
2266
|
},
|
|
2121
2267
|
required: ['changed', 'snapshot'],
|
|
2122
2268
|
additionalProperties: false,
|
|
2123
2269
|
};
|
|
2124
|
-
export const
|
|
2270
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_CONTEXT_ENTER_INPUT_SCHEMA = {
|
|
2125
2271
|
type: 'object',
|
|
2126
2272
|
properties: {
|
|
2127
|
-
...
|
|
2273
|
+
...EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA_PROPERTIES,
|
|
2128
2274
|
receiverIds: {
|
|
2129
2275
|
type: 'array',
|
|
2130
2276
|
items: { type: 'string' },
|
|
@@ -2135,11 +2281,11 @@ export const EDITOR_AGENT_BRIDGE_SHADOW_DEBUG_CONTEXT_ENTER_INPUT_SCHEMA = {
|
|
|
2135
2281
|
},
|
|
2136
2282
|
additionalProperties: false,
|
|
2137
2283
|
};
|
|
2138
|
-
export const
|
|
2284
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_CONTEXT_ENTER_OUTPUT_SCHEMA = {
|
|
2139
2285
|
type: 'object',
|
|
2140
2286
|
properties: {
|
|
2141
2287
|
entered: { type: 'boolean' },
|
|
2142
|
-
target:
|
|
2288
|
+
target: EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA,
|
|
2143
2289
|
keptObjectIds: {
|
|
2144
2290
|
type: 'array',
|
|
2145
2291
|
items: { type: 'string' },
|
|
@@ -2164,23 +2310,23 @@ export const EDITOR_AGENT_BRIDGE_SHADOW_DEBUG_CONTEXT_ENTER_OUTPUT_SCHEMA = {
|
|
|
2164
2310
|
type: 'array',
|
|
2165
2311
|
items: { type: 'string' },
|
|
2166
2312
|
},
|
|
2167
|
-
snapshot:
|
|
2168
|
-
inspect:
|
|
2169
|
-
visibilityMeasure:
|
|
2313
|
+
snapshot: EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_SNAPSHOT_OUTPUT_SCHEMA,
|
|
2314
|
+
inspect: EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_INSPECT_OUTPUT_SCHEMA,
|
|
2315
|
+
visibilityMeasure: EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_VISIBILITY_MEASURE_OUTPUT_SCHEMA,
|
|
2170
2316
|
diagnostics: {
|
|
2171
2317
|
type: 'array',
|
|
2172
|
-
items:
|
|
2318
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
2173
2319
|
},
|
|
2174
2320
|
},
|
|
2175
2321
|
required: ['entered', 'target', 'keptObjectIds', 'hiddenObjectIds', 'protectedReceiverIds', 'lightIds', 'ambientLightIds', 'overlayIds', 'snapshot', 'inspect', 'visibilityMeasure'],
|
|
2176
2322
|
additionalProperties: false,
|
|
2177
2323
|
};
|
|
2178
|
-
export const
|
|
2324
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_CONTEXT_CLEAR_INPUT_SCHEMA = {
|
|
2179
2325
|
type: 'object',
|
|
2180
2326
|
properties: {},
|
|
2181
2327
|
additionalProperties: false,
|
|
2182
2328
|
};
|
|
2183
|
-
export const
|
|
2329
|
+
export const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_CONTEXT_CLEAR_OUTPUT_SCHEMA = {
|
|
2184
2330
|
type: 'object',
|
|
2185
2331
|
properties: {
|
|
2186
2332
|
cleared: { type: 'boolean' },
|
|
@@ -2188,18 +2334,18 @@ export const EDITOR_AGENT_BRIDGE_SHADOW_DEBUG_CONTEXT_CLEAR_OUTPUT_SCHEMA = {
|
|
|
2188
2334
|
visibilityCleared: { type: 'boolean' },
|
|
2189
2335
|
diagnostics: {
|
|
2190
2336
|
type: 'array',
|
|
2191
|
-
items:
|
|
2337
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
2192
2338
|
},
|
|
2193
2339
|
},
|
|
2194
2340
|
required: ['cleared', 'overlayCleared', 'visibilityCleared'],
|
|
2195
2341
|
additionalProperties: false,
|
|
2196
2342
|
};
|
|
2197
|
-
export const
|
|
2343
|
+
export const EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_CLEAR_INPUT_SCHEMA = {
|
|
2198
2344
|
type: 'object',
|
|
2199
2345
|
properties: {},
|
|
2200
2346
|
additionalProperties: false,
|
|
2201
2347
|
};
|
|
2202
|
-
export const
|
|
2348
|
+
export const EDITOR_COMMAND_CAPABILITY_VIEWPORT_ISOLATION_ENTER_INPUT_SCHEMA = {
|
|
2203
2349
|
type: 'object',
|
|
2204
2350
|
properties: {
|
|
2205
2351
|
objectIds: {
|
|
@@ -2208,20 +2354,20 @@ export const EDITOR_AGENT_BRIDGE_VIEWPORT_ISOLATION_ENTER_INPUT_SCHEMA = {
|
|
|
2208
2354
|
minItems: 1,
|
|
2209
2355
|
},
|
|
2210
2356
|
includeShadowDependencies: { type: 'boolean' },
|
|
2211
|
-
shadowTarget:
|
|
2357
|
+
shadowTarget: EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA,
|
|
2212
2358
|
reason: { type: 'string' },
|
|
2213
2359
|
},
|
|
2214
2360
|
required: ['objectIds'],
|
|
2215
2361
|
additionalProperties: false,
|
|
2216
2362
|
};
|
|
2217
|
-
export const
|
|
2363
|
+
export const EDITOR_COMMAND_CAPABILITY_EDITOR_STATE_GET_INPUT_SCHEMA = {
|
|
2218
2364
|
type: 'object',
|
|
2219
2365
|
properties: {
|
|
2220
2366
|
objectId: { type: 'string' },
|
|
2221
2367
|
},
|
|
2222
2368
|
additionalProperties: false,
|
|
2223
2369
|
};
|
|
2224
|
-
export const
|
|
2370
|
+
export const EDITOR_COMMAND_CAPABILITY_EDITOR_DIAGNOSTICS_LIST_INPUT_SCHEMA = {
|
|
2225
2371
|
type: 'object',
|
|
2226
2372
|
properties: {
|
|
2227
2373
|
severity: { type: 'string', enum: ['info', 'warning', 'error'] },
|
|
@@ -2233,7 +2379,7 @@ export const EDITOR_AGENT_BRIDGE_EDITOR_DIAGNOSTICS_LIST_INPUT_SCHEMA = {
|
|
|
2233
2379
|
},
|
|
2234
2380
|
additionalProperties: false,
|
|
2235
2381
|
};
|
|
2236
|
-
export const
|
|
2382
|
+
export const EDITOR_COMMAND_CAPABILITY_EDITOR_DIAGNOSTIC_SUBJECT_SCHEMA = {
|
|
2237
2383
|
type: 'object',
|
|
2238
2384
|
properties: {
|
|
2239
2385
|
kind: { type: 'string' },
|
|
@@ -2243,7 +2389,7 @@ export const EDITOR_AGENT_BRIDGE_EDITOR_DIAGNOSTIC_SUBJECT_SCHEMA = {
|
|
|
2243
2389
|
required: ['kind'],
|
|
2244
2390
|
additionalProperties: false,
|
|
2245
2391
|
};
|
|
2246
|
-
export const
|
|
2392
|
+
export const EDITOR_COMMAND_CAPABILITY_EDITOR_DIAGNOSTIC_LOCATOR_SCHEMA = {
|
|
2247
2393
|
type: 'object',
|
|
2248
2394
|
properties: {
|
|
2249
2395
|
scopeId: { type: 'string' },
|
|
@@ -2257,18 +2403,18 @@ export const EDITOR_AGENT_BRIDGE_EDITOR_DIAGNOSTIC_LOCATOR_SCHEMA = {
|
|
|
2257
2403
|
},
|
|
2258
2404
|
additionalProperties: false,
|
|
2259
2405
|
};
|
|
2260
|
-
export const
|
|
2406
|
+
export const EDITOR_COMMAND_CAPABILITY_EDITOR_DIAGNOSTIC_ACTION_SCHEMA = {
|
|
2261
2407
|
type: 'object',
|
|
2262
2408
|
properties: {
|
|
2263
2409
|
id: { type: 'string' },
|
|
2264
2410
|
kind: { type: 'string', enum: ['locate'] },
|
|
2265
2411
|
label: { type: 'string' },
|
|
2266
|
-
locator:
|
|
2412
|
+
locator: EDITOR_COMMAND_CAPABILITY_EDITOR_DIAGNOSTIC_LOCATOR_SCHEMA,
|
|
2267
2413
|
},
|
|
2268
2414
|
required: ['id', 'kind', 'label'],
|
|
2269
2415
|
additionalProperties: false,
|
|
2270
2416
|
};
|
|
2271
|
-
export const
|
|
2417
|
+
export const EDITOR_COMMAND_CAPABILITY_EDITOR_DIAGNOSTIC_SCHEMA = {
|
|
2272
2418
|
type: 'object',
|
|
2273
2419
|
properties: {
|
|
2274
2420
|
code: { type: 'string' },
|
|
@@ -2278,11 +2424,11 @@ export const EDITOR_AGENT_BRIDGE_EDITOR_DIAGNOSTIC_SCHEMA = {
|
|
|
2278
2424
|
producer: { type: 'string' },
|
|
2279
2425
|
message: { type: 'string' },
|
|
2280
2426
|
suggestion: { type: 'string' },
|
|
2281
|
-
subject:
|
|
2282
|
-
locator:
|
|
2427
|
+
subject: EDITOR_COMMAND_CAPABILITY_EDITOR_DIAGNOSTIC_SUBJECT_SCHEMA,
|
|
2428
|
+
locator: EDITOR_COMMAND_CAPABILITY_EDITOR_DIAGNOSTIC_LOCATOR_SCHEMA,
|
|
2283
2429
|
actions: {
|
|
2284
2430
|
type: 'array',
|
|
2285
|
-
items:
|
|
2431
|
+
items: EDITOR_COMMAND_CAPABILITY_EDITOR_DIAGNOSTIC_ACTION_SCHEMA,
|
|
2286
2432
|
maxItems: 16,
|
|
2287
2433
|
},
|
|
2288
2434
|
details: { type: 'object', additionalProperties: true },
|
|
@@ -2290,13 +2436,13 @@ export const EDITOR_AGENT_BRIDGE_EDITOR_DIAGNOSTIC_SCHEMA = {
|
|
|
2290
2436
|
required: ['code', 'severity', 'phase', 'source', 'producer', 'message'],
|
|
2291
2437
|
additionalProperties: false,
|
|
2292
2438
|
};
|
|
2293
|
-
export const
|
|
2439
|
+
export const EDITOR_COMMAND_CAPABILITY_EDITOR_DIAGNOSTICS_LIST_OUTPUT_SCHEMA = {
|
|
2294
2440
|
type: 'object',
|
|
2295
2441
|
properties: {
|
|
2296
2442
|
scopeId: { type: 'string' },
|
|
2297
2443
|
documentRevision: { type: 'number' },
|
|
2298
2444
|
projectionRevision: { type: 'number' },
|
|
2299
|
-
diagnostics: { type: 'array', items:
|
|
2445
|
+
diagnostics: { type: 'array', items: EDITOR_COMMAND_CAPABILITY_EDITOR_DIAGNOSTIC_SCHEMA },
|
|
2300
2446
|
errorCount: { type: 'number' },
|
|
2301
2447
|
warningCount: { type: 'number' },
|
|
2302
2448
|
infoCount: { type: 'number' },
|
|
@@ -2304,12 +2450,12 @@ export const EDITOR_AGENT_BRIDGE_EDITOR_DIAGNOSTICS_LIST_OUTPUT_SCHEMA = {
|
|
|
2304
2450
|
required: ['scopeId', 'documentRevision', 'diagnostics', 'errorCount', 'warningCount', 'infoCount'],
|
|
2305
2451
|
additionalProperties: false,
|
|
2306
2452
|
};
|
|
2307
|
-
export const
|
|
2453
|
+
export const EDITOR_COMMAND_CAPABILITY_UI_REGIONS_GET_INPUT_SCHEMA = {
|
|
2308
2454
|
type: 'object',
|
|
2309
2455
|
properties: {},
|
|
2310
2456
|
additionalProperties: false,
|
|
2311
2457
|
};
|
|
2312
|
-
export const
|
|
2458
|
+
export const EDITOR_COMMAND_CAPABILITY_UI_REGION_SCHEMA = {
|
|
2313
2459
|
type: 'object',
|
|
2314
2460
|
properties: {
|
|
2315
2461
|
id: { type: 'string' },
|
|
@@ -2332,7 +2478,7 @@ export const EDITOR_AGENT_BRIDGE_UI_REGION_SCHEMA = {
|
|
|
2332
2478
|
required: ['id', 'label', 'location', 'purpose', 'primaryCapabilities'],
|
|
2333
2479
|
additionalProperties: false,
|
|
2334
2480
|
};
|
|
2335
|
-
export const
|
|
2481
|
+
export const EDITOR_COMMAND_CAPABILITY_UI_REGIONS_SCHEMA = {
|
|
2336
2482
|
type: 'object',
|
|
2337
2483
|
properties: {
|
|
2338
2484
|
mode: { type: 'string' },
|
|
@@ -2340,7 +2486,7 @@ export const EDITOR_AGENT_BRIDGE_UI_REGIONS_SCHEMA = {
|
|
|
2340
2486
|
sessionActive: { type: 'boolean' },
|
|
2341
2487
|
regions: {
|
|
2342
2488
|
type: 'array',
|
|
2343
|
-
items:
|
|
2489
|
+
items: EDITOR_COMMAND_CAPABILITY_UI_REGION_SCHEMA,
|
|
2344
2490
|
},
|
|
2345
2491
|
recommendedOperationOrder: {
|
|
2346
2492
|
type: 'array',
|
|
@@ -2354,7 +2500,7 @@ export const EDITOR_AGENT_BRIDGE_UI_REGIONS_SCHEMA = {
|
|
|
2354
2500
|
required: ['mode', 'editorReady', 'sessionActive', 'regions', 'recommendedOperationOrder', 'l0FallbackRules'],
|
|
2355
2501
|
additionalProperties: false,
|
|
2356
2502
|
};
|
|
2357
|
-
export const
|
|
2503
|
+
export const EDITOR_COMMAND_CAPABILITY_EDITOR_SNAPSHOT_GET_INPUT_SCHEMA = {
|
|
2358
2504
|
type: 'object',
|
|
2359
2505
|
properties: {
|
|
2360
2506
|
includeObjects: { type: 'boolean' },
|
|
@@ -2367,12 +2513,12 @@ export const EDITOR_AGENT_BRIDGE_EDITOR_SNAPSHOT_GET_INPUT_SCHEMA = {
|
|
|
2367
2513
|
},
|
|
2368
2514
|
additionalProperties: false,
|
|
2369
2515
|
};
|
|
2370
|
-
export const
|
|
2516
|
+
export const EDITOR_COMMAND_CAPABILITY_HOST_MODE_GET_INPUT_SCHEMA = {
|
|
2371
2517
|
type: 'object',
|
|
2372
2518
|
properties: {},
|
|
2373
2519
|
additionalProperties: false,
|
|
2374
2520
|
};
|
|
2375
|
-
export const
|
|
2521
|
+
export const EDITOR_COMMAND_CAPABILITY_LIFECYCLE_SCOPE_SCHEMA = {
|
|
2376
2522
|
type: 'object',
|
|
2377
2523
|
properties: {
|
|
2378
2524
|
id: { type: 'string' },
|
|
@@ -2383,7 +2529,7 @@ export const EDITOR_AGENT_BRIDGE_LIFECYCLE_SCOPE_SCHEMA = {
|
|
|
2383
2529
|
required: ['id', 'scope', 'state'],
|
|
2384
2530
|
additionalProperties: false,
|
|
2385
2531
|
};
|
|
2386
|
-
export const
|
|
2532
|
+
export const EDITOR_COMMAND_CAPABILITY_LIFECYCLE_TRANSITION_SCHEMA = {
|
|
2387
2533
|
type: 'object',
|
|
2388
2534
|
properties: {
|
|
2389
2535
|
id: { type: 'string' },
|
|
@@ -2396,23 +2542,23 @@ export const EDITOR_AGENT_BRIDGE_LIFECYCLE_TRANSITION_SCHEMA = {
|
|
|
2396
2542
|
required: ['id', 'type', 'startedAt'],
|
|
2397
2543
|
additionalProperties: false,
|
|
2398
2544
|
};
|
|
2399
|
-
export const
|
|
2545
|
+
export const EDITOR_COMMAND_CAPABILITY_LIFECYCLE_SNAPSHOT_SCHEMA = {
|
|
2400
2546
|
type: 'object',
|
|
2401
2547
|
properties: {
|
|
2402
2548
|
revision: { type: 'number' },
|
|
2403
2549
|
transitioning: { type: 'boolean' },
|
|
2404
|
-
activeTransition:
|
|
2550
|
+
activeTransition: EDITOR_COMMAND_CAPABILITY_LIFECYCLE_TRANSITION_SCHEMA,
|
|
2405
2551
|
application: { type: 'string' },
|
|
2406
2552
|
project: { type: 'string' },
|
|
2407
2553
|
mode: { type: 'string' },
|
|
2408
2554
|
document: { type: 'string' },
|
|
2409
2555
|
preview: { type: 'string' },
|
|
2410
|
-
scopes: { type: 'array', items:
|
|
2556
|
+
scopes: { type: 'array', items: EDITOR_COMMAND_CAPABILITY_LIFECYCLE_SCOPE_SCHEMA },
|
|
2411
2557
|
},
|
|
2412
2558
|
required: ['revision', 'transitioning', 'application', 'project', 'mode', 'document', 'preview', 'scopes'],
|
|
2413
2559
|
additionalProperties: false,
|
|
2414
2560
|
};
|
|
2415
|
-
export const
|
|
2561
|
+
export const EDITOR_COMMAND_CAPABILITY_HOST_DIAGNOSTIC_SCHEMA = {
|
|
2416
2562
|
type: 'object',
|
|
2417
2563
|
properties: {
|
|
2418
2564
|
code: { type: 'string' },
|
|
@@ -2423,7 +2569,7 @@ export const EDITOR_AGENT_BRIDGE_HOST_DIAGNOSTIC_SCHEMA = {
|
|
|
2423
2569
|
required: ['code', 'message', 'severity'],
|
|
2424
2570
|
additionalProperties: false,
|
|
2425
2571
|
};
|
|
2426
|
-
export const
|
|
2572
|
+
export const EDITOR_COMMAND_CAPABILITY_HOST_STATUS_SCHEMA_PROPERTIES = {
|
|
2427
2573
|
mode: { type: 'string' },
|
|
2428
2574
|
editorReady: { type: 'boolean' },
|
|
2429
2575
|
busy: { type: 'boolean' },
|
|
@@ -2431,27 +2577,27 @@ export const EDITOR_AGENT_BRIDGE_HOST_STATUS_SCHEMA_PROPERTIES = {
|
|
|
2431
2577
|
statusTone: { type: 'string' },
|
|
2432
2578
|
statusDetails: { type: 'string' },
|
|
2433
2579
|
sessionActive: { type: 'boolean' },
|
|
2434
|
-
lifecycle:
|
|
2580
|
+
lifecycle: EDITOR_COMMAND_CAPABILITY_LIFECYCLE_SNAPSHOT_SCHEMA,
|
|
2435
2581
|
recentDiagnostics: {
|
|
2436
2582
|
type: 'array',
|
|
2437
|
-
items:
|
|
2583
|
+
items: EDITOR_COMMAND_CAPABILITY_HOST_DIAGNOSTIC_SCHEMA,
|
|
2438
2584
|
maxItems: 5,
|
|
2439
2585
|
},
|
|
2440
2586
|
};
|
|
2441
|
-
export const
|
|
2587
|
+
export const EDITOR_COMMAND_CAPABILITY_HOST_STATUS_SCHEMA_REQUIRED = [
|
|
2442
2588
|
'mode',
|
|
2443
2589
|
'editorReady',
|
|
2444
2590
|
'busy',
|
|
2445
2591
|
'status',
|
|
2446
2592
|
'sessionActive',
|
|
2447
2593
|
];
|
|
2448
|
-
export const
|
|
2594
|
+
export const EDITOR_COMMAND_CAPABILITY_HOST_STATUS_SCHEMA = {
|
|
2449
2595
|
type: 'object',
|
|
2450
|
-
properties:
|
|
2451
|
-
required: [...
|
|
2596
|
+
properties: EDITOR_COMMAND_CAPABILITY_HOST_STATUS_SCHEMA_PROPERTIES,
|
|
2597
|
+
required: [...EDITOR_COMMAND_CAPABILITY_HOST_STATUS_SCHEMA_REQUIRED],
|
|
2452
2598
|
additionalProperties: false,
|
|
2453
2599
|
};
|
|
2454
|
-
export const
|
|
2600
|
+
export const EDITOR_COMMAND_CAPABILITY_HOST_EDITOR_ENTER_INPUT_SCHEMA = {
|
|
2455
2601
|
type: 'object',
|
|
2456
2602
|
properties: {
|
|
2457
2603
|
timeoutMs: {
|
|
@@ -2462,51 +2608,51 @@ export const EDITOR_AGENT_BRIDGE_HOST_EDITOR_ENTER_INPUT_SCHEMA = {
|
|
|
2462
2608
|
},
|
|
2463
2609
|
additionalProperties: false,
|
|
2464
2610
|
};
|
|
2465
|
-
export const
|
|
2611
|
+
export const EDITOR_COMMAND_CAPABILITY_HOST_EDITOR_ENTER_OUTPUT_SCHEMA = {
|
|
2466
2612
|
type: 'object',
|
|
2467
2613
|
properties: {
|
|
2468
|
-
...
|
|
2614
|
+
...EDITOR_COMMAND_CAPABILITY_HOST_STATUS_SCHEMA_PROPERTIES,
|
|
2469
2615
|
entered: { type: 'boolean' },
|
|
2470
2616
|
alreadyEditor: { type: 'boolean' },
|
|
2471
2617
|
},
|
|
2472
2618
|
required: [
|
|
2473
|
-
...
|
|
2619
|
+
...EDITOR_COMMAND_CAPABILITY_HOST_STATUS_SCHEMA_REQUIRED,
|
|
2474
2620
|
'entered',
|
|
2475
2621
|
'alreadyEditor',
|
|
2476
2622
|
],
|
|
2477
2623
|
additionalProperties: false,
|
|
2478
2624
|
};
|
|
2479
|
-
export const
|
|
2625
|
+
export const EDITOR_COMMAND_CAPABILITY_HOST_EDITOR_SAVE_AND_RUN_INPUT_SCHEMA = {
|
|
2480
2626
|
type: 'object',
|
|
2481
2627
|
properties: {},
|
|
2482
2628
|
additionalProperties: false,
|
|
2483
2629
|
};
|
|
2484
|
-
export const
|
|
2630
|
+
export const EDITOR_COMMAND_CAPABILITY_HOST_EDITOR_SAVE_AND_RUN_OUTPUT_SCHEMA = {
|
|
2485
2631
|
type: 'object',
|
|
2486
2632
|
properties: {
|
|
2487
|
-
...
|
|
2633
|
+
...EDITOR_COMMAND_CAPABILITY_HOST_STATUS_SCHEMA_PROPERTIES,
|
|
2488
2634
|
saved: { type: 'boolean' },
|
|
2489
2635
|
runScheduled: { type: 'boolean' },
|
|
2490
2636
|
},
|
|
2491
|
-
required: [...
|
|
2637
|
+
required: [...EDITOR_COMMAND_CAPABILITY_HOST_STATUS_SCHEMA_REQUIRED, 'saved', 'runScheduled'],
|
|
2492
2638
|
additionalProperties: false,
|
|
2493
2639
|
};
|
|
2494
|
-
export const
|
|
2640
|
+
export const EDITOR_COMMAND_CAPABILITY_HOST_EDITOR_DISCARD_AND_RUN_INPUT_SCHEMA = {
|
|
2495
2641
|
type: 'object',
|
|
2496
2642
|
properties: {},
|
|
2497
2643
|
additionalProperties: false,
|
|
2498
2644
|
};
|
|
2499
|
-
export const
|
|
2645
|
+
export const EDITOR_COMMAND_CAPABILITY_HOST_EDITOR_DISCARD_AND_RUN_OUTPUT_SCHEMA = {
|
|
2500
2646
|
type: 'object',
|
|
2501
2647
|
properties: {
|
|
2502
|
-
...
|
|
2648
|
+
...EDITOR_COMMAND_CAPABILITY_HOST_STATUS_SCHEMA_PROPERTIES,
|
|
2503
2649
|
discarded: { type: 'boolean' },
|
|
2504
2650
|
runScheduled: { type: 'boolean' },
|
|
2505
2651
|
},
|
|
2506
|
-
required: [...
|
|
2652
|
+
required: [...EDITOR_COMMAND_CAPABILITY_HOST_STATUS_SCHEMA_REQUIRED, 'discarded', 'runScheduled'],
|
|
2507
2653
|
additionalProperties: false,
|
|
2508
2654
|
};
|
|
2509
|
-
export const
|
|
2655
|
+
export const EDITOR_COMMAND_CAPABILITY_HOST_EDITOR_WAIT_READY_INPUT_SCHEMA = {
|
|
2510
2656
|
type: 'object',
|
|
2511
2657
|
properties: {
|
|
2512
2658
|
timeoutMs: {
|
|
@@ -2522,7 +2668,7 @@ export const EDITOR_AGENT_BRIDGE_HOST_EDITOR_WAIT_READY_INPUT_SCHEMA = {
|
|
|
2522
2668
|
},
|
|
2523
2669
|
additionalProperties: false,
|
|
2524
2670
|
};
|
|
2525
|
-
export const
|
|
2671
|
+
export const EDITOR_COMMAND_CAPABILITY_OBJECT_CREATE_PRIMITIVE_INPUT_SCHEMA = {
|
|
2526
2672
|
type: 'object',
|
|
2527
2673
|
properties: {
|
|
2528
2674
|
shape: { type: 'string', enum: ['cube', 'sphere', 'plane', 'capsule'] },
|
|
@@ -2537,44 +2683,44 @@ export const EDITOR_AGENT_BRIDGE_OBJECT_CREATE_PRIMITIVE_INPUT_SCHEMA = {
|
|
|
2537
2683
|
required: ['shape'],
|
|
2538
2684
|
additionalProperties: false,
|
|
2539
2685
|
};
|
|
2540
|
-
export const
|
|
2686
|
+
export const EDITOR_COMMAND_CAPABILITY_OBJECT_CREATE_PRIMITIVE_OUTPUT_SCHEMA = {
|
|
2541
2687
|
type: 'object',
|
|
2542
2688
|
properties: {
|
|
2543
2689
|
createdId: { type: 'string' },
|
|
2544
|
-
object:
|
|
2545
|
-
selection:
|
|
2690
|
+
object: EDITOR_COMMAND_CAPABILITY_SCENE_OBJECT_SCHEMA,
|
|
2691
|
+
selection: EDITOR_COMMAND_CAPABILITY_SELECTION_STATE_SCHEMA,
|
|
2546
2692
|
},
|
|
2547
2693
|
required: ['createdId', 'selection'],
|
|
2548
2694
|
additionalProperties: false,
|
|
2549
2695
|
};
|
|
2550
|
-
export const
|
|
2696
|
+
export const EDITOR_COMMAND_CAPABILITY_OBJECT_CREATE_FROM_ASSET_INPUT_SCHEMA = {
|
|
2551
2697
|
type: 'object',
|
|
2552
2698
|
properties: {
|
|
2553
2699
|
assetId: { type: 'string' },
|
|
2554
2700
|
name: { type: 'string' },
|
|
2555
|
-
position:
|
|
2556
|
-
rotation:
|
|
2557
|
-
scale:
|
|
2701
|
+
position: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
2702
|
+
rotation: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
2703
|
+
scale: EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA,
|
|
2558
2704
|
select: { type: 'boolean' },
|
|
2559
2705
|
focus: { type: 'boolean' },
|
|
2560
2706
|
},
|
|
2561
2707
|
required: ['assetId'],
|
|
2562
2708
|
additionalProperties: false,
|
|
2563
2709
|
};
|
|
2564
|
-
export const
|
|
2710
|
+
export const EDITOR_COMMAND_CAPABILITY_OBJECT_CREATE_FROM_ASSET_OUTPUT_SCHEMA = {
|
|
2565
2711
|
type: 'object',
|
|
2566
2712
|
properties: {
|
|
2567
2713
|
assetId: { type: 'string' },
|
|
2568
2714
|
createdId: { type: 'string' },
|
|
2569
|
-
object:
|
|
2570
|
-
selection:
|
|
2715
|
+
object: EDITOR_COMMAND_CAPABILITY_SCENE_OBJECT_SCHEMA,
|
|
2716
|
+
selection: EDITOR_COMMAND_CAPABILITY_SELECTION_STATE_SCHEMA,
|
|
2571
2717
|
focused: { type: 'boolean' },
|
|
2572
2718
|
status: { type: 'string' },
|
|
2573
2719
|
},
|
|
2574
2720
|
required: ['assetId', 'createdId', 'selection', 'status'],
|
|
2575
2721
|
additionalProperties: false,
|
|
2576
2722
|
};
|
|
2577
|
-
export const
|
|
2723
|
+
export const EDITOR_COMMAND_CAPABILITY_OBJECT_DELETE_INPUT_SCHEMA = {
|
|
2578
2724
|
type: 'object',
|
|
2579
2725
|
properties: {
|
|
2580
2726
|
objectId: { type: 'string' },
|
|
@@ -2592,7 +2738,7 @@ export const EDITOR_AGENT_BRIDGE_OBJECT_DELETE_INPUT_SCHEMA = {
|
|
|
2592
2738
|
],
|
|
2593
2739
|
additionalProperties: false,
|
|
2594
2740
|
};
|
|
2595
|
-
export const
|
|
2741
|
+
export const EDITOR_COMMAND_CAPABILITY_OBJECT_DELETE_OUTPUT_SCHEMA = {
|
|
2596
2742
|
type: 'object',
|
|
2597
2743
|
properties: {
|
|
2598
2744
|
deletedIds: {
|
|
@@ -2602,12 +2748,12 @@ export const EDITOR_AGENT_BRIDGE_OBJECT_DELETE_OUTPUT_SCHEMA = {
|
|
|
2602
2748
|
fallbackSelectionId: {
|
|
2603
2749
|
anyOf: [{ type: 'string' }, { type: 'null' }],
|
|
2604
2750
|
},
|
|
2605
|
-
selection:
|
|
2751
|
+
selection: EDITOR_COMMAND_CAPABILITY_SELECTION_STATE_SCHEMA,
|
|
2606
2752
|
},
|
|
2607
2753
|
required: ['deletedIds', 'selection'],
|
|
2608
2754
|
additionalProperties: false,
|
|
2609
2755
|
};
|
|
2610
|
-
export const
|
|
2756
|
+
export const EDITOR_COMMAND_CAPABILITY_EDITOR_STATE_SCHEMA = {
|
|
2611
2757
|
type: 'object',
|
|
2612
2758
|
properties: {
|
|
2613
2759
|
mode: { type: 'string' },
|
|
@@ -2616,19 +2762,19 @@ export const EDITOR_AGENT_BRIDGE_EDITOR_STATE_SCHEMA = {
|
|
|
2616
2762
|
statusDetails: { type: 'string' },
|
|
2617
2763
|
dirty: { type: 'boolean' },
|
|
2618
2764
|
busy: { type: 'boolean' },
|
|
2619
|
-
selection:
|
|
2765
|
+
selection: EDITOR_COMMAND_CAPABILITY_SELECTION_STATE_SCHEMA,
|
|
2620
2766
|
object: {
|
|
2621
|
-
anyOf: [
|
|
2767
|
+
anyOf: [EDITOR_COMMAND_CAPABILITY_SCENE_OBJECT_SCHEMA, { type: 'null' }],
|
|
2622
2768
|
},
|
|
2623
2769
|
diagnostics: {
|
|
2624
2770
|
type: 'array',
|
|
2625
|
-
items:
|
|
2771
|
+
items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA,
|
|
2626
2772
|
},
|
|
2627
2773
|
},
|
|
2628
2774
|
required: ['mode', 'status', 'selection'],
|
|
2629
2775
|
additionalProperties: false,
|
|
2630
2776
|
};
|
|
2631
|
-
export const
|
|
2777
|
+
export const EDITOR_COMMAND_CAPABILITY_EDITOR_SNAPSHOT_SCHEMA = {
|
|
2632
2778
|
type: 'object',
|
|
2633
2779
|
properties: {
|
|
2634
2780
|
mode: { type: 'string' },
|
|
@@ -2636,17 +2782,17 @@ export const EDITOR_AGENT_BRIDGE_EDITOR_SNAPSHOT_SCHEMA = {
|
|
|
2636
2782
|
dirty: { type: 'boolean' },
|
|
2637
2783
|
status: { type: 'string' },
|
|
2638
2784
|
statusTone: { type: 'string' },
|
|
2639
|
-
selection:
|
|
2785
|
+
selection: EDITOR_COMMAND_CAPABILITY_SELECTION_STATE_SCHEMA,
|
|
2640
2786
|
objectCount: { type: 'number' },
|
|
2641
2787
|
objects: {
|
|
2642
2788
|
type: 'array',
|
|
2643
|
-
items:
|
|
2789
|
+
items: EDITOR_COMMAND_CAPABILITY_SCENE_OBJECT_SCHEMA,
|
|
2644
2790
|
},
|
|
2645
2791
|
},
|
|
2646
2792
|
required: ['mode', 'busy', 'dirty', 'status', 'selection', 'objectCount'],
|
|
2647
2793
|
additionalProperties: false,
|
|
2648
2794
|
};
|
|
2649
|
-
export const
|
|
2795
|
+
export const EDITOR_COMMAND_CAPABILITY_HIERARCHY_SCOPE_GET_INPUT_SCHEMA = {
|
|
2650
2796
|
type: 'object',
|
|
2651
2797
|
properties: {
|
|
2652
2798
|
expectedRevision: { type: 'integer', minimum: 0 },
|
|
@@ -2658,7 +2804,7 @@ export const EDITOR_AGENT_BRIDGE_HIERARCHY_SCOPE_GET_INPUT_SCHEMA = {
|
|
|
2658
2804
|
},
|
|
2659
2805
|
additionalProperties: false,
|
|
2660
2806
|
};
|
|
2661
|
-
const
|
|
2807
|
+
const EDITOR_COMMAND_CAPABILITY_HIERARCHY_NODE_SCHEMA = {
|
|
2662
2808
|
type: 'object',
|
|
2663
2809
|
properties: {
|
|
2664
2810
|
id: { type: 'string' }, label: { type: 'string' },
|
|
@@ -2670,7 +2816,7 @@ const EDITOR_AGENT_BRIDGE_HIERARCHY_NODE_SCHEMA = {
|
|
|
2670
2816
|
required: ['id', 'label', 'parentId', 'selectable', 'canHaveChildren', 'renamable', 'deletable', 'draggable'],
|
|
2671
2817
|
additionalProperties: false,
|
|
2672
2818
|
};
|
|
2673
|
-
const
|
|
2819
|
+
const EDITOR_COMMAND_CAPABILITY_HIERARCHY_OPERATION_DESCRIPTOR_SCHEMA = {
|
|
2674
2820
|
type: 'object',
|
|
2675
2821
|
properties: {
|
|
2676
2822
|
id: { type: 'string' }, label: { type: 'string' }, description: { type: 'string' },
|
|
@@ -2694,12 +2840,12 @@ const EDITOR_AGENT_BRIDGE_HIERARCHY_OPERATION_DESCRIPTOR_SCHEMA = {
|
|
|
2694
2840
|
required: ['id', 'label', 'effect', 'targetPolicy'],
|
|
2695
2841
|
additionalProperties: false,
|
|
2696
2842
|
};
|
|
2697
|
-
export const
|
|
2843
|
+
export const EDITOR_COMMAND_CAPABILITY_HIERARCHY_SCOPE_GET_OUTPUT_SCHEMA = {
|
|
2698
2844
|
type: 'object',
|
|
2699
2845
|
properties: {
|
|
2700
2846
|
scopeKey: { type: 'string' }, scopeType: { type: 'string' }, revision: { type: 'number' },
|
|
2701
2847
|
title: { type: 'string' }, readonly: { type: 'boolean' },
|
|
2702
|
-
nodes: { type: 'array', items:
|
|
2848
|
+
nodes: { type: 'array', items: EDITOR_COMMAND_CAPABILITY_HIERARCHY_NODE_SCHEMA },
|
|
2703
2849
|
selectedIds: { type: 'array', items: { type: 'string' } },
|
|
2704
2850
|
activeId: { anyOf: [{ type: 'string' }, { type: 'null' }] }, primaryOperationId: { type: 'string' },
|
|
2705
2851
|
capabilities: { type: 'object', additionalProperties: { type: 'boolean' } },
|
|
@@ -2708,7 +2854,7 @@ export const EDITOR_AGENT_BRIDGE_HIERARCHY_SCOPE_GET_OUTPUT_SCHEMA = {
|
|
|
2708
2854
|
required: ['scopeKey', 'scopeType', 'revision', 'title', 'readonly', 'nodes', 'selectedIds', 'activeId', 'capabilities', 'totalCount', 'returnedCount'],
|
|
2709
2855
|
additionalProperties: false,
|
|
2710
2856
|
};
|
|
2711
|
-
export const
|
|
2857
|
+
export const EDITOR_COMMAND_CAPABILITY_HIERARCHY_OPERATIONS_LIST_INPUT_SCHEMA = {
|
|
2712
2858
|
type: 'object',
|
|
2713
2859
|
properties: {
|
|
2714
2860
|
scopeKey: { type: 'string' },
|
|
@@ -2719,16 +2865,16 @@ export const EDITOR_AGENT_BRIDGE_HIERARCHY_OPERATIONS_LIST_INPUT_SCHEMA = {
|
|
|
2719
2865
|
},
|
|
2720
2866
|
additionalProperties: false,
|
|
2721
2867
|
};
|
|
2722
|
-
export const
|
|
2868
|
+
export const EDITOR_COMMAND_CAPABILITY_HIERARCHY_OPERATIONS_LIST_OUTPUT_SCHEMA = {
|
|
2723
2869
|
type: 'object',
|
|
2724
2870
|
properties: {
|
|
2725
2871
|
scopeKey: { type: 'string' }, revision: { type: 'number' },
|
|
2726
|
-
operations: { type: 'array', items:
|
|
2872
|
+
operations: { type: 'array', items: EDITOR_COMMAND_CAPABILITY_HIERARCHY_OPERATION_DESCRIPTOR_SCHEMA },
|
|
2727
2873
|
},
|
|
2728
2874
|
required: ['scopeKey', 'revision', 'operations'],
|
|
2729
2875
|
additionalProperties: false,
|
|
2730
2876
|
};
|
|
2731
|
-
export const
|
|
2877
|
+
export const EDITOR_COMMAND_CAPABILITY_HIERARCHY_OPERATION_EXECUTE_INPUT_SCHEMA = {
|
|
2732
2878
|
type: 'object',
|
|
2733
2879
|
properties: {
|
|
2734
2880
|
scopeKey: { type: 'string' },
|
|
@@ -2742,287 +2888,287 @@ export const EDITOR_AGENT_BRIDGE_HIERARCHY_OPERATION_EXECUTE_INPUT_SCHEMA = {
|
|
|
2742
2888
|
required: ['scopeKey', 'expectedRevision', 'operationId'],
|
|
2743
2889
|
additionalProperties: false,
|
|
2744
2890
|
};
|
|
2745
|
-
export const
|
|
2891
|
+
export const EDITOR_COMMAND_CAPABILITY_HIERARCHY_OPERATION_EXECUTE_OUTPUT_SCHEMA = {
|
|
2746
2892
|
type: 'object',
|
|
2747
2893
|
properties: {
|
|
2748
2894
|
ok: { type: 'boolean' }, changed: { type: 'boolean' }, revision: { type: 'number' },
|
|
2749
|
-
diagnostics: { type: 'array', items:
|
|
2895
|
+
diagnostics: { type: 'array', items: EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA },
|
|
2750
2896
|
},
|
|
2751
2897
|
required: ['ok', 'changed', 'revision', 'diagnostics'],
|
|
2752
2898
|
additionalProperties: false,
|
|
2753
2899
|
};
|
|
2754
|
-
export const
|
|
2755
|
-
[
|
|
2756
|
-
inputSchema:
|
|
2757
|
-
outputSchema:
|
|
2900
|
+
export const EDITOR_COMMAND_SCHEMAS = {
|
|
2901
|
+
[EDITOR_COMMAND_ID.ASSET_ANALYSIS_GET]: {
|
|
2902
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_ASSET_ANALYSIS_GET_INPUT_SCHEMA,
|
|
2903
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_ASSET_ANALYSIS_GET_OUTPUT_SCHEMA,
|
|
2758
2904
|
},
|
|
2759
|
-
[
|
|
2760
|
-
inputSchema:
|
|
2761
|
-
outputSchema:
|
|
2905
|
+
[EDITOR_COMMAND_ID.ASSET_INFO_GET]: {
|
|
2906
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_ASSET_INFO_GET_INPUT_SCHEMA,
|
|
2907
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_ASSET_INFO_GET_OUTPUT_SCHEMA,
|
|
2762
2908
|
},
|
|
2763
|
-
[
|
|
2764
|
-
inputSchema:
|
|
2765
|
-
outputSchema:
|
|
2909
|
+
[EDITOR_COMMAND_ID.ASSET_LIBRARY_LIST]: {
|
|
2910
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_ASSET_LIBRARY_LIST_INPUT_SCHEMA,
|
|
2911
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_ASSET_LIBRARY_LIST_OUTPUT_SCHEMA,
|
|
2766
2912
|
},
|
|
2767
|
-
[
|
|
2768
|
-
inputSchema:
|
|
2769
|
-
outputSchema:
|
|
2913
|
+
[EDITOR_COMMAND_ID.EDITOR_SNAPSHOT_GET]: {
|
|
2914
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_EDITOR_SNAPSHOT_GET_INPUT_SCHEMA,
|
|
2915
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_EDITOR_SNAPSHOT_SCHEMA,
|
|
2770
2916
|
},
|
|
2771
|
-
[
|
|
2772
|
-
inputSchema:
|
|
2773
|
-
outputSchema:
|
|
2917
|
+
[EDITOR_COMMAND_ID.EDITOR_STATE_GET]: {
|
|
2918
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_EDITOR_STATE_GET_INPUT_SCHEMA,
|
|
2919
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_EDITOR_STATE_SCHEMA,
|
|
2774
2920
|
},
|
|
2775
|
-
[
|
|
2776
|
-
inputSchema:
|
|
2777
|
-
outputSchema:
|
|
2921
|
+
[EDITOR_COMMAND_ID.EDITOR_DIAGNOSTICS_LIST]: {
|
|
2922
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_EDITOR_DIAGNOSTICS_LIST_INPUT_SCHEMA,
|
|
2923
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_EDITOR_DIAGNOSTICS_LIST_OUTPUT_SCHEMA,
|
|
2778
2924
|
},
|
|
2779
|
-
[
|
|
2780
|
-
inputSchema:
|
|
2781
|
-
outputSchema:
|
|
2925
|
+
[EDITOR_COMMAND_ID.EDITOR_UI_REGIONS_GET]: {
|
|
2926
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_UI_REGIONS_GET_INPUT_SCHEMA,
|
|
2927
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_UI_REGIONS_SCHEMA,
|
|
2782
2928
|
},
|
|
2783
|
-
[
|
|
2784
|
-
inputSchema:
|
|
2785
|
-
outputSchema:
|
|
2929
|
+
[EDITOR_COMMAND_ID.HOST_EDITOR_ENTER]: {
|
|
2930
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_HOST_EDITOR_ENTER_INPUT_SCHEMA,
|
|
2931
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_HOST_EDITOR_ENTER_OUTPUT_SCHEMA,
|
|
2786
2932
|
},
|
|
2787
|
-
[
|
|
2788
|
-
inputSchema:
|
|
2789
|
-
outputSchema:
|
|
2933
|
+
[EDITOR_COMMAND_ID.HOST_EDITOR_SAVE_AND_RUN]: {
|
|
2934
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_HOST_EDITOR_SAVE_AND_RUN_INPUT_SCHEMA,
|
|
2935
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_HOST_EDITOR_SAVE_AND_RUN_OUTPUT_SCHEMA,
|
|
2790
2936
|
},
|
|
2791
|
-
[
|
|
2792
|
-
inputSchema:
|
|
2793
|
-
outputSchema:
|
|
2937
|
+
[EDITOR_COMMAND_ID.HOST_EDITOR_DISCARD_AND_RUN]: {
|
|
2938
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_HOST_EDITOR_DISCARD_AND_RUN_INPUT_SCHEMA,
|
|
2939
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_HOST_EDITOR_DISCARD_AND_RUN_OUTPUT_SCHEMA,
|
|
2794
2940
|
},
|
|
2795
|
-
[
|
|
2796
|
-
inputSchema:
|
|
2797
|
-
outputSchema:
|
|
2941
|
+
[EDITOR_COMMAND_ID.HOST_EDITOR_WAIT_READY]: {
|
|
2942
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_HOST_EDITOR_WAIT_READY_INPUT_SCHEMA,
|
|
2943
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_HOST_STATUS_SCHEMA,
|
|
2798
2944
|
},
|
|
2799
|
-
[
|
|
2800
|
-
inputSchema:
|
|
2801
|
-
outputSchema:
|
|
2945
|
+
[EDITOR_COMMAND_ID.HOST_MODE_GET]: {
|
|
2946
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_HOST_MODE_GET_INPUT_SCHEMA,
|
|
2947
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_HOST_STATUS_SCHEMA,
|
|
2802
2948
|
},
|
|
2803
|
-
[
|
|
2804
|
-
inputSchema:
|
|
2805
|
-
outputSchema:
|
|
2949
|
+
[EDITOR_COMMAND_ID.HIERARCHY_SCOPE_GET]: {
|
|
2950
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_HIERARCHY_SCOPE_GET_INPUT_SCHEMA,
|
|
2951
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_HIERARCHY_SCOPE_GET_OUTPUT_SCHEMA,
|
|
2806
2952
|
},
|
|
2807
|
-
[
|
|
2808
|
-
inputSchema:
|
|
2809
|
-
outputSchema:
|
|
2953
|
+
[EDITOR_COMMAND_ID.HIERARCHY_OPERATIONS_LIST]: {
|
|
2954
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_HIERARCHY_OPERATIONS_LIST_INPUT_SCHEMA,
|
|
2955
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_HIERARCHY_OPERATIONS_LIST_OUTPUT_SCHEMA,
|
|
2810
2956
|
},
|
|
2811
|
-
[
|
|
2812
|
-
inputSchema:
|
|
2813
|
-
outputSchema:
|
|
2957
|
+
[EDITOR_COMMAND_ID.HIERARCHY_OPERATION_EXECUTE]: {
|
|
2958
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_HIERARCHY_OPERATION_EXECUTE_INPUT_SCHEMA,
|
|
2959
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_HIERARCHY_OPERATION_EXECUTE_OUTPUT_SCHEMA,
|
|
2814
2960
|
},
|
|
2815
|
-
[
|
|
2816
|
-
inputSchema:
|
|
2817
|
-
outputSchema:
|
|
2961
|
+
[EDITOR_COMMAND_ID.OBJECT_CREATE_FROM_ASSET]: {
|
|
2962
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_OBJECT_CREATE_FROM_ASSET_INPUT_SCHEMA,
|
|
2963
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_OBJECT_CREATE_FROM_ASSET_OUTPUT_SCHEMA,
|
|
2818
2964
|
},
|
|
2819
|
-
[
|
|
2820
|
-
inputSchema:
|
|
2821
|
-
outputSchema:
|
|
2965
|
+
[EDITOR_COMMAND_ID.OBJECT_CREATE_PRIMITIVE]: {
|
|
2966
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_OBJECT_CREATE_PRIMITIVE_INPUT_SCHEMA,
|
|
2967
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_OBJECT_CREATE_PRIMITIVE_OUTPUT_SCHEMA,
|
|
2822
2968
|
},
|
|
2823
|
-
[
|
|
2824
|
-
inputSchema:
|
|
2825
|
-
outputSchema:
|
|
2969
|
+
[EDITOR_COMMAND_ID.OBJECT_DELETE]: {
|
|
2970
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_OBJECT_DELETE_INPUT_SCHEMA,
|
|
2971
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_OBJECT_DELETE_OUTPUT_SCHEMA,
|
|
2826
2972
|
},
|
|
2827
|
-
[
|
|
2828
|
-
inputSchema:
|
|
2829
|
-
outputSchema:
|
|
2973
|
+
[EDITOR_COMMAND_ID.OBJECT_RESOLVE]: {
|
|
2974
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_OBJECT_RESOLVE_INPUT_SCHEMA,
|
|
2975
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_OBJECT_RESOLVE_OUTPUT_SCHEMA,
|
|
2830
2976
|
},
|
|
2831
|
-
[
|
|
2832
|
-
inputSchema:
|
|
2833
|
-
outputSchema:
|
|
2977
|
+
[EDITOR_COMMAND_ID.PREFAB_MATERIAL_SLOTS_LIST]: {
|
|
2978
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_MATERIAL_SLOTS_LIST_INPUT_SCHEMA,
|
|
2979
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_MATERIAL_SLOTS_LIST_OUTPUT_SCHEMA,
|
|
2834
2980
|
},
|
|
2835
|
-
[
|
|
2836
|
-
inputSchema:
|
|
2837
|
-
outputSchema:
|
|
2981
|
+
[EDITOR_COMMAND_ID.PREFAB_ASSET_RENAME]: {
|
|
2982
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_ASSET_RENAME_INPUT_SCHEMA,
|
|
2983
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_ASSET_RENAME_OUTPUT_SCHEMA,
|
|
2838
2984
|
},
|
|
2839
|
-
[
|
|
2840
|
-
inputSchema:
|
|
2841
|
-
outputSchema:
|
|
2985
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_FROM_ASSET]: {
|
|
2986
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_CREATE_FROM_ASSET_INPUT_SCHEMA,
|
|
2987
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_MUTATION_OUTPUT_SCHEMA,
|
|
2842
2988
|
},
|
|
2843
|
-
[
|
|
2844
|
-
inputSchema:
|
|
2845
|
-
outputSchema:
|
|
2989
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_GROUP]: {
|
|
2990
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_CREATE_GROUP_INPUT_SCHEMA,
|
|
2991
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_MUTATION_OUTPUT_SCHEMA,
|
|
2846
2992
|
},
|
|
2847
|
-
[
|
|
2848
|
-
inputSchema:
|
|
2849
|
-
outputSchema:
|
|
2993
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_MARKER]: {
|
|
2994
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_CREATE_MARKER_INPUT_SCHEMA,
|
|
2995
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_MUTATION_OUTPUT_SCHEMA,
|
|
2850
2996
|
},
|
|
2851
|
-
[
|
|
2852
|
-
inputSchema:
|
|
2853
|
-
outputSchema:
|
|
2997
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_PRIMITIVE]: {
|
|
2998
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_CREATE_PRIMITIVE_INPUT_SCHEMA,
|
|
2999
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_MUTATION_OUTPUT_SCHEMA,
|
|
2854
3000
|
},
|
|
2855
|
-
[
|
|
2856
|
-
inputSchema:
|
|
2857
|
-
outputSchema:
|
|
3001
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_DELETE]: {
|
|
3002
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_DELETE_INPUT_SCHEMA,
|
|
3003
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_MUTATION_OUTPUT_SCHEMA,
|
|
2858
3004
|
},
|
|
2859
|
-
[
|
|
2860
|
-
inputSchema:
|
|
2861
|
-
outputSchema:
|
|
3005
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_REPARENT]: {
|
|
3006
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_REPARENT_INPUT_SCHEMA,
|
|
3007
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_MUTATION_OUTPUT_SCHEMA,
|
|
2862
3008
|
},
|
|
2863
|
-
[
|
|
2864
|
-
inputSchema:
|
|
2865
|
-
outputSchema:
|
|
3009
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_RENAME]: {
|
|
3010
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_RENAME_INPUT_SCHEMA,
|
|
3011
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_RENAME_OUTPUT_SCHEMA,
|
|
2866
3012
|
},
|
|
2867
|
-
[
|
|
2868
|
-
inputSchema:
|
|
2869
|
-
outputSchema:
|
|
3013
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_SELECT]: {
|
|
3014
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_SELECT_INPUT_SCHEMA,
|
|
3015
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_SELECT_OUTPUT_SCHEMA,
|
|
2870
3016
|
},
|
|
2871
|
-
[
|
|
2872
|
-
inputSchema:
|
|
2873
|
-
outputSchema:
|
|
3017
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_SET_TRANSFORM]: {
|
|
3018
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_SET_TRANSFORM_INPUT_SCHEMA,
|
|
3019
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_MUTATION_OUTPUT_SCHEMA,
|
|
2874
3020
|
},
|
|
2875
|
-
[
|
|
2876
|
-
inputSchema:
|
|
2877
|
-
outputSchema:
|
|
3021
|
+
[EDITOR_COMMAND_ID.PREFAB_NODE_SET_MARKER]: {
|
|
3022
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_SET_MARKER_INPUT_SCHEMA,
|
|
3023
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_MUTATION_OUTPUT_SCHEMA,
|
|
2878
3024
|
},
|
|
2879
|
-
[
|
|
2880
|
-
inputSchema:
|
|
2881
|
-
outputSchema:
|
|
3025
|
+
[EDITOR_COMMAND_ID.PREFAB_RESOLVE]: {
|
|
3026
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_RESOLVE_INPUT_SCHEMA,
|
|
3027
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_RESOLVE_OUTPUT_SCHEMA,
|
|
2882
3028
|
},
|
|
2883
|
-
[
|
|
2884
|
-
inputSchema:
|
|
2885
|
-
outputSchema:
|
|
3029
|
+
[EDITOR_COMMAND_ID.PREFAB_SCENE_GET]: {
|
|
3030
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_SCENE_GET_INPUT_SCHEMA,
|
|
3031
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_SCENE_GET_OUTPUT_SCHEMA,
|
|
2886
3032
|
},
|
|
2887
|
-
[
|
|
2888
|
-
inputSchema:
|
|
2889
|
-
outputSchema:
|
|
3033
|
+
[EDITOR_COMMAND_ID.PREFAB_SOURCE_STRUCTURE_GET]: {
|
|
3034
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_SOURCE_STRUCTURE_GET_INPUT_SCHEMA,
|
|
3035
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_SOURCE_STRUCTURE_GET_OUTPUT_SCHEMA,
|
|
2890
3036
|
},
|
|
2891
|
-
[
|
|
2892
|
-
inputSchema:
|
|
2893
|
-
outputSchema:
|
|
3037
|
+
[EDITOR_COMMAND_ID.PREFAB_STAGE_EXIT]: {
|
|
3038
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_EXIT_INPUT_SCHEMA,
|
|
3039
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_EXIT_OUTPUT_SCHEMA,
|
|
2894
3040
|
},
|
|
2895
|
-
[
|
|
2896
|
-
inputSchema:
|
|
2897
|
-
outputSchema:
|
|
3041
|
+
[EDITOR_COMMAND_ID.PREFAB_STAGE_OPEN]: {
|
|
3042
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_OPEN_INPUT_SCHEMA,
|
|
3043
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_OPEN_OUTPUT_SCHEMA,
|
|
2898
3044
|
},
|
|
2899
|
-
[
|
|
2900
|
-
inputSchema:
|
|
2901
|
-
outputSchema:
|
|
3045
|
+
[EDITOR_COMMAND_ID.PREFAB_STAGE_SAVE]: {
|
|
3046
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_ACTION_INPUT_SCHEMA,
|
|
3047
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_ACTION_OUTPUT_SCHEMA,
|
|
2902
3048
|
},
|
|
2903
|
-
[
|
|
2904
|
-
inputSchema:
|
|
2905
|
-
outputSchema:
|
|
3049
|
+
[EDITOR_COMMAND_ID.PREFAB_STAGE_DISCARD]: {
|
|
3050
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_ACTION_INPUT_SCHEMA,
|
|
3051
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_ACTION_OUTPUT_SCHEMA,
|
|
2906
3052
|
},
|
|
2907
|
-
[
|
|
2908
|
-
inputSchema:
|
|
2909
|
-
outputSchema:
|
|
3053
|
+
[EDITOR_COMMAND_ID.SCENE_OBJECTS_LIST]: {
|
|
3054
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_SCENE_OBJECTS_LIST_INPUT_SCHEMA,
|
|
3055
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_SCENE_OBJECTS_LIST_OUTPUT_SCHEMA,
|
|
2910
3056
|
},
|
|
2911
|
-
[
|
|
2912
|
-
inputSchema:
|
|
2913
|
-
outputSchema:
|
|
3057
|
+
[EDITOR_COMMAND_ID.SELECTION_SET]: {
|
|
3058
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_SELECTION_SET_INPUT_SCHEMA,
|
|
3059
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_SELECTION_SET_OUTPUT_SCHEMA,
|
|
2914
3060
|
},
|
|
2915
|
-
[
|
|
2916
|
-
inputSchema:
|
|
2917
|
-
outputSchema:
|
|
3061
|
+
[EDITOR_COMMAND_ID.SHADOW_POLICY_GET]: {
|
|
3062
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_POLICY_GET_INPUT_SCHEMA,
|
|
3063
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_POLICY_GET_OUTPUT_SCHEMA,
|
|
2918
3064
|
},
|
|
2919
|
-
[
|
|
2920
|
-
inputSchema:
|
|
2921
|
-
outputSchema:
|
|
3065
|
+
[EDITOR_COMMAND_ID.SHADOW_POLICY_SET]: {
|
|
3066
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_POLICY_SET_INPUT_SCHEMA,
|
|
3067
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_POLICY_SET_OUTPUT_SCHEMA,
|
|
2922
3068
|
},
|
|
2923
|
-
[
|
|
2924
|
-
inputSchema:
|
|
2925
|
-
outputSchema:
|
|
3069
|
+
[EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_CONFIG_GET]: {
|
|
3070
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_CONFIG_GET_INPUT_SCHEMA,
|
|
3071
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_CONFIG_GET_OUTPUT_SCHEMA,
|
|
2926
3072
|
},
|
|
2927
|
-
[
|
|
2928
|
-
inputSchema:
|
|
2929
|
-
outputSchema:
|
|
3073
|
+
[EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_POLICY_GET]: {
|
|
3074
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_POLICY_INPUT_SCHEMA,
|
|
3075
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_POLICY_OUTPUT_SCHEMA,
|
|
2930
3076
|
},
|
|
2931
|
-
[
|
|
2932
|
-
inputSchema:
|
|
2933
|
-
outputSchema:
|
|
3077
|
+
[EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_POLICY_SET]: {
|
|
3078
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_POLICY_SET_INPUT_SCHEMA,
|
|
3079
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_POLICY_SET_OUTPUT_SCHEMA,
|
|
2934
3080
|
},
|
|
2935
|
-
[
|
|
2936
|
-
inputSchema:
|
|
2937
|
-
outputSchema:
|
|
3081
|
+
[EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_PLAN_PREVIEW]: {
|
|
3082
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_PLAN_PREVIEW_INPUT_SCHEMA,
|
|
3083
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_PLAN_PREVIEW_OUTPUT_SCHEMA,
|
|
2938
3084
|
},
|
|
2939
|
-
[
|
|
2940
|
-
inputSchema:
|
|
2941
|
-
outputSchema:
|
|
3085
|
+
[EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_RUNTIME_SNAPSHOT]: {
|
|
3086
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_RUNTIME_SNAPSHOT_INPUT_SCHEMA,
|
|
3087
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_RUNTIME_SNAPSHOT_OUTPUT_SCHEMA,
|
|
2942
3088
|
},
|
|
2943
|
-
[
|
|
2944
|
-
inputSchema:
|
|
2945
|
-
outputSchema:
|
|
3089
|
+
[EDITOR_COMMAND_ID.SHADOW_DEBUG_INSPECT]: {
|
|
3090
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_INSPECT_INPUT_SCHEMA,
|
|
3091
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_INSPECT_OUTPUT_SCHEMA,
|
|
2946
3092
|
},
|
|
2947
|
-
[
|
|
2948
|
-
inputSchema:
|
|
2949
|
-
outputSchema:
|
|
3093
|
+
[EDITOR_COMMAND_ID.SHADOW_DEBUG_CONTEXT_CLEAR]: {
|
|
3094
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_CONTEXT_CLEAR_INPUT_SCHEMA,
|
|
3095
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_CONTEXT_CLEAR_OUTPUT_SCHEMA,
|
|
2950
3096
|
},
|
|
2951
|
-
[
|
|
2952
|
-
inputSchema:
|
|
2953
|
-
outputSchema:
|
|
3097
|
+
[EDITOR_COMMAND_ID.SHADOW_DEBUG_CONTEXT_ENTER]: {
|
|
3098
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_CONTEXT_ENTER_INPUT_SCHEMA,
|
|
3099
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_CONTEXT_ENTER_OUTPUT_SCHEMA,
|
|
2954
3100
|
},
|
|
2955
|
-
[
|
|
2956
|
-
inputSchema:
|
|
2957
|
-
outputSchema:
|
|
3101
|
+
[EDITOR_COMMAND_ID.SHADOW_DEBUG_OVERLAY_CLEAR]: {
|
|
3102
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_OVERLAY_CLEAR_INPUT_SCHEMA,
|
|
3103
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_OVERLAY_CLEAR_OUTPUT_SCHEMA,
|
|
2958
3104
|
},
|
|
2959
|
-
[
|
|
2960
|
-
inputSchema:
|
|
2961
|
-
outputSchema:
|
|
3105
|
+
[EDITOR_COMMAND_ID.SHADOW_DEBUG_OVERLAY_SET]: {
|
|
3106
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_OVERLAY_SET_INPUT_SCHEMA,
|
|
3107
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_OVERLAY_SET_OUTPUT_SCHEMA,
|
|
2962
3108
|
},
|
|
2963
|
-
[
|
|
2964
|
-
inputSchema:
|
|
2965
|
-
outputSchema:
|
|
3109
|
+
[EDITOR_COMMAND_ID.SHADOW_DEBUG_VISIBILITY_MEASURE]: {
|
|
3110
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_VISIBILITY_MEASURE_INPUT_SCHEMA,
|
|
3111
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_VISIBILITY_MEASURE_OUTPUT_SCHEMA,
|
|
2966
3112
|
},
|
|
2967
|
-
[
|
|
2968
|
-
inputSchema:
|
|
2969
|
-
outputSchema:
|
|
3113
|
+
[EDITOR_COMMAND_ID.SHADOW_RECEIVERS_LIST]: {
|
|
3114
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_RECEIVERS_LIST_INPUT_SCHEMA,
|
|
3115
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_RECEIVERS_LIST_OUTPUT_SCHEMA,
|
|
2970
3116
|
},
|
|
2971
|
-
[
|
|
2972
|
-
inputSchema:
|
|
2973
|
-
outputSchema:
|
|
3117
|
+
[EDITOR_COMMAND_ID.SHADOW_RESOLVE_PREVIEW]: {
|
|
3118
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_RESOLVE_PREVIEW_INPUT_SCHEMA,
|
|
3119
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_RESOLVE_PREVIEW_OUTPUT_SCHEMA,
|
|
2974
3120
|
},
|
|
2975
|
-
[
|
|
2976
|
-
inputSchema:
|
|
2977
|
-
outputSchema:
|
|
3121
|
+
[EDITOR_COMMAND_ID.SHADOW_STATIC_BAKE]: {
|
|
3122
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_STATIC_BAKE_INPUT_SCHEMA,
|
|
3123
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_STATIC_BAKE_OUTPUT_SCHEMA,
|
|
2978
3124
|
},
|
|
2979
|
-
[
|
|
2980
|
-
inputSchema:
|
|
2981
|
-
outputSchema:
|
|
3125
|
+
[EDITOR_COMMAND_ID.SHADOW_STATIC_INVALIDATE]: {
|
|
3126
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_STATIC_INVALIDATE_INPUT_SCHEMA,
|
|
3127
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_SHADOW_STATIC_INVALIDATE_OUTPUT_SCHEMA,
|
|
2982
3128
|
},
|
|
2983
|
-
[
|
|
2984
|
-
inputSchema:
|
|
2985
|
-
outputSchema:
|
|
3129
|
+
[EDITOR_COMMAND_ID.TRANSFORM_MOVE]: {
|
|
3130
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_TRANSFORM_MOVE_INPUT_SCHEMA,
|
|
3131
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_TRANSFORM_MOVE_OUTPUT_SCHEMA,
|
|
2986
3132
|
},
|
|
2987
|
-
[
|
|
2988
|
-
inputSchema:
|
|
2989
|
-
outputSchema:
|
|
3133
|
+
[EDITOR_COMMAND_ID.TRANSFORM_SET]: {
|
|
3134
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_TRANSFORM_SET_INPUT_SCHEMA,
|
|
3135
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_TRANSFORM_MOVE_OUTPUT_SCHEMA,
|
|
2990
3136
|
},
|
|
2991
|
-
[
|
|
2992
|
-
inputSchema:
|
|
2993
|
-
outputSchema:
|
|
3137
|
+
[EDITOR_COMMAND_ID.VIEWPORT_CAMERA_GET]: {
|
|
3138
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_GET_INPUT_SCHEMA,
|
|
3139
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_STATE_SCHEMA,
|
|
2994
3140
|
},
|
|
2995
|
-
[
|
|
2996
|
-
inputSchema:
|
|
2997
|
-
outputSchema:
|
|
3141
|
+
[EDITOR_COMMAND_ID.VIEWPORT_CAMERA_ORBIT]: {
|
|
3142
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_ORBIT_INPUT_SCHEMA,
|
|
3143
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_SET_PRESET_OUTPUT_SCHEMA,
|
|
2998
3144
|
},
|
|
2999
|
-
[
|
|
3000
|
-
inputSchema:
|
|
3001
|
-
outputSchema:
|
|
3145
|
+
[EDITOR_COMMAND_ID.VIEWPORT_CAMERA_SET_PRESET]: {
|
|
3146
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_SET_PRESET_INPUT_SCHEMA,
|
|
3147
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_SET_PRESET_OUTPUT_SCHEMA,
|
|
3002
3148
|
},
|
|
3003
|
-
[
|
|
3004
|
-
inputSchema:
|
|
3005
|
-
outputSchema:
|
|
3149
|
+
[EDITOR_COMMAND_ID.VIEWPORT_FRAME_SELECTION]: {
|
|
3150
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_VIEWPORT_FRAME_SELECTION_INPUT_SCHEMA,
|
|
3151
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_VIEWPORT_FRAME_SELECTION_OUTPUT_SCHEMA,
|
|
3006
3152
|
},
|
|
3007
|
-
[
|
|
3008
|
-
inputSchema:
|
|
3009
|
-
outputSchema:
|
|
3153
|
+
[EDITOR_COMMAND_ID.VIEWPORT_FOCUS_OBJECT]: {
|
|
3154
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_VIEWPORT_FOCUS_OBJECT_INPUT_SCHEMA,
|
|
3155
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_VIEWPORT_FOCUS_OBJECT_OUTPUT_SCHEMA,
|
|
3010
3156
|
},
|
|
3011
|
-
[
|
|
3012
|
-
inputSchema:
|
|
3013
|
-
outputSchema:
|
|
3157
|
+
[EDITOR_COMMAND_ID.VIEWPORT_ISOLATION_ENTER]: {
|
|
3158
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_VIEWPORT_ISOLATION_ENTER_INPUT_SCHEMA,
|
|
3159
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_MUTATION_OUTPUT_SCHEMA,
|
|
3014
3160
|
},
|
|
3015
|
-
[
|
|
3016
|
-
inputSchema:
|
|
3017
|
-
outputSchema:
|
|
3161
|
+
[EDITOR_COMMAND_ID.VIEWPORT_VISIBILITY_CLEAR]: {
|
|
3162
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_CLEAR_INPUT_SCHEMA,
|
|
3163
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_MUTATION_OUTPUT_SCHEMA,
|
|
3018
3164
|
},
|
|
3019
|
-
[
|
|
3020
|
-
inputSchema:
|
|
3021
|
-
outputSchema:
|
|
3165
|
+
[EDITOR_COMMAND_ID.VIEWPORT_VISIBILITY_SET]: {
|
|
3166
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_SET_INPUT_SCHEMA,
|
|
3167
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_MUTATION_OUTPUT_SCHEMA,
|
|
3022
3168
|
},
|
|
3023
|
-
[
|
|
3024
|
-
inputSchema:
|
|
3025
|
-
outputSchema:
|
|
3169
|
+
[EDITOR_COMMAND_ID.VIEWPORT_VISIBILITY_SNAPSHOT]: {
|
|
3170
|
+
inputSchema: EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_SNAPSHOT_INPUT_SCHEMA,
|
|
3171
|
+
outputSchema: EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_SNAPSHOT_OUTPUT_SCHEMA,
|
|
3026
3172
|
},
|
|
3027
3173
|
};
|
|
3028
|
-
//# sourceMappingURL=
|
|
3174
|
+
//# sourceMappingURL=editor-command-capabilities.js.map
|