@almadar/std 16.205.0 → 16.206.0
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/behaviors/lolo/ml/organisms/std-escalating-decision.lolo +3 -3
- package/behaviors/lolo/ui/core/atoms/std-modal-editor.lolo +265 -13
- package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +5 -5
- package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-menu.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/std-area-fill.lolo +8 -3
- package/behaviors/lolo/ui/game/atoms/std-choice-gate.lolo +7 -3
- package/behaviors/lolo/ui/game/atoms/std-coef-pad.lolo +8 -3
- package/behaviors/lolo/ui/game/atoms/std-gate-lock.lolo +8 -3
- package/behaviors/lolo/ui/game/atoms/std-loop-lock.lolo +7 -3
- package/behaviors/lolo/ui/game/atoms/std-pad-lock.lolo +10 -3
- package/behaviors/lolo/ui/game/atoms/std-patrol-hazard.lolo +9 -3
- package/behaviors/lolo/ui/game/atoms/std-pickup.lolo +29 -5
- package/behaviors/lolo/ui/game/atoms/std-platformer-body.lolo +36 -14
- package/behaviors/lolo/ui/game/atoms/std-velocity-gate.lolo +7 -3
- package/behaviors/lolo/ui/learning/atoms/std-learn-slope-probe.lolo +12 -6
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +27 -0
- package/behaviors/registry/agent/atoms/std-agent-context.orb +47 -0
- package/behaviors/registry/agent/atoms/std-agent-fix-loop.orb +57 -1
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +88 -1
- package/behaviors/registry/agent/atoms/std-agent-planner.orb +58 -1
- package/behaviors/registry/agent/atoms/std-agent-session.orb +95 -1
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -1
- package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +74 -1
- package/behaviors/registry/agent/atoms/std-agent-trace.orb +38 -0
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +70 -1
- package/behaviors/registry/agent/organisms/std-agent-rabit.orb +239 -2
- package/behaviors/registry/infra/atoms/std-anim-tick.orb +24 -0
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +73 -20
- package/behaviors/registry/infra/atoms/std-audit-capture.orb +38 -0
- package/behaviors/registry/infra/atoms/std-cache-aside.orb +45 -62
- package/behaviors/registry/infra/atoms/std-calendar-sync.orb +113 -1
- package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +32 -0
- package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +38 -32
- package/behaviors/registry/infra/atoms/std-cooldown.orb +28 -0
- package/behaviors/registry/infra/atoms/std-cross-reference.orb +55 -1
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +52 -16
- package/behaviors/registry/infra/atoms/std-game-clock.orb +20 -0
- package/behaviors/registry/infra/atoms/std-lifecycle.orb +34 -0
- package/behaviors/registry/infra/atoms/std-migration-job.orb +165 -1
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +23 -16
- package/behaviors/registry/infra/atoms/std-notification-center.orb +119 -1
- package/behaviors/registry/infra/atoms/std-notify-on-event.orb +162 -1
- package/behaviors/registry/infra/atoms/std-rate-limiter.orb +32 -28
- package/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +30 -0
- package/behaviors/registry/infra/atoms/std-row-access-control.orb +58 -1
- package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +34 -1
- package/behaviors/registry/infra/organisms/std-status-lifecycle-control.orb +33 -2
- package/behaviors/registry/ml/atoms/std-data-collector.orb +18 -0
- package/behaviors/registry/ml/atoms/std-graph-builder.orb +41 -1
- package/behaviors/registry/ml/atoms/std-ml-classify.orb +67 -1
- package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +18 -0
- package/behaviors/registry/ml/atoms/std-ml-infer.orb +125 -1
- package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +34 -0
- package/behaviors/registry/ml/atoms/std-ml-lookup.orb +18 -0
- package/behaviors/registry/ml/atoms/std-ml-posterior.orb +42 -0
- package/behaviors/registry/ml/atoms/std-ml-similarity.orb +82 -1
- package/behaviors/registry/ml/atoms/std-tokenizer.orb +30 -0
- package/behaviors/registry/ml/atoms/std-weight-validator.orb +60 -1
- package/behaviors/registry/ml/organisms/std-escalating-decision.orb +122 -13
- package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +51 -4
- package/behaviors/registry/ui/avl/atoms/ui-behavior-view.orb +6 -0
- package/behaviors/registry/ui/avl/atoms/ui-module-card.orb +6 -0
- package/behaviors/registry/ui/core/atoms/std-app-layout.orb +10 -0
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +110 -1
- package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +119 -2
- package/behaviors/registry/ui/core/atoms/std-board.orb +180 -1
- package/behaviors/registry/ui/core/atoms/std-browse.orb +143 -6
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +59 -1
- package/behaviors/registry/ui/core/atoms/std-confirmation.orb +18 -0
- package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +13 -2
- package/behaviors/registry/ui/core/atoms/std-date-range.orb +14 -0
- package/behaviors/registry/ui/core/atoms/std-detail-layout.orb +13 -0
- package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +39 -4
- package/behaviors/registry/ui/core/atoms/std-esign-request.orb +20 -6
- package/behaviors/registry/ui/core/atoms/std-event-log.orb +146 -1
- package/behaviors/registry/ui/core/atoms/std-export.orb +35 -4
- package/behaviors/registry/ui/core/atoms/std-file-store.orb +26 -0
- package/behaviors/registry/ui/core/atoms/std-filter.orb +57 -1
- package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +66 -1
- package/behaviors/registry/ui/core/atoms/std-gallery.orb +44 -18
- package/behaviors/registry/ui/core/atoms/std-geosearch.orb +22 -0
- package/behaviors/registry/ui/core/atoms/std-graphs.orb +71 -1
- package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +67 -1
- package/behaviors/registry/ui/core/atoms/std-import.orb +69 -4
- package/behaviors/registry/ui/core/atoms/std-list.orb +36 -6
- package/behaviors/registry/ui/core/atoms/std-modal-editor.orb +1865 -169
- package/behaviors/registry/ui/core/atoms/std-modal.orb +44 -1
- package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +201 -1
- package/behaviors/registry/ui/core/atoms/std-notification-panel.orb +24 -1
- package/behaviors/registry/ui/core/atoms/std-pagination.orb +35 -1
- package/behaviors/registry/ui/core/atoms/std-rating-review.orb +159 -1
- package/behaviors/registry/ui/core/atoms/std-record-detail.orb +144 -1
- package/behaviors/registry/ui/core/atoms/std-recurrence.orb +103 -1
- package/behaviors/registry/ui/core/atoms/std-related.orb +14 -0
- package/behaviors/registry/ui/core/atoms/std-saved-search.orb +30 -0
- package/behaviors/registry/ui/core/atoms/std-scatter.orb +51 -1
- package/behaviors/registry/ui/core/atoms/std-search.orb +10 -0
- package/behaviors/registry/ui/core/atoms/std-selection.orb +28 -1
- package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +18 -0
- package/behaviors/registry/ui/core/atoms/std-stats.orb +153 -1
- package/behaviors/registry/ui/core/atoms/std-step-flow.orb +154 -1
- package/behaviors/registry/ui/core/atoms/std-tabs.orb +41 -1
- package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +34 -0
- package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +48 -1
- package/behaviors/registry/ui/core/atoms/std-thread.orb +30 -0
- package/behaviors/registry/ui/core/atoms/std-tree.orb +36 -1
- package/behaviors/registry/ui/core/atoms/std-version-history.orb +54 -0
- package/behaviors/registry/ui/core/atoms/std-vote.orb +22 -0
- package/behaviors/registry/ui/core/atoms/std-wizard.orb +130 -1
- package/behaviors/registry/ui/core/atoms/ui-aside.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-avatar.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-box.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-button.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-card.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-center.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-checkbox.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-day-cell.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-dialog.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-divider.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-flip-container.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-game-icon.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-hstack.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-icon.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-input.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-label.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-overlay.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-presence.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-radio.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-range-slider.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-section-header.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-select.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-spacer.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-sparkline.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-spinner.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-stack.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-status-dot.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-node.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-switch.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-textarea.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-typography.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-vstack.orb +6 -0
- package/behaviors/registry/ui/core/molecules/std-stat-rows.orb +24 -1
- package/behaviors/registry/ui/core/molecules/ui-accordion.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-activation-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-alert.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-bloom-quiz-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-carousel.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-chart.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +38 -4
- package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-confirm-dialog.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-connection-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-container.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-search.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-document-details.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-document-panel.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-drawer.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-emoji-picker.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-empty-state.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-error-state.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-file-tree.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-flex.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-flip-card.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +10 -1
- package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-form-field.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-form-layout.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-fx-overlay.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-graph-view.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-grid.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-header.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-import-progress.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-import-source-picker.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-input-group.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-jazari-state-machine.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-lightbox.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-line-chart.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-loading-state.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-map-view.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-menu.orb +21 -0
- package/behaviors/registry/ui/core/molecules/ui-meter.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-modal.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-navigation.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-notification.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-page-header.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-page-transition.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-pagination.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-popover.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-reflection-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-relation-select.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-rich-text-editor.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-search-input.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-section.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-side-panel.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-sidebar.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-skeleton.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-social-proof.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-split.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-star-rating.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-tabs.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-tag-input.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-tooltip.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-version-diff.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-chat-bar.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-code-runner-panel.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-dock-layout.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-form-section.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-form.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-split-pane.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +10 -0
- package/behaviors/registry/ui/core/templates/ui-counter-template.orb +10 -0
- package/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +6 -0
- package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-arcade-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +89 -1
- package/behaviors/registry/ui/game/atoms/std-area-fill.orb +219 -4
- package/behaviors/registry/ui/game/atoms/std-audio-cue.orb +30 -0
- package/behaviors/registry/ui/game/atoms/std-camera-rig.orb +63 -0
- package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +133 -1
- package/behaviors/registry/ui/game/atoms/std-choice-gate.orb +122 -3
- package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +159 -3
- package/behaviors/registry/ui/game/atoms/std-curve-fog.orb +26 -1
- package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +150 -1
- package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +18 -0
- package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +15 -0
- package/behaviors/registry/ui/game/atoms/std-fx-trail.orb +40 -1
- package/behaviors/registry/ui/game/atoms/std-gate-lock.orb +120 -3
- package/behaviors/registry/ui/game/atoms/std-gather.orb +180 -1
- package/behaviors/registry/ui/game/atoms/std-gold.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +130 -1
- package/behaviors/registry/ui/game/atoms/std-hero-nav.orb +92 -1
- package/behaviors/registry/ui/game/atoms/std-lives.orb +38 -0
- package/behaviors/registry/ui/game/atoms/std-loop-lock.orb +117 -3
- package/behaviors/registry/ui/game/atoms/std-market-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-motion-body.orb +68 -1
- package/behaviors/registry/ui/game/atoms/std-objective-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +184 -1
- package/behaviors/registry/ui/game/atoms/std-pad-lock.orb +118 -3
- package/behaviors/registry/ui/game/atoms/std-patience.orb +215 -1
- package/behaviors/registry/ui/game/atoms/std-patrol-hazard.orb +161 -3
- package/behaviors/registry/ui/game/atoms/std-pickup.orb +387 -24
- package/behaviors/registry/ui/game/atoms/std-platformer-body.orb +505 -17
- package/behaviors/registry/ui/game/atoms/std-production.orb +14 -0
- package/behaviors/registry/ui/game/atoms/std-round-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-score.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-survival-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-tutorial-autodemo.orb +117 -1
- package/behaviors/registry/ui/game/atoms/std-tutorial-overlay.orb +36 -0
- package/behaviors/registry/ui/game/atoms/std-velocity-gate.orb +140 -3
- package/behaviors/registry/ui/game/atoms/std-xp.orb +22 -0
- package/behaviors/registry/ui/game/atoms/std-zone-card.orb +70 -1
- package/behaviors/registry/ui/game/atoms/ui-action-palette.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-action-tile.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-canvas-2d.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-canvas.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-choice-button.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-control-button.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-control-grid.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-dialogue-bubble.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-fx-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-group.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-mesh.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-shape.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-text.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-audio-cue.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-audio-toggle.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-health-bar.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-score-display.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-sequence-bar.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-state-graph.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-state-json-view.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-timer-display.orb +84 -1
- package/behaviors/registry/ui/game/atoms/ui-trait-slot.orb +10 -0
- package/behaviors/registry/ui/game/organisms/std-arcade-board-3d.orb +567 -8
- package/behaviors/registry/ui/game/organisms/std-crew-board-2d.orb +545 -6
- package/behaviors/registry/ui/game/organisms/std-dungeon-board-2d.orb +804 -10
- package/behaviors/registry/ui/game/organisms/std-market-board-3d.orb +597 -8
- package/behaviors/registry/ui/game/organisms/std-objective-board-3d.orb +565 -8
- package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +561 -6
- package/behaviors/registry/ui/game/organisms/std-platformer-puzzle.orb +12 -0
- package/behaviors/registry/ui/game/organisms/std-survival-board-3d.orb +551 -8
- package/behaviors/registry/ui/game/organisms/std-tactics-board-2d.orb +667 -12
- package/behaviors/registry/ui/game/organisms/std-tactics-board-3d.orb +707 -8
- package/behaviors/registry/ui/game/organisms/std-worldmap-board-2d.orb +506 -6
- package/behaviors/registry/ui/game/templates/ui-game-shell.orb +115 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-arrangement.orb +201 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-classify.orb +325 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-compare.orb +108 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-coupled-sim.orb +147 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-derivation.orb +190 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-diagram.orb +111 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-doser.orb +164 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-estimate.orb +105 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +169 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-goal-seek.orb +128 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-grid-sim.orb +123 -2
- package/behaviors/registry/ui/learning/atoms/std-learn-hotspot.orb +178 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-live-sim.orb +105 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-measure.orb +145 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-param-explorer.orb +100 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-perturb.orb +133 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-predict.orb +247 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-sample-accumulator.orb +180 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-sandbox.orb +135 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-scatter-fit.orb +206 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-scenario.orb +129 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-sim-3d.orb +53 -0
- package/behaviors/registry/ui/learning/atoms/std-learn-slope-probe.orb +168 -8
- package/behaviors/registry/ui/learning/atoms/std-learn-speed-drill.orb +135 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-stepper.orb +254 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-tour-3d.orb +315 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-trace-player.orb +131 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-transport.orb +57 -0
- package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +214 -1
- package/behaviors/registry/ui/learning/atoms/ui-algo-graph-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/std-marketing-article.orb +1 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-cta.orb +14 -0
- package/behaviors/registry/ui/marketing/atoms/std-marketing-features.orb +37 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-footer.orb +52 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-hero.orb +14 -0
- package/behaviors/registry/ui/marketing/atoms/std-marketing-nav.orb +25 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-pricing.orb +59 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-showcase.orb +62 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-split.orb +1 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-stats.orb +15 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-steps.orb +28 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-team.orb +33 -2
- package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-article-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-case-study-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-community-links.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-cta-banner.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-feature-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-geometric-pattern.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-hero-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-install-box.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-marketing-footer.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-marketing-stat-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pricing-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pricing-grid.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pull-quote.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-service-catalog.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-showcase-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-split-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-stats-grid.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-step-flow.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-tag-cloud.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-team-card.orb +6 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +6 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +6 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-auth-layout.orb +6 -0
- package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +10 -0
- package/dist/behaviors/exports-reader.js +3799 -3
- package/dist/behaviors/functions/index.d.ts +59 -31
- package/dist/behaviors/functions/index.js +3799 -3
- package/dist/behaviors/index.js +3799 -3
- package/dist/behaviors/query.d.ts +6 -0
- package/dist/behaviors/query.js +3799 -3
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +25 -25
- package/dist/behaviors-registry.json +9320 -88
- package/dist/index.js +3799 -3
- package/dist/knob-embeddings.hash.json +3 -3
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +1 -1
- package/package.json +2 -2
|
@@ -1923,6 +1923,27 @@ function stdAgentCompletionAgentCompletionOrbital(params = {}) {
|
|
|
1923
1923
|
traits: [
|
|
1924
1924
|
{
|
|
1925
1925
|
"category": "lifecycle",
|
|
1926
|
+
"effectRow": [
|
|
1927
|
+
{
|
|
1928
|
+
"kind": "emit",
|
|
1929
|
+
"resource": "COMPLETED"
|
|
1930
|
+
},
|
|
1931
|
+
{
|
|
1932
|
+
"kind": "llm/generate"
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"kind": "set",
|
|
1936
|
+
"resource": "@entity.prompt"
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"kind": "set",
|
|
1940
|
+
"resource": "@entity.response"
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"kind": "set",
|
|
1944
|
+
"resource": "@entity.status"
|
|
1945
|
+
}
|
|
1946
|
+
],
|
|
1926
1947
|
"emits": [
|
|
1927
1948
|
{
|
|
1928
1949
|
"event": "COMPLETED",
|
|
@@ -2133,6 +2154,12 @@ function stdAgentCompletionAgentCompletionOrbital(params = {}) {
|
|
|
2133
2154
|
},
|
|
2134
2155
|
{
|
|
2135
2156
|
"category": "lifecycle",
|
|
2157
|
+
"effectRow": [
|
|
2158
|
+
{
|
|
2159
|
+
"kind": "set",
|
|
2160
|
+
"resource": "@entity.status"
|
|
2161
|
+
}
|
|
2162
|
+
],
|
|
2136
2163
|
"linkedEntity": "Completion",
|
|
2137
2164
|
"listens": [
|
|
2138
2165
|
{
|
|
@@ -2410,6 +2437,23 @@ function stdAgentContextAgentContextOrbital(params = {}) {
|
|
|
2410
2437
|
traits: [
|
|
2411
2438
|
{
|
|
2412
2439
|
"category": "lifecycle",
|
|
2440
|
+
"effectRow": [
|
|
2441
|
+
{
|
|
2442
|
+
"kind": "emit",
|
|
2443
|
+
"resource": "COUNTED"
|
|
2444
|
+
},
|
|
2445
|
+
{
|
|
2446
|
+
"kind": "llm/token-count"
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
"kind": "set",
|
|
2450
|
+
"resource": "@entity.status"
|
|
2451
|
+
},
|
|
2452
|
+
{
|
|
2453
|
+
"kind": "set",
|
|
2454
|
+
"resource": "@entity.tokenCount"
|
|
2455
|
+
}
|
|
2456
|
+
],
|
|
2413
2457
|
"emits": [
|
|
2414
2458
|
{
|
|
2415
2459
|
"event": "COUNTED",
|
|
@@ -2602,6 +2646,30 @@ function stdAgentContextAgentContextOrbital(params = {}) {
|
|
|
2602
2646
|
},
|
|
2603
2647
|
{
|
|
2604
2648
|
"category": "lifecycle",
|
|
2649
|
+
"effectRow": [
|
|
2650
|
+
{
|
|
2651
|
+
"kind": "emit",
|
|
2652
|
+
"resource": "COMPACTED"
|
|
2653
|
+
},
|
|
2654
|
+
{
|
|
2655
|
+
"kind": "llm/compact"
|
|
2656
|
+
},
|
|
2657
|
+
{
|
|
2658
|
+
"kind": "llm/token-count"
|
|
2659
|
+
},
|
|
2660
|
+
{
|
|
2661
|
+
"kind": "set",
|
|
2662
|
+
"resource": "@entity.afterTokens"
|
|
2663
|
+
},
|
|
2664
|
+
{
|
|
2665
|
+
"kind": "set",
|
|
2666
|
+
"resource": "@entity.beforeTokens"
|
|
2667
|
+
},
|
|
2668
|
+
{
|
|
2669
|
+
"kind": "set",
|
|
2670
|
+
"resource": "@entity.status"
|
|
2671
|
+
}
|
|
2672
|
+
],
|
|
2605
2673
|
"emits": [
|
|
2606
2674
|
{
|
|
2607
2675
|
"event": "COMPACTED",
|
|
@@ -2936,6 +3004,12 @@ function stdAgentContextAgentContextOrbital(params = {}) {
|
|
|
2936
3004
|
},
|
|
2937
3005
|
{
|
|
2938
3006
|
"category": "lifecycle",
|
|
3007
|
+
"effectRow": [
|
|
3008
|
+
{
|
|
3009
|
+
"kind": "set",
|
|
3010
|
+
"resource": "@entity.status"
|
|
3011
|
+
}
|
|
3012
|
+
],
|
|
2939
3013
|
"linkedEntity": "ContextWindow",
|
|
2940
3014
|
"listens": [
|
|
2941
3015
|
{
|
|
@@ -3266,6 +3340,34 @@ function stdAgentFixLoopAgentFixLoopOrbital(params = {}) {
|
|
|
3266
3340
|
traits: [
|
|
3267
3341
|
{
|
|
3268
3342
|
"category": "lifecycle",
|
|
3343
|
+
"effectRow": [
|
|
3344
|
+
{
|
|
3345
|
+
"kind": "emit",
|
|
3346
|
+
"resource": "FIX_APPLIED"
|
|
3347
|
+
},
|
|
3348
|
+
{
|
|
3349
|
+
"kind": "llm/generate"
|
|
3350
|
+
},
|
|
3351
|
+
{
|
|
3352
|
+
"kind": "set",
|
|
3353
|
+
"resource": "@entity.errors"
|
|
3354
|
+
},
|
|
3355
|
+
{
|
|
3356
|
+
"kind": "set",
|
|
3357
|
+
"resource": "@entity.fixPrompt"
|
|
3358
|
+
},
|
|
3359
|
+
{
|
|
3360
|
+
"kind": "set",
|
|
3361
|
+
"resource": "@entity.orbitalName"
|
|
3362
|
+
},
|
|
3363
|
+
{
|
|
3364
|
+
"kind": "set",
|
|
3365
|
+
"resource": "@entity.status"
|
|
3366
|
+
},
|
|
3367
|
+
{
|
|
3368
|
+
"kind": "validate/validate"
|
|
3369
|
+
}
|
|
3370
|
+
],
|
|
3269
3371
|
"emits": [
|
|
3270
3372
|
{
|
|
3271
3373
|
"event": "FIX_APPLIED",
|
|
@@ -3479,6 +3581,12 @@ function stdAgentFixLoopAgentFixLoopOrbital(params = {}) {
|
|
|
3479
3581
|
},
|
|
3480
3582
|
{
|
|
3481
3583
|
"category": "lifecycle",
|
|
3584
|
+
"effectRow": [
|
|
3585
|
+
{
|
|
3586
|
+
"kind": "set",
|
|
3587
|
+
"resource": "@entity.status"
|
|
3588
|
+
}
|
|
3589
|
+
],
|
|
3482
3590
|
"linkedEntity": "FixLoop",
|
|
3483
3591
|
"listens": [
|
|
3484
3592
|
{
|
|
@@ -3791,6 +3899,39 @@ function stdAgentMemoryAgentMemoryOrbital(params = {}) {
|
|
|
3791
3899
|
traits: [
|
|
3792
3900
|
{
|
|
3793
3901
|
"category": "lifecycle",
|
|
3902
|
+
"effectRow": [
|
|
3903
|
+
{
|
|
3904
|
+
"kind": "emit",
|
|
3905
|
+
"resource": "RECALLED"
|
|
3906
|
+
},
|
|
3907
|
+
{
|
|
3908
|
+
"kind": "memory/recall"
|
|
3909
|
+
},
|
|
3910
|
+
{
|
|
3911
|
+
"kind": "set",
|
|
3912
|
+
"resource": "@entity.category"
|
|
3913
|
+
},
|
|
3914
|
+
{
|
|
3915
|
+
"kind": "set",
|
|
3916
|
+
"resource": "@entity.content"
|
|
3917
|
+
},
|
|
3918
|
+
{
|
|
3919
|
+
"kind": "set",
|
|
3920
|
+
"resource": "@entity.memoryId"
|
|
3921
|
+
},
|
|
3922
|
+
{
|
|
3923
|
+
"kind": "set",
|
|
3924
|
+
"resource": "@entity.query"
|
|
3925
|
+
},
|
|
3926
|
+
{
|
|
3927
|
+
"kind": "set",
|
|
3928
|
+
"resource": "@entity.results"
|
|
3929
|
+
},
|
|
3930
|
+
{
|
|
3931
|
+
"kind": "set",
|
|
3932
|
+
"resource": "@entity.status"
|
|
3933
|
+
}
|
|
3934
|
+
],
|
|
3794
3935
|
"emits": [
|
|
3795
3936
|
{
|
|
3796
3937
|
"event": "RECALLED",
|
|
@@ -4023,6 +4164,31 @@ function stdAgentMemoryAgentMemoryOrbital(params = {}) {
|
|
|
4023
4164
|
},
|
|
4024
4165
|
{
|
|
4025
4166
|
"category": "lifecycle",
|
|
4167
|
+
"effectRow": [
|
|
4168
|
+
{
|
|
4169
|
+
"kind": "emit",
|
|
4170
|
+
"resource": "STORED"
|
|
4171
|
+
},
|
|
4172
|
+
{
|
|
4173
|
+
"kind": "memory/store"
|
|
4174
|
+
},
|
|
4175
|
+
{
|
|
4176
|
+
"kind": "set",
|
|
4177
|
+
"resource": "@entity.category"
|
|
4178
|
+
},
|
|
4179
|
+
{
|
|
4180
|
+
"kind": "set",
|
|
4181
|
+
"resource": "@entity.content"
|
|
4182
|
+
},
|
|
4183
|
+
{
|
|
4184
|
+
"kind": "set",
|
|
4185
|
+
"resource": "@entity.memoryId"
|
|
4186
|
+
},
|
|
4187
|
+
{
|
|
4188
|
+
"kind": "set",
|
|
4189
|
+
"resource": "@entity.status"
|
|
4190
|
+
}
|
|
4191
|
+
],
|
|
4026
4192
|
"emits": [
|
|
4027
4193
|
{
|
|
4028
4194
|
"event": "STORED",
|
|
@@ -4261,6 +4427,12 @@ function stdAgentMemoryAgentMemoryOrbital(params = {}) {
|
|
|
4261
4427
|
},
|
|
4262
4428
|
{
|
|
4263
4429
|
"category": "lifecycle",
|
|
4430
|
+
"effectRow": [
|
|
4431
|
+
{
|
|
4432
|
+
"kind": "set",
|
|
4433
|
+
"resource": "@entity.status"
|
|
4434
|
+
}
|
|
4435
|
+
],
|
|
4264
4436
|
"linkedEntity": "AgentMemory",
|
|
4265
4437
|
"listens": [
|
|
4266
4438
|
{
|
|
@@ -4577,6 +4749,34 @@ function stdAgentPlannerAgentPlannerOrbital(params = {}) {
|
|
|
4577
4749
|
traits: [
|
|
4578
4750
|
{
|
|
4579
4751
|
"category": "lifecycle",
|
|
4752
|
+
"effectRow": [
|
|
4753
|
+
{
|
|
4754
|
+
"kind": "emit",
|
|
4755
|
+
"resource": "PLANNED"
|
|
4756
|
+
},
|
|
4757
|
+
{
|
|
4758
|
+
"kind": "llm/generate"
|
|
4759
|
+
},
|
|
4760
|
+
{
|
|
4761
|
+
"kind": "memory/recall"
|
|
4762
|
+
},
|
|
4763
|
+
{
|
|
4764
|
+
"kind": "set",
|
|
4765
|
+
"resource": "@entity.memories"
|
|
4766
|
+
},
|
|
4767
|
+
{
|
|
4768
|
+
"kind": "set",
|
|
4769
|
+
"resource": "@entity.plan"
|
|
4770
|
+
},
|
|
4771
|
+
{
|
|
4772
|
+
"kind": "set",
|
|
4773
|
+
"resource": "@entity.prompt"
|
|
4774
|
+
},
|
|
4775
|
+
{
|
|
4776
|
+
"kind": "set",
|
|
4777
|
+
"resource": "@entity.status"
|
|
4778
|
+
}
|
|
4779
|
+
],
|
|
4580
4780
|
"emits": [
|
|
4581
4781
|
{
|
|
4582
4782
|
"event": "PLANNED",
|
|
@@ -4888,6 +5088,12 @@ function stdAgentPlannerAgentPlannerOrbital(params = {}) {
|
|
|
4888
5088
|
},
|
|
4889
5089
|
{
|
|
4890
5090
|
"category": "lifecycle",
|
|
5091
|
+
"effectRow": [
|
|
5092
|
+
{
|
|
5093
|
+
"kind": "set",
|
|
5094
|
+
"resource": "@entity.status"
|
|
5095
|
+
}
|
|
5096
|
+
],
|
|
4891
5097
|
"linkedEntity": "PlannerPlan",
|
|
4892
5098
|
"listens": [
|
|
4893
5099
|
{
|
|
@@ -5207,6 +5413,34 @@ function stdAgentSessionAgentSessionOrbital(params = {}) {
|
|
|
5207
5413
|
traits: [
|
|
5208
5414
|
{
|
|
5209
5415
|
"category": "lifecycle",
|
|
5416
|
+
"effectRow": [
|
|
5417
|
+
{
|
|
5418
|
+
"kind": "emit",
|
|
5419
|
+
"resource": "SPEC_READ"
|
|
5420
|
+
},
|
|
5421
|
+
{
|
|
5422
|
+
"kind": "session/read-history"
|
|
5423
|
+
},
|
|
5424
|
+
{
|
|
5425
|
+
"kind": "session/read-spec"
|
|
5426
|
+
},
|
|
5427
|
+
{
|
|
5428
|
+
"kind": "set",
|
|
5429
|
+
"resource": "@entity.history"
|
|
5430
|
+
},
|
|
5431
|
+
{
|
|
5432
|
+
"kind": "set",
|
|
5433
|
+
"resource": "@entity.orbitalName"
|
|
5434
|
+
},
|
|
5435
|
+
{
|
|
5436
|
+
"kind": "set",
|
|
5437
|
+
"resource": "@entity.spec"
|
|
5438
|
+
},
|
|
5439
|
+
{
|
|
5440
|
+
"kind": "set",
|
|
5441
|
+
"resource": "@entity.status"
|
|
5442
|
+
}
|
|
5443
|
+
],
|
|
5210
5444
|
"emits": [
|
|
5211
5445
|
{
|
|
5212
5446
|
"event": "SPEC_READ",
|
|
@@ -5574,6 +5808,27 @@ function stdAgentSessionAgentSessionOrbital(params = {}) {
|
|
|
5574
5808
|
},
|
|
5575
5809
|
{
|
|
5576
5810
|
"category": "lifecycle",
|
|
5811
|
+
"effectRow": [
|
|
5812
|
+
{
|
|
5813
|
+
"kind": "emit",
|
|
5814
|
+
"resource": "SPEC_WRITTEN"
|
|
5815
|
+
},
|
|
5816
|
+
{
|
|
5817
|
+
"kind": "session/write-spec"
|
|
5818
|
+
},
|
|
5819
|
+
{
|
|
5820
|
+
"kind": "set",
|
|
5821
|
+
"resource": "@entity.orbitalName"
|
|
5822
|
+
},
|
|
5823
|
+
{
|
|
5824
|
+
"kind": "set",
|
|
5825
|
+
"resource": "@entity.spec"
|
|
5826
|
+
},
|
|
5827
|
+
{
|
|
5828
|
+
"kind": "set",
|
|
5829
|
+
"resource": "@entity.status"
|
|
5830
|
+
}
|
|
5831
|
+
],
|
|
5577
5832
|
"emits": [
|
|
5578
5833
|
{
|
|
5579
5834
|
"event": "SPEC_WRITTEN",
|
|
@@ -5748,6 +6003,12 @@ function stdAgentSessionAgentSessionOrbital(params = {}) {
|
|
|
5748
6003
|
},
|
|
5749
6004
|
{
|
|
5750
6005
|
"category": "lifecycle",
|
|
6006
|
+
"effectRow": [
|
|
6007
|
+
{
|
|
6008
|
+
"kind": "set",
|
|
6009
|
+
"resource": "@entity.status"
|
|
6010
|
+
}
|
|
6011
|
+
],
|
|
5751
6012
|
"linkedEntity": "AgentSession",
|
|
5752
6013
|
"listens": [
|
|
5753
6014
|
{
|
|
@@ -6098,6 +6359,27 @@ function stdAgentToolCallAgentToolCallOrbital(params = {}) {
|
|
|
6098
6359
|
traits: [
|
|
6099
6360
|
{
|
|
6100
6361
|
"category": "lifecycle",
|
|
6362
|
+
"effectRow": [
|
|
6363
|
+
{
|
|
6364
|
+
"kind": "llm/call-tools"
|
|
6365
|
+
},
|
|
6366
|
+
{
|
|
6367
|
+
"kind": "set",
|
|
6368
|
+
"resource": "@entity.messages"
|
|
6369
|
+
},
|
|
6370
|
+
{
|
|
6371
|
+
"kind": "set",
|
|
6372
|
+
"resource": "@entity.response"
|
|
6373
|
+
},
|
|
6374
|
+
{
|
|
6375
|
+
"kind": "set",
|
|
6376
|
+
"resource": "@entity.status"
|
|
6377
|
+
},
|
|
6378
|
+
{
|
|
6379
|
+
"kind": "set",
|
|
6380
|
+
"resource": "@entity.tools"
|
|
6381
|
+
}
|
|
6382
|
+
],
|
|
6101
6383
|
"emits": [
|
|
6102
6384
|
{
|
|
6103
6385
|
"event": "TOOLS_CALLED",
|
|
@@ -6337,6 +6619,12 @@ function stdAgentToolCallAgentToolCallOrbital(params = {}) {
|
|
|
6337
6619
|
},
|
|
6338
6620
|
{
|
|
6339
6621
|
"category": "lifecycle",
|
|
6622
|
+
"effectRow": [
|
|
6623
|
+
{
|
|
6624
|
+
"kind": "set",
|
|
6625
|
+
"resource": "@entity.status"
|
|
6626
|
+
}
|
|
6627
|
+
],
|
|
6340
6628
|
"linkedEntity": "ToolCall",
|
|
6341
6629
|
"listens": [
|
|
6342
6630
|
{
|
|
@@ -6653,6 +6941,35 @@ function stdAgentToolLoopAgentToolLoopOrbital(params = {}) {
|
|
|
6653
6941
|
traits: [
|
|
6654
6942
|
{
|
|
6655
6943
|
"category": "lifecycle",
|
|
6944
|
+
"effectRow": [
|
|
6945
|
+
{
|
|
6946
|
+
"kind": "emit",
|
|
6947
|
+
"resource": "LOOP_STEP"
|
|
6948
|
+
},
|
|
6949
|
+
{
|
|
6950
|
+
"kind": "llm/call-tools"
|
|
6951
|
+
},
|
|
6952
|
+
{
|
|
6953
|
+
"kind": "set",
|
|
6954
|
+
"resource": "@entity.iterations"
|
|
6955
|
+
},
|
|
6956
|
+
{
|
|
6957
|
+
"kind": "set",
|
|
6958
|
+
"resource": "@entity.messages"
|
|
6959
|
+
},
|
|
6960
|
+
{
|
|
6961
|
+
"kind": "set",
|
|
6962
|
+
"resource": "@entity.response"
|
|
6963
|
+
},
|
|
6964
|
+
{
|
|
6965
|
+
"kind": "set",
|
|
6966
|
+
"resource": "@entity.status"
|
|
6967
|
+
},
|
|
6968
|
+
{
|
|
6969
|
+
"kind": "set",
|
|
6970
|
+
"resource": "@entity.tools"
|
|
6971
|
+
}
|
|
6972
|
+
],
|
|
6656
6973
|
"emits": [
|
|
6657
6974
|
{
|
|
6658
6975
|
"event": "LOOP_STEP",
|
|
@@ -7048,6 +7365,12 @@ function stdAgentToolLoopAgentToolLoopOrbital(params = {}) {
|
|
|
7048
7365
|
},
|
|
7049
7366
|
{
|
|
7050
7367
|
"category": "lifecycle",
|
|
7368
|
+
"effectRow": [
|
|
7369
|
+
{
|
|
7370
|
+
"kind": "set",
|
|
7371
|
+
"resource": "@entity.status"
|
|
7372
|
+
}
|
|
7373
|
+
],
|
|
7051
7374
|
"linkedEntity": "ToolLoop",
|
|
7052
7375
|
"listens": [
|
|
7053
7376
|
{
|
|
@@ -7301,6 +7624,30 @@ function stdAgentTraceAgentTraceOrbital(params = {}) {
|
|
|
7301
7624
|
traits: [
|
|
7302
7625
|
{
|
|
7303
7626
|
"category": "lifecycle",
|
|
7627
|
+
"effectRow": [
|
|
7628
|
+
{
|
|
7629
|
+
"kind": "emit",
|
|
7630
|
+
"resource": "TRACED"
|
|
7631
|
+
},
|
|
7632
|
+
{
|
|
7633
|
+
"kind": "set",
|
|
7634
|
+
"resource": "@entity.event"
|
|
7635
|
+
},
|
|
7636
|
+
{
|
|
7637
|
+
"kind": "set",
|
|
7638
|
+
"resource": "@entity.level"
|
|
7639
|
+
},
|
|
7640
|
+
{
|
|
7641
|
+
"kind": "set",
|
|
7642
|
+
"resource": "@entity.message"
|
|
7643
|
+
},
|
|
7644
|
+
{
|
|
7645
|
+
"kind": "trace/emit"
|
|
7646
|
+
},
|
|
7647
|
+
{
|
|
7648
|
+
"kind": "trace/log"
|
|
7649
|
+
}
|
|
7650
|
+
],
|
|
7304
7651
|
"emits": [
|
|
7305
7652
|
{
|
|
7306
7653
|
"event": "TRACED"
|
|
@@ -7427,6 +7774,20 @@ function stdAgentTraceAgentTraceOrbital(params = {}) {
|
|
|
7427
7774
|
},
|
|
7428
7775
|
{
|
|
7429
7776
|
"category": "lifecycle",
|
|
7777
|
+
"effectRow": [
|
|
7778
|
+
{
|
|
7779
|
+
"kind": "set",
|
|
7780
|
+
"resource": "@entity.event"
|
|
7781
|
+
},
|
|
7782
|
+
{
|
|
7783
|
+
"kind": "set",
|
|
7784
|
+
"resource": "@entity.level"
|
|
7785
|
+
},
|
|
7786
|
+
{
|
|
7787
|
+
"kind": "set",
|
|
7788
|
+
"resource": "@entity.message"
|
|
7789
|
+
}
|
|
7790
|
+
],
|
|
7430
7791
|
"linkedEntity": "AgentTrace",
|
|
7431
7792
|
"listens": [
|
|
7432
7793
|
{
|
|
@@ -7663,6 +8024,30 @@ function stdAnimTickAnimTickOrbital(params = {}) {
|
|
|
7663
8024
|
"type": "[string]"
|
|
7664
8025
|
}
|
|
7665
8026
|
},
|
|
8027
|
+
"effectRow": [
|
|
8028
|
+
{
|
|
8029
|
+
"kind": "set",
|
|
8030
|
+
"resource": "@entity.animCounter"
|
|
8031
|
+
},
|
|
8032
|
+
{
|
|
8033
|
+
"kind": "set",
|
|
8034
|
+
"resource": "@entity.animCounter",
|
|
8035
|
+
"site": "tick"
|
|
8036
|
+
},
|
|
8037
|
+
{
|
|
8038
|
+
"kind": "set",
|
|
8039
|
+
"resource": "@entity.frameName"
|
|
8040
|
+
},
|
|
8041
|
+
{
|
|
8042
|
+
"kind": "set",
|
|
8043
|
+
"resource": "@entity.frameName",
|
|
8044
|
+
"site": "tick"
|
|
8045
|
+
},
|
|
8046
|
+
{
|
|
8047
|
+
"kind": "ticks",
|
|
8048
|
+
"site": "tick"
|
|
8049
|
+
}
|
|
8050
|
+
],
|
|
7666
8051
|
"entityContract": {
|
|
7667
8052
|
"provides": [
|
|
7668
8053
|
"animCounter",
|
|
@@ -8124,6 +8509,16 @@ function stdAppLayoutAppLayoutOrbital(params = {}) {
|
|
|
8124
8509
|
"type": "string"
|
|
8125
8510
|
}
|
|
8126
8511
|
},
|
|
8512
|
+
"effectRow": [
|
|
8513
|
+
{
|
|
8514
|
+
"kind": "fetch",
|
|
8515
|
+
"resource": "AppLayoutData"
|
|
8516
|
+
},
|
|
8517
|
+
{
|
|
8518
|
+
"kind": "render-ui",
|
|
8519
|
+
"resource": "main"
|
|
8520
|
+
}
|
|
8521
|
+
],
|
|
8127
8522
|
"emits": [
|
|
8128
8523
|
{
|
|
8129
8524
|
"description": "Indicates a search query has been submitted.",
|
|
@@ -8509,6 +8904,12 @@ function stdAppSearchAppSearchOrbital(params = {}) {
|
|
|
8509
8904
|
traits: [
|
|
8510
8905
|
{
|
|
8511
8906
|
"category": "interaction",
|
|
8907
|
+
"effectRow": [
|
|
8908
|
+
{
|
|
8909
|
+
"kind": "render-ui",
|
|
8910
|
+
"resource": "main"
|
|
8911
|
+
}
|
|
8912
|
+
],
|
|
8512
8913
|
"linkedEntity": "AppSearchTarget",
|
|
8513
8914
|
"name": "AppSearchIdleHint",
|
|
8514
8915
|
"scope": "instance",
|
|
@@ -8738,6 +9139,20 @@ function stdAppSearchAppSearchOrbital(params = {}) {
|
|
|
8738
9139
|
"type": "string"
|
|
8739
9140
|
}
|
|
8740
9141
|
},
|
|
9142
|
+
"effectRow": [
|
|
9143
|
+
{
|
|
9144
|
+
"kind": "fetch",
|
|
9145
|
+
"resource": "AppSearchTarget"
|
|
9146
|
+
},
|
|
9147
|
+
{
|
|
9148
|
+
"kind": "render-ui",
|
|
9149
|
+
"resource": "main"
|
|
9150
|
+
},
|
|
9151
|
+
{
|
|
9152
|
+
"kind": "set",
|
|
9153
|
+
"resource": "@entity.searchTerm"
|
|
9154
|
+
}
|
|
9155
|
+
],
|
|
8741
9156
|
"emits": [
|
|
8742
9157
|
{
|
|
8743
9158
|
"description": "Filtered search results loaded",
|
|
@@ -9848,6 +10263,56 @@ function stdApprovalGateApprovalGateOrbital(params = {}) {
|
|
|
9848
10263
|
"type": "string"
|
|
9849
10264
|
}
|
|
9850
10265
|
},
|
|
10266
|
+
"effectRow": [
|
|
10267
|
+
{
|
|
10268
|
+
"kind": "emit",
|
|
10269
|
+
"resource": "ApprovalDenied"
|
|
10270
|
+
},
|
|
10271
|
+
{
|
|
10272
|
+
"kind": "emit",
|
|
10273
|
+
"resource": "ApprovalGranted"
|
|
10274
|
+
},
|
|
10275
|
+
{
|
|
10276
|
+
"kind": "fetch",
|
|
10277
|
+
"resource": "ApprovalRequest"
|
|
10278
|
+
},
|
|
10279
|
+
{
|
|
10280
|
+
"kind": "notify"
|
|
10281
|
+
},
|
|
10282
|
+
{
|
|
10283
|
+
"kind": "persist",
|
|
10284
|
+
"resource": "ApprovalRequest"
|
|
10285
|
+
},
|
|
10286
|
+
{
|
|
10287
|
+
"kind": "render-ui",
|
|
10288
|
+
"resolved": false,
|
|
10289
|
+
"resource": "@config.reviewSlot"
|
|
10290
|
+
},
|
|
10291
|
+
{
|
|
10292
|
+
"kind": "set",
|
|
10293
|
+
"resource": "@entity.decidedAt"
|
|
10294
|
+
},
|
|
10295
|
+
{
|
|
10296
|
+
"kind": "set",
|
|
10297
|
+
"resource": "@entity.id"
|
|
10298
|
+
},
|
|
10299
|
+
{
|
|
10300
|
+
"kind": "set",
|
|
10301
|
+
"resource": "@entity.notes"
|
|
10302
|
+
},
|
|
10303
|
+
{
|
|
10304
|
+
"kind": "set",
|
|
10305
|
+
"resource": "@entity.reviewer"
|
|
10306
|
+
},
|
|
10307
|
+
{
|
|
10308
|
+
"kind": "set",
|
|
10309
|
+
"resource": "@entity.status"
|
|
10310
|
+
},
|
|
10311
|
+
{
|
|
10312
|
+
"kind": "set",
|
|
10313
|
+
"resource": "@entity.subjectLabel"
|
|
10314
|
+
}
|
|
10315
|
+
],
|
|
9851
10316
|
"emits": [
|
|
9852
10317
|
{
|
|
9853
10318
|
"description": "Signals that an approval request has been approved.",
|
|
@@ -11658,6 +12123,44 @@ function stdAuditCaptureAuditCaptureOrbital(params = {}) {
|
|
|
11658
12123
|
"type": "number"
|
|
11659
12124
|
}
|
|
11660
12125
|
},
|
|
12126
|
+
"effectRow": [
|
|
12127
|
+
{
|
|
12128
|
+
"kind": "emit",
|
|
12129
|
+
"resource": "AuditRecorded"
|
|
12130
|
+
},
|
|
12131
|
+
{
|
|
12132
|
+
"kind": "persist",
|
|
12133
|
+
"resource": "AuditEntry"
|
|
12134
|
+
},
|
|
12135
|
+
{
|
|
12136
|
+
"kind": "set",
|
|
12137
|
+
"resource": "@entity.action"
|
|
12138
|
+
},
|
|
12139
|
+
{
|
|
12140
|
+
"kind": "set",
|
|
12141
|
+
"resource": "@entity.actor"
|
|
12142
|
+
},
|
|
12143
|
+
{
|
|
12144
|
+
"kind": "set",
|
|
12145
|
+
"resource": "@entity.after"
|
|
12146
|
+
},
|
|
12147
|
+
{
|
|
12148
|
+
"kind": "set",
|
|
12149
|
+
"resource": "@entity.before"
|
|
12150
|
+
},
|
|
12151
|
+
{
|
|
12152
|
+
"kind": "set",
|
|
12153
|
+
"resource": "@entity.entityId"
|
|
12154
|
+
},
|
|
12155
|
+
{
|
|
12156
|
+
"kind": "set",
|
|
12157
|
+
"resource": "@entity.entityType"
|
|
12158
|
+
},
|
|
12159
|
+
{
|
|
12160
|
+
"kind": "set",
|
|
12161
|
+
"resource": "@entity.recordedAt"
|
|
12162
|
+
}
|
|
12163
|
+
],
|
|
11661
12164
|
"emits": [
|
|
11662
12165
|
{
|
|
11663
12166
|
"event": "AuditRecorded",
|
|
@@ -12348,6 +12851,60 @@ function stdBillableHourBillableHourOrbital(params = {}) {
|
|
|
12348
12851
|
"type": "string"
|
|
12349
12852
|
}
|
|
12350
12853
|
},
|
|
12854
|
+
"effectRow": [
|
|
12855
|
+
{
|
|
12856
|
+
"kind": "fetch",
|
|
12857
|
+
"resource": "BillableHour"
|
|
12858
|
+
},
|
|
12859
|
+
{
|
|
12860
|
+
"kind": "render-ui",
|
|
12861
|
+
"resource": "main"
|
|
12862
|
+
},
|
|
12863
|
+
{
|
|
12864
|
+
"kind": "set",
|
|
12865
|
+
"resource": "@entity.description"
|
|
12866
|
+
},
|
|
12867
|
+
{
|
|
12868
|
+
"kind": "set",
|
|
12869
|
+
"resource": "@entity.hours"
|
|
12870
|
+
},
|
|
12871
|
+
{
|
|
12872
|
+
"kind": "set",
|
|
12873
|
+
"resource": "@entity.id"
|
|
12874
|
+
},
|
|
12875
|
+
{
|
|
12876
|
+
"kind": "set",
|
|
12877
|
+
"resource": "@entity.invoiceStatus"
|
|
12878
|
+
},
|
|
12879
|
+
{
|
|
12880
|
+
"kind": "set",
|
|
12881
|
+
"resource": "@entity.isBillable"
|
|
12882
|
+
},
|
|
12883
|
+
{
|
|
12884
|
+
"kind": "set",
|
|
12885
|
+
"resource": "@entity.matterId"
|
|
12886
|
+
},
|
|
12887
|
+
{
|
|
12888
|
+
"kind": "set",
|
|
12889
|
+
"resource": "@entity.projectId"
|
|
12890
|
+
},
|
|
12891
|
+
{
|
|
12892
|
+
"kind": "set",
|
|
12893
|
+
"resource": "@entity.rate"
|
|
12894
|
+
},
|
|
12895
|
+
{
|
|
12896
|
+
"kind": "set",
|
|
12897
|
+
"resource": "@entity.workDate"
|
|
12898
|
+
},
|
|
12899
|
+
{
|
|
12900
|
+
"kind": "set",
|
|
12901
|
+
"resource": "@entity.workerId"
|
|
12902
|
+
},
|
|
12903
|
+
{
|
|
12904
|
+
"kind": "set",
|
|
12905
|
+
"resource": "@entity.workerName"
|
|
12906
|
+
}
|
|
12907
|
+
],
|
|
12351
12908
|
"emits": [
|
|
12352
12909
|
{
|
|
12353
12910
|
"description": "Signals the display of the hours list.",
|
|
@@ -14159,6 +14716,52 @@ function stdBoardBoardOrbital(params = {}) {
|
|
|
14159
14716
|
"type": "string"
|
|
14160
14717
|
}
|
|
14161
14718
|
},
|
|
14719
|
+
"effectRow": [
|
|
14720
|
+
{
|
|
14721
|
+
"kind": "fetch",
|
|
14722
|
+
"resource": "BoardView"
|
|
14723
|
+
},
|
|
14724
|
+
{
|
|
14725
|
+
"kind": "persist",
|
|
14726
|
+
"resource": "BoardView"
|
|
14727
|
+
},
|
|
14728
|
+
{
|
|
14729
|
+
"kind": "render-ui",
|
|
14730
|
+
"resource": "main"
|
|
14731
|
+
},
|
|
14732
|
+
{
|
|
14733
|
+
"kind": "set",
|
|
14734
|
+
"resource": "@entity.boards"
|
|
14735
|
+
},
|
|
14736
|
+
{
|
|
14737
|
+
"kind": "set",
|
|
14738
|
+
"resource": "@entity.currentDescription"
|
|
14739
|
+
},
|
|
14740
|
+
{
|
|
14741
|
+
"kind": "set",
|
|
14742
|
+
"resource": "@entity.currentId"
|
|
14743
|
+
},
|
|
14744
|
+
{
|
|
14745
|
+
"kind": "set",
|
|
14746
|
+
"resource": "@entity.currentNotes"
|
|
14747
|
+
},
|
|
14748
|
+
{
|
|
14749
|
+
"kind": "set",
|
|
14750
|
+
"resource": "@entity.currentRow"
|
|
14751
|
+
},
|
|
14752
|
+
{
|
|
14753
|
+
"kind": "set",
|
|
14754
|
+
"resource": "@entity.currentStage"
|
|
14755
|
+
},
|
|
14756
|
+
{
|
|
14757
|
+
"kind": "set",
|
|
14758
|
+
"resource": "@entity.currentTitle"
|
|
14759
|
+
},
|
|
14760
|
+
{
|
|
14761
|
+
"kind": "set",
|
|
14762
|
+
"resource": "@entity.errorMessage"
|
|
14763
|
+
}
|
|
14764
|
+
],
|
|
14162
14765
|
"emits": [
|
|
14163
14766
|
{
|
|
14164
14767
|
"description": "Indicates a card within the board has been selected.",
|
|
@@ -17159,6 +17762,16 @@ function stdBrowseBrowseItemOrbital(params = {}) {
|
|
|
17159
17762
|
"type": "pattern"
|
|
17160
17763
|
}
|
|
17161
17764
|
},
|
|
17765
|
+
"effectRow": [
|
|
17766
|
+
{
|
|
17767
|
+
"kind": "fetch",
|
|
17768
|
+
"resource": "BrowseItem"
|
|
17769
|
+
},
|
|
17770
|
+
{
|
|
17771
|
+
"kind": "render-ui",
|
|
17772
|
+
"resource": "main"
|
|
17773
|
+
}
|
|
17774
|
+
],
|
|
17162
17775
|
"emits": [
|
|
17163
17776
|
{
|
|
17164
17777
|
"description": "Signals that a browse item has been successfully loaded.",
|
|
@@ -18942,6 +19555,20 @@ function stdCacheAsideCacheEntryOrbital(params = {}) {
|
|
|
18942
19555
|
"type": "number"
|
|
18943
19556
|
}
|
|
18944
19557
|
},
|
|
19558
|
+
"effectRow": [
|
|
19559
|
+
{
|
|
19560
|
+
"kind": "fetch",
|
|
19561
|
+
"resource": "CacheEntry"
|
|
19562
|
+
},
|
|
19563
|
+
{
|
|
19564
|
+
"kind": "persist",
|
|
19565
|
+
"resource": "CacheEntry"
|
|
19566
|
+
},
|
|
19567
|
+
{
|
|
19568
|
+
"kind": "render-ui",
|
|
19569
|
+
"resource": "main"
|
|
19570
|
+
}
|
|
19571
|
+
],
|
|
18945
19572
|
"emits": [
|
|
18946
19573
|
{
|
|
18947
19574
|
"description": "Indicates a cache entry has been successfully retrieved.",
|
|
@@ -20893,6 +21520,24 @@ function stdCalendarCalendarEventOrbital(params = {}) {
|
|
|
20893
21520
|
"type": "render-ui"
|
|
20894
21521
|
}
|
|
20895
21522
|
},
|
|
21523
|
+
"effectRow": [
|
|
21524
|
+
{
|
|
21525
|
+
"kind": "fetch",
|
|
21526
|
+
"resource": "CalendarEvent"
|
|
21527
|
+
},
|
|
21528
|
+
{
|
|
21529
|
+
"kind": "render-ui",
|
|
21530
|
+
"resource": "main"
|
|
21531
|
+
},
|
|
21532
|
+
{
|
|
21533
|
+
"kind": "set",
|
|
21534
|
+
"resource": "@entity.selectedRange"
|
|
21535
|
+
},
|
|
21536
|
+
{
|
|
21537
|
+
"kind": "set",
|
|
21538
|
+
"resource": "@entity.weekAnchor"
|
|
21539
|
+
}
|
|
21540
|
+
],
|
|
20896
21541
|
"emits": [
|
|
20897
21542
|
{
|
|
20898
21543
|
"description": "Indicates that calendar events have been successfully retrieved.",
|
|
@@ -21907,6 +22552,72 @@ function stdCalendarSyncCalendarSyncOrbital(params = {}) {
|
|
|
21907
22552
|
"type": "string"
|
|
21908
22553
|
}
|
|
21909
22554
|
},
|
|
22555
|
+
"effectRow": [
|
|
22556
|
+
{
|
|
22557
|
+
"kind": "call-service",
|
|
22558
|
+
"resource": "calendar.createEvent"
|
|
22559
|
+
},
|
|
22560
|
+
{
|
|
22561
|
+
"kind": "call-service",
|
|
22562
|
+
"resource": "calendar.listEvents"
|
|
22563
|
+
},
|
|
22564
|
+
{
|
|
22565
|
+
"kind": "emit",
|
|
22566
|
+
"resource": "CAL_SYNCED"
|
|
22567
|
+
},
|
|
22568
|
+
{
|
|
22569
|
+
"kind": "emit",
|
|
22570
|
+
"resource": "PULL_NEXT"
|
|
22571
|
+
},
|
|
22572
|
+
{
|
|
22573
|
+
"kind": "fetch",
|
|
22574
|
+
"resolved": false,
|
|
22575
|
+
"resource": "@config.targetEntity"
|
|
22576
|
+
},
|
|
22577
|
+
{
|
|
22578
|
+
"kind": "fetch",
|
|
22579
|
+
"resolved": false,
|
|
22580
|
+
"resource": "@config.targetEntity",
|
|
22581
|
+
"site": "tick"
|
|
22582
|
+
},
|
|
22583
|
+
{
|
|
22584
|
+
"kind": "fetch",
|
|
22585
|
+
"resource": "CalendarEvent"
|
|
22586
|
+
},
|
|
22587
|
+
{
|
|
22588
|
+
"kind": "persist",
|
|
22589
|
+
"resolved": false,
|
|
22590
|
+
"resource": "@config.targetEntity"
|
|
22591
|
+
},
|
|
22592
|
+
{
|
|
22593
|
+
"kind": "persist",
|
|
22594
|
+
"resource": "CalendarEvent"
|
|
22595
|
+
},
|
|
22596
|
+
{
|
|
22597
|
+
"kind": "set",
|
|
22598
|
+
"resource": "@entity.headId"
|
|
22599
|
+
},
|
|
22600
|
+
{
|
|
22601
|
+
"kind": "set",
|
|
22602
|
+
"resource": "@entity.lastError"
|
|
22603
|
+
},
|
|
22604
|
+
{
|
|
22605
|
+
"kind": "set",
|
|
22606
|
+
"resource": "@entity.lastSyncedAt"
|
|
22607
|
+
},
|
|
22608
|
+
{
|
|
22609
|
+
"kind": "set",
|
|
22610
|
+
"resource": "@entity.pending"
|
|
22611
|
+
},
|
|
22612
|
+
{
|
|
22613
|
+
"kind": "set",
|
|
22614
|
+
"resource": "@entity.syncToken"
|
|
22615
|
+
},
|
|
22616
|
+
{
|
|
22617
|
+
"kind": "ticks",
|
|
22618
|
+
"site": "tick"
|
|
22619
|
+
}
|
|
22620
|
+
],
|
|
21910
22621
|
"emits": [
|
|
21911
22622
|
{
|
|
21912
22623
|
"description": "A full push+pull cycle completed; wire to std-notify-on-event or a status surface.",
|
|
@@ -23319,6 +24030,38 @@ function stdCascadeOnDeleteCascadeOnDeleteOrbital(params = {}) {
|
|
|
23319
24030
|
"type": "entity"
|
|
23320
24031
|
}
|
|
23321
24032
|
},
|
|
24033
|
+
"effectRow": [
|
|
24034
|
+
{
|
|
24035
|
+
"kind": "emit",
|
|
24036
|
+
"resource": "CascadeCompleted"
|
|
24037
|
+
},
|
|
24038
|
+
{
|
|
24039
|
+
"kind": "emit",
|
|
24040
|
+
"resource": "CascadeRowDeleted"
|
|
24041
|
+
},
|
|
24042
|
+
{
|
|
24043
|
+
"kind": "fetch",
|
|
24044
|
+
"resolved": false,
|
|
24045
|
+
"resource": "@config.dependentEntity"
|
|
24046
|
+
},
|
|
24047
|
+
{
|
|
24048
|
+
"kind": "persist",
|
|
24049
|
+
"resolved": false,
|
|
24050
|
+
"resource": "@config.dependentEntity"
|
|
24051
|
+
},
|
|
24052
|
+
{
|
|
24053
|
+
"kind": "set",
|
|
24054
|
+
"resource": "@entity.headId"
|
|
24055
|
+
},
|
|
24056
|
+
{
|
|
24057
|
+
"kind": "set",
|
|
24058
|
+
"resource": "@entity.parentEntity"
|
|
24059
|
+
},
|
|
24060
|
+
{
|
|
24061
|
+
"kind": "set",
|
|
24062
|
+
"resource": "@entity.parentId"
|
|
24063
|
+
}
|
|
24064
|
+
],
|
|
23322
24065
|
"emits": [
|
|
23323
24066
|
{
|
|
23324
24067
|
"event": "CascadeRowDeleted",
|
|
@@ -24466,6 +25209,28 @@ function stdCircuitBreakerServiceNodeOrbital(params = {}) {
|
|
|
24466
25209
|
]
|
|
24467
25210
|
}
|
|
24468
25211
|
},
|
|
25212
|
+
"effectRow": [
|
|
25213
|
+
{
|
|
25214
|
+
"kind": "fetch",
|
|
25215
|
+
"resource": "ServiceNode"
|
|
25216
|
+
},
|
|
25217
|
+
{
|
|
25218
|
+
"kind": "render-ui",
|
|
25219
|
+
"resource": "main"
|
|
25220
|
+
},
|
|
25221
|
+
{
|
|
25222
|
+
"kind": "set",
|
|
25223
|
+
"resource": "@entity.failureCount"
|
|
25224
|
+
},
|
|
25225
|
+
{
|
|
25226
|
+
"kind": "set",
|
|
25227
|
+
"resource": "@entity.successCount"
|
|
25228
|
+
},
|
|
25229
|
+
{
|
|
25230
|
+
"kind": "set",
|
|
25231
|
+
"resource": "@entity.threshold"
|
|
25232
|
+
}
|
|
25233
|
+
],
|
|
24469
25234
|
"emits": [
|
|
24470
25235
|
{
|
|
24471
25236
|
"description": "Signals successful loading of a service node.",
|
|
@@ -25192,6 +25957,24 @@ function stdConfirmationConfirmActionOrbital(params = {}) {
|
|
|
25192
25957
|
"type": "string"
|
|
25193
25958
|
}
|
|
25194
25959
|
},
|
|
25960
|
+
"effectRow": [
|
|
25961
|
+
{
|
|
25962
|
+
"kind": "fetch",
|
|
25963
|
+
"resource": "ConfirmAction"
|
|
25964
|
+
},
|
|
25965
|
+
{
|
|
25966
|
+
"kind": "render-ui",
|
|
25967
|
+
"resource": "modal"
|
|
25968
|
+
},
|
|
25969
|
+
{
|
|
25970
|
+
"kind": "set",
|
|
25971
|
+
"resource": "@entity.name"
|
|
25972
|
+
},
|
|
25973
|
+
{
|
|
25974
|
+
"kind": "set",
|
|
25975
|
+
"resource": "@entity.pendingId"
|
|
25976
|
+
}
|
|
25977
|
+
],
|
|
25195
25978
|
"emits": [
|
|
25196
25979
|
{
|
|
25197
25980
|
"description": "Indicates the user has approved the action.",
|
|
@@ -25676,6 +26459,34 @@ function stdCooldownCooldownOrbital(params = {}) {
|
|
|
25676
26459
|
"type": "number"
|
|
25677
26460
|
}
|
|
25678
26461
|
},
|
|
26462
|
+
"effectRow": [
|
|
26463
|
+
{
|
|
26464
|
+
"kind": "emit",
|
|
26465
|
+
"resource": "CooldownReady"
|
|
26466
|
+
},
|
|
26467
|
+
{
|
|
26468
|
+
"kind": "emit",
|
|
26469
|
+
"resource": "EXPIRE",
|
|
26470
|
+
"site": "tick"
|
|
26471
|
+
},
|
|
26472
|
+
{
|
|
26473
|
+
"kind": "set",
|
|
26474
|
+
"resource": "@entity.active"
|
|
26475
|
+
},
|
|
26476
|
+
{
|
|
26477
|
+
"kind": "set",
|
|
26478
|
+
"resource": "@entity.remainingMs"
|
|
26479
|
+
},
|
|
26480
|
+
{
|
|
26481
|
+
"kind": "set",
|
|
26482
|
+
"resource": "@entity.remainingMs",
|
|
26483
|
+
"site": "tick"
|
|
26484
|
+
},
|
|
26485
|
+
{
|
|
26486
|
+
"kind": "ticks",
|
|
26487
|
+
"site": "tick"
|
|
26488
|
+
}
|
|
26489
|
+
],
|
|
25679
26490
|
"emits": [
|
|
25680
26491
|
{
|
|
25681
26492
|
"description": "Fired when the cooldown expires; wire to re-enable the ability or action.",
|
|
@@ -26015,6 +26826,28 @@ function stdCrossReferenceCrossReferenceOrbital(params = {}) {
|
|
|
26015
26826
|
traits: [
|
|
26016
26827
|
{
|
|
26017
26828
|
"category": "lifecycle",
|
|
26829
|
+
"effectRow": [
|
|
26830
|
+
{
|
|
26831
|
+
"kind": "emit",
|
|
26832
|
+
"resource": "LinksLoaded"
|
|
26833
|
+
},
|
|
26834
|
+
{
|
|
26835
|
+
"kind": "fetch",
|
|
26836
|
+
"resource": "CrossRefLink"
|
|
26837
|
+
},
|
|
26838
|
+
{
|
|
26839
|
+
"kind": "persist",
|
|
26840
|
+
"resource": "CrossRefLink"
|
|
26841
|
+
},
|
|
26842
|
+
{
|
|
26843
|
+
"kind": "set",
|
|
26844
|
+
"resource": "@entity.filteredLinks"
|
|
26845
|
+
},
|
|
26846
|
+
{
|
|
26847
|
+
"kind": "set",
|
|
26848
|
+
"resource": "@entity.leftId"
|
|
26849
|
+
}
|
|
26850
|
+
],
|
|
26018
26851
|
"emits": [
|
|
26019
26852
|
{
|
|
26020
26853
|
"description": "Fired after a junction row is persisted.",
|
|
@@ -26571,6 +27404,12 @@ function stdDashboardGridEmbeddedDashboardGridEmbeddedOrbital(params = {}) {
|
|
|
26571
27404
|
}),
|
|
26572
27405
|
{
|
|
26573
27406
|
"category": "interaction",
|
|
27407
|
+
"effectRow": [
|
|
27408
|
+
{
|
|
27409
|
+
"kind": "render-ui",
|
|
27410
|
+
"resource": "main"
|
|
27411
|
+
}
|
|
27412
|
+
],
|
|
26574
27413
|
"linkedEntity": "DashboardGridEmbeddedData",
|
|
26575
27414
|
"name": "EmptyTile",
|
|
26576
27415
|
"scope": "instance",
|
|
@@ -26754,6 +27593,12 @@ function stdDashboardGridEmbeddedDashboardGridEmbeddedOrbital(params = {}) {
|
|
|
26754
27593
|
"type": "trait"
|
|
26755
27594
|
}
|
|
26756
27595
|
},
|
|
27596
|
+
"effectRow": [
|
|
27597
|
+
{
|
|
27598
|
+
"kind": "render-ui",
|
|
27599
|
+
"resource": "main"
|
|
27600
|
+
}
|
|
27601
|
+
],
|
|
26757
27602
|
"linkedEntity": "DashboardGridEmbeddedData",
|
|
26758
27603
|
"name": "DashboardGridEmbedded",
|
|
26759
27604
|
"scope": "instance",
|
|
@@ -27003,6 +27848,24 @@ function stdDataCollectorMlDataCollectorOrbital(params = {}) {
|
|
|
27003
27848
|
"type": "int"
|
|
27004
27849
|
}
|
|
27005
27850
|
},
|
|
27851
|
+
"effectRow": [
|
|
27852
|
+
{
|
|
27853
|
+
"kind": "emit",
|
|
27854
|
+
"resource": "BUFFER_READY"
|
|
27855
|
+
},
|
|
27856
|
+
{
|
|
27857
|
+
"kind": "set",
|
|
27858
|
+
"resource": "@entity.buffer"
|
|
27859
|
+
},
|
|
27860
|
+
{
|
|
27861
|
+
"kind": "set",
|
|
27862
|
+
"resource": "@entity.count"
|
|
27863
|
+
},
|
|
27864
|
+
{
|
|
27865
|
+
"kind": "set",
|
|
27866
|
+
"resource": "@entity.status"
|
|
27867
|
+
}
|
|
27868
|
+
],
|
|
27006
27869
|
"emits": [
|
|
27007
27870
|
{
|
|
27008
27871
|
"description": "Fired when the buffer reaches config.bufferSize; carries the full accumulated buffer and its count, then the buffer resets for the next cycle.",
|
|
@@ -27698,6 +28561,50 @@ function stdDataErasureDataErasureOrbital(params = {}) {
|
|
|
27698
28561
|
"type": "string"
|
|
27699
28562
|
}
|
|
27700
28563
|
},
|
|
28564
|
+
"effectRow": [
|
|
28565
|
+
{
|
|
28566
|
+
"kind": "emit",
|
|
28567
|
+
"resource": "ExecuteErasure"
|
|
28568
|
+
},
|
|
28569
|
+
{
|
|
28570
|
+
"kind": "fetch",
|
|
28571
|
+
"resource": "ErasureRequest"
|
|
28572
|
+
},
|
|
28573
|
+
{
|
|
28574
|
+
"kind": "fetch",
|
|
28575
|
+
"resource": "ErasureRequest",
|
|
28576
|
+
"site": "tick"
|
|
28577
|
+
},
|
|
28578
|
+
{
|
|
28579
|
+
"kind": "persist",
|
|
28580
|
+
"resource": "ErasureRequest"
|
|
28581
|
+
},
|
|
28582
|
+
{
|
|
28583
|
+
"kind": "render-ui",
|
|
28584
|
+
"resolved": false,
|
|
28585
|
+
"resource": "@config.reviewSlot"
|
|
28586
|
+
},
|
|
28587
|
+
{
|
|
28588
|
+
"kind": "set",
|
|
28589
|
+
"resource": "@entity.id"
|
|
28590
|
+
},
|
|
28591
|
+
{
|
|
28592
|
+
"kind": "set",
|
|
28593
|
+
"resource": "@entity.status"
|
|
28594
|
+
},
|
|
28595
|
+
{
|
|
28596
|
+
"kind": "set",
|
|
28597
|
+
"resource": "@entity.subjectId"
|
|
28598
|
+
},
|
|
28599
|
+
{
|
|
28600
|
+
"kind": "set",
|
|
28601
|
+
"resource": "@entity.targetEntity"
|
|
28602
|
+
},
|
|
28603
|
+
{
|
|
28604
|
+
"kind": "ticks",
|
|
28605
|
+
"site": "tick"
|
|
28606
|
+
}
|
|
28607
|
+
],
|
|
27701
28608
|
"emits": [
|
|
27702
28609
|
{
|
|
27703
28610
|
"description": "Signals a request cancellation during its processing lifecycle.",
|
|
@@ -28915,6 +29822,20 @@ function stdDateRangeDateRangeOrbital(params = {}) {
|
|
|
28915
29822
|
"type": "string"
|
|
28916
29823
|
}
|
|
28917
29824
|
},
|
|
29825
|
+
"effectRow": [
|
|
29826
|
+
{
|
|
29827
|
+
"kind": "render-ui",
|
|
29828
|
+
"resource": "main"
|
|
29829
|
+
},
|
|
29830
|
+
{
|
|
29831
|
+
"kind": "set",
|
|
29832
|
+
"resource": "@entity.from"
|
|
29833
|
+
},
|
|
29834
|
+
{
|
|
29835
|
+
"kind": "set",
|
|
29836
|
+
"resource": "@entity.to"
|
|
29837
|
+
}
|
|
29838
|
+
],
|
|
28918
29839
|
"emits": [
|
|
28919
29840
|
{
|
|
28920
29841
|
"description": "Signals a change in the selected date range.",
|
|
@@ -29432,6 +30353,16 @@ function stdEsignFlowSignatureSessionOrbital(params = {}) {
|
|
|
29432
30353
|
traits: [
|
|
29433
30354
|
{
|
|
29434
30355
|
"category": "interaction",
|
|
30356
|
+
"effectRow": [
|
|
30357
|
+
{
|
|
30358
|
+
"kind": "fetch",
|
|
30359
|
+
"resource": "SignatureSession"
|
|
30360
|
+
},
|
|
30361
|
+
{
|
|
30362
|
+
"kind": "render-ui",
|
|
30363
|
+
"resource": "main"
|
|
30364
|
+
}
|
|
30365
|
+
],
|
|
29435
30366
|
"emits": [
|
|
29436
30367
|
{
|
|
29437
30368
|
"description": "Indicates a new signature request has been initiated.",
|
|
@@ -30303,6 +31234,12 @@ function stdEsignFlowSignatureSessionOrbital(params = {}) {
|
|
|
30303
31234
|
}),
|
|
30304
31235
|
{
|
|
30305
31236
|
"category": "lifecycle",
|
|
31237
|
+
"effectRow": [
|
|
31238
|
+
{
|
|
31239
|
+
"kind": "persist",
|
|
31240
|
+
"resource": "SignatureSession"
|
|
31241
|
+
}
|
|
31242
|
+
],
|
|
30306
31243
|
"emits": [
|
|
30307
31244
|
{
|
|
30308
31245
|
"description": "A new signature session has been initialized.",
|
|
@@ -30530,6 +31467,27 @@ function stdEsignFlowSignatureSessionOrbital(params = {}) {
|
|
|
30530
31467
|
},
|
|
30531
31468
|
{
|
|
30532
31469
|
"category": "lifecycle",
|
|
31470
|
+
"effectRow": [
|
|
31471
|
+
{
|
|
31472
|
+
"kind": "call-service",
|
|
31473
|
+
"resource": "esign.getEnvelopeStatus"
|
|
31474
|
+
},
|
|
31475
|
+
{
|
|
31476
|
+
"kind": "call-service",
|
|
31477
|
+
"resource": "esign.sendEnvelope"
|
|
31478
|
+
},
|
|
31479
|
+
{
|
|
31480
|
+
"kind": "notify"
|
|
31481
|
+
},
|
|
31482
|
+
{
|
|
31483
|
+
"kind": "persist",
|
|
31484
|
+
"resource": "SignatureSession"
|
|
31485
|
+
},
|
|
31486
|
+
{
|
|
31487
|
+
"kind": "set",
|
|
31488
|
+
"resource": "@entity.id"
|
|
31489
|
+
}
|
|
31490
|
+
],
|
|
30533
31491
|
"emits": [
|
|
30534
31492
|
{
|
|
30535
31493
|
"description": "The provider accepted the envelope; carries its id.",
|
|
@@ -31573,6 +32531,23 @@ function stdEsignRequestESignRequestOrbital(params = {}) {
|
|
|
31573
32531
|
"type": "string"
|
|
31574
32532
|
}
|
|
31575
32533
|
},
|
|
32534
|
+
"effectRow": [
|
|
32535
|
+
{
|
|
32536
|
+
"kind": "fetch",
|
|
32537
|
+
"resource": "ESignRequest"
|
|
32538
|
+
},
|
|
32539
|
+
{
|
|
32540
|
+
"kind": "notify"
|
|
32541
|
+
},
|
|
32542
|
+
{
|
|
32543
|
+
"kind": "render-ui",
|
|
32544
|
+
"resource": "main"
|
|
32545
|
+
},
|
|
32546
|
+
{
|
|
32547
|
+
"kind": "set",
|
|
32548
|
+
"resource": "@entity.id"
|
|
32549
|
+
}
|
|
32550
|
+
],
|
|
31576
32551
|
"emits": [
|
|
31577
32552
|
{
|
|
31578
32553
|
"description": "Signals a request has been sent for signature.",
|
|
@@ -32379,6 +33354,56 @@ function stdEventLogEventLogOrbital(params = {}) {
|
|
|
32379
33354
|
"type": "string"
|
|
32380
33355
|
}
|
|
32381
33356
|
},
|
|
33357
|
+
"effectRow": [
|
|
33358
|
+
{
|
|
33359
|
+
"kind": "fetch",
|
|
33360
|
+
"resource": "EventLogView"
|
|
33361
|
+
},
|
|
33362
|
+
{
|
|
33363
|
+
"kind": "persist",
|
|
33364
|
+
"resource": "EventLogView"
|
|
33365
|
+
},
|
|
33366
|
+
{
|
|
33367
|
+
"kind": "render-ui",
|
|
33368
|
+
"resource": "main"
|
|
33369
|
+
},
|
|
33370
|
+
{
|
|
33371
|
+
"kind": "set",
|
|
33372
|
+
"resource": "@entity.allEntries"
|
|
33373
|
+
},
|
|
33374
|
+
{
|
|
33375
|
+
"kind": "set",
|
|
33376
|
+
"resource": "@entity.backfillDate"
|
|
33377
|
+
},
|
|
33378
|
+
{
|
|
33379
|
+
"kind": "set",
|
|
33380
|
+
"resource": "@entity.backfillDescription"
|
|
33381
|
+
},
|
|
33382
|
+
{
|
|
33383
|
+
"kind": "set",
|
|
33384
|
+
"resource": "@entity.backfillKind"
|
|
33385
|
+
},
|
|
33386
|
+
{
|
|
33387
|
+
"kind": "set",
|
|
33388
|
+
"resource": "@entity.backfillTitle"
|
|
33389
|
+
},
|
|
33390
|
+
{
|
|
33391
|
+
"kind": "set",
|
|
33392
|
+
"resource": "@entity.entries"
|
|
33393
|
+
},
|
|
33394
|
+
{
|
|
33395
|
+
"kind": "set",
|
|
33396
|
+
"resource": "@entity.errorMessage"
|
|
33397
|
+
},
|
|
33398
|
+
{
|
|
33399
|
+
"kind": "set",
|
|
33400
|
+
"resource": "@entity.filterChips"
|
|
33401
|
+
},
|
|
33402
|
+
{
|
|
33403
|
+
"kind": "set",
|
|
33404
|
+
"resource": "@entity.filterKind"
|
|
33405
|
+
}
|
|
33406
|
+
],
|
|
32382
33407
|
"emits": [
|
|
32383
33408
|
{
|
|
32384
33409
|
"description": "Signals a filter has been applied to the event log.",
|
|
@@ -34257,6 +35282,12 @@ function stdExportExportOrbital(params = {}) {
|
|
|
34257
35282
|
"type": "string"
|
|
34258
35283
|
}
|
|
34259
35284
|
},
|
|
35285
|
+
"effectRow": [
|
|
35286
|
+
{
|
|
35287
|
+
"kind": "render-ui",
|
|
35288
|
+
"resource": "main"
|
|
35289
|
+
}
|
|
35290
|
+
],
|
|
34260
35291
|
"emits": [
|
|
34261
35292
|
{
|
|
34262
35293
|
"description": "Requests export of data in the picked format. itemId is the format id (matches the FormatOption.id/format of the picked entry).",
|
|
@@ -34876,6 +35907,32 @@ function stdFileStoreStoredFileOrbital(params = {}) {
|
|
|
34876
35907
|
"type": "[TreeNode]"
|
|
34877
35908
|
}
|
|
34878
35909
|
},
|
|
35910
|
+
"effectRow": [
|
|
35911
|
+
{
|
|
35912
|
+
"kind": "fetch",
|
|
35913
|
+
"resource": "StoredFile"
|
|
35914
|
+
},
|
|
35915
|
+
{
|
|
35916
|
+
"kind": "render-ui",
|
|
35917
|
+
"resource": "main"
|
|
35918
|
+
},
|
|
35919
|
+
{
|
|
35920
|
+
"kind": "set",
|
|
35921
|
+
"resource": "@entity.folder"
|
|
35922
|
+
},
|
|
35923
|
+
{
|
|
35924
|
+
"kind": "set",
|
|
35925
|
+
"resource": "@entity.id"
|
|
35926
|
+
},
|
|
35927
|
+
{
|
|
35928
|
+
"kind": "set",
|
|
35929
|
+
"resource": "@entity.name"
|
|
35930
|
+
},
|
|
35931
|
+
{
|
|
35932
|
+
"kind": "set",
|
|
35933
|
+
"resource": "@entity.path"
|
|
35934
|
+
}
|
|
35935
|
+
],
|
|
34879
35936
|
"emits": [
|
|
34880
35937
|
{
|
|
34881
35938
|
"description": "Indicates a file has been selected for viewing.",
|
|
@@ -36055,6 +37112,28 @@ function stdFilterFilterTargetOrbital(params = {}) {
|
|
|
36055
37112
|
"type": "[FilterSpec]"
|
|
36056
37113
|
}
|
|
36057
37114
|
},
|
|
37115
|
+
"effectRow": [
|
|
37116
|
+
{
|
|
37117
|
+
"kind": "emit",
|
|
37118
|
+
"resource": "FILTER"
|
|
37119
|
+
},
|
|
37120
|
+
{
|
|
37121
|
+
"kind": "fetch",
|
|
37122
|
+
"resource": "FilterTarget"
|
|
37123
|
+
},
|
|
37124
|
+
{
|
|
37125
|
+
"kind": "render-ui",
|
|
37126
|
+
"resource": "main"
|
|
37127
|
+
},
|
|
37128
|
+
{
|
|
37129
|
+
"kind": "set",
|
|
37130
|
+
"resource": "@entity.field"
|
|
37131
|
+
},
|
|
37132
|
+
{
|
|
37133
|
+
"kind": "set",
|
|
37134
|
+
"resource": "@entity.value"
|
|
37135
|
+
}
|
|
37136
|
+
],
|
|
36058
37137
|
"emits": [
|
|
36059
37138
|
{
|
|
36060
37139
|
"description": "Signals a filter has been applied or changed.",
|
|
@@ -36595,6 +37674,23 @@ function stdFormAdvancedFormEntryOrbital(params = {}) {
|
|
|
36595
37674
|
"type": "string"
|
|
36596
37675
|
}
|
|
36597
37676
|
},
|
|
37677
|
+
"effectRow": [
|
|
37678
|
+
{
|
|
37679
|
+
"kind": "fetch",
|
|
37680
|
+
"resource": "FormEntry"
|
|
37681
|
+
},
|
|
37682
|
+
{
|
|
37683
|
+
"kind": "notify"
|
|
37684
|
+
},
|
|
37685
|
+
{
|
|
37686
|
+
"kind": "persist",
|
|
37687
|
+
"resource": "FormEntry"
|
|
37688
|
+
},
|
|
37689
|
+
{
|
|
37690
|
+
"kind": "render-ui",
|
|
37691
|
+
"resource": "main"
|
|
37692
|
+
}
|
|
37693
|
+
],
|
|
36598
37694
|
"emits": [
|
|
36599
37695
|
{
|
|
36600
37696
|
"description": "Signals successful loading of form entry data.",
|
|
@@ -37676,6 +38772,24 @@ function stdGalleryGalleryItemOrbital(params = {}) {
|
|
|
37676
38772
|
"type": "string"
|
|
37677
38773
|
}
|
|
37678
38774
|
},
|
|
38775
|
+
"effectRow": [
|
|
38776
|
+
{
|
|
38777
|
+
"kind": "fetch",
|
|
38778
|
+
"resource": "GalleryItem"
|
|
38779
|
+
},
|
|
38780
|
+
{
|
|
38781
|
+
"kind": "render-ui",
|
|
38782
|
+
"resource": "main"
|
|
38783
|
+
},
|
|
38784
|
+
{
|
|
38785
|
+
"kind": "render-ui",
|
|
38786
|
+
"resource": "modal"
|
|
38787
|
+
},
|
|
38788
|
+
{
|
|
38789
|
+
"kind": "set",
|
|
38790
|
+
"resource": "@entity.id"
|
|
38791
|
+
}
|
|
38792
|
+
],
|
|
37679
38793
|
"emits": [
|
|
37680
38794
|
{
|
|
37681
38795
|
"description": "Signals an item has been selected for viewing.",
|
|
@@ -38578,6 +39692,26 @@ function stdGameClockGameClockOrbital(params = {}) {
|
|
|
38578
39692
|
"type": "boolean"
|
|
38579
39693
|
}
|
|
38580
39694
|
},
|
|
39695
|
+
"effectRow": [
|
|
39696
|
+
{
|
|
39697
|
+
"kind": "emit",
|
|
39698
|
+
"resource": "GameClockTicked",
|
|
39699
|
+
"site": "tick"
|
|
39700
|
+
},
|
|
39701
|
+
{
|
|
39702
|
+
"kind": "set",
|
|
39703
|
+
"resource": "@entity.elapsedMs",
|
|
39704
|
+
"site": "tick"
|
|
39705
|
+
},
|
|
39706
|
+
{
|
|
39707
|
+
"kind": "set",
|
|
39708
|
+
"resource": "@entity.running"
|
|
39709
|
+
},
|
|
39710
|
+
{
|
|
39711
|
+
"kind": "ticks",
|
|
39712
|
+
"site": "tick"
|
|
39713
|
+
}
|
|
39714
|
+
],
|
|
38581
39715
|
"emits": [
|
|
38582
39716
|
{
|
|
38583
39717
|
"description": "Fires every clock tick while running; consumers use elapsedMs to drive animations and game logic.",
|
|
@@ -39003,6 +40137,28 @@ function stdGeosearchGeoSearchResultOrbital(params = {}) {
|
|
|
39003
40137
|
"type": "string"
|
|
39004
40138
|
}
|
|
39005
40139
|
},
|
|
40140
|
+
"effectRow": [
|
|
40141
|
+
{
|
|
40142
|
+
"kind": "render-ui",
|
|
40143
|
+
"resource": "main"
|
|
40144
|
+
},
|
|
40145
|
+
{
|
|
40146
|
+
"kind": "set",
|
|
40147
|
+
"resource": "@entity.centerLat"
|
|
40148
|
+
},
|
|
40149
|
+
{
|
|
40150
|
+
"kind": "set",
|
|
40151
|
+
"resource": "@entity.centerLng"
|
|
40152
|
+
},
|
|
40153
|
+
{
|
|
40154
|
+
"kind": "set",
|
|
40155
|
+
"resource": "@entity.radiusKm"
|
|
40156
|
+
},
|
|
40157
|
+
{
|
|
40158
|
+
"kind": "set",
|
|
40159
|
+
"resource": "@entity.searchTerm"
|
|
40160
|
+
}
|
|
40161
|
+
],
|
|
39006
40162
|
"emits": [
|
|
39007
40163
|
{
|
|
39008
40164
|
"description": "Indicates a search request with location parameters.",
|
|
@@ -39438,6 +40594,32 @@ function stdGraphBuilderGraphBuilderOrbital(params = {}) {
|
|
|
39438
40594
|
"type": "[string]"
|
|
39439
40595
|
}
|
|
39440
40596
|
},
|
|
40597
|
+
"effectRow": [
|
|
40598
|
+
{
|
|
40599
|
+
"kind": "emit",
|
|
40600
|
+
"resource": "GRAPH_READY"
|
|
40601
|
+
},
|
|
40602
|
+
{
|
|
40603
|
+
"kind": "set",
|
|
40604
|
+
"resource": "@entity.edgeCount"
|
|
40605
|
+
},
|
|
40606
|
+
{
|
|
40607
|
+
"kind": "set",
|
|
40608
|
+
"resource": "@entity.edges"
|
|
40609
|
+
},
|
|
40610
|
+
{
|
|
40611
|
+
"kind": "set",
|
|
40612
|
+
"resource": "@entity.nodeCount"
|
|
40613
|
+
},
|
|
40614
|
+
{
|
|
40615
|
+
"kind": "set",
|
|
40616
|
+
"resource": "@entity.nodes"
|
|
40617
|
+
},
|
|
40618
|
+
{
|
|
40619
|
+
"kind": "set",
|
|
40620
|
+
"resource": "@entity.status"
|
|
40621
|
+
}
|
|
40622
|
+
],
|
|
39441
40623
|
"emits": [
|
|
39442
40624
|
{
|
|
39443
40625
|
"description": "Fired when node/edge structures have been built from the source entity collection",
|
|
@@ -40123,6 +41305,16 @@ function stdGraphsGraphItemOrbital(params = {}) {
|
|
|
40123
41305
|
"type": "pattern"
|
|
40124
41306
|
}
|
|
40125
41307
|
},
|
|
41308
|
+
"effectRow": [
|
|
41309
|
+
{
|
|
41310
|
+
"kind": "render-ui",
|
|
41311
|
+
"resource": "main"
|
|
41312
|
+
},
|
|
41313
|
+
{
|
|
41314
|
+
"kind": "set",
|
|
41315
|
+
"resource": "@entity.chartData"
|
|
41316
|
+
}
|
|
41317
|
+
],
|
|
40126
41318
|
"entityContract": {
|
|
40127
41319
|
"provides": [
|
|
40128
41320
|
"chartData"
|
|
@@ -40733,6 +41925,24 @@ function stdImageUploadMultiUploadedImageOrbital(params = {}) {
|
|
|
40733
41925
|
"type": "string"
|
|
40734
41926
|
}
|
|
40735
41927
|
},
|
|
41928
|
+
"effectRow": [
|
|
41929
|
+
{
|
|
41930
|
+
"kind": "call-service",
|
|
41931
|
+
"resource": "storage.uploadMany"
|
|
41932
|
+
},
|
|
41933
|
+
{
|
|
41934
|
+
"kind": "fetch",
|
|
41935
|
+
"resource": "UploadedImage"
|
|
41936
|
+
},
|
|
41937
|
+
{
|
|
41938
|
+
"kind": "persist",
|
|
41939
|
+
"resource": "UploadedImage"
|
|
41940
|
+
},
|
|
41941
|
+
{
|
|
41942
|
+
"kind": "render-ui",
|
|
41943
|
+
"resource": "main"
|
|
41944
|
+
}
|
|
41945
|
+
],
|
|
40736
41946
|
"emits": [
|
|
40737
41947
|
{
|
|
40738
41948
|
"description": "Signals that an image upload process has begun.",
|
|
@@ -43013,6 +44223,40 @@ function stdLifecycleLifecycleOrbital(params = {}) {
|
|
|
43013
44223
|
"type": "string"
|
|
43014
44224
|
}
|
|
43015
44225
|
},
|
|
44226
|
+
"effectRow": [
|
|
44227
|
+
{
|
|
44228
|
+
"kind": "emit",
|
|
44229
|
+
"resource": "LifecycleTransitioned"
|
|
44230
|
+
},
|
|
44231
|
+
{
|
|
44232
|
+
"kind": "fetch",
|
|
44233
|
+
"resolved": false,
|
|
44234
|
+
"resource": "@config.targetEntity"
|
|
44235
|
+
},
|
|
44236
|
+
{
|
|
44237
|
+
"kind": "fetch",
|
|
44238
|
+
"resolved": false,
|
|
44239
|
+
"resource": "@config.targetEntity",
|
|
44240
|
+
"site": "tick"
|
|
44241
|
+
},
|
|
44242
|
+
{
|
|
44243
|
+
"kind": "persist",
|
|
44244
|
+
"resolved": false,
|
|
44245
|
+
"resource": "@config.targetEntity"
|
|
44246
|
+
},
|
|
44247
|
+
{
|
|
44248
|
+
"kind": "set",
|
|
44249
|
+
"resource": "@entity.headId"
|
|
44250
|
+
},
|
|
44251
|
+
{
|
|
44252
|
+
"kind": "set",
|
|
44253
|
+
"resource": "@entity.headStatus"
|
|
44254
|
+
},
|
|
44255
|
+
{
|
|
44256
|
+
"kind": "ticks",
|
|
44257
|
+
"site": "tick"
|
|
44258
|
+
}
|
|
44259
|
+
],
|
|
43016
44260
|
"emits": [
|
|
43017
44261
|
{
|
|
43018
44262
|
"event": "LifecycleTransitioned",
|
|
@@ -43706,6 +44950,16 @@ function stdListListItemOrbital(params = {}) {
|
|
|
43706
44950
|
"type": "string"
|
|
43707
44951
|
}
|
|
43708
44952
|
},
|
|
44953
|
+
"effectRow": [
|
|
44954
|
+
{
|
|
44955
|
+
"kind": "fetch",
|
|
44956
|
+
"resource": "ListItem"
|
|
44957
|
+
},
|
|
44958
|
+
{
|
|
44959
|
+
"kind": "render-ui",
|
|
44960
|
+
"resource": "main"
|
|
44961
|
+
}
|
|
44962
|
+
],
|
|
43709
44963
|
"emits": [
|
|
43710
44964
|
{
|
|
43711
44965
|
"description": "Signals a new item has been successfully created.",
|
|
@@ -44706,6 +45960,12 @@ function stdListListItemOrbital(params = {}) {
|
|
|
44706
45960
|
}),
|
|
44707
45961
|
{
|
|
44708
45962
|
"category": "lifecycle",
|
|
45963
|
+
"effectRow": [
|
|
45964
|
+
{
|
|
45965
|
+
"kind": "persist",
|
|
45966
|
+
"resource": "ListItem"
|
|
45967
|
+
}
|
|
45968
|
+
],
|
|
44709
45969
|
"emits": [
|
|
44710
45970
|
{
|
|
44711
45971
|
"description": "Signals a new item has been added to the list.",
|
|
@@ -46014,6 +47274,97 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
|
|
|
46014
47274
|
"type": "string"
|
|
46015
47275
|
}
|
|
46016
47276
|
},
|
|
47277
|
+
"effectRow": [
|
|
47278
|
+
{
|
|
47279
|
+
"kind": "call-service",
|
|
47280
|
+
"resource": "migration.commit"
|
|
47281
|
+
},
|
|
47282
|
+
{
|
|
47283
|
+
"kind": "call-service",
|
|
47284
|
+
"resource": "migration.fetchDocument"
|
|
47285
|
+
},
|
|
47286
|
+
{
|
|
47287
|
+
"kind": "call-service",
|
|
47288
|
+
"resource": "migration.listDocuments"
|
|
47289
|
+
},
|
|
47290
|
+
{
|
|
47291
|
+
"kind": "emit",
|
|
47292
|
+
"resource": "MIGRATION_COMPLETED"
|
|
47293
|
+
},
|
|
47294
|
+
{
|
|
47295
|
+
"kind": "emit",
|
|
47296
|
+
"resource": "MIGRATION_DOCUMENT"
|
|
47297
|
+
},
|
|
47298
|
+
{
|
|
47299
|
+
"kind": "emit",
|
|
47300
|
+
"resource": "MIGRATION_FAILED"
|
|
47301
|
+
},
|
|
47302
|
+
{
|
|
47303
|
+
"kind": "emit",
|
|
47304
|
+
"resource": "MIGRATION_FETCHED"
|
|
47305
|
+
},
|
|
47306
|
+
{
|
|
47307
|
+
"kind": "emit",
|
|
47308
|
+
"resource": "MIGRATION_REVIEW_READY"
|
|
47309
|
+
},
|
|
47310
|
+
{
|
|
47311
|
+
"kind": "persist",
|
|
47312
|
+
"resource": "MigrationJob"
|
|
47313
|
+
},
|
|
47314
|
+
{
|
|
47315
|
+
"kind": "render-ui",
|
|
47316
|
+
"resolved": false,
|
|
47317
|
+
"resource": "@config.reviewSlot"
|
|
47318
|
+
},
|
|
47319
|
+
{
|
|
47320
|
+
"kind": "set",
|
|
47321
|
+
"resource": "@entity.createdAt"
|
|
47322
|
+
},
|
|
47323
|
+
{
|
|
47324
|
+
"kind": "set",
|
|
47325
|
+
"resource": "@entity.document"
|
|
47326
|
+
},
|
|
47327
|
+
{
|
|
47328
|
+
"kind": "set",
|
|
47329
|
+
"resource": "@entity.documents"
|
|
47330
|
+
},
|
|
47331
|
+
{
|
|
47332
|
+
"kind": "set",
|
|
47333
|
+
"resource": "@entity.error"
|
|
47334
|
+
},
|
|
47335
|
+
{
|
|
47336
|
+
"kind": "set",
|
|
47337
|
+
"resource": "@entity.files"
|
|
47338
|
+
},
|
|
47339
|
+
{
|
|
47340
|
+
"kind": "set",
|
|
47341
|
+
"resource": "@entity.skipped"
|
|
47342
|
+
},
|
|
47343
|
+
{
|
|
47344
|
+
"kind": "set",
|
|
47345
|
+
"resource": "@entity.source"
|
|
47346
|
+
},
|
|
47347
|
+
{
|
|
47348
|
+
"kind": "set",
|
|
47349
|
+
"resource": "@entity.stats"
|
|
47350
|
+
},
|
|
47351
|
+
{
|
|
47352
|
+
"kind": "set",
|
|
47353
|
+
"resource": "@entity.status"
|
|
47354
|
+
},
|
|
47355
|
+
{
|
|
47356
|
+
"kind": "set",
|
|
47357
|
+
"resource": "@entity.target"
|
|
47358
|
+
},
|
|
47359
|
+
{
|
|
47360
|
+
"kind": "set",
|
|
47361
|
+
"resource": "@entity.units"
|
|
47362
|
+
},
|
|
47363
|
+
{
|
|
47364
|
+
"kind": "set",
|
|
47365
|
+
"resource": "@entity.validationErrors"
|
|
47366
|
+
}
|
|
47367
|
+
],
|
|
46017
47368
|
"emits": [
|
|
46018
47369
|
{
|
|
46019
47370
|
"description": "migration.listDocuments service result, flattened onto the payload by the call-service effect executor",
|
|
@@ -47436,6 +48787,48 @@ function stdMlClassifyMlClassifyOrbital(params = {}) {
|
|
|
47436
48787
|
"type": "string"
|
|
47437
48788
|
}
|
|
47438
48789
|
},
|
|
48790
|
+
"effectRow": [
|
|
48791
|
+
{
|
|
48792
|
+
"kind": "call-service",
|
|
48793
|
+
"resource": "llm.classify"
|
|
48794
|
+
},
|
|
48795
|
+
{
|
|
48796
|
+
"kind": "emit",
|
|
48797
|
+
"resource": "CLASSIFIED"
|
|
48798
|
+
},
|
|
48799
|
+
{
|
|
48800
|
+
"kind": "emit",
|
|
48801
|
+
"resource": "CLASSIFY_FAILED"
|
|
48802
|
+
},
|
|
48803
|
+
{
|
|
48804
|
+
"kind": "set",
|
|
48805
|
+
"resource": "@entity.category"
|
|
48806
|
+
},
|
|
48807
|
+
{
|
|
48808
|
+
"kind": "set",
|
|
48809
|
+
"resource": "@entity.confidence"
|
|
48810
|
+
},
|
|
48811
|
+
{
|
|
48812
|
+
"kind": "set",
|
|
48813
|
+
"resource": "@entity.errorMessage"
|
|
48814
|
+
},
|
|
48815
|
+
{
|
|
48816
|
+
"kind": "set",
|
|
48817
|
+
"resource": "@entity.reasoning"
|
|
48818
|
+
},
|
|
48819
|
+
{
|
|
48820
|
+
"kind": "set",
|
|
48821
|
+
"resource": "@entity.request"
|
|
48822
|
+
},
|
|
48823
|
+
{
|
|
48824
|
+
"kind": "set",
|
|
48825
|
+
"resource": "@entity.status"
|
|
48826
|
+
},
|
|
48827
|
+
{
|
|
48828
|
+
"kind": "set",
|
|
48829
|
+
"resource": "@entity.text"
|
|
48830
|
+
}
|
|
48831
|
+
],
|
|
47439
48832
|
"emits": [
|
|
47440
48833
|
{
|
|
47441
48834
|
"description": "Raw llm.classify service result, flattened onto the payload by the call-service effect executor",
|
|
@@ -48024,6 +49417,24 @@ function stdMlExactCheckMlExactCheckOrbital(params = {}) {
|
|
|
48024
49417
|
"type": "boolean"
|
|
48025
49418
|
}
|
|
48026
49419
|
},
|
|
49420
|
+
"effectRow": [
|
|
49421
|
+
{
|
|
49422
|
+
"kind": "emit",
|
|
49423
|
+
"resource": "EXACT_MATCHED"
|
|
49424
|
+
},
|
|
49425
|
+
{
|
|
49426
|
+
"kind": "emit",
|
|
49427
|
+
"resource": "EXACT_UNMATCHED"
|
|
49428
|
+
},
|
|
49429
|
+
{
|
|
49430
|
+
"kind": "set",
|
|
49431
|
+
"resource": "@entity.matched"
|
|
49432
|
+
},
|
|
49433
|
+
{
|
|
49434
|
+
"kind": "set",
|
|
49435
|
+
"resource": "@entity.status"
|
|
49436
|
+
}
|
|
49437
|
+
],
|
|
48027
49438
|
"emits": [
|
|
48028
49439
|
{
|
|
48029
49440
|
"description": "Fired when the candidate exactly equals the key under the configured normalization",
|
|
@@ -48685,6 +50096,48 @@ function stdMlInferMlInferOrbital(params = {}) {
|
|
|
48685
50096
|
"type": "OutputContract"
|
|
48686
50097
|
}
|
|
48687
50098
|
},
|
|
50099
|
+
"effectRow": [
|
|
50100
|
+
{
|
|
50101
|
+
"kind": "call-service",
|
|
50102
|
+
"resource": "ml.infer"
|
|
50103
|
+
},
|
|
50104
|
+
{
|
|
50105
|
+
"kind": "emit",
|
|
50106
|
+
"resource": "INFERRED"
|
|
50107
|
+
},
|
|
50108
|
+
{
|
|
50109
|
+
"kind": "emit",
|
|
50110
|
+
"resource": "INFER_ABSTAINED"
|
|
50111
|
+
},
|
|
50112
|
+
{
|
|
50113
|
+
"kind": "set",
|
|
50114
|
+
"resource": "@entity.confidence"
|
|
50115
|
+
},
|
|
50116
|
+
{
|
|
50117
|
+
"kind": "set",
|
|
50118
|
+
"resource": "@entity.input"
|
|
50119
|
+
},
|
|
50120
|
+
{
|
|
50121
|
+
"kind": "set",
|
|
50122
|
+
"resource": "@entity.output"
|
|
50123
|
+
},
|
|
50124
|
+
{
|
|
50125
|
+
"kind": "set",
|
|
50126
|
+
"resource": "@entity.reason"
|
|
50127
|
+
},
|
|
50128
|
+
{
|
|
50129
|
+
"kind": "set",
|
|
50130
|
+
"resource": "@entity.request"
|
|
50131
|
+
},
|
|
50132
|
+
{
|
|
50133
|
+
"kind": "set",
|
|
50134
|
+
"resource": "@entity.status"
|
|
50135
|
+
},
|
|
50136
|
+
{
|
|
50137
|
+
"kind": "set",
|
|
50138
|
+
"resource": "@entity.violations"
|
|
50139
|
+
}
|
|
50140
|
+
],
|
|
48688
50141
|
"emits": [
|
|
48689
50142
|
{
|
|
48690
50143
|
"description": "Raw ml.infer service result, flattened onto the payload by the call-service effect executor",
|
|
@@ -49383,6 +50836,40 @@ function stdMlLabelCaptureMlLabelCaptureOrbital(params = {}) {
|
|
|
49383
50836
|
"type": "string"
|
|
49384
50837
|
}
|
|
49385
50838
|
},
|
|
50839
|
+
"effectRow": [
|
|
50840
|
+
{
|
|
50841
|
+
"kind": "emit",
|
|
50842
|
+
"resource": "LABEL_CAPTURED"
|
|
50843
|
+
},
|
|
50844
|
+
{
|
|
50845
|
+
"kind": "persist",
|
|
50846
|
+
"resource": "LabeledExample"
|
|
50847
|
+
},
|
|
50848
|
+
{
|
|
50849
|
+
"kind": "set",
|
|
50850
|
+
"resource": "@entity.input"
|
|
50851
|
+
},
|
|
50852
|
+
{
|
|
50853
|
+
"kind": "set",
|
|
50854
|
+
"resource": "@entity.outcome"
|
|
50855
|
+
},
|
|
50856
|
+
{
|
|
50857
|
+
"kind": "set",
|
|
50858
|
+
"resource": "@entity.recordedAt"
|
|
50859
|
+
},
|
|
50860
|
+
{
|
|
50861
|
+
"kind": "set",
|
|
50862
|
+
"resource": "@entity.sink"
|
|
50863
|
+
},
|
|
50864
|
+
{
|
|
50865
|
+
"kind": "set",
|
|
50866
|
+
"resource": "@entity.source"
|
|
50867
|
+
},
|
|
50868
|
+
{
|
|
50869
|
+
"kind": "set",
|
|
50870
|
+
"resource": "@entity.verdict"
|
|
50871
|
+
}
|
|
50872
|
+
],
|
|
49386
50873
|
"emits": [
|
|
49387
50874
|
{
|
|
49388
50875
|
"description": "Fired after a labeled example is persisted.",
|
|
@@ -49747,6 +51234,24 @@ function stdMlLookupMlLookupOrbital(params = {}) {
|
|
|
49747
51234
|
"type": "boolean"
|
|
49748
51235
|
}
|
|
49749
51236
|
},
|
|
51237
|
+
"effectRow": [
|
|
51238
|
+
{
|
|
51239
|
+
"kind": "emit",
|
|
51240
|
+
"resource": "KEY_HIT"
|
|
51241
|
+
},
|
|
51242
|
+
{
|
|
51243
|
+
"kind": "emit",
|
|
51244
|
+
"resource": "KEY_MISS"
|
|
51245
|
+
},
|
|
51246
|
+
{
|
|
51247
|
+
"kind": "set",
|
|
51248
|
+
"resource": "@entity.matched"
|
|
51249
|
+
},
|
|
51250
|
+
{
|
|
51251
|
+
"kind": "set",
|
|
51252
|
+
"resource": "@entity.status"
|
|
51253
|
+
}
|
|
51254
|
+
],
|
|
49750
51255
|
"emits": [
|
|
49751
51256
|
{
|
|
49752
51257
|
"description": "Fired when the candidate matches an entry in the accepted list",
|
|
@@ -50278,6 +51783,48 @@ function stdMlPosteriorMlPosteriorOrbital(params = {}) {
|
|
|
50278
51783
|
"type": "int"
|
|
50279
51784
|
}
|
|
50280
51785
|
},
|
|
51786
|
+
"effectRow": [
|
|
51787
|
+
{
|
|
51788
|
+
"kind": "emit",
|
|
51789
|
+
"resource": "EVIDENCE_INSUFFICIENT"
|
|
51790
|
+
},
|
|
51791
|
+
{
|
|
51792
|
+
"kind": "emit",
|
|
51793
|
+
"resource": "MASTERY_REACHED"
|
|
51794
|
+
},
|
|
51795
|
+
{
|
|
51796
|
+
"kind": "emit",
|
|
51797
|
+
"resource": "REMEDIATION_NEEDED"
|
|
51798
|
+
},
|
|
51799
|
+
{
|
|
51800
|
+
"kind": "set",
|
|
51801
|
+
"resource": "@entity.alpha"
|
|
51802
|
+
},
|
|
51803
|
+
{
|
|
51804
|
+
"kind": "set",
|
|
51805
|
+
"resource": "@entity.beta"
|
|
51806
|
+
},
|
|
51807
|
+
{
|
|
51808
|
+
"kind": "set",
|
|
51809
|
+
"resource": "@entity.intervalHigh"
|
|
51810
|
+
},
|
|
51811
|
+
{
|
|
51812
|
+
"kind": "set",
|
|
51813
|
+
"resource": "@entity.intervalLow"
|
|
51814
|
+
},
|
|
51815
|
+
{
|
|
51816
|
+
"kind": "set",
|
|
51817
|
+
"resource": "@entity.mean"
|
|
51818
|
+
},
|
|
51819
|
+
{
|
|
51820
|
+
"kind": "set",
|
|
51821
|
+
"resource": "@entity.observations"
|
|
51822
|
+
},
|
|
51823
|
+
{
|
|
51824
|
+
"kind": "set",
|
|
51825
|
+
"resource": "@entity.status"
|
|
51826
|
+
}
|
|
51827
|
+
],
|
|
50281
51828
|
"emits": [
|
|
50282
51829
|
{
|
|
50283
51830
|
"description": "The posterior mean clears masteryFloor with a credible interval narrow enough to trust.",
|
|
@@ -50983,6 +52530,63 @@ function stdMlSimilarityMlSimilarityOrbital(params = {}) {
|
|
|
50983
52530
|
"type": "float"
|
|
50984
52531
|
}
|
|
50985
52532
|
},
|
|
52533
|
+
"effectRow": [
|
|
52534
|
+
{
|
|
52535
|
+
"kind": "emit",
|
|
52536
|
+
"resource": "SIMILARITY_ABSTAINED"
|
|
52537
|
+
},
|
|
52538
|
+
{
|
|
52539
|
+
"kind": "emit",
|
|
52540
|
+
"resource": "SIMILARITY_MATCHED"
|
|
52541
|
+
},
|
|
52542
|
+
{
|
|
52543
|
+
"kind": "llm/embed"
|
|
52544
|
+
},
|
|
52545
|
+
{
|
|
52546
|
+
"kind": "set",
|
|
52547
|
+
"resource": "@entity.candidateVectors"
|
|
52548
|
+
},
|
|
52549
|
+
{
|
|
52550
|
+
"kind": "set",
|
|
52551
|
+
"resource": "@entity.candidates"
|
|
52552
|
+
},
|
|
52553
|
+
{
|
|
52554
|
+
"kind": "set",
|
|
52555
|
+
"resource": "@entity.embeddings"
|
|
52556
|
+
},
|
|
52557
|
+
{
|
|
52558
|
+
"kind": "set",
|
|
52559
|
+
"resource": "@entity.matchIndex"
|
|
52560
|
+
},
|
|
52561
|
+
{
|
|
52562
|
+
"kind": "set",
|
|
52563
|
+
"resource": "@entity.matchMargin"
|
|
52564
|
+
},
|
|
52565
|
+
{
|
|
52566
|
+
"kind": "set",
|
|
52567
|
+
"resource": "@entity.matchScore"
|
|
52568
|
+
},
|
|
52569
|
+
{
|
|
52570
|
+
"kind": "set",
|
|
52571
|
+
"resource": "@entity.query"
|
|
52572
|
+
},
|
|
52573
|
+
{
|
|
52574
|
+
"kind": "set",
|
|
52575
|
+
"resource": "@entity.queryVector"
|
|
52576
|
+
},
|
|
52577
|
+
{
|
|
52578
|
+
"kind": "set",
|
|
52579
|
+
"resource": "@entity.reason"
|
|
52580
|
+
},
|
|
52581
|
+
{
|
|
52582
|
+
"kind": "set",
|
|
52583
|
+
"resource": "@entity.request"
|
|
52584
|
+
},
|
|
52585
|
+
{
|
|
52586
|
+
"kind": "set",
|
|
52587
|
+
"resource": "@entity.status"
|
|
52588
|
+
}
|
|
52589
|
+
],
|
|
50986
52590
|
"emits": [
|
|
50987
52591
|
{
|
|
50988
52592
|
"description": "Raw embeddings from llm/embed \u2014 query vector at index 0, candidate vectors following in input order",
|
|
@@ -52210,6 +53814,21 @@ function stdModQueueModQueueItemOrbital(params = {}) {
|
|
|
52210
53814
|
"type": "string"
|
|
52211
53815
|
}
|
|
52212
53816
|
},
|
|
53817
|
+
"effectRow": [
|
|
53818
|
+
{
|
|
53819
|
+
"kind": "fetch",
|
|
53820
|
+
"resource": "ModQueueItem"
|
|
53821
|
+
},
|
|
53822
|
+
{
|
|
53823
|
+
"kind": "persist",
|
|
53824
|
+
"resource": "ModQueueItem"
|
|
53825
|
+
},
|
|
53826
|
+
{
|
|
53827
|
+
"kind": "render-ui",
|
|
53828
|
+
"resolved": false,
|
|
53829
|
+
"resource": "@config.reviewSlot"
|
|
53830
|
+
}
|
|
53831
|
+
],
|
|
52213
53832
|
"emits": [
|
|
52214
53833
|
{
|
|
52215
53834
|
"description": "Signals that a moderation item has been approved.",
|
|
@@ -53472,6 +55091,28 @@ function stdModalModalRecordOrbital(params = {}) {
|
|
|
53472
55091
|
"type": "string"
|
|
53473
55092
|
}
|
|
53474
55093
|
},
|
|
55094
|
+
"effectRow": [
|
|
55095
|
+
{
|
|
55096
|
+
"kind": "fetch",
|
|
55097
|
+
"resource": "ModalRecord"
|
|
55098
|
+
},
|
|
55099
|
+
{
|
|
55100
|
+
"kind": "notify"
|
|
55101
|
+
},
|
|
55102
|
+
{
|
|
55103
|
+
"kind": "render-ui",
|
|
55104
|
+
"resolved": false,
|
|
55105
|
+
"resource": "@config.detailSlot"
|
|
55106
|
+
},
|
|
55107
|
+
{
|
|
55108
|
+
"kind": "set",
|
|
55109
|
+
"resource": "@entity.id"
|
|
55110
|
+
},
|
|
55111
|
+
{
|
|
55112
|
+
"kind": "set",
|
|
55113
|
+
"resource": "@entity.seedRow"
|
|
55114
|
+
}
|
|
55115
|
+
],
|
|
53475
55116
|
"emits": [
|
|
53476
55117
|
{
|
|
53477
55118
|
"description": "Indicates a successful data save operation.",
|
|
@@ -54465,6 +56106,80 @@ function stdMultiPartyFlowMultiPartyFlowOrbital(params = {}) {
|
|
|
54465
56106
|
"type": "string"
|
|
54466
56107
|
}
|
|
54467
56108
|
},
|
|
56109
|
+
"effectRow": [
|
|
56110
|
+
{
|
|
56111
|
+
"kind": "fetch",
|
|
56112
|
+
"resource": "MultiPartyView"
|
|
56113
|
+
},
|
|
56114
|
+
{
|
|
56115
|
+
"kind": "render-ui",
|
|
56116
|
+
"resource": "main"
|
|
56117
|
+
},
|
|
56118
|
+
{
|
|
56119
|
+
"kind": "set",
|
|
56120
|
+
"resource": "@entity.audit"
|
|
56121
|
+
},
|
|
56122
|
+
{
|
|
56123
|
+
"kind": "set",
|
|
56124
|
+
"resource": "@entity.cancelReason"
|
|
56125
|
+
},
|
|
56126
|
+
{
|
|
56127
|
+
"kind": "set",
|
|
56128
|
+
"resource": "@entity.currentActionDescription"
|
|
56129
|
+
},
|
|
56130
|
+
{
|
|
56131
|
+
"kind": "set",
|
|
56132
|
+
"resource": "@entity.currentActionIcon"
|
|
56133
|
+
},
|
|
56134
|
+
{
|
|
56135
|
+
"kind": "set",
|
|
56136
|
+
"resource": "@entity.currentActionLabel"
|
|
56137
|
+
},
|
|
56138
|
+
{
|
|
56139
|
+
"kind": "set",
|
|
56140
|
+
"resource": "@entity.currentPartyActor"
|
|
56141
|
+
},
|
|
56142
|
+
{
|
|
56143
|
+
"kind": "set",
|
|
56144
|
+
"resource": "@entity.currentPartyIcon"
|
|
56145
|
+
},
|
|
56146
|
+
{
|
|
56147
|
+
"kind": "set",
|
|
56148
|
+
"resource": "@entity.currentPartyId"
|
|
56149
|
+
},
|
|
56150
|
+
{
|
|
56151
|
+
"kind": "set",
|
|
56152
|
+
"resource": "@entity.currentPartyIndex"
|
|
56153
|
+
},
|
|
56154
|
+
{
|
|
56155
|
+
"kind": "set",
|
|
56156
|
+
"resource": "@entity.currentPartyTitle"
|
|
56157
|
+
},
|
|
56158
|
+
{
|
|
56159
|
+
"kind": "set",
|
|
56160
|
+
"resource": "@entity.currentStepLabel"
|
|
56161
|
+
},
|
|
56162
|
+
{
|
|
56163
|
+
"kind": "set",
|
|
56164
|
+
"resource": "@entity.disputeReason"
|
|
56165
|
+
},
|
|
56166
|
+
{
|
|
56167
|
+
"kind": "set",
|
|
56168
|
+
"resource": "@entity.errorMessage"
|
|
56169
|
+
},
|
|
56170
|
+
{
|
|
56171
|
+
"kind": "set",
|
|
56172
|
+
"resource": "@entity.parties"
|
|
56173
|
+
},
|
|
56174
|
+
{
|
|
56175
|
+
"kind": "set",
|
|
56176
|
+
"resource": "@entity.reason"
|
|
56177
|
+
},
|
|
56178
|
+
{
|
|
56179
|
+
"kind": "set",
|
|
56180
|
+
"resource": "@entity.totalParties"
|
|
56181
|
+
}
|
|
56182
|
+
],
|
|
54468
56183
|
"emits": [
|
|
54469
56184
|
{
|
|
54470
56185
|
"description": "Signals a party's acceptance or agreement within the flow.",
|
|
@@ -57210,6 +58925,22 @@ function stdNotificationCenterNotificationCenterOrbital(params = {}) {
|
|
|
57210
58925
|
traits: [
|
|
57211
58926
|
{
|
|
57212
58927
|
"category": "lifecycle",
|
|
58928
|
+
"effectRow": [
|
|
58929
|
+
{
|
|
58930
|
+
"kind": "browser/push-subscribe"
|
|
58931
|
+
},
|
|
58932
|
+
{
|
|
58933
|
+
"kind": "notify"
|
|
58934
|
+
},
|
|
58935
|
+
{
|
|
58936
|
+
"kind": "persist",
|
|
58937
|
+
"resource": "PushSubscription"
|
|
58938
|
+
},
|
|
58939
|
+
{
|
|
58940
|
+
"kind": "set",
|
|
58941
|
+
"resource": "@entity.lastError"
|
|
58942
|
+
}
|
|
58943
|
+
],
|
|
57213
58944
|
"emits": [
|
|
57214
58945
|
{
|
|
57215
58946
|
"description": "browser/push-subscribe resolved; the subscription credentials arrive flat on the payload",
|
|
@@ -57440,6 +59171,15 @@ function stdNotificationCenterNotificationCenterOrbital(params = {}) {
|
|
|
57440
59171
|
},
|
|
57441
59172
|
{
|
|
57442
59173
|
"category": "lifecycle",
|
|
59174
|
+
"effectRow": [
|
|
59175
|
+
{
|
|
59176
|
+
"kind": "notify"
|
|
59177
|
+
},
|
|
59178
|
+
{
|
|
59179
|
+
"kind": "persist",
|
|
59180
|
+
"resource": "NotificationPreference"
|
|
59181
|
+
}
|
|
59182
|
+
],
|
|
57443
59183
|
"emits": [
|
|
57444
59184
|
{
|
|
57445
59185
|
"description": "Preference row persisted",
|
|
@@ -57734,6 +59474,49 @@ function stdNotificationCenterNotificationCenterOrbital(params = {}) {
|
|
|
57734
59474
|
"type": "number"
|
|
57735
59475
|
}
|
|
57736
59476
|
},
|
|
59477
|
+
"effectRow": [
|
|
59478
|
+
{
|
|
59479
|
+
"kind": "call-service",
|
|
59480
|
+
"resource": "email.send"
|
|
59481
|
+
},
|
|
59482
|
+
{
|
|
59483
|
+
"kind": "fetch",
|
|
59484
|
+
"resource": "NotificationRecord"
|
|
59485
|
+
},
|
|
59486
|
+
{
|
|
59487
|
+
"kind": "fetch",
|
|
59488
|
+
"resource": "NotificationRecord",
|
|
59489
|
+
"site": "tick"
|
|
59490
|
+
},
|
|
59491
|
+
{
|
|
59492
|
+
"kind": "persist",
|
|
59493
|
+
"resource": "NotificationRecord"
|
|
59494
|
+
},
|
|
59495
|
+
{
|
|
59496
|
+
"kind": "set",
|
|
59497
|
+
"resource": "@entity.drainedCount"
|
|
59498
|
+
},
|
|
59499
|
+
{
|
|
59500
|
+
"kind": "set",
|
|
59501
|
+
"resource": "@entity.headId"
|
|
59502
|
+
},
|
|
59503
|
+
{
|
|
59504
|
+
"kind": "set",
|
|
59505
|
+
"resource": "@entity.headMessage"
|
|
59506
|
+
},
|
|
59507
|
+
{
|
|
59508
|
+
"kind": "set",
|
|
59509
|
+
"resource": "@entity.headRecipient"
|
|
59510
|
+
},
|
|
59511
|
+
{
|
|
59512
|
+
"kind": "set",
|
|
59513
|
+
"resource": "@entity.lastError"
|
|
59514
|
+
},
|
|
59515
|
+
{
|
|
59516
|
+
"kind": "ticks",
|
|
59517
|
+
"site": "tick"
|
|
59518
|
+
}
|
|
59519
|
+
],
|
|
57737
59520
|
"emits": [
|
|
57738
59521
|
{
|
|
57739
59522
|
"description": "Undispatched digest/quiet-hours audit rows past minAgeHours, oldest batch first",
|
|
@@ -58853,6 +60636,103 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
|
|
|
58853
60636
|
"type": "string"
|
|
58854
60637
|
}
|
|
58855
60638
|
},
|
|
60639
|
+
"effectRow": [
|
|
60640
|
+
{
|
|
60641
|
+
"kind": "call-service",
|
|
60642
|
+
"resource": "email.send"
|
|
60643
|
+
},
|
|
60644
|
+
{
|
|
60645
|
+
"kind": "call-service",
|
|
60646
|
+
"resource": "push.send"
|
|
60647
|
+
},
|
|
60648
|
+
{
|
|
60649
|
+
"kind": "call-service",
|
|
60650
|
+
"resource": "twilio.sendSMS"
|
|
60651
|
+
},
|
|
60652
|
+
{
|
|
60653
|
+
"kind": "call-service",
|
|
60654
|
+
"resource": "webhook.send"
|
|
60655
|
+
},
|
|
60656
|
+
{
|
|
60657
|
+
"kind": "emit",
|
|
60658
|
+
"resource": "NotificationDispatched"
|
|
60659
|
+
},
|
|
60660
|
+
{
|
|
60661
|
+
"kind": "fetch",
|
|
60662
|
+
"resource": "NotificationPreference"
|
|
60663
|
+
},
|
|
60664
|
+
{
|
|
60665
|
+
"kind": "fetch",
|
|
60666
|
+
"resource": "NotificationRecord"
|
|
60667
|
+
},
|
|
60668
|
+
{
|
|
60669
|
+
"kind": "fetch",
|
|
60670
|
+
"resource": "PushSubscription"
|
|
60671
|
+
},
|
|
60672
|
+
{
|
|
60673
|
+
"kind": "notify"
|
|
60674
|
+
},
|
|
60675
|
+
{
|
|
60676
|
+
"kind": "persist",
|
|
60677
|
+
"resource": "NotificationRecord"
|
|
60678
|
+
},
|
|
60679
|
+
{
|
|
60680
|
+
"kind": "set",
|
|
60681
|
+
"resource": "@entity.channel"
|
|
60682
|
+
},
|
|
60683
|
+
{
|
|
60684
|
+
"kind": "set",
|
|
60685
|
+
"resource": "@entity.dispatched"
|
|
60686
|
+
},
|
|
60687
|
+
{
|
|
60688
|
+
"kind": "set",
|
|
60689
|
+
"resource": "@entity.error"
|
|
60690
|
+
},
|
|
60691
|
+
{
|
|
60692
|
+
"kind": "set",
|
|
60693
|
+
"resource": "@entity.message"
|
|
60694
|
+
},
|
|
60695
|
+
{
|
|
60696
|
+
"kind": "set",
|
|
60697
|
+
"resource": "@entity.prefChannel"
|
|
60698
|
+
},
|
|
60699
|
+
{
|
|
60700
|
+
"kind": "set",
|
|
60701
|
+
"resource": "@entity.prefMode"
|
|
60702
|
+
},
|
|
60703
|
+
{
|
|
60704
|
+
"kind": "set",
|
|
60705
|
+
"resource": "@entity.prefQuietEnd"
|
|
60706
|
+
},
|
|
60707
|
+
{
|
|
60708
|
+
"kind": "set",
|
|
60709
|
+
"resource": "@entity.prefQuietStart"
|
|
60710
|
+
},
|
|
60711
|
+
{
|
|
60712
|
+
"kind": "set",
|
|
60713
|
+
"resource": "@entity.pushAuth"
|
|
60714
|
+
},
|
|
60715
|
+
{
|
|
60716
|
+
"kind": "set",
|
|
60717
|
+
"resource": "@entity.pushEndpoint"
|
|
60718
|
+
},
|
|
60719
|
+
{
|
|
60720
|
+
"kind": "set",
|
|
60721
|
+
"resource": "@entity.pushP256dh"
|
|
60722
|
+
},
|
|
60723
|
+
{
|
|
60724
|
+
"kind": "set",
|
|
60725
|
+
"resource": "@entity.recipient"
|
|
60726
|
+
},
|
|
60727
|
+
{
|
|
60728
|
+
"kind": "set",
|
|
60729
|
+
"resource": "@entity.recordedAt"
|
|
60730
|
+
},
|
|
60731
|
+
{
|
|
60732
|
+
"kind": "set",
|
|
60733
|
+
"resource": "@entity.severity"
|
|
60734
|
+
}
|
|
60735
|
+
],
|
|
58856
60736
|
"emits": [
|
|
58857
60737
|
{
|
|
58858
60738
|
"event": "NotificationDispatched",
|
|
@@ -61167,6 +63047,24 @@ function stdPaginationPagedItemOrbital(params = {}) {
|
|
|
61167
63047
|
"type": "number"
|
|
61168
63048
|
}
|
|
61169
63049
|
},
|
|
63050
|
+
"effectRow": [
|
|
63051
|
+
{
|
|
63052
|
+
"kind": "fetch",
|
|
63053
|
+
"resource": "PagedItem"
|
|
63054
|
+
},
|
|
63055
|
+
{
|
|
63056
|
+
"kind": "render-ui",
|
|
63057
|
+
"resource": "main"
|
|
63058
|
+
},
|
|
63059
|
+
{
|
|
63060
|
+
"kind": "set",
|
|
63061
|
+
"resource": "@entity.currentPage"
|
|
63062
|
+
},
|
|
63063
|
+
{
|
|
63064
|
+
"kind": "set",
|
|
63065
|
+
"resource": "@entity.totalPages"
|
|
63066
|
+
}
|
|
63067
|
+
],
|
|
61170
63068
|
"emits": [
|
|
61171
63069
|
{
|
|
61172
63070
|
"description": "Indicates a change in the currently displayed page.",
|
|
@@ -62321,6 +64219,24 @@ function stdRateLimiterRateBucketOrbital(params = {}) {
|
|
|
62321
64219
|
]
|
|
62322
64220
|
}
|
|
62323
64221
|
},
|
|
64222
|
+
"effectRow": [
|
|
64223
|
+
{
|
|
64224
|
+
"kind": "render-ui",
|
|
64225
|
+
"resource": "main"
|
|
64226
|
+
},
|
|
64227
|
+
{
|
|
64228
|
+
"kind": "set",
|
|
64229
|
+
"resource": "@entity.count"
|
|
64230
|
+
},
|
|
64231
|
+
{
|
|
64232
|
+
"kind": "set",
|
|
64233
|
+
"resource": "@entity.limiterStatus"
|
|
64234
|
+
},
|
|
64235
|
+
{
|
|
64236
|
+
"kind": "set",
|
|
64237
|
+
"resource": "@entity.window"
|
|
64238
|
+
}
|
|
64239
|
+
],
|
|
62324
64240
|
"linkedEntity": "RateBucket",
|
|
62325
64241
|
"listens": [
|
|
62326
64242
|
{
|
|
@@ -63214,6 +65130,56 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
|
|
|
63214
65130
|
"type": "string"
|
|
63215
65131
|
}
|
|
63216
65132
|
},
|
|
65133
|
+
"effectRow": [
|
|
65134
|
+
{
|
|
65135
|
+
"kind": "fetch",
|
|
65136
|
+
"resource": "ReviewView"
|
|
65137
|
+
},
|
|
65138
|
+
{
|
|
65139
|
+
"kind": "persist",
|
|
65140
|
+
"resource": "ReviewView"
|
|
65141
|
+
},
|
|
65142
|
+
{
|
|
65143
|
+
"kind": "render-ui",
|
|
65144
|
+
"resource": "main"
|
|
65145
|
+
},
|
|
65146
|
+
{
|
|
65147
|
+
"kind": "set",
|
|
65148
|
+
"resource": "@entity.averageRating"
|
|
65149
|
+
},
|
|
65150
|
+
{
|
|
65151
|
+
"kind": "set",
|
|
65152
|
+
"resource": "@entity.currentSort"
|
|
65153
|
+
},
|
|
65154
|
+
{
|
|
65155
|
+
"kind": "set",
|
|
65156
|
+
"resource": "@entity.draftComment"
|
|
65157
|
+
},
|
|
65158
|
+
{
|
|
65159
|
+
"kind": "set",
|
|
65160
|
+
"resource": "@entity.draftRating"
|
|
65161
|
+
},
|
|
65162
|
+
{
|
|
65163
|
+
"kind": "set",
|
|
65164
|
+
"resource": "@entity.errorMessage"
|
|
65165
|
+
},
|
|
65166
|
+
{
|
|
65167
|
+
"kind": "set",
|
|
65168
|
+
"resource": "@entity.reviews"
|
|
65169
|
+
},
|
|
65170
|
+
{
|
|
65171
|
+
"kind": "set",
|
|
65172
|
+
"resource": "@entity.reviewsSource"
|
|
65173
|
+
},
|
|
65174
|
+
{
|
|
65175
|
+
"kind": "set",
|
|
65176
|
+
"resource": "@entity.starDistribution"
|
|
65177
|
+
},
|
|
65178
|
+
{
|
|
65179
|
+
"kind": "set",
|
|
65180
|
+
"resource": "@entity.totalReviews"
|
|
65181
|
+
}
|
|
65182
|
+
],
|
|
63217
65183
|
"emits": [
|
|
63218
65184
|
{
|
|
63219
65185
|
"description": "Initiates the review composition flow.",
|
|
@@ -65344,6 +67310,28 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
|
|
|
65344
67310
|
"type": "string"
|
|
65345
67311
|
}
|
|
65346
67312
|
},
|
|
67313
|
+
"effectRow": [
|
|
67314
|
+
{
|
|
67315
|
+
"kind": "persist",
|
|
67316
|
+
"resource": "ReviewView"
|
|
67317
|
+
},
|
|
67318
|
+
{
|
|
67319
|
+
"kind": "render-ui",
|
|
67320
|
+
"resource": "main"
|
|
67321
|
+
},
|
|
67322
|
+
{
|
|
67323
|
+
"kind": "set",
|
|
67324
|
+
"resource": "@entity.draftComment"
|
|
67325
|
+
},
|
|
67326
|
+
{
|
|
67327
|
+
"kind": "set",
|
|
67328
|
+
"resource": "@entity.draftRating"
|
|
67329
|
+
},
|
|
67330
|
+
{
|
|
67331
|
+
"kind": "set",
|
|
67332
|
+
"resource": "@entity.errorMessage"
|
|
67333
|
+
}
|
|
67334
|
+
],
|
|
65347
67335
|
"emits": [
|
|
65348
67336
|
{
|
|
65349
67337
|
"description": "Signals a review draft has been created or updated.",
|
|
@@ -66581,6 +68569,60 @@ function stdRecordDetailRecordItemOrbital(params = {}) {
|
|
|
66581
68569
|
"type": "string"
|
|
66582
68570
|
}
|
|
66583
68571
|
},
|
|
68572
|
+
"effectRow": [
|
|
68573
|
+
{
|
|
68574
|
+
"kind": "emit",
|
|
68575
|
+
"resource": "CONTENT_COMMITTED"
|
|
68576
|
+
},
|
|
68577
|
+
{
|
|
68578
|
+
"kind": "emit",
|
|
68579
|
+
"resource": "CONTENT_SAVED"
|
|
68580
|
+
},
|
|
68581
|
+
{
|
|
68582
|
+
"kind": "fetch",
|
|
68583
|
+
"resource": "RecordItem"
|
|
68584
|
+
},
|
|
68585
|
+
{
|
|
68586
|
+
"kind": "render-ui",
|
|
68587
|
+
"resource": "main"
|
|
68588
|
+
},
|
|
68589
|
+
{
|
|
68590
|
+
"kind": "set",
|
|
68591
|
+
"resource": "@entity.content"
|
|
68592
|
+
},
|
|
68593
|
+
{
|
|
68594
|
+
"kind": "set",
|
|
68595
|
+
"resource": "@entity.coverUrl"
|
|
68596
|
+
},
|
|
68597
|
+
{
|
|
68598
|
+
"kind": "set",
|
|
68599
|
+
"resource": "@entity.description"
|
|
68600
|
+
},
|
|
68601
|
+
{
|
|
68602
|
+
"kind": "set",
|
|
68603
|
+
"resource": "@entity.iconName"
|
|
68604
|
+
},
|
|
68605
|
+
{
|
|
68606
|
+
"kind": "set",
|
|
68607
|
+
"resource": "@entity.id"
|
|
68608
|
+
},
|
|
68609
|
+
{
|
|
68610
|
+
"kind": "set",
|
|
68611
|
+
"resource": "@entity.loadedRow"
|
|
68612
|
+
},
|
|
68613
|
+
{
|
|
68614
|
+
"kind": "set",
|
|
68615
|
+
"resource": "@entity.name"
|
|
68616
|
+
},
|
|
68617
|
+
{
|
|
68618
|
+
"kind": "set",
|
|
68619
|
+
"resource": "@entity.openDraft"
|
|
68620
|
+
},
|
|
68621
|
+
{
|
|
68622
|
+
"kind": "set",
|
|
68623
|
+
"resource": "@entity.slug"
|
|
68624
|
+
}
|
|
68625
|
+
],
|
|
66584
68626
|
"emits": [
|
|
66585
68627
|
{
|
|
66586
68628
|
"description": "Signals that the record has been successfully loaded.",
|
|
@@ -69225,6 +71267,20 @@ function stdRecordDetailRecordItemOrbital(params = {}) {
|
|
|
69225
71267
|
"type": "[MetaFieldSpec]"
|
|
69226
71268
|
}
|
|
69227
71269
|
},
|
|
71270
|
+
"effectRow": [
|
|
71271
|
+
{
|
|
71272
|
+
"kind": "emit",
|
|
71273
|
+
"resource": "META_SAVED"
|
|
71274
|
+
},
|
|
71275
|
+
{
|
|
71276
|
+
"kind": "render-ui",
|
|
71277
|
+
"resource": "drawer"
|
|
71278
|
+
},
|
|
71279
|
+
{
|
|
71280
|
+
"kind": "set",
|
|
71281
|
+
"resource": "@entity.loadedRow"
|
|
71282
|
+
}
|
|
71283
|
+
],
|
|
69228
71284
|
"emits": [
|
|
69229
71285
|
{
|
|
69230
71286
|
"description": "A property in the settings rail committed in place; patch carries the row id plus the one changed field, ready to hand straight to a persist update. Quiet contract: the host persists without refetching or repainting the open document.",
|
|
@@ -70051,6 +72107,64 @@ function stdRecurrenceRecurrenceOrbital(params = {}) {
|
|
|
70051
72107
|
"type": "string"
|
|
70052
72108
|
}
|
|
70053
72109
|
},
|
|
72110
|
+
"effectRow": [
|
|
72111
|
+
{
|
|
72112
|
+
"kind": "fetch",
|
|
72113
|
+
"resource": "RecurrenceView"
|
|
72114
|
+
},
|
|
72115
|
+
{
|
|
72116
|
+
"kind": "persist",
|
|
72117
|
+
"resource": "RecurrenceView"
|
|
72118
|
+
},
|
|
72119
|
+
{
|
|
72120
|
+
"kind": "render-ui",
|
|
72121
|
+
"resource": "main"
|
|
72122
|
+
},
|
|
72123
|
+
{
|
|
72124
|
+
"kind": "set",
|
|
72125
|
+
"resource": "@entity.currentOccurrenceDate"
|
|
72126
|
+
},
|
|
72127
|
+
{
|
|
72128
|
+
"kind": "set",
|
|
72129
|
+
"resource": "@entity.currentOccurrenceId"
|
|
72130
|
+
},
|
|
72131
|
+
{
|
|
72132
|
+
"kind": "set",
|
|
72133
|
+
"resource": "@entity.currentOccurrenceLabel"
|
|
72134
|
+
},
|
|
72135
|
+
{
|
|
72136
|
+
"kind": "set",
|
|
72137
|
+
"resource": "@entity.endAfterCount"
|
|
72138
|
+
},
|
|
72139
|
+
{
|
|
72140
|
+
"kind": "set",
|
|
72141
|
+
"resource": "@entity.endDate"
|
|
72142
|
+
},
|
|
72143
|
+
{
|
|
72144
|
+
"kind": "set",
|
|
72145
|
+
"resource": "@entity.errorMessage"
|
|
72146
|
+
},
|
|
72147
|
+
{
|
|
72148
|
+
"kind": "set",
|
|
72149
|
+
"resource": "@entity.frequency"
|
|
72150
|
+
},
|
|
72151
|
+
{
|
|
72152
|
+
"kind": "set",
|
|
72153
|
+
"resource": "@entity.interval"
|
|
72154
|
+
},
|
|
72155
|
+
{
|
|
72156
|
+
"kind": "set",
|
|
72157
|
+
"resource": "@entity.occurrences"
|
|
72158
|
+
},
|
|
72159
|
+
{
|
|
72160
|
+
"kind": "set",
|
|
72161
|
+
"resource": "@entity.rescheduleDate"
|
|
72162
|
+
},
|
|
72163
|
+
{
|
|
72164
|
+
"kind": "set",
|
|
72165
|
+
"resource": "@entity.startDate"
|
|
72166
|
+
}
|
|
72167
|
+
],
|
|
70054
72168
|
"emits": [
|
|
70055
72169
|
{
|
|
70056
72170
|
"description": "Signals the rule definition is being modified.",
|
|
@@ -71335,6 +73449,20 @@ function stdRelatedRelatedItemOrbital(params = {}) {
|
|
|
71335
73449
|
"type": "string"
|
|
71336
73450
|
}
|
|
71337
73451
|
},
|
|
73452
|
+
"effectRow": [
|
|
73453
|
+
{
|
|
73454
|
+
"kind": "fetch",
|
|
73455
|
+
"resource": "RelatedItem"
|
|
73456
|
+
},
|
|
73457
|
+
{
|
|
73458
|
+
"kind": "render-ui",
|
|
73459
|
+
"resource": "main"
|
|
73460
|
+
},
|
|
73461
|
+
{
|
|
73462
|
+
"kind": "set",
|
|
73463
|
+
"resource": "@entity.id"
|
|
73464
|
+
}
|
|
73465
|
+
],
|
|
71338
73466
|
"emits": [
|
|
71339
73467
|
{
|
|
71340
73468
|
"description": "Signals that related items have been successfully loaded.",
|
|
@@ -72114,6 +74242,36 @@ function stdReminderSchedulerReminderSchedulerOrbital(params = {}) {
|
|
|
72114
74242
|
"type": "string"
|
|
72115
74243
|
}
|
|
72116
74244
|
},
|
|
74245
|
+
"effectRow": [
|
|
74246
|
+
{
|
|
74247
|
+
"kind": "emit",
|
|
74248
|
+
"resource": "ReminderDue"
|
|
74249
|
+
},
|
|
74250
|
+
{
|
|
74251
|
+
"kind": "fetch",
|
|
74252
|
+
"resolved": false,
|
|
74253
|
+
"resource": "@config.targetEntity"
|
|
74254
|
+
},
|
|
74255
|
+
{
|
|
74256
|
+
"kind": "fetch",
|
|
74257
|
+
"resolved": false,
|
|
74258
|
+
"resource": "@config.targetEntity",
|
|
74259
|
+
"site": "tick"
|
|
74260
|
+
},
|
|
74261
|
+
{
|
|
74262
|
+
"kind": "persist",
|
|
74263
|
+
"resolved": false,
|
|
74264
|
+
"resource": "@config.targetEntity"
|
|
74265
|
+
},
|
|
74266
|
+
{
|
|
74267
|
+
"kind": "set",
|
|
74268
|
+
"resource": "@entity.headId"
|
|
74269
|
+
},
|
|
74270
|
+
{
|
|
74271
|
+
"kind": "ticks",
|
|
74272
|
+
"site": "tick"
|
|
74273
|
+
}
|
|
74274
|
+
],
|
|
72117
74275
|
"emits": [
|
|
72118
74276
|
{
|
|
72119
74277
|
"event": "ReminderDue",
|
|
@@ -72783,6 +74941,28 @@ function stdRowAccessControlRowAccessControlOrbital(params = {}) {
|
|
|
72783
74941
|
"type": "[string]"
|
|
72784
74942
|
}
|
|
72785
74943
|
},
|
|
74944
|
+
"effectRow": [
|
|
74945
|
+
{
|
|
74946
|
+
"kind": "emit",
|
|
74947
|
+
"resource": "RowsFiltered"
|
|
74948
|
+
},
|
|
74949
|
+
{
|
|
74950
|
+
"kind": "set",
|
|
74951
|
+
"resource": "@entity.accessDenied"
|
|
74952
|
+
},
|
|
74953
|
+
{
|
|
74954
|
+
"kind": "set",
|
|
74955
|
+
"resource": "@entity.filteredData"
|
|
74956
|
+
},
|
|
74957
|
+
{
|
|
74958
|
+
"kind": "set",
|
|
74959
|
+
"resource": "@entity.inputCount"
|
|
74960
|
+
},
|
|
74961
|
+
{
|
|
74962
|
+
"kind": "set",
|
|
74963
|
+
"resource": "@entity.outputCount"
|
|
74964
|
+
}
|
|
74965
|
+
],
|
|
72786
74966
|
"emits": [
|
|
72787
74967
|
{
|
|
72788
74968
|
"event": "RowsFiltered",
|
|
@@ -73191,6 +75371,36 @@ function stdSavedSearchSavedSearchOrbital(params = {}) {
|
|
|
73191
75371
|
"type": "string"
|
|
73192
75372
|
}
|
|
73193
75373
|
},
|
|
75374
|
+
"effectRow": [
|
|
75375
|
+
{
|
|
75376
|
+
"kind": "fetch",
|
|
75377
|
+
"resource": "SavedSearch"
|
|
75378
|
+
},
|
|
75379
|
+
{
|
|
75380
|
+
"kind": "persist",
|
|
75381
|
+
"resource": "SavedSearch"
|
|
75382
|
+
},
|
|
75383
|
+
{
|
|
75384
|
+
"kind": "render-ui",
|
|
75385
|
+
"resource": "main"
|
|
75386
|
+
},
|
|
75387
|
+
{
|
|
75388
|
+
"kind": "set",
|
|
75389
|
+
"resource": "@entity.alertEnabled"
|
|
75390
|
+
},
|
|
75391
|
+
{
|
|
75392
|
+
"kind": "set",
|
|
75393
|
+
"resource": "@entity.alertFrequency"
|
|
75394
|
+
},
|
|
75395
|
+
{
|
|
75396
|
+
"kind": "set",
|
|
75397
|
+
"resource": "@entity.id"
|
|
75398
|
+
},
|
|
75399
|
+
{
|
|
75400
|
+
"kind": "set",
|
|
75401
|
+
"resource": "@entity.name"
|
|
75402
|
+
}
|
|
75403
|
+
],
|
|
73194
75404
|
"emits": [
|
|
73195
75405
|
{
|
|
73196
75406
|
"description": "Indicates the alert subscription status has been changed.",
|
|
@@ -74274,6 +76484,16 @@ function stdScatterScatterItemOrbital(params = {}) {
|
|
|
74274
76484
|
"type": "string"
|
|
74275
76485
|
}
|
|
74276
76486
|
},
|
|
76487
|
+
"effectRow": [
|
|
76488
|
+
{
|
|
76489
|
+
"kind": "render-ui",
|
|
76490
|
+
"resource": "main"
|
|
76491
|
+
},
|
|
76492
|
+
{
|
|
76493
|
+
"kind": "set",
|
|
76494
|
+
"resource": "@entity.points"
|
|
76495
|
+
}
|
|
76496
|
+
],
|
|
74277
76497
|
"linkedEntity": "ScatterItem",
|
|
74278
76498
|
"name": "ScatterItemPlot",
|
|
74279
76499
|
"scope": "instance",
|
|
@@ -74649,6 +76869,16 @@ function stdSearchSearchResultOrbital(params = {}) {
|
|
|
74649
76869
|
"type": "string"
|
|
74650
76870
|
}
|
|
74651
76871
|
},
|
|
76872
|
+
"effectRow": [
|
|
76873
|
+
{
|
|
76874
|
+
"kind": "render-ui",
|
|
76875
|
+
"resource": "main"
|
|
76876
|
+
},
|
|
76877
|
+
{
|
|
76878
|
+
"kind": "set",
|
|
76879
|
+
"resource": "@entity.searchTerm"
|
|
76880
|
+
}
|
|
76881
|
+
],
|
|
74652
76882
|
"emits": [
|
|
74653
76883
|
{
|
|
74654
76884
|
"description": "Initiates a search operation based on the input term.",
|
|
@@ -75002,6 +77232,16 @@ function stdSelectionSelectableItemOrbital(params = {}) {
|
|
|
75002
77232
|
]
|
|
75003
77233
|
}
|
|
75004
77234
|
},
|
|
77235
|
+
"effectRow": [
|
|
77236
|
+
{
|
|
77237
|
+
"kind": "fetch",
|
|
77238
|
+
"resource": "SelectableItem"
|
|
77239
|
+
},
|
|
77240
|
+
{
|
|
77241
|
+
"kind": "render-ui",
|
|
77242
|
+
"resource": "main"
|
|
77243
|
+
}
|
|
77244
|
+
],
|
|
75005
77245
|
"emits": [
|
|
75006
77246
|
{
|
|
75007
77247
|
"description": "Indicates a selectable item has been successfully loaded.",
|
|
@@ -76085,6 +78325,24 @@ function stdSignatureCaptureSignatureCaptureOrbital(params = {}) {
|
|
|
76085
78325
|
"type": "string"
|
|
76086
78326
|
}
|
|
76087
78327
|
},
|
|
78328
|
+
"effectRow": [
|
|
78329
|
+
{
|
|
78330
|
+
"kind": "fetch",
|
|
78331
|
+
"resource": "Signature"
|
|
78332
|
+
},
|
|
78333
|
+
{
|
|
78334
|
+
"kind": "persist",
|
|
78335
|
+
"resource": "Signature"
|
|
78336
|
+
},
|
|
78337
|
+
{
|
|
78338
|
+
"kind": "render-ui",
|
|
78339
|
+
"resource": "main"
|
|
78340
|
+
},
|
|
78341
|
+
{
|
|
78342
|
+
"kind": "set",
|
|
78343
|
+
"resource": "@entity.signatureDataUrl"
|
|
78344
|
+
}
|
|
78345
|
+
],
|
|
76088
78346
|
"emits": [
|
|
76089
78347
|
{
|
|
76090
78348
|
"description": "Indicates a change in the signature drawing.",
|
|
@@ -77575,6 +79833,16 @@ function stdStatsStatsItemOrbital(params = {}) {
|
|
|
77575
79833
|
"type": "pattern"
|
|
77576
79834
|
}
|
|
77577
79835
|
},
|
|
79836
|
+
"effectRow": [
|
|
79837
|
+
{
|
|
79838
|
+
"kind": "render-ui",
|
|
79839
|
+
"resource": "main"
|
|
79840
|
+
},
|
|
79841
|
+
{
|
|
79842
|
+
"kind": "set",
|
|
79843
|
+
"resource": "@entity.cards"
|
|
79844
|
+
}
|
|
79845
|
+
],
|
|
77578
79846
|
"entityContract": {
|
|
77579
79847
|
"provides": [
|
|
77580
79848
|
"cards"
|
|
@@ -78387,6 +80655,17 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
|
|
|
78387
80655
|
"type": "[TransitionSpec]"
|
|
78388
80656
|
}
|
|
78389
80657
|
},
|
|
80658
|
+
"effectRow": [
|
|
80659
|
+
{
|
|
80660
|
+
"kind": "emit",
|
|
80661
|
+
"resource": "StatusChanged"
|
|
80662
|
+
},
|
|
80663
|
+
{
|
|
80664
|
+
"kind": "persist",
|
|
80665
|
+
"resolved": false,
|
|
80666
|
+
"resource": "@config.targetEntity"
|
|
80667
|
+
}
|
|
80668
|
+
],
|
|
78390
80669
|
"emits": [
|
|
78391
80670
|
{
|
|
78392
80671
|
"event": "StatusChanged",
|
|
@@ -79115,6 +81394,76 @@ function stdStepFlowStepFlowOrbital(params = {}) {
|
|
|
79115
81394
|
"type": "string"
|
|
79116
81395
|
}
|
|
79117
81396
|
},
|
|
81397
|
+
"effectRow": [
|
|
81398
|
+
{
|
|
81399
|
+
"kind": "fetch",
|
|
81400
|
+
"resource": "StepFlowView"
|
|
81401
|
+
},
|
|
81402
|
+
{
|
|
81403
|
+
"kind": "render-ui",
|
|
81404
|
+
"resource": "main"
|
|
81405
|
+
},
|
|
81406
|
+
{
|
|
81407
|
+
"kind": "set",
|
|
81408
|
+
"resource": "@entity.currentStepDescription"
|
|
81409
|
+
},
|
|
81410
|
+
{
|
|
81411
|
+
"kind": "set",
|
|
81412
|
+
"resource": "@entity.currentStepIcon"
|
|
81413
|
+
},
|
|
81414
|
+
{
|
|
81415
|
+
"kind": "set",
|
|
81416
|
+
"resource": "@entity.currentStepIndex"
|
|
81417
|
+
},
|
|
81418
|
+
{
|
|
81419
|
+
"kind": "set",
|
|
81420
|
+
"resource": "@entity.currentStepLabel"
|
|
81421
|
+
},
|
|
81422
|
+
{
|
|
81423
|
+
"kind": "set",
|
|
81424
|
+
"resource": "@entity.errorMessage"
|
|
81425
|
+
},
|
|
81426
|
+
{
|
|
81427
|
+
"kind": "set",
|
|
81428
|
+
"resource": "@entity.finalStatus"
|
|
81429
|
+
},
|
|
81430
|
+
{
|
|
81431
|
+
"kind": "set",
|
|
81432
|
+
"resource": "@entity.id"
|
|
81433
|
+
},
|
|
81434
|
+
{
|
|
81435
|
+
"kind": "set",
|
|
81436
|
+
"resource": "@entity.isFirstStep"
|
|
81437
|
+
},
|
|
81438
|
+
{
|
|
81439
|
+
"kind": "set",
|
|
81440
|
+
"resource": "@entity.isLastStep"
|
|
81441
|
+
},
|
|
81442
|
+
{
|
|
81443
|
+
"kind": "set",
|
|
81444
|
+
"resource": "@entity.primaryActionIcon"
|
|
81445
|
+
},
|
|
81446
|
+
{
|
|
81447
|
+
"kind": "set",
|
|
81448
|
+
"resource": "@entity.primaryActionLabel"
|
|
81449
|
+
},
|
|
81450
|
+
{
|
|
81451
|
+
"kind": "set",
|
|
81452
|
+
"resource": "@entity.primaryActionVariant"
|
|
81453
|
+
},
|
|
81454
|
+
{
|
|
81455
|
+
"kind": "set",
|
|
81456
|
+
"resource": "@entity.rejectionReason"
|
|
81457
|
+
},
|
|
81458
|
+
{
|
|
81459
|
+
"kind": "set",
|
|
81460
|
+
"resource": "@entity.totalSteps"
|
|
81461
|
+
},
|
|
81462
|
+
{
|
|
81463
|
+
"kind": "set",
|
|
81464
|
+
"resource": "@entity.wizardSteps"
|
|
81465
|
+
}
|
|
81466
|
+
],
|
|
79118
81467
|
"emits": [
|
|
79119
81468
|
{
|
|
79120
81469
|
"description": "Signals progression to the next step in the sequence.",
|
|
@@ -80950,6 +83299,20 @@ function stdTabsTabsItemOrbital(params = {}) {
|
|
|
80950
83299
|
]
|
|
80951
83300
|
}
|
|
80952
83301
|
},
|
|
83302
|
+
"effectRow": [
|
|
83303
|
+
{
|
|
83304
|
+
"kind": "render-ui",
|
|
83305
|
+
"resource": "main"
|
|
83306
|
+
},
|
|
83307
|
+
{
|
|
83308
|
+
"kind": "set",
|
|
83309
|
+
"resource": "@entity.activeTab"
|
|
83310
|
+
},
|
|
83311
|
+
{
|
|
83312
|
+
"kind": "set",
|
|
83313
|
+
"resource": "@entity.items"
|
|
83314
|
+
}
|
|
83315
|
+
],
|
|
80953
83316
|
"emits": [
|
|
80954
83317
|
{
|
|
80955
83318
|
"description": "Signals a tab selection has occurred.",
|
|
@@ -81317,6 +83680,40 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
|
|
|
81317
83680
|
"type": "string"
|
|
81318
83681
|
}
|
|
81319
83682
|
},
|
|
83683
|
+
"effectRow": [
|
|
83684
|
+
{
|
|
83685
|
+
"kind": "emit",
|
|
83686
|
+
"resource": "LEVEL_RELOAD"
|
|
83687
|
+
},
|
|
83688
|
+
{
|
|
83689
|
+
"kind": "emit",
|
|
83690
|
+
"resource": "TagSelected"
|
|
83691
|
+
},
|
|
83692
|
+
{
|
|
83693
|
+
"kind": "fetch",
|
|
83694
|
+
"resource": "Tag"
|
|
83695
|
+
},
|
|
83696
|
+
{
|
|
83697
|
+
"kind": "persist",
|
|
83698
|
+
"resource": "Tag"
|
|
83699
|
+
},
|
|
83700
|
+
{
|
|
83701
|
+
"kind": "render-ui",
|
|
83702
|
+
"resource": "main"
|
|
83703
|
+
},
|
|
83704
|
+
{
|
|
83705
|
+
"kind": "render-ui",
|
|
83706
|
+
"resource": "modal"
|
|
83707
|
+
},
|
|
83708
|
+
{
|
|
83709
|
+
"kind": "set",
|
|
83710
|
+
"resource": "@entity.id"
|
|
83711
|
+
},
|
|
83712
|
+
{
|
|
83713
|
+
"kind": "set",
|
|
83714
|
+
"resource": "@entity.parentId"
|
|
83715
|
+
}
|
|
83716
|
+
],
|
|
81320
83717
|
"emits": [
|
|
81321
83718
|
{
|
|
81322
83719
|
"description": "Signals a tag has been chosen for navigation.",
|
|
@@ -83180,6 +85577,36 @@ function stdThreadThreadPostOrbital(params = {}) {
|
|
|
83180
85577
|
"type": "string"
|
|
83181
85578
|
}
|
|
83182
85579
|
},
|
|
85580
|
+
"effectRow": [
|
|
85581
|
+
{
|
|
85582
|
+
"kind": "fetch",
|
|
85583
|
+
"resource": "ThreadPost"
|
|
85584
|
+
},
|
|
85585
|
+
{
|
|
85586
|
+
"kind": "persist",
|
|
85587
|
+
"resource": "ThreadPost"
|
|
85588
|
+
},
|
|
85589
|
+
{
|
|
85590
|
+
"kind": "render-ui",
|
|
85591
|
+
"resource": "main"
|
|
85592
|
+
},
|
|
85593
|
+
{
|
|
85594
|
+
"kind": "set",
|
|
85595
|
+
"resource": "@entity.content"
|
|
85596
|
+
},
|
|
85597
|
+
{
|
|
85598
|
+
"kind": "set",
|
|
85599
|
+
"resource": "@entity.focusedRow"
|
|
85600
|
+
},
|
|
85601
|
+
{
|
|
85602
|
+
"kind": "set",
|
|
85603
|
+
"resource": "@entity.parentId"
|
|
85604
|
+
},
|
|
85605
|
+
{
|
|
85606
|
+
"kind": "set",
|
|
85607
|
+
"resource": "@entity.threadRootId"
|
|
85608
|
+
}
|
|
85609
|
+
],
|
|
83183
85610
|
"emits": [
|
|
83184
85611
|
{
|
|
83185
85612
|
"description": "Indicates a post or reply has been chosen for interaction.",
|
|
@@ -84655,6 +87082,36 @@ function stdTokenizerMlTokenizerOrbital(params = {}) {
|
|
|
84655
87082
|
"type": "Map<string,int>"
|
|
84656
87083
|
}
|
|
84657
87084
|
},
|
|
87085
|
+
"effectRow": [
|
|
87086
|
+
{
|
|
87087
|
+
"kind": "emit",
|
|
87088
|
+
"resource": "TOKENIZED"
|
|
87089
|
+
},
|
|
87090
|
+
{
|
|
87091
|
+
"kind": "set",
|
|
87092
|
+
"resource": "@entity.request"
|
|
87093
|
+
},
|
|
87094
|
+
{
|
|
87095
|
+
"kind": "set",
|
|
87096
|
+
"resource": "@entity.status"
|
|
87097
|
+
},
|
|
87098
|
+
{
|
|
87099
|
+
"kind": "set",
|
|
87100
|
+
"resource": "@entity.text"
|
|
87101
|
+
},
|
|
87102
|
+
{
|
|
87103
|
+
"kind": "set",
|
|
87104
|
+
"resource": "@entity.tokenCount"
|
|
87105
|
+
},
|
|
87106
|
+
{
|
|
87107
|
+
"kind": "set",
|
|
87108
|
+
"resource": "@entity.tokenIds"
|
|
87109
|
+
},
|
|
87110
|
+
{
|
|
87111
|
+
"kind": "set",
|
|
87112
|
+
"resource": "@entity.tokens"
|
|
87113
|
+
}
|
|
87114
|
+
],
|
|
84658
87115
|
"emits": [
|
|
84659
87116
|
{
|
|
84660
87117
|
"description": "Text tokenized into a normalized, truncated token sequence with vocabulary ids",
|
|
@@ -85288,6 +87745,24 @@ function stdTreeTreeNodeOrbital(params = {}) {
|
|
|
85288
87745
|
"type": "string"
|
|
85289
87746
|
}
|
|
85290
87747
|
},
|
|
87748
|
+
"effectRow": [
|
|
87749
|
+
{
|
|
87750
|
+
"kind": "emit",
|
|
87751
|
+
"resource": "CHILD_REQUESTED"
|
|
87752
|
+
},
|
|
87753
|
+
{
|
|
87754
|
+
"kind": "fetch",
|
|
87755
|
+
"resource": "TreeNode"
|
|
87756
|
+
},
|
|
87757
|
+
{
|
|
87758
|
+
"kind": "render-ui",
|
|
87759
|
+
"resource": "main"
|
|
87760
|
+
},
|
|
87761
|
+
{
|
|
87762
|
+
"kind": "set",
|
|
87763
|
+
"resource": "@entity.id"
|
|
87764
|
+
}
|
|
87765
|
+
],
|
|
85291
87766
|
"emits": [
|
|
85292
87767
|
{
|
|
85293
87768
|
"description": "Signals a tree node has been selected for external handoff.",
|
|
@@ -86659,6 +89134,60 @@ function stdVersionHistoryRevisionOrbital(params = {}) {
|
|
|
86659
89134
|
"type": "string"
|
|
86660
89135
|
}
|
|
86661
89136
|
},
|
|
89137
|
+
"effectRow": [
|
|
89138
|
+
{
|
|
89139
|
+
"kind": "fetch",
|
|
89140
|
+
"resource": "Revision"
|
|
89141
|
+
},
|
|
89142
|
+
{
|
|
89143
|
+
"kind": "persist",
|
|
89144
|
+
"resource": "Revision"
|
|
89145
|
+
},
|
|
89146
|
+
{
|
|
89147
|
+
"kind": "render-ui",
|
|
89148
|
+
"resource": "main"
|
|
89149
|
+
},
|
|
89150
|
+
{
|
|
89151
|
+
"kind": "set",
|
|
89152
|
+
"resource": "@entity.authorId"
|
|
89153
|
+
},
|
|
89154
|
+
{
|
|
89155
|
+
"kind": "set",
|
|
89156
|
+
"resource": "@entity.authorName"
|
|
89157
|
+
},
|
|
89158
|
+
{
|
|
89159
|
+
"kind": "set",
|
|
89160
|
+
"resource": "@entity.content"
|
|
89161
|
+
},
|
|
89162
|
+
{
|
|
89163
|
+
"kind": "set",
|
|
89164
|
+
"resource": "@entity.createdAt"
|
|
89165
|
+
},
|
|
89166
|
+
{
|
|
89167
|
+
"kind": "set",
|
|
89168
|
+
"resource": "@entity.documentId"
|
|
89169
|
+
},
|
|
89170
|
+
{
|
|
89171
|
+
"kind": "set",
|
|
89172
|
+
"resource": "@entity.documentType"
|
|
89173
|
+
},
|
|
89174
|
+
{
|
|
89175
|
+
"kind": "set",
|
|
89176
|
+
"resource": "@entity.id"
|
|
89177
|
+
},
|
|
89178
|
+
{
|
|
89179
|
+
"kind": "set",
|
|
89180
|
+
"resource": "@entity.scopeKey"
|
|
89181
|
+
},
|
|
89182
|
+
{
|
|
89183
|
+
"kind": "set",
|
|
89184
|
+
"resource": "@entity.summary"
|
|
89185
|
+
},
|
|
89186
|
+
{
|
|
89187
|
+
"kind": "set",
|
|
89188
|
+
"resource": "@entity.versionNumber"
|
|
89189
|
+
}
|
|
89190
|
+
],
|
|
86662
89191
|
"emits": [
|
|
86663
89192
|
{
|
|
86664
89193
|
"description": "Signals a revision has been selected for viewing.",
|
|
@@ -88477,6 +91006,28 @@ function stdVoteVoteOrbital(params = {}) {
|
|
|
88477
91006
|
"type": "boolean"
|
|
88478
91007
|
}
|
|
88479
91008
|
},
|
|
91009
|
+
"effectRow": [
|
|
91010
|
+
{
|
|
91011
|
+
"kind": "fetch",
|
|
91012
|
+
"resource": "Vote"
|
|
91013
|
+
},
|
|
91014
|
+
{
|
|
91015
|
+
"kind": "persist",
|
|
91016
|
+
"resource": "Vote"
|
|
91017
|
+
},
|
|
91018
|
+
{
|
|
91019
|
+
"kind": "render-ui",
|
|
91020
|
+
"resource": "main"
|
|
91021
|
+
},
|
|
91022
|
+
{
|
|
91023
|
+
"kind": "set",
|
|
91024
|
+
"resource": "@entity.direction"
|
|
91025
|
+
},
|
|
91026
|
+
{
|
|
91027
|
+
"kind": "set",
|
|
91028
|
+
"resource": "@entity.targetId"
|
|
91029
|
+
}
|
|
91030
|
+
],
|
|
88480
91031
|
"emits": [
|
|
88481
91032
|
{
|
|
88482
91033
|
"description": "Signals a vote has been successfully recorded.",
|
|
@@ -89253,6 +91804,36 @@ function stdWeightValidatorMlWeightValidatorOrbital(params = {}) {
|
|
|
89253
91804
|
"type": "float"
|
|
89254
91805
|
}
|
|
89255
91806
|
},
|
|
91807
|
+
"effectRow": [
|
|
91808
|
+
{
|
|
91809
|
+
"kind": "emit",
|
|
91810
|
+
"resource": "WEIGHTS_ACCEPTED"
|
|
91811
|
+
},
|
|
91812
|
+
{
|
|
91813
|
+
"kind": "emit",
|
|
91814
|
+
"resource": "WEIGHTS_REJECTED"
|
|
91815
|
+
},
|
|
91816
|
+
{
|
|
91817
|
+
"kind": "set",
|
|
91818
|
+
"resource": "@entity.baseline"
|
|
91819
|
+
},
|
|
91820
|
+
{
|
|
91821
|
+
"kind": "set",
|
|
91822
|
+
"resource": "@entity.status"
|
|
91823
|
+
},
|
|
91824
|
+
{
|
|
91825
|
+
"kind": "set",
|
|
91826
|
+
"resource": "@entity.valid"
|
|
91827
|
+
},
|
|
91828
|
+
{
|
|
91829
|
+
"kind": "set",
|
|
91830
|
+
"resource": "@entity.violations"
|
|
91831
|
+
},
|
|
91832
|
+
{
|
|
91833
|
+
"kind": "set",
|
|
91834
|
+
"resource": "@entity.weights"
|
|
91835
|
+
}
|
|
91836
|
+
],
|
|
89256
91837
|
"emits": [
|
|
89257
91838
|
{
|
|
89258
91839
|
"description": "All constraint checks passed \u2014 magnitude bounds, forbidden regions, and regression are all clear",
|
|
@@ -90076,6 +92657,76 @@ function stdWizardWizardOrbital(params = {}) {
|
|
|
90076
92657
|
"type": "string"
|
|
90077
92658
|
}
|
|
90078
92659
|
},
|
|
92660
|
+
"effectRow": [
|
|
92661
|
+
{
|
|
92662
|
+
"kind": "fetch",
|
|
92663
|
+
"resource": "WizardView"
|
|
92664
|
+
},
|
|
92665
|
+
{
|
|
92666
|
+
"kind": "persist",
|
|
92667
|
+
"resource": "WizardView"
|
|
92668
|
+
},
|
|
92669
|
+
{
|
|
92670
|
+
"kind": "render-ui",
|
|
92671
|
+
"resource": "main"
|
|
92672
|
+
},
|
|
92673
|
+
{
|
|
92674
|
+
"kind": "set",
|
|
92675
|
+
"resource": "@entity.cancelReason"
|
|
92676
|
+
},
|
|
92677
|
+
{
|
|
92678
|
+
"kind": "set",
|
|
92679
|
+
"resource": "@entity.completionMessage"
|
|
92680
|
+
},
|
|
92681
|
+
{
|
|
92682
|
+
"kind": "set",
|
|
92683
|
+
"resource": "@entity.currentFields"
|
|
92684
|
+
},
|
|
92685
|
+
{
|
|
92686
|
+
"kind": "set",
|
|
92687
|
+
"resource": "@entity.currentStepDescription"
|
|
92688
|
+
},
|
|
92689
|
+
{
|
|
92690
|
+
"kind": "set",
|
|
92691
|
+
"resource": "@entity.currentStepIcon"
|
|
92692
|
+
},
|
|
92693
|
+
{
|
|
92694
|
+
"kind": "set",
|
|
92695
|
+
"resource": "@entity.currentStepIndex"
|
|
92696
|
+
},
|
|
92697
|
+
{
|
|
92698
|
+
"kind": "set",
|
|
92699
|
+
"resource": "@entity.currentStepLabel"
|
|
92700
|
+
},
|
|
92701
|
+
{
|
|
92702
|
+
"kind": "set",
|
|
92703
|
+
"resource": "@entity.errorMessage"
|
|
92704
|
+
},
|
|
92705
|
+
{
|
|
92706
|
+
"kind": "set",
|
|
92707
|
+
"resource": "@entity.isFirstStep"
|
|
92708
|
+
},
|
|
92709
|
+
{
|
|
92710
|
+
"kind": "set",
|
|
92711
|
+
"resource": "@entity.isLastStep"
|
|
92712
|
+
},
|
|
92713
|
+
{
|
|
92714
|
+
"kind": "set",
|
|
92715
|
+
"resource": "@entity.primaryActionIcon"
|
|
92716
|
+
},
|
|
92717
|
+
{
|
|
92718
|
+
"kind": "set",
|
|
92719
|
+
"resource": "@entity.primaryActionLabel"
|
|
92720
|
+
},
|
|
92721
|
+
{
|
|
92722
|
+
"kind": "set",
|
|
92723
|
+
"resource": "@entity.totalSteps"
|
|
92724
|
+
},
|
|
92725
|
+
{
|
|
92726
|
+
"kind": "set",
|
|
92727
|
+
"resource": "@entity.wizardSteps"
|
|
92728
|
+
}
|
|
92729
|
+
],
|
|
90079
92730
|
"emits": [
|
|
90080
92731
|
{
|
|
90081
92732
|
"description": "Signals progression to the next step in the wizard.",
|
|
@@ -96458,6 +99109,34 @@ function stdUiTimerDisplayTimerDisplayOrbital(params = {}) {
|
|
|
96458
99109
|
]
|
|
96459
99110
|
}
|
|
96460
99111
|
},
|
|
99112
|
+
"effectRow": [
|
|
99113
|
+
{
|
|
99114
|
+
"kind": "render-ui",
|
|
99115
|
+
"resource": "main"
|
|
99116
|
+
},
|
|
99117
|
+
{
|
|
99118
|
+
"kind": "render-ui",
|
|
99119
|
+
"resource": "main",
|
|
99120
|
+
"site": "tick"
|
|
99121
|
+
},
|
|
99122
|
+
{
|
|
99123
|
+
"kind": "set",
|
|
99124
|
+
"resource": "@entity.running"
|
|
99125
|
+
},
|
|
99126
|
+
{
|
|
99127
|
+
"kind": "set",
|
|
99128
|
+
"resource": "@entity.seconds"
|
|
99129
|
+
},
|
|
99130
|
+
{
|
|
99131
|
+
"kind": "set",
|
|
99132
|
+
"resource": "@entity.seconds",
|
|
99133
|
+
"site": "tick"
|
|
99134
|
+
},
|
|
99135
|
+
{
|
|
99136
|
+
"kind": "ticks",
|
|
99137
|
+
"site": "tick"
|
|
99138
|
+
}
|
|
99139
|
+
],
|
|
96461
99140
|
"entityContract": {
|
|
96462
99141
|
"provides": [
|
|
96463
99142
|
"running",
|
|
@@ -101509,6 +104188,45 @@ function stdAgentBuilderAgentBuilderOrbital(params = {}) {
|
|
|
101509
104188
|
traits: [
|
|
101510
104189
|
{
|
|
101511
104190
|
"category": "lifecycle",
|
|
104191
|
+
"effectRow": [
|
|
104192
|
+
{
|
|
104193
|
+
"kind": "behavior/instantiate"
|
|
104194
|
+
},
|
|
104195
|
+
{
|
|
104196
|
+
"kind": "emit",
|
|
104197
|
+
"resource": "BUILD_COMPLETE"
|
|
104198
|
+
},
|
|
104199
|
+
{
|
|
104200
|
+
"kind": "llm/generate"
|
|
104201
|
+
},
|
|
104202
|
+
{
|
|
104203
|
+
"kind": "set",
|
|
104204
|
+
"resource": "@entity.fixPrompt"
|
|
104205
|
+
},
|
|
104206
|
+
{
|
|
104207
|
+
"kind": "set",
|
|
104208
|
+
"resource": "@entity.orbitalName"
|
|
104209
|
+
},
|
|
104210
|
+
{
|
|
104211
|
+
"kind": "set",
|
|
104212
|
+
"resource": "@entity.plan"
|
|
104213
|
+
},
|
|
104214
|
+
{
|
|
104215
|
+
"kind": "set",
|
|
104216
|
+
"resource": "@entity.request"
|
|
104217
|
+
},
|
|
104218
|
+
{
|
|
104219
|
+
"kind": "set",
|
|
104220
|
+
"resource": "@entity.status"
|
|
104221
|
+
},
|
|
104222
|
+
{
|
|
104223
|
+
"kind": "set",
|
|
104224
|
+
"resource": "@entity.validationResult"
|
|
104225
|
+
},
|
|
104226
|
+
{
|
|
104227
|
+
"kind": "validate/validate"
|
|
104228
|
+
}
|
|
104229
|
+
],
|
|
101512
104230
|
"emits": [
|
|
101513
104231
|
{
|
|
101514
104232
|
"event": "BUILD_COMPLETE",
|
|
@@ -101800,6 +104518,12 @@ function stdAgentBuilderAgentBuilderOrbital(params = {}) {
|
|
|
101800
104518
|
},
|
|
101801
104519
|
{
|
|
101802
104520
|
"category": "lifecycle",
|
|
104521
|
+
"effectRow": [
|
|
104522
|
+
{
|
|
104523
|
+
"kind": "set",
|
|
104524
|
+
"resource": "@entity.status"
|
|
104525
|
+
}
|
|
104526
|
+
],
|
|
101803
104527
|
"linkedEntity": "BuilderProcess",
|
|
101804
104528
|
"listens": [
|
|
101805
104529
|
{
|
|
@@ -102068,6 +104792,60 @@ function stdAgentRabitCoordinatorOrbital(params = {}) {
|
|
|
102068
104792
|
traits: [
|
|
102069
104793
|
{
|
|
102070
104794
|
"category": "lifecycle",
|
|
104795
|
+
"effectRow": [
|
|
104796
|
+
{
|
|
104797
|
+
"kind": "compose/compose-all"
|
|
104798
|
+
},
|
|
104799
|
+
{
|
|
104800
|
+
"kind": "emit",
|
|
104801
|
+
"resource": "DISPATCHED"
|
|
104802
|
+
},
|
|
104803
|
+
{
|
|
104804
|
+
"kind": "emit",
|
|
104805
|
+
"resource": "RABIT_DONE"
|
|
104806
|
+
},
|
|
104807
|
+
{
|
|
104808
|
+
"kind": "llm/generate"
|
|
104809
|
+
},
|
|
104810
|
+
{
|
|
104811
|
+
"kind": "session/write-spec"
|
|
104812
|
+
},
|
|
104813
|
+
{
|
|
104814
|
+
"kind": "set",
|
|
104815
|
+
"resource": "@entity.completedCount"
|
|
104816
|
+
},
|
|
104817
|
+
{
|
|
104818
|
+
"kind": "set",
|
|
104819
|
+
"resource": "@entity.composedSchema"
|
|
104820
|
+
},
|
|
104821
|
+
{
|
|
104822
|
+
"kind": "set",
|
|
104823
|
+
"resource": "@entity.failedCount"
|
|
104824
|
+
},
|
|
104825
|
+
{
|
|
104826
|
+
"kind": "set",
|
|
104827
|
+
"resource": "@entity.phase"
|
|
104828
|
+
},
|
|
104829
|
+
{
|
|
104830
|
+
"kind": "set",
|
|
104831
|
+
"resource": "@entity.plan"
|
|
104832
|
+
},
|
|
104833
|
+
{
|
|
104834
|
+
"kind": "set",
|
|
104835
|
+
"resource": "@entity.prompt"
|
|
104836
|
+
},
|
|
104837
|
+
{
|
|
104838
|
+
"kind": "set",
|
|
104839
|
+
"resource": "@entity.totalOrbitals"
|
|
104840
|
+
},
|
|
104841
|
+
{
|
|
104842
|
+
"kind": "set",
|
|
104843
|
+
"resource": "@entity.validationErrors"
|
|
104844
|
+
},
|
|
104845
|
+
{
|
|
104846
|
+
"kind": "validate/validate"
|
|
104847
|
+
}
|
|
104848
|
+
],
|
|
102071
104849
|
"emits": [
|
|
102072
104850
|
{
|
|
102073
104851
|
"event": "PLANNED",
|
|
@@ -102500,6 +105278,24 @@ function stdAgentRabitCoordinatorOrbital(params = {}) {
|
|
|
102500
105278
|
},
|
|
102501
105279
|
{
|
|
102502
105280
|
"category": "lifecycle",
|
|
105281
|
+
"effectRow": [
|
|
105282
|
+
{
|
|
105283
|
+
"kind": "emit",
|
|
105284
|
+
"resource": "ALL_DONE"
|
|
105285
|
+
},
|
|
105286
|
+
{
|
|
105287
|
+
"kind": "set",
|
|
105288
|
+
"resource": "@entity.completedCount"
|
|
105289
|
+
},
|
|
105290
|
+
{
|
|
105291
|
+
"kind": "set",
|
|
105292
|
+
"resource": "@entity.failedCount"
|
|
105293
|
+
},
|
|
105294
|
+
{
|
|
105295
|
+
"kind": "set",
|
|
105296
|
+
"resource": "@entity.totalOrbitals"
|
|
105297
|
+
}
|
|
105298
|
+
],
|
|
102503
105299
|
"emits": [
|
|
102504
105300
|
{
|
|
102505
105301
|
"event": "ALL_DONE"
|
|
@@ -102708,6 +105504,12 @@ function stdAgentRabitCoordinatorOrbital(params = {}) {
|
|
|
102708
105504
|
},
|
|
102709
105505
|
{
|
|
102710
105506
|
"category": "lifecycle",
|
|
105507
|
+
"effectRow": [
|
|
105508
|
+
{
|
|
105509
|
+
"kind": "set",
|
|
105510
|
+
"resource": "@entity.phase"
|
|
105511
|
+
}
|
|
105512
|
+
],
|
|
102711
105513
|
"linkedEntity": "Coordinator",
|
|
102712
105514
|
"listens": [
|
|
102713
105515
|
{
|
|
@@ -102956,6 +105758,65 @@ function stdAgentRabitOrbitalProcessOrbital(params = {}) {
|
|
|
102956
105758
|
traits: [
|
|
102957
105759
|
{
|
|
102958
105760
|
"category": "lifecycle",
|
|
105761
|
+
"effectRow": [
|
|
105762
|
+
{
|
|
105763
|
+
"kind": "behavior/instantiate"
|
|
105764
|
+
},
|
|
105765
|
+
{
|
|
105766
|
+
"kind": "emit",
|
|
105767
|
+
"resource": "BUILD_STEP"
|
|
105768
|
+
},
|
|
105769
|
+
{
|
|
105770
|
+
"kind": "emit",
|
|
105771
|
+
"resource": "ORBITAL_COMPLETE"
|
|
105772
|
+
},
|
|
105773
|
+
{
|
|
105774
|
+
"kind": "emit",
|
|
105775
|
+
"resource": "PROCESS_DONE"
|
|
105776
|
+
},
|
|
105777
|
+
{
|
|
105778
|
+
"kind": "emit",
|
|
105779
|
+
"resource": "PROCESS_RETRY"
|
|
105780
|
+
},
|
|
105781
|
+
{
|
|
105782
|
+
"kind": "emit",
|
|
105783
|
+
"resource": "REBUILD"
|
|
105784
|
+
},
|
|
105785
|
+
{
|
|
105786
|
+
"kind": "llm/generate"
|
|
105787
|
+
},
|
|
105788
|
+
{
|
|
105789
|
+
"kind": "set",
|
|
105790
|
+
"resource": "@entity.attempts"
|
|
105791
|
+
},
|
|
105792
|
+
{
|
|
105793
|
+
"kind": "set",
|
|
105794
|
+
"resource": "@entity.fixPrompt"
|
|
105795
|
+
},
|
|
105796
|
+
{
|
|
105797
|
+
"kind": "set",
|
|
105798
|
+
"resource": "@entity.maxAttempts"
|
|
105799
|
+
},
|
|
105800
|
+
{
|
|
105801
|
+
"kind": "set",
|
|
105802
|
+
"resource": "@entity.method"
|
|
105803
|
+
},
|
|
105804
|
+
{
|
|
105805
|
+
"kind": "set",
|
|
105806
|
+
"resource": "@entity.orbitalName"
|
|
105807
|
+
},
|
|
105808
|
+
{
|
|
105809
|
+
"kind": "set",
|
|
105810
|
+
"resource": "@entity.spec"
|
|
105811
|
+
},
|
|
105812
|
+
{
|
|
105813
|
+
"kind": "set",
|
|
105814
|
+
"resource": "@entity.status"
|
|
105815
|
+
},
|
|
105816
|
+
{
|
|
105817
|
+
"kind": "validate/validate"
|
|
105818
|
+
}
|
|
105819
|
+
],
|
|
102959
105820
|
"emits": [
|
|
102960
105821
|
{
|
|
102961
105822
|
"event": "BUILD_STEP",
|
|
@@ -103416,6 +106277,16 @@ function stdAgentRabitOrbitalProcessOrbital(params = {}) {
|
|
|
103416
106277
|
},
|
|
103417
106278
|
{
|
|
103418
106279
|
"category": "lifecycle",
|
|
106280
|
+
"effectRow": [
|
|
106281
|
+
{
|
|
106282
|
+
"kind": "set",
|
|
106283
|
+
"resource": "@entity.method"
|
|
106284
|
+
},
|
|
106285
|
+
{
|
|
106286
|
+
"kind": "set",
|
|
106287
|
+
"resource": "@entity.orbitalName"
|
|
106288
|
+
}
|
|
106289
|
+
],
|
|
103419
106290
|
"linkedEntity": "OrbitalProcess",
|
|
103420
106291
|
"listens": [
|
|
103421
106292
|
{
|
|
@@ -105115,6 +107986,54 @@ function stdArcadeBoard3dArcadeBoard3DFrameOrbital(params = {}) {
|
|
|
105115
107986
|
"type": "number"
|
|
105116
107987
|
}
|
|
105117
107988
|
},
|
|
107989
|
+
"effectRow": [
|
|
107990
|
+
{
|
|
107991
|
+
"kind": "emit",
|
|
107992
|
+
"resource": "MOVE"
|
|
107993
|
+
},
|
|
107994
|
+
{
|
|
107995
|
+
"kind": "emit",
|
|
107996
|
+
"resource": "PLAY_MACHINE"
|
|
107997
|
+
},
|
|
107998
|
+
{
|
|
107999
|
+
"kind": "emit",
|
|
108000
|
+
"resource": "RESTART"
|
|
108001
|
+
},
|
|
108002
|
+
{
|
|
108003
|
+
"kind": "emit",
|
|
108004
|
+
"resource": "WANDER",
|
|
108005
|
+
"site": "tick"
|
|
108006
|
+
},
|
|
108007
|
+
{
|
|
108008
|
+
"kind": "render-ui",
|
|
108009
|
+
"resource": "main"
|
|
108010
|
+
},
|
|
108011
|
+
{
|
|
108012
|
+
"kind": "render-ui",
|
|
108013
|
+
"resource": "main",
|
|
108014
|
+
"site": "tick"
|
|
108015
|
+
},
|
|
108016
|
+
{
|
|
108017
|
+
"kind": "set",
|
|
108018
|
+
"resource": "@entity.features"
|
|
108019
|
+
},
|
|
108020
|
+
{
|
|
108021
|
+
"kind": "set",
|
|
108022
|
+
"resource": "@entity.phase"
|
|
108023
|
+
},
|
|
108024
|
+
{
|
|
108025
|
+
"kind": "set",
|
|
108026
|
+
"resource": "@entity.selectedUnitId"
|
|
108027
|
+
},
|
|
108028
|
+
{
|
|
108029
|
+
"kind": "set",
|
|
108030
|
+
"resource": "@entity.validMoves"
|
|
108031
|
+
},
|
|
108032
|
+
{
|
|
108033
|
+
"kind": "ticks",
|
|
108034
|
+
"site": "tick"
|
|
108035
|
+
}
|
|
108036
|
+
],
|
|
105118
108037
|
"emits": [
|
|
105119
108038
|
{
|
|
105120
108039
|
"description": "Hero move intent applied by the hero-nav authority",
|
|
@@ -108614,6 +111533,72 @@ function stdCrewBoard2dCrewBoard2DOrbital(params = {}) {
|
|
|
108614
111533
|
"type": "boolean"
|
|
108615
111534
|
}
|
|
108616
111535
|
},
|
|
111536
|
+
"effectRow": [
|
|
111537
|
+
{
|
|
111538
|
+
"kind": "emit",
|
|
111539
|
+
"resource": "MOVE"
|
|
111540
|
+
},
|
|
111541
|
+
{
|
|
111542
|
+
"kind": "render-ui",
|
|
111543
|
+
"resource": "main"
|
|
111544
|
+
},
|
|
111545
|
+
{
|
|
111546
|
+
"kind": "render-ui",
|
|
111547
|
+
"resource": "main",
|
|
111548
|
+
"site": "tick"
|
|
111549
|
+
},
|
|
111550
|
+
{
|
|
111551
|
+
"kind": "set",
|
|
111552
|
+
"resource": "@entity.animState"
|
|
111553
|
+
},
|
|
111554
|
+
{
|
|
111555
|
+
"kind": "set",
|
|
111556
|
+
"resource": "@entity.animState",
|
|
111557
|
+
"site": "tick"
|
|
111558
|
+
},
|
|
111559
|
+
{
|
|
111560
|
+
"kind": "set",
|
|
111561
|
+
"resource": "@entity.animTicksLeft"
|
|
111562
|
+
},
|
|
111563
|
+
{
|
|
111564
|
+
"kind": "set",
|
|
111565
|
+
"resource": "@entity.animTicksLeft",
|
|
111566
|
+
"site": "tick"
|
|
111567
|
+
},
|
|
111568
|
+
{
|
|
111569
|
+
"kind": "set",
|
|
111570
|
+
"resource": "@entity.animUnitId"
|
|
111571
|
+
},
|
|
111572
|
+
{
|
|
111573
|
+
"kind": "set",
|
|
111574
|
+
"resource": "@entity.animUnitId",
|
|
111575
|
+
"site": "tick"
|
|
111576
|
+
},
|
|
111577
|
+
{
|
|
111578
|
+
"kind": "set",
|
|
111579
|
+
"resource": "@entity.crewCount"
|
|
111580
|
+
},
|
|
111581
|
+
{
|
|
111582
|
+
"kind": "set",
|
|
111583
|
+
"resource": "@entity.oxygen"
|
|
111584
|
+
},
|
|
111585
|
+
{
|
|
111586
|
+
"kind": "set",
|
|
111587
|
+
"resource": "@entity.phase"
|
|
111588
|
+
},
|
|
111589
|
+
{
|
|
111590
|
+
"kind": "set",
|
|
111591
|
+
"resource": "@entity.selectedUnitId"
|
|
111592
|
+
},
|
|
111593
|
+
{
|
|
111594
|
+
"kind": "set",
|
|
111595
|
+
"resource": "@entity.validMoves"
|
|
111596
|
+
},
|
|
111597
|
+
{
|
|
111598
|
+
"kind": "ticks",
|
|
111599
|
+
"site": "tick"
|
|
111600
|
+
}
|
|
111601
|
+
],
|
|
108617
111602
|
"emits": [
|
|
108618
111603
|
{
|
|
108619
111604
|
"description": "Crew move intent applied by the hero-nav authority",
|
|
@@ -113537,6 +116522,38 @@ function stdDungeonBoard2dDungeonBoard2DOrbital(params = {}) {
|
|
|
113537
116522
|
"type": "number"
|
|
113538
116523
|
}
|
|
113539
116524
|
},
|
|
116525
|
+
"effectRow": [
|
|
116526
|
+
{
|
|
116527
|
+
"kind": "emit",
|
|
116528
|
+
"resource": "ATTACK"
|
|
116529
|
+
},
|
|
116530
|
+
{
|
|
116531
|
+
"kind": "emit",
|
|
116532
|
+
"resource": "MONSTER_TICK",
|
|
116533
|
+
"site": "tick"
|
|
116534
|
+
},
|
|
116535
|
+
{
|
|
116536
|
+
"kind": "emit",
|
|
116537
|
+
"resource": "MOVE"
|
|
116538
|
+
},
|
|
116539
|
+
{
|
|
116540
|
+
"kind": "emit",
|
|
116541
|
+
"resource": "RESTART"
|
|
116542
|
+
},
|
|
116543
|
+
{
|
|
116544
|
+
"kind": "render-ui",
|
|
116545
|
+
"resource": "main"
|
|
116546
|
+
},
|
|
116547
|
+
{
|
|
116548
|
+
"kind": "render-ui",
|
|
116549
|
+
"resource": "main",
|
|
116550
|
+
"site": "tick"
|
|
116551
|
+
},
|
|
116552
|
+
{
|
|
116553
|
+
"kind": "ticks",
|
|
116554
|
+
"site": "tick"
|
|
116555
|
+
}
|
|
116556
|
+
],
|
|
113540
116557
|
"emits": [
|
|
113541
116558
|
{
|
|
113542
116559
|
"description": "Hero move intent applied by the hero-nav authority",
|
|
@@ -116198,6 +119215,16 @@ function stdEscalatingDecisionEscalatingDecisionOrbital(params = {}) {
|
|
|
116198
119215
|
traits: [
|
|
116199
119216
|
{
|
|
116200
119217
|
"category": "lifecycle",
|
|
119218
|
+
"effectRow": [
|
|
119219
|
+
{
|
|
119220
|
+
"kind": "emit",
|
|
119221
|
+
"resource": "RUN_EXACT"
|
|
119222
|
+
},
|
|
119223
|
+
{
|
|
119224
|
+
"kind": "set",
|
|
119225
|
+
"resource": "@entity.status"
|
|
119226
|
+
}
|
|
119227
|
+
],
|
|
116201
119228
|
"emits": [
|
|
116202
119229
|
{
|
|
116203
119230
|
"description": "Starts the ladder at the exact-check rung (R0). request is the whole DECIDE payload, carried down the chain so each rung can project its own inputs.",
|
|
@@ -116514,6 +119541,36 @@ function stdEscalatingDecisionEscalatingDecisionOrbital(params = {}) {
|
|
|
116514
119541
|
}),
|
|
116515
119542
|
{
|
|
116516
119543
|
"category": "lifecycle",
|
|
119544
|
+
"effectRow": [
|
|
119545
|
+
{
|
|
119546
|
+
"kind": "emit",
|
|
119547
|
+
"resource": "DECIDED"
|
|
119548
|
+
},
|
|
119549
|
+
{
|
|
119550
|
+
"kind": "emit",
|
|
119551
|
+
"resource": "DECISION_FAILED"
|
|
119552
|
+
},
|
|
119553
|
+
{
|
|
119554
|
+
"kind": "set",
|
|
119555
|
+
"resource": "@entity.confidence"
|
|
119556
|
+
},
|
|
119557
|
+
{
|
|
119558
|
+
"kind": "set",
|
|
119559
|
+
"resource": "@entity.failReason"
|
|
119560
|
+
},
|
|
119561
|
+
{
|
|
119562
|
+
"kind": "set",
|
|
119563
|
+
"resource": "@entity.reasoning"
|
|
119564
|
+
},
|
|
119565
|
+
{
|
|
119566
|
+
"kind": "set",
|
|
119567
|
+
"resource": "@entity.rung"
|
|
119568
|
+
},
|
|
119569
|
+
{
|
|
119570
|
+
"kind": "set",
|
|
119571
|
+
"resource": "@entity.status"
|
|
119572
|
+
}
|
|
119573
|
+
],
|
|
116517
119574
|
"emits": [
|
|
116518
119575
|
{
|
|
116519
119576
|
"description": "The ladder proved an answer. rung names which one served it: R0 exact, R1 table, R3 retrieved, R4 learned, R5 generative.",
|
|
@@ -116672,7 +119729,7 @@ function stdEscalatingDecisionEscalatingDecisionOrbital(params = {}) {
|
|
|
116672
119729
|
{
|
|
116673
119730
|
"name": "score",
|
|
116674
119731
|
"required": true,
|
|
116675
|
-
"type": "
|
|
119732
|
+
"type": "number"
|
|
116676
119733
|
}
|
|
116677
119734
|
]
|
|
116678
119735
|
},
|
|
@@ -116688,7 +119745,7 @@ function stdEscalatingDecisionEscalatingDecisionOrbital(params = {}) {
|
|
|
116688
119745
|
{
|
|
116689
119746
|
"name": "confidence",
|
|
116690
119747
|
"required": true,
|
|
116691
|
-
"type": "
|
|
119748
|
+
"type": "number"
|
|
116692
119749
|
}
|
|
116693
119750
|
]
|
|
116694
119751
|
},
|
|
@@ -116704,7 +119761,7 @@ function stdEscalatingDecisionEscalatingDecisionOrbital(params = {}) {
|
|
|
116704
119761
|
{
|
|
116705
119762
|
"name": "confidence",
|
|
116706
119763
|
"required": true,
|
|
116707
|
-
"type": "
|
|
119764
|
+
"type": "number"
|
|
116708
119765
|
},
|
|
116709
119766
|
{
|
|
116710
119767
|
"name": "reasoning",
|
|
@@ -117323,6 +120380,24 @@ function stdKnowledgeTracingKnowledgeTracingOrbital(params = {}) {
|
|
|
117323
120380
|
traits: [
|
|
117324
120381
|
{
|
|
117325
120382
|
"category": "lifecycle",
|
|
120383
|
+
"effectRow": [
|
|
120384
|
+
{
|
|
120385
|
+
"kind": "emit",
|
|
120386
|
+
"resource": "CAPTURE_LABEL"
|
|
120387
|
+
},
|
|
120388
|
+
{
|
|
120389
|
+
"kind": "emit",
|
|
120390
|
+
"resource": "OBSERVATION_MADE"
|
|
120391
|
+
},
|
|
120392
|
+
{
|
|
120393
|
+
"kind": "set",
|
|
120394
|
+
"resource": "@entity.lastOutcome"
|
|
120395
|
+
},
|
|
120396
|
+
{
|
|
120397
|
+
"kind": "set",
|
|
120398
|
+
"resource": "@entity.skillId"
|
|
120399
|
+
}
|
|
120400
|
+
],
|
|
117326
120401
|
"emits": [
|
|
117327
120402
|
{
|
|
117328
120403
|
"description": "Forwards the raw outcome to PosteriorTracker once skillId is recorded on the shared entity.",
|
|
@@ -119850,6 +122925,41 @@ function stdMarketBoard3dMarketBoard3DOrbital(params = {}) {
|
|
|
119850
122925
|
"type": "number"
|
|
119851
122926
|
}
|
|
119852
122927
|
},
|
|
122928
|
+
"effectRow": [
|
|
122929
|
+
{
|
|
122930
|
+
"kind": "emit",
|
|
122931
|
+
"resource": "MOVE"
|
|
122932
|
+
},
|
|
122933
|
+
{
|
|
122934
|
+
"kind": "emit",
|
|
122935
|
+
"resource": "RESTART"
|
|
122936
|
+
},
|
|
122937
|
+
{
|
|
122938
|
+
"kind": "render-ui",
|
|
122939
|
+
"resource": "main"
|
|
122940
|
+
},
|
|
122941
|
+
{
|
|
122942
|
+
"kind": "render-ui",
|
|
122943
|
+
"resource": "main",
|
|
122944
|
+
"site": "tick"
|
|
122945
|
+
},
|
|
122946
|
+
{
|
|
122947
|
+
"kind": "set",
|
|
122948
|
+
"resource": "@entity.phase"
|
|
122949
|
+
},
|
|
122950
|
+
{
|
|
122951
|
+
"kind": "set",
|
|
122952
|
+
"resource": "@entity.selectedUnitId"
|
|
122953
|
+
},
|
|
122954
|
+
{
|
|
122955
|
+
"kind": "set",
|
|
122956
|
+
"resource": "@entity.validMoves"
|
|
122957
|
+
},
|
|
122958
|
+
{
|
|
122959
|
+
"kind": "ticks",
|
|
122960
|
+
"site": "tick"
|
|
122961
|
+
}
|
|
122962
|
+
],
|
|
119853
122963
|
"emits": [
|
|
119854
122964
|
{
|
|
119855
122965
|
"description": "Hero move intent applied by the hero-nav authority",
|
|
@@ -123857,6 +126967,46 @@ function stdObjectiveBoard3dObjectiveBoard3DOrbital(params = {}) {
|
|
|
123857
126967
|
"type": "number"
|
|
123858
126968
|
}
|
|
123859
126969
|
},
|
|
126970
|
+
"effectRow": [
|
|
126971
|
+
{
|
|
126972
|
+
"kind": "emit",
|
|
126973
|
+
"resource": "MOVE"
|
|
126974
|
+
},
|
|
126975
|
+
{
|
|
126976
|
+
"kind": "emit",
|
|
126977
|
+
"resource": "RESTART"
|
|
126978
|
+
},
|
|
126979
|
+
{
|
|
126980
|
+
"kind": "emit",
|
|
126981
|
+
"resource": "WANDER",
|
|
126982
|
+
"site": "tick"
|
|
126983
|
+
},
|
|
126984
|
+
{
|
|
126985
|
+
"kind": "render-ui",
|
|
126986
|
+
"resource": "main"
|
|
126987
|
+
},
|
|
126988
|
+
{
|
|
126989
|
+
"kind": "render-ui",
|
|
126990
|
+
"resource": "main",
|
|
126991
|
+
"site": "tick"
|
|
126992
|
+
},
|
|
126993
|
+
{
|
|
126994
|
+
"kind": "set",
|
|
126995
|
+
"resource": "@entity.phase"
|
|
126996
|
+
},
|
|
126997
|
+
{
|
|
126998
|
+
"kind": "set",
|
|
126999
|
+
"resource": "@entity.selectedUnitId"
|
|
127000
|
+
},
|
|
127001
|
+
{
|
|
127002
|
+
"kind": "set",
|
|
127003
|
+
"resource": "@entity.validMoves"
|
|
127004
|
+
},
|
|
127005
|
+
{
|
|
127006
|
+
"kind": "ticks",
|
|
127007
|
+
"site": "tick"
|
|
127008
|
+
}
|
|
127009
|
+
],
|
|
123860
127010
|
"emits": [
|
|
123861
127011
|
{
|
|
123862
127012
|
"description": "Hero move intent applied by the hero-nav authority",
|
|
@@ -126751,6 +129901,66 @@ function stdPlatformerBoard2dPlatformerBoard2DOrbital(params = {}) {
|
|
|
126751
129901
|
"type": "number"
|
|
126752
129902
|
}
|
|
126753
129903
|
},
|
|
129904
|
+
"effectRow": [
|
|
129905
|
+
{
|
|
129906
|
+
"kind": "emit",
|
|
129907
|
+
"resource": "BURST"
|
|
129908
|
+
},
|
|
129909
|
+
{
|
|
129910
|
+
"kind": "emit",
|
|
129911
|
+
"resource": "PLAT_JUMP"
|
|
129912
|
+
},
|
|
129913
|
+
{
|
|
129914
|
+
"kind": "emit",
|
|
129915
|
+
"resource": "PLAT_PLACE"
|
|
129916
|
+
},
|
|
129917
|
+
{
|
|
129918
|
+
"kind": "emit",
|
|
129919
|
+
"resource": "PLAT_STEER"
|
|
129920
|
+
},
|
|
129921
|
+
{
|
|
129922
|
+
"kind": "emit",
|
|
129923
|
+
"resource": "PROGRESS"
|
|
129924
|
+
},
|
|
129925
|
+
{
|
|
129926
|
+
"kind": "emit",
|
|
129927
|
+
"resource": "RESTART"
|
|
129928
|
+
},
|
|
129929
|
+
{
|
|
129930
|
+
"kind": "render-ui",
|
|
129931
|
+
"resource": "main"
|
|
129932
|
+
},
|
|
129933
|
+
{
|
|
129934
|
+
"kind": "render-ui",
|
|
129935
|
+
"resource": "main",
|
|
129936
|
+
"site": "tick"
|
|
129937
|
+
},
|
|
129938
|
+
{
|
|
129939
|
+
"kind": "set",
|
|
129940
|
+
"resource": "@entity.celebrated"
|
|
129941
|
+
},
|
|
129942
|
+
{
|
|
129943
|
+
"kind": "set",
|
|
129944
|
+
"resource": "@entity.frame",
|
|
129945
|
+
"site": "tick"
|
|
129946
|
+
},
|
|
129947
|
+
{
|
|
129948
|
+
"kind": "set",
|
|
129949
|
+
"resource": "@entity.lives"
|
|
129950
|
+
},
|
|
129951
|
+
{
|
|
129952
|
+
"kind": "set",
|
|
129953
|
+
"resource": "@entity.objectivesLeft"
|
|
129954
|
+
},
|
|
129955
|
+
{
|
|
129956
|
+
"kind": "set",
|
|
129957
|
+
"resource": "@entity.score"
|
|
129958
|
+
},
|
|
129959
|
+
{
|
|
129960
|
+
"kind": "ticks",
|
|
129961
|
+
"site": "tick"
|
|
129962
|
+
}
|
|
129963
|
+
],
|
|
126754
129964
|
"emits": [
|
|
126755
129965
|
{
|
|
126756
129966
|
"description": "Move-left intent from ArrowLeft/KeyA keydown or d-pad (forwarded to the body authority as STEER dir \u22121)",
|
|
@@ -128836,6 +132046,12 @@ function stdPlatformerPuzzlePlatformerPuzzleOrbital(params = {}) {
|
|
|
128836
132046
|
}),
|
|
128837
132047
|
{
|
|
128838
132048
|
"category": "interaction",
|
|
132049
|
+
"effectRow": [
|
|
132050
|
+
{
|
|
132051
|
+
"kind": "render-ui",
|
|
132052
|
+
"resource": "overlay"
|
|
132053
|
+
}
|
|
132054
|
+
],
|
|
128839
132055
|
"linkedEntity": "PlatformerPuzzleData",
|
|
128840
132056
|
"name": "PlatformerPuzzleNoopPreview",
|
|
128841
132057
|
"scope": "instance",
|
|
@@ -129335,6 +132551,12 @@ function stdPlatformerPuzzlePlatformerPuzzleOrbital(params = {}) {
|
|
|
129335
132551
|
"type": "trait"
|
|
129336
132552
|
}
|
|
129337
132553
|
},
|
|
132554
|
+
"effectRow": [
|
|
132555
|
+
{
|
|
132556
|
+
"kind": "render-ui",
|
|
132557
|
+
"resource": "main"
|
|
132558
|
+
}
|
|
132559
|
+
],
|
|
129338
132560
|
"entityContract": {
|
|
129339
132561
|
"provides": [],
|
|
129340
132562
|
"requires": []
|
|
@@ -129556,6 +132778,16 @@ function stdStatusLifecycleControlStatusLifecycleControlOrbital(params = {}) {
|
|
|
129556
132778
|
"type": "[TransitionSpec]"
|
|
129557
132779
|
}
|
|
129558
132780
|
},
|
|
132781
|
+
"effectRow": [
|
|
132782
|
+
{
|
|
132783
|
+
"kind": "emit",
|
|
132784
|
+
"resource": "ChangeStatusRequested"
|
|
132785
|
+
},
|
|
132786
|
+
{
|
|
132787
|
+
"kind": "render-ui",
|
|
132788
|
+
"resource": "main"
|
|
132789
|
+
}
|
|
132790
|
+
],
|
|
129559
132791
|
"emits": [
|
|
129560
132792
|
{
|
|
129561
132793
|
"description": "Fired when the viewer picks a legal next status from the control.",
|
|
@@ -131201,6 +134433,50 @@ function stdSurvivalBoard3dSurvivalBoard3DOrbital(params = {}) {
|
|
|
131201
134433
|
"type": "number"
|
|
131202
134434
|
}
|
|
131203
134435
|
},
|
|
134436
|
+
"effectRow": [
|
|
134437
|
+
{
|
|
134438
|
+
"kind": "emit",
|
|
134439
|
+
"resource": "BUILD_CAMP"
|
|
134440
|
+
},
|
|
134441
|
+
{
|
|
134442
|
+
"kind": "emit",
|
|
134443
|
+
"resource": "MOVE"
|
|
134444
|
+
},
|
|
134445
|
+
{
|
|
134446
|
+
"kind": "emit",
|
|
134447
|
+
"resource": "RESTART"
|
|
134448
|
+
},
|
|
134449
|
+
{
|
|
134450
|
+
"kind": "emit",
|
|
134451
|
+
"resource": "WANDER",
|
|
134452
|
+
"site": "tick"
|
|
134453
|
+
},
|
|
134454
|
+
{
|
|
134455
|
+
"kind": "render-ui",
|
|
134456
|
+
"resource": "main"
|
|
134457
|
+
},
|
|
134458
|
+
{
|
|
134459
|
+
"kind": "render-ui",
|
|
134460
|
+
"resource": "main",
|
|
134461
|
+
"site": "tick"
|
|
134462
|
+
},
|
|
134463
|
+
{
|
|
134464
|
+
"kind": "set",
|
|
134465
|
+
"resource": "@entity.phase"
|
|
134466
|
+
},
|
|
134467
|
+
{
|
|
134468
|
+
"kind": "set",
|
|
134469
|
+
"resource": "@entity.selectedUnitId"
|
|
134470
|
+
},
|
|
134471
|
+
{
|
|
134472
|
+
"kind": "set",
|
|
134473
|
+
"resource": "@entity.validMoves"
|
|
134474
|
+
},
|
|
134475
|
+
{
|
|
134476
|
+
"kind": "ticks",
|
|
134477
|
+
"site": "tick"
|
|
134478
|
+
}
|
|
134479
|
+
],
|
|
131204
134480
|
"emits": [
|
|
131205
134481
|
{
|
|
131206
134482
|
"description": "Hero move intent applied by the hero-nav authority",
|
|
@@ -134605,6 +137881,106 @@ function stdTacticsBoard2dTacticsBoard2DOrbital(params = {}) {
|
|
|
134605
137881
|
"type": "number"
|
|
134606
137882
|
}
|
|
134607
137883
|
},
|
|
137884
|
+
"effectRow": [
|
|
137885
|
+
{
|
|
137886
|
+
"kind": "emit",
|
|
137887
|
+
"resource": "AI_TURN"
|
|
137888
|
+
},
|
|
137889
|
+
{
|
|
137890
|
+
"kind": "emit",
|
|
137891
|
+
"resource": "ATTACK"
|
|
137892
|
+
},
|
|
137893
|
+
{
|
|
137894
|
+
"kind": "emit",
|
|
137895
|
+
"resource": "MOVE"
|
|
137896
|
+
},
|
|
137897
|
+
{
|
|
137898
|
+
"kind": "render-ui",
|
|
137899
|
+
"resource": "main"
|
|
137900
|
+
},
|
|
137901
|
+
{
|
|
137902
|
+
"kind": "render-ui",
|
|
137903
|
+
"resource": "main",
|
|
137904
|
+
"site": "tick"
|
|
137905
|
+
},
|
|
137906
|
+
{
|
|
137907
|
+
"kind": "set",
|
|
137908
|
+
"resource": "@entity.actedIds"
|
|
137909
|
+
},
|
|
137910
|
+
{
|
|
137911
|
+
"kind": "set",
|
|
137912
|
+
"resource": "@entity.animAtkTicksLeft"
|
|
137913
|
+
},
|
|
137914
|
+
{
|
|
137915
|
+
"kind": "set",
|
|
137916
|
+
"resource": "@entity.animAtkTicksLeft",
|
|
137917
|
+
"site": "tick"
|
|
137918
|
+
},
|
|
137919
|
+
{
|
|
137920
|
+
"kind": "set",
|
|
137921
|
+
"resource": "@entity.animAttackerId"
|
|
137922
|
+
},
|
|
137923
|
+
{
|
|
137924
|
+
"kind": "set",
|
|
137925
|
+
"resource": "@entity.animAttackerId",
|
|
137926
|
+
"site": "tick"
|
|
137927
|
+
},
|
|
137928
|
+
{
|
|
137929
|
+
"kind": "set",
|
|
137930
|
+
"resource": "@entity.animState"
|
|
137931
|
+
},
|
|
137932
|
+
{
|
|
137933
|
+
"kind": "set",
|
|
137934
|
+
"resource": "@entity.animState",
|
|
137935
|
+
"site": "tick"
|
|
137936
|
+
},
|
|
137937
|
+
{
|
|
137938
|
+
"kind": "set",
|
|
137939
|
+
"resource": "@entity.animTicksLeft"
|
|
137940
|
+
},
|
|
137941
|
+
{
|
|
137942
|
+
"kind": "set",
|
|
137943
|
+
"resource": "@entity.animTicksLeft",
|
|
137944
|
+
"site": "tick"
|
|
137945
|
+
},
|
|
137946
|
+
{
|
|
137947
|
+
"kind": "set",
|
|
137948
|
+
"resource": "@entity.animUnitId"
|
|
137949
|
+
},
|
|
137950
|
+
{
|
|
137951
|
+
"kind": "set",
|
|
137952
|
+
"resource": "@entity.animUnitId",
|
|
137953
|
+
"site": "tick"
|
|
137954
|
+
},
|
|
137955
|
+
{
|
|
137956
|
+
"kind": "set",
|
|
137957
|
+
"resource": "@entity.attackTargets"
|
|
137958
|
+
},
|
|
137959
|
+
{
|
|
137960
|
+
"kind": "set",
|
|
137961
|
+
"resource": "@entity.movedIds"
|
|
137962
|
+
},
|
|
137963
|
+
{
|
|
137964
|
+
"kind": "set",
|
|
137965
|
+
"resource": "@entity.selectedUnitId"
|
|
137966
|
+
},
|
|
137967
|
+
{
|
|
137968
|
+
"kind": "set",
|
|
137969
|
+
"resource": "@entity.turn"
|
|
137970
|
+
},
|
|
137971
|
+
{
|
|
137972
|
+
"kind": "set",
|
|
137973
|
+
"resource": "@entity.uiPhase"
|
|
137974
|
+
},
|
|
137975
|
+
{
|
|
137976
|
+
"kind": "set",
|
|
137977
|
+
"resource": "@entity.validMoves"
|
|
137978
|
+
},
|
|
137979
|
+
{
|
|
137980
|
+
"kind": "ticks",
|
|
137981
|
+
"site": "tick"
|
|
137982
|
+
}
|
|
137983
|
+
],
|
|
134608
137984
|
"emits": [
|
|
134609
137985
|
{
|
|
134610
137986
|
"description": "Player move intent applied by the grid-tactics authority",
|
|
@@ -140074,6 +143450,53 @@ function stdTacticsBoard3dTacticsBoard3DOrbital(params = {}) {
|
|
|
140074
143450
|
"type": "number"
|
|
140075
143451
|
}
|
|
140076
143452
|
},
|
|
143453
|
+
"effectRow": [
|
|
143454
|
+
{
|
|
143455
|
+
"kind": "emit",
|
|
143456
|
+
"resource": "AI_TURN"
|
|
143457
|
+
},
|
|
143458
|
+
{
|
|
143459
|
+
"kind": "emit",
|
|
143460
|
+
"resource": "ATTACK"
|
|
143461
|
+
},
|
|
143462
|
+
{
|
|
143463
|
+
"kind": "emit",
|
|
143464
|
+
"resource": "MOVE"
|
|
143465
|
+
},
|
|
143466
|
+
{
|
|
143467
|
+
"kind": "render-ui",
|
|
143468
|
+
"resource": "main"
|
|
143469
|
+
},
|
|
143470
|
+
{
|
|
143471
|
+
"kind": "render-ui",
|
|
143472
|
+
"resource": "main",
|
|
143473
|
+
"site": "tick"
|
|
143474
|
+
},
|
|
143475
|
+
{
|
|
143476
|
+
"kind": "set",
|
|
143477
|
+
"resource": "@entity.attackTargets"
|
|
143478
|
+
},
|
|
143479
|
+
{
|
|
143480
|
+
"kind": "set",
|
|
143481
|
+
"resource": "@entity.selectedUnitId"
|
|
143482
|
+
},
|
|
143483
|
+
{
|
|
143484
|
+
"kind": "set",
|
|
143485
|
+
"resource": "@entity.turn"
|
|
143486
|
+
},
|
|
143487
|
+
{
|
|
143488
|
+
"kind": "set",
|
|
143489
|
+
"resource": "@entity.uiPhase"
|
|
143490
|
+
},
|
|
143491
|
+
{
|
|
143492
|
+
"kind": "set",
|
|
143493
|
+
"resource": "@entity.validMoves"
|
|
143494
|
+
},
|
|
143495
|
+
{
|
|
143496
|
+
"kind": "ticks",
|
|
143497
|
+
"site": "tick"
|
|
143498
|
+
}
|
|
143499
|
+
],
|
|
140077
143500
|
"emits": [
|
|
140078
143501
|
{
|
|
140079
143502
|
"description": "Player move intent applied by the grid-tactics authority",
|
|
@@ -144491,6 +147914,53 @@ function stdWorldmapBoard2dWorldMapBoard2DOrbital(params = {}) {
|
|
|
144491
147914
|
"type": "Asset"
|
|
144492
147915
|
}
|
|
144493
147916
|
},
|
|
147917
|
+
"effectRow": [
|
|
147918
|
+
{
|
|
147919
|
+
"kind": "emit",
|
|
147920
|
+
"resource": "ATTACK"
|
|
147921
|
+
},
|
|
147922
|
+
{
|
|
147923
|
+
"kind": "emit",
|
|
147924
|
+
"resource": "MINE_HIT"
|
|
147925
|
+
},
|
|
147926
|
+
{
|
|
147927
|
+
"kind": "emit",
|
|
147928
|
+
"resource": "MOVE"
|
|
147929
|
+
},
|
|
147930
|
+
{
|
|
147931
|
+
"kind": "render-ui",
|
|
147932
|
+
"resource": "main"
|
|
147933
|
+
},
|
|
147934
|
+
{
|
|
147935
|
+
"kind": "render-ui",
|
|
147936
|
+
"resource": "main",
|
|
147937
|
+
"site": "tick"
|
|
147938
|
+
},
|
|
147939
|
+
{
|
|
147940
|
+
"kind": "set",
|
|
147941
|
+
"resource": "@entity.effects"
|
|
147942
|
+
},
|
|
147943
|
+
{
|
|
147944
|
+
"kind": "set",
|
|
147945
|
+
"resource": "@entity.selectedHeroId"
|
|
147946
|
+
},
|
|
147947
|
+
{
|
|
147948
|
+
"kind": "set",
|
|
147949
|
+
"resource": "@entity.turn"
|
|
147950
|
+
},
|
|
147951
|
+
{
|
|
147952
|
+
"kind": "set",
|
|
147953
|
+
"resource": "@entity.validMoves"
|
|
147954
|
+
},
|
|
147955
|
+
{
|
|
147956
|
+
"kind": "set",
|
|
147957
|
+
"resource": "@entity.waypoints"
|
|
147958
|
+
},
|
|
147959
|
+
{
|
|
147960
|
+
"kind": "ticks",
|
|
147961
|
+
"site": "tick"
|
|
147962
|
+
}
|
|
147963
|
+
],
|
|
144494
147964
|
"emits": [
|
|
144495
147965
|
{
|
|
144496
147966
|
"description": "Emits UI:{unitClickEvent} with { unitId } on hero selection or attack-target click",
|
|
@@ -146610,6 +150080,16 @@ function stdUiBookChapterViewBookChapterViewOrbital(params = {}) {
|
|
|
146610
150080
|
"type": "boolean"
|
|
146611
150081
|
}
|
|
146612
150082
|
},
|
|
150083
|
+
"effectRow": [
|
|
150084
|
+
{
|
|
150085
|
+
"kind": "fetch",
|
|
150086
|
+
"resource": "BookChapterViewItem"
|
|
150087
|
+
},
|
|
150088
|
+
{
|
|
150089
|
+
"kind": "render-ui",
|
|
150090
|
+
"resource": "main"
|
|
150091
|
+
}
|
|
150092
|
+
],
|
|
146613
150093
|
"emits": [
|
|
146614
150094
|
{
|
|
146615
150095
|
"description": "BookChapterView rows finished loading; payload.data holds the collection.",
|
|
@@ -146873,6 +150353,12 @@ function stdUiBookCoverPageBookCoverPageOrbital(params = {}) {
|
|
|
146873
150353
|
"type": "string"
|
|
146874
150354
|
}
|
|
146875
150355
|
},
|
|
150356
|
+
"effectRow": [
|
|
150357
|
+
{
|
|
150358
|
+
"kind": "render-ui",
|
|
150359
|
+
"resource": "main"
|
|
150360
|
+
}
|
|
150361
|
+
],
|
|
146876
150362
|
"entityContract": {
|
|
146877
150363
|
"provides": [],
|
|
146878
150364
|
"requires": []
|
|
@@ -147057,6 +150543,12 @@ function stdUiBookNavBarBookNavBarOrbital(params = {}) {
|
|
|
147057
150543
|
"type": "number"
|
|
147058
150544
|
}
|
|
147059
150545
|
},
|
|
150546
|
+
"effectRow": [
|
|
150547
|
+
{
|
|
150548
|
+
"kind": "render-ui",
|
|
150549
|
+
"resource": "main"
|
|
150550
|
+
}
|
|
150551
|
+
],
|
|
147060
150552
|
"entityContract": {
|
|
147061
150553
|
"provides": [],
|
|
147062
150554
|
"requires": []
|
|
@@ -147233,6 +150725,16 @@ function stdUiBookTableOfContentsBookTableOfContentsOrbital(params = {}) {
|
|
|
147233
150725
|
"type": "boolean"
|
|
147234
150726
|
}
|
|
147235
150727
|
},
|
|
150728
|
+
"effectRow": [
|
|
150729
|
+
{
|
|
150730
|
+
"kind": "fetch",
|
|
150731
|
+
"resource": "BookTableOfContentsItem"
|
|
150732
|
+
},
|
|
150733
|
+
{
|
|
150734
|
+
"kind": "render-ui",
|
|
150735
|
+
"resource": "main"
|
|
150736
|
+
}
|
|
150737
|
+
],
|
|
147236
150738
|
"emits": [
|
|
147237
150739
|
{
|
|
147238
150740
|
"description": "BookTableOfContents rows finished loading; payload.data holds the collection.",
|
|
@@ -147640,6 +151142,16 @@ function stdUiBookViewerBookViewerOrbital(params = {}) {
|
|
|
147640
151142
|
"type": "number"
|
|
147641
151143
|
}
|
|
147642
151144
|
},
|
|
151145
|
+
"effectRow": [
|
|
151146
|
+
{
|
|
151147
|
+
"kind": "fetch",
|
|
151148
|
+
"resource": "BookViewerItem"
|
|
151149
|
+
},
|
|
151150
|
+
{
|
|
151151
|
+
"kind": "render-ui",
|
|
151152
|
+
"resource": "main"
|
|
151153
|
+
}
|
|
151154
|
+
],
|
|
147643
151155
|
"emits": [
|
|
147644
151156
|
{
|
|
147645
151157
|
"description": "BookViewer rows finished loading; payload.data holds the collection.",
|
|
@@ -148045,6 +151557,16 @@ function stdUiCaseStudyOrganismCaseStudyOrganismOrbital(params = {}) {
|
|
|
148045
151557
|
"type": "number"
|
|
148046
151558
|
}
|
|
148047
151559
|
},
|
|
151560
|
+
"effectRow": [
|
|
151561
|
+
{
|
|
151562
|
+
"kind": "fetch",
|
|
151563
|
+
"resource": "CaseStudyOrganismItem"
|
|
151564
|
+
},
|
|
151565
|
+
{
|
|
151566
|
+
"kind": "render-ui",
|
|
151567
|
+
"resource": "main"
|
|
151568
|
+
}
|
|
151569
|
+
],
|
|
148048
151570
|
"emits": [
|
|
148049
151571
|
{
|
|
148050
151572
|
"description": "CaseStudyOrganism rows finished loading; payload.data holds the collection.",
|
|
@@ -148438,6 +151960,12 @@ function stdUiChatBarChatBarOrbital(params = {}) {
|
|
|
148438
151960
|
"type": "number"
|
|
148439
151961
|
}
|
|
148440
151962
|
},
|
|
151963
|
+
"effectRow": [
|
|
151964
|
+
{
|
|
151965
|
+
"kind": "render-ui",
|
|
151966
|
+
"resource": "main"
|
|
151967
|
+
}
|
|
151968
|
+
],
|
|
148441
151969
|
"entityContract": {
|
|
148442
151970
|
"provides": [],
|
|
148443
151971
|
"requires": []
|
|
@@ -148629,6 +152157,12 @@ function stdUiCodeRunnerPanelCodeRunnerPanelOrbital(params = {}) {
|
|
|
148629
152157
|
"type": "boolean"
|
|
148630
152158
|
}
|
|
148631
152159
|
},
|
|
152160
|
+
"effectRow": [
|
|
152161
|
+
{
|
|
152162
|
+
"kind": "render-ui",
|
|
152163
|
+
"resource": "main"
|
|
152164
|
+
}
|
|
152165
|
+
],
|
|
148632
152166
|
"entityContract": {
|
|
148633
152167
|
"provides": [],
|
|
148634
152168
|
"requires": []
|
|
@@ -148941,6 +152475,12 @@ function stdUiDashboardGridDashboardGridOrbital(params = {}) {
|
|
|
148941
152475
|
"type": "number"
|
|
148942
152476
|
}
|
|
148943
152477
|
},
|
|
152478
|
+
"effectRow": [
|
|
152479
|
+
{
|
|
152480
|
+
"kind": "render-ui",
|
|
152481
|
+
"resource": "main"
|
|
152482
|
+
}
|
|
152483
|
+
],
|
|
148944
152484
|
"entityContract": {
|
|
148945
152485
|
"provides": [],
|
|
148946
152486
|
"requires": []
|
|
@@ -149576,6 +153116,16 @@ function stdUiDetailPanelDetailPanelOrbital(params = {}) {
|
|
|
149576
153116
|
"type": "string"
|
|
149577
153117
|
}
|
|
149578
153118
|
},
|
|
153119
|
+
"effectRow": [
|
|
153120
|
+
{
|
|
153121
|
+
"kind": "fetch",
|
|
153122
|
+
"resource": "DetailPanelItem"
|
|
153123
|
+
},
|
|
153124
|
+
{
|
|
153125
|
+
"kind": "render-ui",
|
|
153126
|
+
"resource": "main"
|
|
153127
|
+
}
|
|
153128
|
+
],
|
|
149579
153129
|
"emits": [
|
|
149580
153130
|
{
|
|
149581
153131
|
"description": "DetailPanel rows finished loading; payload.data holds the collection.",
|
|
@@ -150060,6 +153610,12 @@ function stdUiDockLayoutDockLayoutOrbital(params = {}) {
|
|
|
150060
153610
|
"type": "string"
|
|
150061
153611
|
}
|
|
150062
153612
|
},
|
|
153613
|
+
"effectRow": [
|
|
153614
|
+
{
|
|
153615
|
+
"kind": "render-ui",
|
|
153616
|
+
"resource": "main"
|
|
153617
|
+
}
|
|
153618
|
+
],
|
|
150063
153619
|
"emits": [
|
|
150064
153620
|
{
|
|
150065
153621
|
"definerKnob": "onSidebarCollapsedChange",
|
|
@@ -150438,6 +153994,16 @@ function stdUiDrawerSlotDrawerSlotOrbital(params = {}) {
|
|
|
150438
153994
|
"type": "string"
|
|
150439
153995
|
}
|
|
150440
153996
|
},
|
|
153997
|
+
"effectRow": [
|
|
153998
|
+
{
|
|
153999
|
+
"kind": "fetch",
|
|
154000
|
+
"resource": "DrawerSlotItem"
|
|
154001
|
+
},
|
|
154002
|
+
{
|
|
154003
|
+
"kind": "render-ui",
|
|
154004
|
+
"resource": "main"
|
|
154005
|
+
}
|
|
154006
|
+
],
|
|
150441
154007
|
"entityContract": {
|
|
150442
154008
|
"provides": [],
|
|
150443
154009
|
"requires": []
|
|
@@ -150904,6 +154470,16 @@ function stdUiEntityCardsEntityCardsOrbital(params = {}) {
|
|
|
150904
154470
|
"type": "string"
|
|
150905
154471
|
}
|
|
150906
154472
|
},
|
|
154473
|
+
"effectRow": [
|
|
154474
|
+
{
|
|
154475
|
+
"kind": "fetch",
|
|
154476
|
+
"resource": "EntityCardsItem"
|
|
154477
|
+
},
|
|
154478
|
+
{
|
|
154479
|
+
"kind": "render-ui",
|
|
154480
|
+
"resource": "main"
|
|
154481
|
+
}
|
|
154482
|
+
],
|
|
150907
154483
|
"emits": [
|
|
150908
154484
|
{
|
|
150909
154485
|
"description": "User opened a record from the list.",
|
|
@@ -151483,6 +155059,16 @@ function stdUiEntityListEntityListOrbital(params = {}) {
|
|
|
151483
155059
|
]
|
|
151484
155060
|
}
|
|
151485
155061
|
},
|
|
155062
|
+
"effectRow": [
|
|
155063
|
+
{
|
|
155064
|
+
"kind": "fetch",
|
|
155065
|
+
"resource": "EntityListItem"
|
|
155066
|
+
},
|
|
155067
|
+
{
|
|
155068
|
+
"kind": "render-ui",
|
|
155069
|
+
"resource": "main"
|
|
155070
|
+
}
|
|
155071
|
+
],
|
|
151486
155072
|
"emits": [
|
|
151487
155073
|
{
|
|
151488
155074
|
"description": "Item actions - schema-driven or function-based",
|
|
@@ -152219,6 +155805,16 @@ function stdUiEntityTableEntityTableOrbital(params = {}) {
|
|
|
152219
155805
|
"type": "number"
|
|
152220
155806
|
}
|
|
152221
155807
|
},
|
|
155808
|
+
"effectRow": [
|
|
155809
|
+
{
|
|
155810
|
+
"kind": "fetch",
|
|
155811
|
+
"resource": "EntityTableItem"
|
|
155812
|
+
},
|
|
155813
|
+
{
|
|
155814
|
+
"kind": "render-ui",
|
|
155815
|
+
"resource": "main"
|
|
155816
|
+
}
|
|
155817
|
+
],
|
|
152222
155818
|
"emits": [
|
|
152223
155819
|
{
|
|
152224
155820
|
"description": "User opened a record from the list.",
|
|
@@ -152701,6 +156297,16 @@ function stdUiFeatureGridOrganismFeatureGridOrganismOrbital(params = {}) {
|
|
|
152701
156297
|
"type": "number"
|
|
152702
156298
|
}
|
|
152703
156299
|
},
|
|
156300
|
+
"effectRow": [
|
|
156301
|
+
{
|
|
156302
|
+
"kind": "fetch",
|
|
156303
|
+
"resource": "FeatureGridOrganismItem"
|
|
156304
|
+
},
|
|
156305
|
+
{
|
|
156306
|
+
"kind": "render-ui",
|
|
156307
|
+
"resource": "main"
|
|
156308
|
+
}
|
|
156309
|
+
],
|
|
152704
156310
|
"emits": [
|
|
152705
156311
|
{
|
|
152706
156312
|
"description": "FeatureGridOrganism rows finished loading; payload.data holds the collection.",
|
|
@@ -154071,6 +157677,16 @@ function stdUiFormFormOrbital(params = {}) {
|
|
|
154071
157677
|
"type": "[FormViolationTriggersItem]"
|
|
154072
157678
|
}
|
|
154073
157679
|
},
|
|
157680
|
+
"effectRow": [
|
|
157681
|
+
{
|
|
157682
|
+
"kind": "fetch",
|
|
157683
|
+
"resource": "FormItem"
|
|
157684
|
+
},
|
|
157685
|
+
{
|
|
157686
|
+
"kind": "render-ui",
|
|
157687
|
+
"resource": "main"
|
|
157688
|
+
}
|
|
157689
|
+
],
|
|
154074
157690
|
"emits": [
|
|
154075
157691
|
{
|
|
154076
157692
|
"definerKnob": "submitEvent",
|
|
@@ -155673,6 +159289,16 @@ function stdUiFormSectionFormSectionOrbital(params = {}) {
|
|
|
155673
159289
|
"type": "[FormSectionViolationTriggersItem]"
|
|
155674
159290
|
}
|
|
155675
159291
|
},
|
|
159292
|
+
"effectRow": [
|
|
159293
|
+
{
|
|
159294
|
+
"kind": "fetch",
|
|
159295
|
+
"resource": "FormSectionItem"
|
|
159296
|
+
},
|
|
159297
|
+
{
|
|
159298
|
+
"kind": "render-ui",
|
|
159299
|
+
"resource": "main"
|
|
159300
|
+
}
|
|
159301
|
+
],
|
|
155676
159302
|
"emits": [
|
|
155677
159303
|
{
|
|
155678
159304
|
"definerKnob": "submitEvent",
|
|
@@ -156382,6 +160008,16 @@ function stdUiHeroOrganismHeroOrganismOrbital(params = {}) {
|
|
|
156382
160008
|
"type": "number"
|
|
156383
160009
|
}
|
|
156384
160010
|
},
|
|
160011
|
+
"effectRow": [
|
|
160012
|
+
{
|
|
160013
|
+
"kind": "fetch",
|
|
160014
|
+
"resource": "HeroOrganismItem"
|
|
160015
|
+
},
|
|
160016
|
+
{
|
|
160017
|
+
"kind": "render-ui",
|
|
160018
|
+
"resource": "main"
|
|
160019
|
+
}
|
|
160020
|
+
],
|
|
156385
160021
|
"emits": [
|
|
156386
160022
|
{
|
|
156387
160023
|
"description": "HeroOrganism rows finished loading; payload.data holds the collection.",
|
|
@@ -156770,6 +160406,16 @@ function stdUiMasterDetailMasterDetailOrbital(params = {}) {
|
|
|
156770
160406
|
"type": "number"
|
|
156771
160407
|
}
|
|
156772
160408
|
},
|
|
160409
|
+
"effectRow": [
|
|
160410
|
+
{
|
|
160411
|
+
"kind": "fetch",
|
|
160412
|
+
"resource": "MasterDetailItem"
|
|
160413
|
+
},
|
|
160414
|
+
{
|
|
160415
|
+
"kind": "render-ui",
|
|
160416
|
+
"resource": "main"
|
|
160417
|
+
}
|
|
160418
|
+
],
|
|
156773
160419
|
"emits": [
|
|
156774
160420
|
{
|
|
156775
160421
|
"description": "MasterDetail rows finished loading; payload.data holds the collection.",
|
|
@@ -157076,6 +160722,12 @@ function stdUiMasterDetailLayoutMasterDetailLayoutOrbital(params = {}) {
|
|
|
157076
160722
|
"type": "string"
|
|
157077
160723
|
}
|
|
157078
160724
|
},
|
|
160725
|
+
"effectRow": [
|
|
160726
|
+
{
|
|
160727
|
+
"kind": "render-ui",
|
|
160728
|
+
"resource": "main"
|
|
160729
|
+
}
|
|
160730
|
+
],
|
|
157079
160731
|
"entityContract": {
|
|
157080
160732
|
"provides": [],
|
|
157081
160733
|
"requires": []
|
|
@@ -157479,6 +161131,16 @@ function stdUiMediaGalleryMediaGalleryOrbital(params = {}) {
|
|
|
157479
161131
|
"type": "number"
|
|
157480
161132
|
}
|
|
157481
161133
|
},
|
|
161134
|
+
"effectRow": [
|
|
161135
|
+
{
|
|
161136
|
+
"kind": "fetch",
|
|
161137
|
+
"resource": "MediaGalleryItem"
|
|
161138
|
+
},
|
|
161139
|
+
{
|
|
161140
|
+
"kind": "render-ui",
|
|
161141
|
+
"resource": "main"
|
|
161142
|
+
}
|
|
161143
|
+
],
|
|
157482
161144
|
"emits": [
|
|
157483
161145
|
{
|
|
157484
161146
|
"definerKnob": "selectionEvent",
|
|
@@ -157852,6 +161514,16 @@ function stdUiModalSlotModalSlotOrbital(params = {}) {
|
|
|
157852
161514
|
"type": "string"
|
|
157853
161515
|
}
|
|
157854
161516
|
},
|
|
161517
|
+
"effectRow": [
|
|
161518
|
+
{
|
|
161519
|
+
"kind": "fetch",
|
|
161520
|
+
"resource": "ModalSlotItem"
|
|
161521
|
+
},
|
|
161522
|
+
{
|
|
161523
|
+
"kind": "render-ui",
|
|
161524
|
+
"resource": "main"
|
|
161525
|
+
}
|
|
161526
|
+
],
|
|
157855
161527
|
"entityContract": {
|
|
157856
161528
|
"provides": [],
|
|
157857
161529
|
"requires": []
|
|
@@ -158174,6 +161846,16 @@ function stdUiPricingOrganismPricingOrganismOrbital(params = {}) {
|
|
|
158174
161846
|
"type": "number"
|
|
158175
161847
|
}
|
|
158176
161848
|
},
|
|
161849
|
+
"effectRow": [
|
|
161850
|
+
{
|
|
161851
|
+
"kind": "fetch",
|
|
161852
|
+
"resource": "PricingOrganismItem"
|
|
161853
|
+
},
|
|
161854
|
+
{
|
|
161855
|
+
"kind": "render-ui",
|
|
161856
|
+
"resource": "main"
|
|
161857
|
+
}
|
|
161858
|
+
],
|
|
158177
161859
|
"emits": [
|
|
158178
161860
|
{
|
|
158179
161861
|
"description": "PricingOrganism rows finished loading; payload.data holds the collection.",
|
|
@@ -158471,6 +162153,12 @@ function stdUiRuntimeDebuggerRuntimeDebuggerOrbital(params = {}) {
|
|
|
158471
162153
|
]
|
|
158472
162154
|
}
|
|
158473
162155
|
},
|
|
162156
|
+
"effectRow": [
|
|
162157
|
+
{
|
|
162158
|
+
"kind": "render-ui",
|
|
162159
|
+
"resource": "main"
|
|
162160
|
+
}
|
|
162161
|
+
],
|
|
158474
162162
|
"entityContract": {
|
|
158475
162163
|
"provides": [],
|
|
158476
162164
|
"requires": []
|
|
@@ -158692,6 +162380,12 @@ function stdUiSegmentRendererSegmentRendererOrbital(params = {}) {
|
|
|
158692
162380
|
"type": "SegmentRendererUserProgress"
|
|
158693
162381
|
}
|
|
158694
162382
|
},
|
|
162383
|
+
"effectRow": [
|
|
162384
|
+
{
|
|
162385
|
+
"kind": "render-ui",
|
|
162386
|
+
"resource": "main"
|
|
162387
|
+
}
|
|
162388
|
+
],
|
|
158695
162389
|
"entityContract": {
|
|
158696
162390
|
"provides": [],
|
|
158697
162391
|
"requires": []
|
|
@@ -159011,6 +162705,16 @@ function stdUiShowcaseOrganismShowcaseOrganismOrbital(params = {}) {
|
|
|
159011
162705
|
"type": "number"
|
|
159012
162706
|
}
|
|
159013
162707
|
},
|
|
162708
|
+
"effectRow": [
|
|
162709
|
+
{
|
|
162710
|
+
"kind": "fetch",
|
|
162711
|
+
"resource": "ShowcaseOrganismItem"
|
|
162712
|
+
},
|
|
162713
|
+
{
|
|
162714
|
+
"kind": "render-ui",
|
|
162715
|
+
"resource": "main"
|
|
162716
|
+
}
|
|
162717
|
+
],
|
|
159014
162718
|
"emits": [
|
|
159015
162719
|
{
|
|
159016
162720
|
"description": "ShowcaseOrganism rows finished loading; payload.data holds the collection.",
|
|
@@ -159341,6 +163045,16 @@ function stdUiSplitPaneSplitPaneOrbital(params = {}) {
|
|
|
159341
163045
|
"type": "string"
|
|
159342
163046
|
}
|
|
159343
163047
|
},
|
|
163048
|
+
"effectRow": [
|
|
163049
|
+
{
|
|
163050
|
+
"kind": "render-ui",
|
|
163051
|
+
"resource": "main"
|
|
163052
|
+
},
|
|
163053
|
+
{
|
|
163054
|
+
"kind": "set",
|
|
163055
|
+
"resource": "@entity.ratio"
|
|
163056
|
+
}
|
|
163057
|
+
],
|
|
159344
163058
|
"emits": [
|
|
159345
163059
|
{
|
|
159346
163060
|
"definerKnob": "onRatioChange",
|
|
@@ -159835,6 +163549,16 @@ function stdUiStatCardStatCardOrbital(params = {}) {
|
|
|
159835
163549
|
"type": "[string]"
|
|
159836
163550
|
}
|
|
159837
163551
|
},
|
|
163552
|
+
"effectRow": [
|
|
163553
|
+
{
|
|
163554
|
+
"kind": "fetch",
|
|
163555
|
+
"resource": "StatCardItem"
|
|
163556
|
+
},
|
|
163557
|
+
{
|
|
163558
|
+
"kind": "render-ui",
|
|
163559
|
+
"resource": "main"
|
|
163560
|
+
}
|
|
163561
|
+
],
|
|
159838
163562
|
"emits": [
|
|
159839
163563
|
{
|
|
159840
163564
|
"description": "StatCard rows finished loading; payload.data holds the collection.",
|
|
@@ -160170,6 +163894,12 @@ function stdUiStateMachineViewStateMachineViewOrbital(params = {}) {
|
|
|
160170
163894
|
"type": "boolean"
|
|
160171
163895
|
}
|
|
160172
163896
|
},
|
|
163897
|
+
"effectRow": [
|
|
163898
|
+
{
|
|
163899
|
+
"kind": "render-ui",
|
|
163900
|
+
"resource": "main"
|
|
163901
|
+
}
|
|
163902
|
+
],
|
|
160173
163903
|
"entityContract": {
|
|
160174
163904
|
"provides": [],
|
|
160175
163905
|
"requires": []
|
|
@@ -160441,6 +164171,16 @@ function stdUiStatsOrganismStatsOrganismOrbital(params = {}) {
|
|
|
160441
164171
|
"type": "number"
|
|
160442
164172
|
}
|
|
160443
164173
|
},
|
|
164174
|
+
"effectRow": [
|
|
164175
|
+
{
|
|
164176
|
+
"kind": "fetch",
|
|
164177
|
+
"resource": "StatsOrganismItem"
|
|
164178
|
+
},
|
|
164179
|
+
{
|
|
164180
|
+
"kind": "render-ui",
|
|
164181
|
+
"resource": "main"
|
|
164182
|
+
}
|
|
164183
|
+
],
|
|
160444
164184
|
"emits": [
|
|
160445
164185
|
{
|
|
160446
164186
|
"description": "StatsOrganism rows finished loading; payload.data holds the collection.",
|
|
@@ -160851,6 +164591,16 @@ function stdUiStepFlowOrganismStepFlowOrganismOrbital(params = {}) {
|
|
|
160851
164591
|
"type": "number"
|
|
160852
164592
|
}
|
|
160853
164593
|
},
|
|
164594
|
+
"effectRow": [
|
|
164595
|
+
{
|
|
164596
|
+
"kind": "fetch",
|
|
164597
|
+
"resource": "StepFlowOrganismItem"
|
|
164598
|
+
},
|
|
164599
|
+
{
|
|
164600
|
+
"kind": "render-ui",
|
|
164601
|
+
"resource": "main"
|
|
164602
|
+
}
|
|
164603
|
+
],
|
|
160854
164604
|
"emits": [
|
|
160855
164605
|
{
|
|
160856
164606
|
"description": "StepFlowOrganism rows finished loading; payload.data holds the collection.",
|
|
@@ -161289,6 +165039,16 @@ function stdUiSubagentTracePanelSubagentTracePanelOrbital(params = {}) {
|
|
|
161289
165039
|
"type": "number"
|
|
161290
165040
|
}
|
|
161291
165041
|
},
|
|
165042
|
+
"effectRow": [
|
|
165043
|
+
{
|
|
165044
|
+
"kind": "render-ui",
|
|
165045
|
+
"resource": "main"
|
|
165046
|
+
},
|
|
165047
|
+
{
|
|
165048
|
+
"kind": "render-ui",
|
|
165049
|
+
"resource": "overlay"
|
|
165050
|
+
}
|
|
165051
|
+
],
|
|
161292
165052
|
"emits": [
|
|
161293
165053
|
{
|
|
161294
165054
|
"definerKnob": "onClose",
|
|
@@ -161627,6 +165387,12 @@ function stdUiTabbedContainerTabbedContainerOrbital(params = {}) {
|
|
|
161627
165387
|
"type": "[TabbedContainerTabsItem]"
|
|
161628
165388
|
}
|
|
161629
165389
|
},
|
|
165390
|
+
"effectRow": [
|
|
165391
|
+
{
|
|
165392
|
+
"kind": "render-ui",
|
|
165393
|
+
"resource": "main"
|
|
165394
|
+
}
|
|
165395
|
+
],
|
|
161630
165396
|
"emits": [
|
|
161631
165397
|
{
|
|
161632
165398
|
"definerKnob": "onTabChange",
|
|
@@ -161948,6 +165714,16 @@ function stdUiTeamOrganismTeamOrganismOrbital(params = {}) {
|
|
|
161948
165714
|
"type": "number"
|
|
161949
165715
|
}
|
|
161950
165716
|
},
|
|
165717
|
+
"effectRow": [
|
|
165718
|
+
{
|
|
165719
|
+
"kind": "fetch",
|
|
165720
|
+
"resource": "TeamOrganismItem"
|
|
165721
|
+
},
|
|
165722
|
+
{
|
|
165723
|
+
"kind": "render-ui",
|
|
165724
|
+
"resource": "main"
|
|
165725
|
+
}
|
|
165726
|
+
],
|
|
161951
165727
|
"emits": [
|
|
161952
165728
|
{
|
|
161953
165729
|
"description": "TeamOrganism rows finished loading; payload.data holds the collection.",
|
|
@@ -162374,6 +166150,16 @@ function stdUiTimelineTimelineOrbital(params = {}) {
|
|
|
162374
166150
|
"type": "string"
|
|
162375
166151
|
}
|
|
162376
166152
|
},
|
|
166153
|
+
"effectRow": [
|
|
166154
|
+
{
|
|
166155
|
+
"kind": "fetch",
|
|
166156
|
+
"resource": "TimelineItem"
|
|
166157
|
+
},
|
|
166158
|
+
{
|
|
166159
|
+
"kind": "render-ui",
|
|
166160
|
+
"resource": "main"
|
|
166161
|
+
}
|
|
166162
|
+
],
|
|
162377
166163
|
"emits": [
|
|
162378
166164
|
{
|
|
162379
166165
|
"description": "User opened a record from the list.",
|
|
@@ -162726,6 +166512,16 @@ function stdUiToastSlotToastSlotOrbital(params = {}) {
|
|
|
162726
166512
|
]
|
|
162727
166513
|
}
|
|
162728
166514
|
},
|
|
166515
|
+
"effectRow": [
|
|
166516
|
+
{
|
|
166517
|
+
"kind": "fetch",
|
|
166518
|
+
"resource": "ToastSlotItem"
|
|
166519
|
+
},
|
|
166520
|
+
{
|
|
166521
|
+
"kind": "render-ui",
|
|
166522
|
+
"resource": "main"
|
|
166523
|
+
}
|
|
166524
|
+
],
|
|
162729
166525
|
"entityContract": {
|
|
162730
166526
|
"provides": [],
|
|
162731
166527
|
"requires": []
|