@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
package/dist/index.js
CHANGED
|
@@ -8637,6 +8637,27 @@ function stdAgentCompletionAgentCompletionOrbital(params = {}) {
|
|
|
8637
8637
|
traits: [
|
|
8638
8638
|
{
|
|
8639
8639
|
"category": "lifecycle",
|
|
8640
|
+
"effectRow": [
|
|
8641
|
+
{
|
|
8642
|
+
"kind": "emit",
|
|
8643
|
+
"resource": "COMPLETED"
|
|
8644
|
+
},
|
|
8645
|
+
{
|
|
8646
|
+
"kind": "llm/generate"
|
|
8647
|
+
},
|
|
8648
|
+
{
|
|
8649
|
+
"kind": "set",
|
|
8650
|
+
"resource": "@entity.prompt"
|
|
8651
|
+
},
|
|
8652
|
+
{
|
|
8653
|
+
"kind": "set",
|
|
8654
|
+
"resource": "@entity.response"
|
|
8655
|
+
},
|
|
8656
|
+
{
|
|
8657
|
+
"kind": "set",
|
|
8658
|
+
"resource": "@entity.status"
|
|
8659
|
+
}
|
|
8660
|
+
],
|
|
8640
8661
|
"emits": [
|
|
8641
8662
|
{
|
|
8642
8663
|
"event": "COMPLETED",
|
|
@@ -8847,6 +8868,12 @@ function stdAgentCompletionAgentCompletionOrbital(params = {}) {
|
|
|
8847
8868
|
},
|
|
8848
8869
|
{
|
|
8849
8870
|
"category": "lifecycle",
|
|
8871
|
+
"effectRow": [
|
|
8872
|
+
{
|
|
8873
|
+
"kind": "set",
|
|
8874
|
+
"resource": "@entity.status"
|
|
8875
|
+
}
|
|
8876
|
+
],
|
|
8850
8877
|
"linkedEntity": "Completion",
|
|
8851
8878
|
"listens": [
|
|
8852
8879
|
{
|
|
@@ -9124,6 +9151,23 @@ function stdAgentContextAgentContextOrbital(params = {}) {
|
|
|
9124
9151
|
traits: [
|
|
9125
9152
|
{
|
|
9126
9153
|
"category": "lifecycle",
|
|
9154
|
+
"effectRow": [
|
|
9155
|
+
{
|
|
9156
|
+
"kind": "emit",
|
|
9157
|
+
"resource": "COUNTED"
|
|
9158
|
+
},
|
|
9159
|
+
{
|
|
9160
|
+
"kind": "llm/token-count"
|
|
9161
|
+
},
|
|
9162
|
+
{
|
|
9163
|
+
"kind": "set",
|
|
9164
|
+
"resource": "@entity.status"
|
|
9165
|
+
},
|
|
9166
|
+
{
|
|
9167
|
+
"kind": "set",
|
|
9168
|
+
"resource": "@entity.tokenCount"
|
|
9169
|
+
}
|
|
9170
|
+
],
|
|
9127
9171
|
"emits": [
|
|
9128
9172
|
{
|
|
9129
9173
|
"event": "COUNTED",
|
|
@@ -9316,6 +9360,30 @@ function stdAgentContextAgentContextOrbital(params = {}) {
|
|
|
9316
9360
|
},
|
|
9317
9361
|
{
|
|
9318
9362
|
"category": "lifecycle",
|
|
9363
|
+
"effectRow": [
|
|
9364
|
+
{
|
|
9365
|
+
"kind": "emit",
|
|
9366
|
+
"resource": "COMPACTED"
|
|
9367
|
+
},
|
|
9368
|
+
{
|
|
9369
|
+
"kind": "llm/compact"
|
|
9370
|
+
},
|
|
9371
|
+
{
|
|
9372
|
+
"kind": "llm/token-count"
|
|
9373
|
+
},
|
|
9374
|
+
{
|
|
9375
|
+
"kind": "set",
|
|
9376
|
+
"resource": "@entity.afterTokens"
|
|
9377
|
+
},
|
|
9378
|
+
{
|
|
9379
|
+
"kind": "set",
|
|
9380
|
+
"resource": "@entity.beforeTokens"
|
|
9381
|
+
},
|
|
9382
|
+
{
|
|
9383
|
+
"kind": "set",
|
|
9384
|
+
"resource": "@entity.status"
|
|
9385
|
+
}
|
|
9386
|
+
],
|
|
9319
9387
|
"emits": [
|
|
9320
9388
|
{
|
|
9321
9389
|
"event": "COMPACTED",
|
|
@@ -9650,6 +9718,12 @@ function stdAgentContextAgentContextOrbital(params = {}) {
|
|
|
9650
9718
|
},
|
|
9651
9719
|
{
|
|
9652
9720
|
"category": "lifecycle",
|
|
9721
|
+
"effectRow": [
|
|
9722
|
+
{
|
|
9723
|
+
"kind": "set",
|
|
9724
|
+
"resource": "@entity.status"
|
|
9725
|
+
}
|
|
9726
|
+
],
|
|
9653
9727
|
"linkedEntity": "ContextWindow",
|
|
9654
9728
|
"listens": [
|
|
9655
9729
|
{
|
|
@@ -9980,6 +10054,34 @@ function stdAgentFixLoopAgentFixLoopOrbital(params = {}) {
|
|
|
9980
10054
|
traits: [
|
|
9981
10055
|
{
|
|
9982
10056
|
"category": "lifecycle",
|
|
10057
|
+
"effectRow": [
|
|
10058
|
+
{
|
|
10059
|
+
"kind": "emit",
|
|
10060
|
+
"resource": "FIX_APPLIED"
|
|
10061
|
+
},
|
|
10062
|
+
{
|
|
10063
|
+
"kind": "llm/generate"
|
|
10064
|
+
},
|
|
10065
|
+
{
|
|
10066
|
+
"kind": "set",
|
|
10067
|
+
"resource": "@entity.errors"
|
|
10068
|
+
},
|
|
10069
|
+
{
|
|
10070
|
+
"kind": "set",
|
|
10071
|
+
"resource": "@entity.fixPrompt"
|
|
10072
|
+
},
|
|
10073
|
+
{
|
|
10074
|
+
"kind": "set",
|
|
10075
|
+
"resource": "@entity.orbitalName"
|
|
10076
|
+
},
|
|
10077
|
+
{
|
|
10078
|
+
"kind": "set",
|
|
10079
|
+
"resource": "@entity.status"
|
|
10080
|
+
},
|
|
10081
|
+
{
|
|
10082
|
+
"kind": "validate/validate"
|
|
10083
|
+
}
|
|
10084
|
+
],
|
|
9983
10085
|
"emits": [
|
|
9984
10086
|
{
|
|
9985
10087
|
"event": "FIX_APPLIED",
|
|
@@ -10193,6 +10295,12 @@ function stdAgentFixLoopAgentFixLoopOrbital(params = {}) {
|
|
|
10193
10295
|
},
|
|
10194
10296
|
{
|
|
10195
10297
|
"category": "lifecycle",
|
|
10298
|
+
"effectRow": [
|
|
10299
|
+
{
|
|
10300
|
+
"kind": "set",
|
|
10301
|
+
"resource": "@entity.status"
|
|
10302
|
+
}
|
|
10303
|
+
],
|
|
10196
10304
|
"linkedEntity": "FixLoop",
|
|
10197
10305
|
"listens": [
|
|
10198
10306
|
{
|
|
@@ -10505,6 +10613,39 @@ function stdAgentMemoryAgentMemoryOrbital(params = {}) {
|
|
|
10505
10613
|
traits: [
|
|
10506
10614
|
{
|
|
10507
10615
|
"category": "lifecycle",
|
|
10616
|
+
"effectRow": [
|
|
10617
|
+
{
|
|
10618
|
+
"kind": "emit",
|
|
10619
|
+
"resource": "RECALLED"
|
|
10620
|
+
},
|
|
10621
|
+
{
|
|
10622
|
+
"kind": "memory/recall"
|
|
10623
|
+
},
|
|
10624
|
+
{
|
|
10625
|
+
"kind": "set",
|
|
10626
|
+
"resource": "@entity.category"
|
|
10627
|
+
},
|
|
10628
|
+
{
|
|
10629
|
+
"kind": "set",
|
|
10630
|
+
"resource": "@entity.content"
|
|
10631
|
+
},
|
|
10632
|
+
{
|
|
10633
|
+
"kind": "set",
|
|
10634
|
+
"resource": "@entity.memoryId"
|
|
10635
|
+
},
|
|
10636
|
+
{
|
|
10637
|
+
"kind": "set",
|
|
10638
|
+
"resource": "@entity.query"
|
|
10639
|
+
},
|
|
10640
|
+
{
|
|
10641
|
+
"kind": "set",
|
|
10642
|
+
"resource": "@entity.results"
|
|
10643
|
+
},
|
|
10644
|
+
{
|
|
10645
|
+
"kind": "set",
|
|
10646
|
+
"resource": "@entity.status"
|
|
10647
|
+
}
|
|
10648
|
+
],
|
|
10508
10649
|
"emits": [
|
|
10509
10650
|
{
|
|
10510
10651
|
"event": "RECALLED",
|
|
@@ -10737,6 +10878,31 @@ function stdAgentMemoryAgentMemoryOrbital(params = {}) {
|
|
|
10737
10878
|
},
|
|
10738
10879
|
{
|
|
10739
10880
|
"category": "lifecycle",
|
|
10881
|
+
"effectRow": [
|
|
10882
|
+
{
|
|
10883
|
+
"kind": "emit",
|
|
10884
|
+
"resource": "STORED"
|
|
10885
|
+
},
|
|
10886
|
+
{
|
|
10887
|
+
"kind": "memory/store"
|
|
10888
|
+
},
|
|
10889
|
+
{
|
|
10890
|
+
"kind": "set",
|
|
10891
|
+
"resource": "@entity.category"
|
|
10892
|
+
},
|
|
10893
|
+
{
|
|
10894
|
+
"kind": "set",
|
|
10895
|
+
"resource": "@entity.content"
|
|
10896
|
+
},
|
|
10897
|
+
{
|
|
10898
|
+
"kind": "set",
|
|
10899
|
+
"resource": "@entity.memoryId"
|
|
10900
|
+
},
|
|
10901
|
+
{
|
|
10902
|
+
"kind": "set",
|
|
10903
|
+
"resource": "@entity.status"
|
|
10904
|
+
}
|
|
10905
|
+
],
|
|
10740
10906
|
"emits": [
|
|
10741
10907
|
{
|
|
10742
10908
|
"event": "STORED",
|
|
@@ -10975,6 +11141,12 @@ function stdAgentMemoryAgentMemoryOrbital(params = {}) {
|
|
|
10975
11141
|
},
|
|
10976
11142
|
{
|
|
10977
11143
|
"category": "lifecycle",
|
|
11144
|
+
"effectRow": [
|
|
11145
|
+
{
|
|
11146
|
+
"kind": "set",
|
|
11147
|
+
"resource": "@entity.status"
|
|
11148
|
+
}
|
|
11149
|
+
],
|
|
10978
11150
|
"linkedEntity": "AgentMemory",
|
|
10979
11151
|
"listens": [
|
|
10980
11152
|
{
|
|
@@ -11291,6 +11463,34 @@ function stdAgentPlannerAgentPlannerOrbital(params = {}) {
|
|
|
11291
11463
|
traits: [
|
|
11292
11464
|
{
|
|
11293
11465
|
"category": "lifecycle",
|
|
11466
|
+
"effectRow": [
|
|
11467
|
+
{
|
|
11468
|
+
"kind": "emit",
|
|
11469
|
+
"resource": "PLANNED"
|
|
11470
|
+
},
|
|
11471
|
+
{
|
|
11472
|
+
"kind": "llm/generate"
|
|
11473
|
+
},
|
|
11474
|
+
{
|
|
11475
|
+
"kind": "memory/recall"
|
|
11476
|
+
},
|
|
11477
|
+
{
|
|
11478
|
+
"kind": "set",
|
|
11479
|
+
"resource": "@entity.memories"
|
|
11480
|
+
},
|
|
11481
|
+
{
|
|
11482
|
+
"kind": "set",
|
|
11483
|
+
"resource": "@entity.plan"
|
|
11484
|
+
},
|
|
11485
|
+
{
|
|
11486
|
+
"kind": "set",
|
|
11487
|
+
"resource": "@entity.prompt"
|
|
11488
|
+
},
|
|
11489
|
+
{
|
|
11490
|
+
"kind": "set",
|
|
11491
|
+
"resource": "@entity.status"
|
|
11492
|
+
}
|
|
11493
|
+
],
|
|
11294
11494
|
"emits": [
|
|
11295
11495
|
{
|
|
11296
11496
|
"event": "PLANNED",
|
|
@@ -11602,6 +11802,12 @@ function stdAgentPlannerAgentPlannerOrbital(params = {}) {
|
|
|
11602
11802
|
},
|
|
11603
11803
|
{
|
|
11604
11804
|
"category": "lifecycle",
|
|
11805
|
+
"effectRow": [
|
|
11806
|
+
{
|
|
11807
|
+
"kind": "set",
|
|
11808
|
+
"resource": "@entity.status"
|
|
11809
|
+
}
|
|
11810
|
+
],
|
|
11605
11811
|
"linkedEntity": "PlannerPlan",
|
|
11606
11812
|
"listens": [
|
|
11607
11813
|
{
|
|
@@ -11921,6 +12127,34 @@ function stdAgentSessionAgentSessionOrbital(params = {}) {
|
|
|
11921
12127
|
traits: [
|
|
11922
12128
|
{
|
|
11923
12129
|
"category": "lifecycle",
|
|
12130
|
+
"effectRow": [
|
|
12131
|
+
{
|
|
12132
|
+
"kind": "emit",
|
|
12133
|
+
"resource": "SPEC_READ"
|
|
12134
|
+
},
|
|
12135
|
+
{
|
|
12136
|
+
"kind": "session/read-history"
|
|
12137
|
+
},
|
|
12138
|
+
{
|
|
12139
|
+
"kind": "session/read-spec"
|
|
12140
|
+
},
|
|
12141
|
+
{
|
|
12142
|
+
"kind": "set",
|
|
12143
|
+
"resource": "@entity.history"
|
|
12144
|
+
},
|
|
12145
|
+
{
|
|
12146
|
+
"kind": "set",
|
|
12147
|
+
"resource": "@entity.orbitalName"
|
|
12148
|
+
},
|
|
12149
|
+
{
|
|
12150
|
+
"kind": "set",
|
|
12151
|
+
"resource": "@entity.spec"
|
|
12152
|
+
},
|
|
12153
|
+
{
|
|
12154
|
+
"kind": "set",
|
|
12155
|
+
"resource": "@entity.status"
|
|
12156
|
+
}
|
|
12157
|
+
],
|
|
11924
12158
|
"emits": [
|
|
11925
12159
|
{
|
|
11926
12160
|
"event": "SPEC_READ",
|
|
@@ -12288,6 +12522,27 @@ function stdAgentSessionAgentSessionOrbital(params = {}) {
|
|
|
12288
12522
|
},
|
|
12289
12523
|
{
|
|
12290
12524
|
"category": "lifecycle",
|
|
12525
|
+
"effectRow": [
|
|
12526
|
+
{
|
|
12527
|
+
"kind": "emit",
|
|
12528
|
+
"resource": "SPEC_WRITTEN"
|
|
12529
|
+
},
|
|
12530
|
+
{
|
|
12531
|
+
"kind": "session/write-spec"
|
|
12532
|
+
},
|
|
12533
|
+
{
|
|
12534
|
+
"kind": "set",
|
|
12535
|
+
"resource": "@entity.orbitalName"
|
|
12536
|
+
},
|
|
12537
|
+
{
|
|
12538
|
+
"kind": "set",
|
|
12539
|
+
"resource": "@entity.spec"
|
|
12540
|
+
},
|
|
12541
|
+
{
|
|
12542
|
+
"kind": "set",
|
|
12543
|
+
"resource": "@entity.status"
|
|
12544
|
+
}
|
|
12545
|
+
],
|
|
12291
12546
|
"emits": [
|
|
12292
12547
|
{
|
|
12293
12548
|
"event": "SPEC_WRITTEN",
|
|
@@ -12462,6 +12717,12 @@ function stdAgentSessionAgentSessionOrbital(params = {}) {
|
|
|
12462
12717
|
},
|
|
12463
12718
|
{
|
|
12464
12719
|
"category": "lifecycle",
|
|
12720
|
+
"effectRow": [
|
|
12721
|
+
{
|
|
12722
|
+
"kind": "set",
|
|
12723
|
+
"resource": "@entity.status"
|
|
12724
|
+
}
|
|
12725
|
+
],
|
|
12465
12726
|
"linkedEntity": "AgentSession",
|
|
12466
12727
|
"listens": [
|
|
12467
12728
|
{
|
|
@@ -12812,6 +13073,27 @@ function stdAgentToolCallAgentToolCallOrbital(params = {}) {
|
|
|
12812
13073
|
traits: [
|
|
12813
13074
|
{
|
|
12814
13075
|
"category": "lifecycle",
|
|
13076
|
+
"effectRow": [
|
|
13077
|
+
{
|
|
13078
|
+
"kind": "llm/call-tools"
|
|
13079
|
+
},
|
|
13080
|
+
{
|
|
13081
|
+
"kind": "set",
|
|
13082
|
+
"resource": "@entity.messages"
|
|
13083
|
+
},
|
|
13084
|
+
{
|
|
13085
|
+
"kind": "set",
|
|
13086
|
+
"resource": "@entity.response"
|
|
13087
|
+
},
|
|
13088
|
+
{
|
|
13089
|
+
"kind": "set",
|
|
13090
|
+
"resource": "@entity.status"
|
|
13091
|
+
},
|
|
13092
|
+
{
|
|
13093
|
+
"kind": "set",
|
|
13094
|
+
"resource": "@entity.tools"
|
|
13095
|
+
}
|
|
13096
|
+
],
|
|
12815
13097
|
"emits": [
|
|
12816
13098
|
{
|
|
12817
13099
|
"event": "TOOLS_CALLED",
|
|
@@ -13051,6 +13333,12 @@ function stdAgentToolCallAgentToolCallOrbital(params = {}) {
|
|
|
13051
13333
|
},
|
|
13052
13334
|
{
|
|
13053
13335
|
"category": "lifecycle",
|
|
13336
|
+
"effectRow": [
|
|
13337
|
+
{
|
|
13338
|
+
"kind": "set",
|
|
13339
|
+
"resource": "@entity.status"
|
|
13340
|
+
}
|
|
13341
|
+
],
|
|
13054
13342
|
"linkedEntity": "ToolCall",
|
|
13055
13343
|
"listens": [
|
|
13056
13344
|
{
|
|
@@ -13367,6 +13655,35 @@ function stdAgentToolLoopAgentToolLoopOrbital(params = {}) {
|
|
|
13367
13655
|
traits: [
|
|
13368
13656
|
{
|
|
13369
13657
|
"category": "lifecycle",
|
|
13658
|
+
"effectRow": [
|
|
13659
|
+
{
|
|
13660
|
+
"kind": "emit",
|
|
13661
|
+
"resource": "LOOP_STEP"
|
|
13662
|
+
},
|
|
13663
|
+
{
|
|
13664
|
+
"kind": "llm/call-tools"
|
|
13665
|
+
},
|
|
13666
|
+
{
|
|
13667
|
+
"kind": "set",
|
|
13668
|
+
"resource": "@entity.iterations"
|
|
13669
|
+
},
|
|
13670
|
+
{
|
|
13671
|
+
"kind": "set",
|
|
13672
|
+
"resource": "@entity.messages"
|
|
13673
|
+
},
|
|
13674
|
+
{
|
|
13675
|
+
"kind": "set",
|
|
13676
|
+
"resource": "@entity.response"
|
|
13677
|
+
},
|
|
13678
|
+
{
|
|
13679
|
+
"kind": "set",
|
|
13680
|
+
"resource": "@entity.status"
|
|
13681
|
+
},
|
|
13682
|
+
{
|
|
13683
|
+
"kind": "set",
|
|
13684
|
+
"resource": "@entity.tools"
|
|
13685
|
+
}
|
|
13686
|
+
],
|
|
13370
13687
|
"emits": [
|
|
13371
13688
|
{
|
|
13372
13689
|
"event": "LOOP_STEP",
|
|
@@ -13762,6 +14079,12 @@ function stdAgentToolLoopAgentToolLoopOrbital(params = {}) {
|
|
|
13762
14079
|
},
|
|
13763
14080
|
{
|
|
13764
14081
|
"category": "lifecycle",
|
|
14082
|
+
"effectRow": [
|
|
14083
|
+
{
|
|
14084
|
+
"kind": "set",
|
|
14085
|
+
"resource": "@entity.status"
|
|
14086
|
+
}
|
|
14087
|
+
],
|
|
13765
14088
|
"linkedEntity": "ToolLoop",
|
|
13766
14089
|
"listens": [
|
|
13767
14090
|
{
|
|
@@ -14015,6 +14338,30 @@ function stdAgentTraceAgentTraceOrbital(params = {}) {
|
|
|
14015
14338
|
traits: [
|
|
14016
14339
|
{
|
|
14017
14340
|
"category": "lifecycle",
|
|
14341
|
+
"effectRow": [
|
|
14342
|
+
{
|
|
14343
|
+
"kind": "emit",
|
|
14344
|
+
"resource": "TRACED"
|
|
14345
|
+
},
|
|
14346
|
+
{
|
|
14347
|
+
"kind": "set",
|
|
14348
|
+
"resource": "@entity.event"
|
|
14349
|
+
},
|
|
14350
|
+
{
|
|
14351
|
+
"kind": "set",
|
|
14352
|
+
"resource": "@entity.level"
|
|
14353
|
+
},
|
|
14354
|
+
{
|
|
14355
|
+
"kind": "set",
|
|
14356
|
+
"resource": "@entity.message"
|
|
14357
|
+
},
|
|
14358
|
+
{
|
|
14359
|
+
"kind": "trace/emit"
|
|
14360
|
+
},
|
|
14361
|
+
{
|
|
14362
|
+
"kind": "trace/log"
|
|
14363
|
+
}
|
|
14364
|
+
],
|
|
14018
14365
|
"emits": [
|
|
14019
14366
|
{
|
|
14020
14367
|
"event": "TRACED"
|
|
@@ -14141,6 +14488,20 @@ function stdAgentTraceAgentTraceOrbital(params = {}) {
|
|
|
14141
14488
|
},
|
|
14142
14489
|
{
|
|
14143
14490
|
"category": "lifecycle",
|
|
14491
|
+
"effectRow": [
|
|
14492
|
+
{
|
|
14493
|
+
"kind": "set",
|
|
14494
|
+
"resource": "@entity.event"
|
|
14495
|
+
},
|
|
14496
|
+
{
|
|
14497
|
+
"kind": "set",
|
|
14498
|
+
"resource": "@entity.level"
|
|
14499
|
+
},
|
|
14500
|
+
{
|
|
14501
|
+
"kind": "set",
|
|
14502
|
+
"resource": "@entity.message"
|
|
14503
|
+
}
|
|
14504
|
+
],
|
|
14144
14505
|
"linkedEntity": "AgentTrace",
|
|
14145
14506
|
"listens": [
|
|
14146
14507
|
{
|
|
@@ -14377,6 +14738,30 @@ function stdAnimTickAnimTickOrbital(params = {}) {
|
|
|
14377
14738
|
"type": "[string]"
|
|
14378
14739
|
}
|
|
14379
14740
|
},
|
|
14741
|
+
"effectRow": [
|
|
14742
|
+
{
|
|
14743
|
+
"kind": "set",
|
|
14744
|
+
"resource": "@entity.animCounter"
|
|
14745
|
+
},
|
|
14746
|
+
{
|
|
14747
|
+
"kind": "set",
|
|
14748
|
+
"resource": "@entity.animCounter",
|
|
14749
|
+
"site": "tick"
|
|
14750
|
+
},
|
|
14751
|
+
{
|
|
14752
|
+
"kind": "set",
|
|
14753
|
+
"resource": "@entity.frameName"
|
|
14754
|
+
},
|
|
14755
|
+
{
|
|
14756
|
+
"kind": "set",
|
|
14757
|
+
"resource": "@entity.frameName",
|
|
14758
|
+
"site": "tick"
|
|
14759
|
+
},
|
|
14760
|
+
{
|
|
14761
|
+
"kind": "ticks",
|
|
14762
|
+
"site": "tick"
|
|
14763
|
+
}
|
|
14764
|
+
],
|
|
14380
14765
|
"entityContract": {
|
|
14381
14766
|
"provides": [
|
|
14382
14767
|
"animCounter",
|
|
@@ -14838,6 +15223,16 @@ function stdAppLayoutAppLayoutOrbital(params = {}) {
|
|
|
14838
15223
|
"type": "string"
|
|
14839
15224
|
}
|
|
14840
15225
|
},
|
|
15226
|
+
"effectRow": [
|
|
15227
|
+
{
|
|
15228
|
+
"kind": "fetch",
|
|
15229
|
+
"resource": "AppLayoutData"
|
|
15230
|
+
},
|
|
15231
|
+
{
|
|
15232
|
+
"kind": "render-ui",
|
|
15233
|
+
"resource": "main"
|
|
15234
|
+
}
|
|
15235
|
+
],
|
|
14841
15236
|
"emits": [
|
|
14842
15237
|
{
|
|
14843
15238
|
"description": "Indicates a search query has been submitted.",
|
|
@@ -15223,6 +15618,12 @@ function stdAppSearchAppSearchOrbital(params = {}) {
|
|
|
15223
15618
|
traits: [
|
|
15224
15619
|
{
|
|
15225
15620
|
"category": "interaction",
|
|
15621
|
+
"effectRow": [
|
|
15622
|
+
{
|
|
15623
|
+
"kind": "render-ui",
|
|
15624
|
+
"resource": "main"
|
|
15625
|
+
}
|
|
15626
|
+
],
|
|
15226
15627
|
"linkedEntity": "AppSearchTarget",
|
|
15227
15628
|
"name": "AppSearchIdleHint",
|
|
15228
15629
|
"scope": "instance",
|
|
@@ -15452,6 +15853,20 @@ function stdAppSearchAppSearchOrbital(params = {}) {
|
|
|
15452
15853
|
"type": "string"
|
|
15453
15854
|
}
|
|
15454
15855
|
},
|
|
15856
|
+
"effectRow": [
|
|
15857
|
+
{
|
|
15858
|
+
"kind": "fetch",
|
|
15859
|
+
"resource": "AppSearchTarget"
|
|
15860
|
+
},
|
|
15861
|
+
{
|
|
15862
|
+
"kind": "render-ui",
|
|
15863
|
+
"resource": "main"
|
|
15864
|
+
},
|
|
15865
|
+
{
|
|
15866
|
+
"kind": "set",
|
|
15867
|
+
"resource": "@entity.searchTerm"
|
|
15868
|
+
}
|
|
15869
|
+
],
|
|
15455
15870
|
"emits": [
|
|
15456
15871
|
{
|
|
15457
15872
|
"description": "Filtered search results loaded",
|
|
@@ -16562,6 +16977,56 @@ function stdApprovalGateApprovalGateOrbital(params = {}) {
|
|
|
16562
16977
|
"type": "string"
|
|
16563
16978
|
}
|
|
16564
16979
|
},
|
|
16980
|
+
"effectRow": [
|
|
16981
|
+
{
|
|
16982
|
+
"kind": "emit",
|
|
16983
|
+
"resource": "ApprovalDenied"
|
|
16984
|
+
},
|
|
16985
|
+
{
|
|
16986
|
+
"kind": "emit",
|
|
16987
|
+
"resource": "ApprovalGranted"
|
|
16988
|
+
},
|
|
16989
|
+
{
|
|
16990
|
+
"kind": "fetch",
|
|
16991
|
+
"resource": "ApprovalRequest"
|
|
16992
|
+
},
|
|
16993
|
+
{
|
|
16994
|
+
"kind": "notify"
|
|
16995
|
+
},
|
|
16996
|
+
{
|
|
16997
|
+
"kind": "persist",
|
|
16998
|
+
"resource": "ApprovalRequest"
|
|
16999
|
+
},
|
|
17000
|
+
{
|
|
17001
|
+
"kind": "render-ui",
|
|
17002
|
+
"resolved": false,
|
|
17003
|
+
"resource": "@config.reviewSlot"
|
|
17004
|
+
},
|
|
17005
|
+
{
|
|
17006
|
+
"kind": "set",
|
|
17007
|
+
"resource": "@entity.decidedAt"
|
|
17008
|
+
},
|
|
17009
|
+
{
|
|
17010
|
+
"kind": "set",
|
|
17011
|
+
"resource": "@entity.id"
|
|
17012
|
+
},
|
|
17013
|
+
{
|
|
17014
|
+
"kind": "set",
|
|
17015
|
+
"resource": "@entity.notes"
|
|
17016
|
+
},
|
|
17017
|
+
{
|
|
17018
|
+
"kind": "set",
|
|
17019
|
+
"resource": "@entity.reviewer"
|
|
17020
|
+
},
|
|
17021
|
+
{
|
|
17022
|
+
"kind": "set",
|
|
17023
|
+
"resource": "@entity.status"
|
|
17024
|
+
},
|
|
17025
|
+
{
|
|
17026
|
+
"kind": "set",
|
|
17027
|
+
"resource": "@entity.subjectLabel"
|
|
17028
|
+
}
|
|
17029
|
+
],
|
|
16565
17030
|
"emits": [
|
|
16566
17031
|
{
|
|
16567
17032
|
"description": "Signals that an approval request has been approved.",
|
|
@@ -18372,6 +18837,44 @@ function stdAuditCaptureAuditCaptureOrbital(params = {}) {
|
|
|
18372
18837
|
"type": "number"
|
|
18373
18838
|
}
|
|
18374
18839
|
},
|
|
18840
|
+
"effectRow": [
|
|
18841
|
+
{
|
|
18842
|
+
"kind": "emit",
|
|
18843
|
+
"resource": "AuditRecorded"
|
|
18844
|
+
},
|
|
18845
|
+
{
|
|
18846
|
+
"kind": "persist",
|
|
18847
|
+
"resource": "AuditEntry"
|
|
18848
|
+
},
|
|
18849
|
+
{
|
|
18850
|
+
"kind": "set",
|
|
18851
|
+
"resource": "@entity.action"
|
|
18852
|
+
},
|
|
18853
|
+
{
|
|
18854
|
+
"kind": "set",
|
|
18855
|
+
"resource": "@entity.actor"
|
|
18856
|
+
},
|
|
18857
|
+
{
|
|
18858
|
+
"kind": "set",
|
|
18859
|
+
"resource": "@entity.after"
|
|
18860
|
+
},
|
|
18861
|
+
{
|
|
18862
|
+
"kind": "set",
|
|
18863
|
+
"resource": "@entity.before"
|
|
18864
|
+
},
|
|
18865
|
+
{
|
|
18866
|
+
"kind": "set",
|
|
18867
|
+
"resource": "@entity.entityId"
|
|
18868
|
+
},
|
|
18869
|
+
{
|
|
18870
|
+
"kind": "set",
|
|
18871
|
+
"resource": "@entity.entityType"
|
|
18872
|
+
},
|
|
18873
|
+
{
|
|
18874
|
+
"kind": "set",
|
|
18875
|
+
"resource": "@entity.recordedAt"
|
|
18876
|
+
}
|
|
18877
|
+
],
|
|
18375
18878
|
"emits": [
|
|
18376
18879
|
{
|
|
18377
18880
|
"event": "AuditRecorded",
|
|
@@ -19062,6 +19565,60 @@ function stdBillableHourBillableHourOrbital(params = {}) {
|
|
|
19062
19565
|
"type": "string"
|
|
19063
19566
|
}
|
|
19064
19567
|
},
|
|
19568
|
+
"effectRow": [
|
|
19569
|
+
{
|
|
19570
|
+
"kind": "fetch",
|
|
19571
|
+
"resource": "BillableHour"
|
|
19572
|
+
},
|
|
19573
|
+
{
|
|
19574
|
+
"kind": "render-ui",
|
|
19575
|
+
"resource": "main"
|
|
19576
|
+
},
|
|
19577
|
+
{
|
|
19578
|
+
"kind": "set",
|
|
19579
|
+
"resource": "@entity.description"
|
|
19580
|
+
},
|
|
19581
|
+
{
|
|
19582
|
+
"kind": "set",
|
|
19583
|
+
"resource": "@entity.hours"
|
|
19584
|
+
},
|
|
19585
|
+
{
|
|
19586
|
+
"kind": "set",
|
|
19587
|
+
"resource": "@entity.id"
|
|
19588
|
+
},
|
|
19589
|
+
{
|
|
19590
|
+
"kind": "set",
|
|
19591
|
+
"resource": "@entity.invoiceStatus"
|
|
19592
|
+
},
|
|
19593
|
+
{
|
|
19594
|
+
"kind": "set",
|
|
19595
|
+
"resource": "@entity.isBillable"
|
|
19596
|
+
},
|
|
19597
|
+
{
|
|
19598
|
+
"kind": "set",
|
|
19599
|
+
"resource": "@entity.matterId"
|
|
19600
|
+
},
|
|
19601
|
+
{
|
|
19602
|
+
"kind": "set",
|
|
19603
|
+
"resource": "@entity.projectId"
|
|
19604
|
+
},
|
|
19605
|
+
{
|
|
19606
|
+
"kind": "set",
|
|
19607
|
+
"resource": "@entity.rate"
|
|
19608
|
+
},
|
|
19609
|
+
{
|
|
19610
|
+
"kind": "set",
|
|
19611
|
+
"resource": "@entity.workDate"
|
|
19612
|
+
},
|
|
19613
|
+
{
|
|
19614
|
+
"kind": "set",
|
|
19615
|
+
"resource": "@entity.workerId"
|
|
19616
|
+
},
|
|
19617
|
+
{
|
|
19618
|
+
"kind": "set",
|
|
19619
|
+
"resource": "@entity.workerName"
|
|
19620
|
+
}
|
|
19621
|
+
],
|
|
19065
19622
|
"emits": [
|
|
19066
19623
|
{
|
|
19067
19624
|
"description": "Signals the display of the hours list.",
|
|
@@ -20873,6 +21430,52 @@ function stdBoardBoardOrbital(params = {}) {
|
|
|
20873
21430
|
"type": "string"
|
|
20874
21431
|
}
|
|
20875
21432
|
},
|
|
21433
|
+
"effectRow": [
|
|
21434
|
+
{
|
|
21435
|
+
"kind": "fetch",
|
|
21436
|
+
"resource": "BoardView"
|
|
21437
|
+
},
|
|
21438
|
+
{
|
|
21439
|
+
"kind": "persist",
|
|
21440
|
+
"resource": "BoardView"
|
|
21441
|
+
},
|
|
21442
|
+
{
|
|
21443
|
+
"kind": "render-ui",
|
|
21444
|
+
"resource": "main"
|
|
21445
|
+
},
|
|
21446
|
+
{
|
|
21447
|
+
"kind": "set",
|
|
21448
|
+
"resource": "@entity.boards"
|
|
21449
|
+
},
|
|
21450
|
+
{
|
|
21451
|
+
"kind": "set",
|
|
21452
|
+
"resource": "@entity.currentDescription"
|
|
21453
|
+
},
|
|
21454
|
+
{
|
|
21455
|
+
"kind": "set",
|
|
21456
|
+
"resource": "@entity.currentId"
|
|
21457
|
+
},
|
|
21458
|
+
{
|
|
21459
|
+
"kind": "set",
|
|
21460
|
+
"resource": "@entity.currentNotes"
|
|
21461
|
+
},
|
|
21462
|
+
{
|
|
21463
|
+
"kind": "set",
|
|
21464
|
+
"resource": "@entity.currentRow"
|
|
21465
|
+
},
|
|
21466
|
+
{
|
|
21467
|
+
"kind": "set",
|
|
21468
|
+
"resource": "@entity.currentStage"
|
|
21469
|
+
},
|
|
21470
|
+
{
|
|
21471
|
+
"kind": "set",
|
|
21472
|
+
"resource": "@entity.currentTitle"
|
|
21473
|
+
},
|
|
21474
|
+
{
|
|
21475
|
+
"kind": "set",
|
|
21476
|
+
"resource": "@entity.errorMessage"
|
|
21477
|
+
}
|
|
21478
|
+
],
|
|
20876
21479
|
"emits": [
|
|
20877
21480
|
{
|
|
20878
21481
|
"description": "Indicates a card within the board has been selected.",
|
|
@@ -23873,6 +24476,16 @@ function stdBrowseBrowseItemOrbital(params = {}) {
|
|
|
23873
24476
|
"type": "pattern"
|
|
23874
24477
|
}
|
|
23875
24478
|
},
|
|
24479
|
+
"effectRow": [
|
|
24480
|
+
{
|
|
24481
|
+
"kind": "fetch",
|
|
24482
|
+
"resource": "BrowseItem"
|
|
24483
|
+
},
|
|
24484
|
+
{
|
|
24485
|
+
"kind": "render-ui",
|
|
24486
|
+
"resource": "main"
|
|
24487
|
+
}
|
|
24488
|
+
],
|
|
23876
24489
|
"emits": [
|
|
23877
24490
|
{
|
|
23878
24491
|
"description": "Signals that a browse item has been successfully loaded.",
|
|
@@ -25656,6 +26269,20 @@ function stdCacheAsideCacheEntryOrbital(params = {}) {
|
|
|
25656
26269
|
"type": "number"
|
|
25657
26270
|
}
|
|
25658
26271
|
},
|
|
26272
|
+
"effectRow": [
|
|
26273
|
+
{
|
|
26274
|
+
"kind": "fetch",
|
|
26275
|
+
"resource": "CacheEntry"
|
|
26276
|
+
},
|
|
26277
|
+
{
|
|
26278
|
+
"kind": "persist",
|
|
26279
|
+
"resource": "CacheEntry"
|
|
26280
|
+
},
|
|
26281
|
+
{
|
|
26282
|
+
"kind": "render-ui",
|
|
26283
|
+
"resource": "main"
|
|
26284
|
+
}
|
|
26285
|
+
],
|
|
25659
26286
|
"emits": [
|
|
25660
26287
|
{
|
|
25661
26288
|
"description": "Indicates a cache entry has been successfully retrieved.",
|
|
@@ -27607,6 +28234,24 @@ function stdCalendarCalendarEventOrbital(params = {}) {
|
|
|
27607
28234
|
"type": "render-ui"
|
|
27608
28235
|
}
|
|
27609
28236
|
},
|
|
28237
|
+
"effectRow": [
|
|
28238
|
+
{
|
|
28239
|
+
"kind": "fetch",
|
|
28240
|
+
"resource": "CalendarEvent"
|
|
28241
|
+
},
|
|
28242
|
+
{
|
|
28243
|
+
"kind": "render-ui",
|
|
28244
|
+
"resource": "main"
|
|
28245
|
+
},
|
|
28246
|
+
{
|
|
28247
|
+
"kind": "set",
|
|
28248
|
+
"resource": "@entity.selectedRange"
|
|
28249
|
+
},
|
|
28250
|
+
{
|
|
28251
|
+
"kind": "set",
|
|
28252
|
+
"resource": "@entity.weekAnchor"
|
|
28253
|
+
}
|
|
28254
|
+
],
|
|
27610
28255
|
"emits": [
|
|
27611
28256
|
{
|
|
27612
28257
|
"description": "Indicates that calendar events have been successfully retrieved.",
|
|
@@ -28621,6 +29266,72 @@ function stdCalendarSyncCalendarSyncOrbital(params = {}) {
|
|
|
28621
29266
|
"type": "string"
|
|
28622
29267
|
}
|
|
28623
29268
|
},
|
|
29269
|
+
"effectRow": [
|
|
29270
|
+
{
|
|
29271
|
+
"kind": "call-service",
|
|
29272
|
+
"resource": "calendar.createEvent"
|
|
29273
|
+
},
|
|
29274
|
+
{
|
|
29275
|
+
"kind": "call-service",
|
|
29276
|
+
"resource": "calendar.listEvents"
|
|
29277
|
+
},
|
|
29278
|
+
{
|
|
29279
|
+
"kind": "emit",
|
|
29280
|
+
"resource": "CAL_SYNCED"
|
|
29281
|
+
},
|
|
29282
|
+
{
|
|
29283
|
+
"kind": "emit",
|
|
29284
|
+
"resource": "PULL_NEXT"
|
|
29285
|
+
},
|
|
29286
|
+
{
|
|
29287
|
+
"kind": "fetch",
|
|
29288
|
+
"resolved": false,
|
|
29289
|
+
"resource": "@config.targetEntity"
|
|
29290
|
+
},
|
|
29291
|
+
{
|
|
29292
|
+
"kind": "fetch",
|
|
29293
|
+
"resolved": false,
|
|
29294
|
+
"resource": "@config.targetEntity",
|
|
29295
|
+
"site": "tick"
|
|
29296
|
+
},
|
|
29297
|
+
{
|
|
29298
|
+
"kind": "fetch",
|
|
29299
|
+
"resource": "CalendarEvent"
|
|
29300
|
+
},
|
|
29301
|
+
{
|
|
29302
|
+
"kind": "persist",
|
|
29303
|
+
"resolved": false,
|
|
29304
|
+
"resource": "@config.targetEntity"
|
|
29305
|
+
},
|
|
29306
|
+
{
|
|
29307
|
+
"kind": "persist",
|
|
29308
|
+
"resource": "CalendarEvent"
|
|
29309
|
+
},
|
|
29310
|
+
{
|
|
29311
|
+
"kind": "set",
|
|
29312
|
+
"resource": "@entity.headId"
|
|
29313
|
+
},
|
|
29314
|
+
{
|
|
29315
|
+
"kind": "set",
|
|
29316
|
+
"resource": "@entity.lastError"
|
|
29317
|
+
},
|
|
29318
|
+
{
|
|
29319
|
+
"kind": "set",
|
|
29320
|
+
"resource": "@entity.lastSyncedAt"
|
|
29321
|
+
},
|
|
29322
|
+
{
|
|
29323
|
+
"kind": "set",
|
|
29324
|
+
"resource": "@entity.pending"
|
|
29325
|
+
},
|
|
29326
|
+
{
|
|
29327
|
+
"kind": "set",
|
|
29328
|
+
"resource": "@entity.syncToken"
|
|
29329
|
+
},
|
|
29330
|
+
{
|
|
29331
|
+
"kind": "ticks",
|
|
29332
|
+
"site": "tick"
|
|
29333
|
+
}
|
|
29334
|
+
],
|
|
28624
29335
|
"emits": [
|
|
28625
29336
|
{
|
|
28626
29337
|
"description": "A full push+pull cycle completed; wire to std-notify-on-event or a status surface.",
|
|
@@ -30033,6 +30744,38 @@ function stdCascadeOnDeleteCascadeOnDeleteOrbital(params = {}) {
|
|
|
30033
30744
|
"type": "entity"
|
|
30034
30745
|
}
|
|
30035
30746
|
},
|
|
30747
|
+
"effectRow": [
|
|
30748
|
+
{
|
|
30749
|
+
"kind": "emit",
|
|
30750
|
+
"resource": "CascadeCompleted"
|
|
30751
|
+
},
|
|
30752
|
+
{
|
|
30753
|
+
"kind": "emit",
|
|
30754
|
+
"resource": "CascadeRowDeleted"
|
|
30755
|
+
},
|
|
30756
|
+
{
|
|
30757
|
+
"kind": "fetch",
|
|
30758
|
+
"resolved": false,
|
|
30759
|
+
"resource": "@config.dependentEntity"
|
|
30760
|
+
},
|
|
30761
|
+
{
|
|
30762
|
+
"kind": "persist",
|
|
30763
|
+
"resolved": false,
|
|
30764
|
+
"resource": "@config.dependentEntity"
|
|
30765
|
+
},
|
|
30766
|
+
{
|
|
30767
|
+
"kind": "set",
|
|
30768
|
+
"resource": "@entity.headId"
|
|
30769
|
+
},
|
|
30770
|
+
{
|
|
30771
|
+
"kind": "set",
|
|
30772
|
+
"resource": "@entity.parentEntity"
|
|
30773
|
+
},
|
|
30774
|
+
{
|
|
30775
|
+
"kind": "set",
|
|
30776
|
+
"resource": "@entity.parentId"
|
|
30777
|
+
}
|
|
30778
|
+
],
|
|
30036
30779
|
"emits": [
|
|
30037
30780
|
{
|
|
30038
30781
|
"event": "CascadeRowDeleted",
|
|
@@ -31180,6 +31923,28 @@ function stdCircuitBreakerServiceNodeOrbital(params = {}) {
|
|
|
31180
31923
|
]
|
|
31181
31924
|
}
|
|
31182
31925
|
},
|
|
31926
|
+
"effectRow": [
|
|
31927
|
+
{
|
|
31928
|
+
"kind": "fetch",
|
|
31929
|
+
"resource": "ServiceNode"
|
|
31930
|
+
},
|
|
31931
|
+
{
|
|
31932
|
+
"kind": "render-ui",
|
|
31933
|
+
"resource": "main"
|
|
31934
|
+
},
|
|
31935
|
+
{
|
|
31936
|
+
"kind": "set",
|
|
31937
|
+
"resource": "@entity.failureCount"
|
|
31938
|
+
},
|
|
31939
|
+
{
|
|
31940
|
+
"kind": "set",
|
|
31941
|
+
"resource": "@entity.successCount"
|
|
31942
|
+
},
|
|
31943
|
+
{
|
|
31944
|
+
"kind": "set",
|
|
31945
|
+
"resource": "@entity.threshold"
|
|
31946
|
+
}
|
|
31947
|
+
],
|
|
31183
31948
|
"emits": [
|
|
31184
31949
|
{
|
|
31185
31950
|
"description": "Signals successful loading of a service node.",
|
|
@@ -31906,6 +32671,24 @@ function stdConfirmationConfirmActionOrbital(params = {}) {
|
|
|
31906
32671
|
"type": "string"
|
|
31907
32672
|
}
|
|
31908
32673
|
},
|
|
32674
|
+
"effectRow": [
|
|
32675
|
+
{
|
|
32676
|
+
"kind": "fetch",
|
|
32677
|
+
"resource": "ConfirmAction"
|
|
32678
|
+
},
|
|
32679
|
+
{
|
|
32680
|
+
"kind": "render-ui",
|
|
32681
|
+
"resource": "modal"
|
|
32682
|
+
},
|
|
32683
|
+
{
|
|
32684
|
+
"kind": "set",
|
|
32685
|
+
"resource": "@entity.name"
|
|
32686
|
+
},
|
|
32687
|
+
{
|
|
32688
|
+
"kind": "set",
|
|
32689
|
+
"resource": "@entity.pendingId"
|
|
32690
|
+
}
|
|
32691
|
+
],
|
|
31909
32692
|
"emits": [
|
|
31910
32693
|
{
|
|
31911
32694
|
"description": "Indicates the user has approved the action.",
|
|
@@ -32390,6 +33173,34 @@ function stdCooldownCooldownOrbital(params = {}) {
|
|
|
32390
33173
|
"type": "number"
|
|
32391
33174
|
}
|
|
32392
33175
|
},
|
|
33176
|
+
"effectRow": [
|
|
33177
|
+
{
|
|
33178
|
+
"kind": "emit",
|
|
33179
|
+
"resource": "CooldownReady"
|
|
33180
|
+
},
|
|
33181
|
+
{
|
|
33182
|
+
"kind": "emit",
|
|
33183
|
+
"resource": "EXPIRE",
|
|
33184
|
+
"site": "tick"
|
|
33185
|
+
},
|
|
33186
|
+
{
|
|
33187
|
+
"kind": "set",
|
|
33188
|
+
"resource": "@entity.active"
|
|
33189
|
+
},
|
|
33190
|
+
{
|
|
33191
|
+
"kind": "set",
|
|
33192
|
+
"resource": "@entity.remainingMs"
|
|
33193
|
+
},
|
|
33194
|
+
{
|
|
33195
|
+
"kind": "set",
|
|
33196
|
+
"resource": "@entity.remainingMs",
|
|
33197
|
+
"site": "tick"
|
|
33198
|
+
},
|
|
33199
|
+
{
|
|
33200
|
+
"kind": "ticks",
|
|
33201
|
+
"site": "tick"
|
|
33202
|
+
}
|
|
33203
|
+
],
|
|
32393
33204
|
"emits": [
|
|
32394
33205
|
{
|
|
32395
33206
|
"description": "Fired when the cooldown expires; wire to re-enable the ability or action.",
|
|
@@ -32729,6 +33540,28 @@ function stdCrossReferenceCrossReferenceOrbital(params = {}) {
|
|
|
32729
33540
|
traits: [
|
|
32730
33541
|
{
|
|
32731
33542
|
"category": "lifecycle",
|
|
33543
|
+
"effectRow": [
|
|
33544
|
+
{
|
|
33545
|
+
"kind": "emit",
|
|
33546
|
+
"resource": "LinksLoaded"
|
|
33547
|
+
},
|
|
33548
|
+
{
|
|
33549
|
+
"kind": "fetch",
|
|
33550
|
+
"resource": "CrossRefLink"
|
|
33551
|
+
},
|
|
33552
|
+
{
|
|
33553
|
+
"kind": "persist",
|
|
33554
|
+
"resource": "CrossRefLink"
|
|
33555
|
+
},
|
|
33556
|
+
{
|
|
33557
|
+
"kind": "set",
|
|
33558
|
+
"resource": "@entity.filteredLinks"
|
|
33559
|
+
},
|
|
33560
|
+
{
|
|
33561
|
+
"kind": "set",
|
|
33562
|
+
"resource": "@entity.leftId"
|
|
33563
|
+
}
|
|
33564
|
+
],
|
|
32732
33565
|
"emits": [
|
|
32733
33566
|
{
|
|
32734
33567
|
"description": "Fired after a junction row is persisted.",
|
|
@@ -33285,6 +34118,12 @@ function stdDashboardGridEmbeddedDashboardGridEmbeddedOrbital(params = {}) {
|
|
|
33285
34118
|
}),
|
|
33286
34119
|
{
|
|
33287
34120
|
"category": "interaction",
|
|
34121
|
+
"effectRow": [
|
|
34122
|
+
{
|
|
34123
|
+
"kind": "render-ui",
|
|
34124
|
+
"resource": "main"
|
|
34125
|
+
}
|
|
34126
|
+
],
|
|
33288
34127
|
"linkedEntity": "DashboardGridEmbeddedData",
|
|
33289
34128
|
"name": "EmptyTile",
|
|
33290
34129
|
"scope": "instance",
|
|
@@ -33468,6 +34307,12 @@ function stdDashboardGridEmbeddedDashboardGridEmbeddedOrbital(params = {}) {
|
|
|
33468
34307
|
"type": "trait"
|
|
33469
34308
|
}
|
|
33470
34309
|
},
|
|
34310
|
+
"effectRow": [
|
|
34311
|
+
{
|
|
34312
|
+
"kind": "render-ui",
|
|
34313
|
+
"resource": "main"
|
|
34314
|
+
}
|
|
34315
|
+
],
|
|
33471
34316
|
"linkedEntity": "DashboardGridEmbeddedData",
|
|
33472
34317
|
"name": "DashboardGridEmbedded",
|
|
33473
34318
|
"scope": "instance",
|
|
@@ -33717,6 +34562,24 @@ function stdDataCollectorMlDataCollectorOrbital(params = {}) {
|
|
|
33717
34562
|
"type": "int"
|
|
33718
34563
|
}
|
|
33719
34564
|
},
|
|
34565
|
+
"effectRow": [
|
|
34566
|
+
{
|
|
34567
|
+
"kind": "emit",
|
|
34568
|
+
"resource": "BUFFER_READY"
|
|
34569
|
+
},
|
|
34570
|
+
{
|
|
34571
|
+
"kind": "set",
|
|
34572
|
+
"resource": "@entity.buffer"
|
|
34573
|
+
},
|
|
34574
|
+
{
|
|
34575
|
+
"kind": "set",
|
|
34576
|
+
"resource": "@entity.count"
|
|
34577
|
+
},
|
|
34578
|
+
{
|
|
34579
|
+
"kind": "set",
|
|
34580
|
+
"resource": "@entity.status"
|
|
34581
|
+
}
|
|
34582
|
+
],
|
|
33720
34583
|
"emits": [
|
|
33721
34584
|
{
|
|
33722
34585
|
"description": "Fired when the buffer reaches config.bufferSize; carries the full accumulated buffer and its count, then the buffer resets for the next cycle.",
|
|
@@ -34412,6 +35275,50 @@ function stdDataErasureDataErasureOrbital(params = {}) {
|
|
|
34412
35275
|
"type": "string"
|
|
34413
35276
|
}
|
|
34414
35277
|
},
|
|
35278
|
+
"effectRow": [
|
|
35279
|
+
{
|
|
35280
|
+
"kind": "emit",
|
|
35281
|
+
"resource": "ExecuteErasure"
|
|
35282
|
+
},
|
|
35283
|
+
{
|
|
35284
|
+
"kind": "fetch",
|
|
35285
|
+
"resource": "ErasureRequest"
|
|
35286
|
+
},
|
|
35287
|
+
{
|
|
35288
|
+
"kind": "fetch",
|
|
35289
|
+
"resource": "ErasureRequest",
|
|
35290
|
+
"site": "tick"
|
|
35291
|
+
},
|
|
35292
|
+
{
|
|
35293
|
+
"kind": "persist",
|
|
35294
|
+
"resource": "ErasureRequest"
|
|
35295
|
+
},
|
|
35296
|
+
{
|
|
35297
|
+
"kind": "render-ui",
|
|
35298
|
+
"resolved": false,
|
|
35299
|
+
"resource": "@config.reviewSlot"
|
|
35300
|
+
},
|
|
35301
|
+
{
|
|
35302
|
+
"kind": "set",
|
|
35303
|
+
"resource": "@entity.id"
|
|
35304
|
+
},
|
|
35305
|
+
{
|
|
35306
|
+
"kind": "set",
|
|
35307
|
+
"resource": "@entity.status"
|
|
35308
|
+
},
|
|
35309
|
+
{
|
|
35310
|
+
"kind": "set",
|
|
35311
|
+
"resource": "@entity.subjectId"
|
|
35312
|
+
},
|
|
35313
|
+
{
|
|
35314
|
+
"kind": "set",
|
|
35315
|
+
"resource": "@entity.targetEntity"
|
|
35316
|
+
},
|
|
35317
|
+
{
|
|
35318
|
+
"kind": "ticks",
|
|
35319
|
+
"site": "tick"
|
|
35320
|
+
}
|
|
35321
|
+
],
|
|
34415
35322
|
"emits": [
|
|
34416
35323
|
{
|
|
34417
35324
|
"description": "Signals a request cancellation during its processing lifecycle.",
|
|
@@ -35629,6 +36536,20 @@ function stdDateRangeDateRangeOrbital(params = {}) {
|
|
|
35629
36536
|
"type": "string"
|
|
35630
36537
|
}
|
|
35631
36538
|
},
|
|
36539
|
+
"effectRow": [
|
|
36540
|
+
{
|
|
36541
|
+
"kind": "render-ui",
|
|
36542
|
+
"resource": "main"
|
|
36543
|
+
},
|
|
36544
|
+
{
|
|
36545
|
+
"kind": "set",
|
|
36546
|
+
"resource": "@entity.from"
|
|
36547
|
+
},
|
|
36548
|
+
{
|
|
36549
|
+
"kind": "set",
|
|
36550
|
+
"resource": "@entity.to"
|
|
36551
|
+
}
|
|
36552
|
+
],
|
|
35632
36553
|
"emits": [
|
|
35633
36554
|
{
|
|
35634
36555
|
"description": "Signals a change in the selected date range.",
|
|
@@ -36146,6 +37067,16 @@ function stdEsignFlowSignatureSessionOrbital(params = {}) {
|
|
|
36146
37067
|
traits: [
|
|
36147
37068
|
{
|
|
36148
37069
|
"category": "interaction",
|
|
37070
|
+
"effectRow": [
|
|
37071
|
+
{
|
|
37072
|
+
"kind": "fetch",
|
|
37073
|
+
"resource": "SignatureSession"
|
|
37074
|
+
},
|
|
37075
|
+
{
|
|
37076
|
+
"kind": "render-ui",
|
|
37077
|
+
"resource": "main"
|
|
37078
|
+
}
|
|
37079
|
+
],
|
|
36149
37080
|
"emits": [
|
|
36150
37081
|
{
|
|
36151
37082
|
"description": "Indicates a new signature request has been initiated.",
|
|
@@ -37017,6 +37948,12 @@ function stdEsignFlowSignatureSessionOrbital(params = {}) {
|
|
|
37017
37948
|
}),
|
|
37018
37949
|
{
|
|
37019
37950
|
"category": "lifecycle",
|
|
37951
|
+
"effectRow": [
|
|
37952
|
+
{
|
|
37953
|
+
"kind": "persist",
|
|
37954
|
+
"resource": "SignatureSession"
|
|
37955
|
+
}
|
|
37956
|
+
],
|
|
37020
37957
|
"emits": [
|
|
37021
37958
|
{
|
|
37022
37959
|
"description": "A new signature session has been initialized.",
|
|
@@ -37244,6 +38181,27 @@ function stdEsignFlowSignatureSessionOrbital(params = {}) {
|
|
|
37244
38181
|
},
|
|
37245
38182
|
{
|
|
37246
38183
|
"category": "lifecycle",
|
|
38184
|
+
"effectRow": [
|
|
38185
|
+
{
|
|
38186
|
+
"kind": "call-service",
|
|
38187
|
+
"resource": "esign.getEnvelopeStatus"
|
|
38188
|
+
},
|
|
38189
|
+
{
|
|
38190
|
+
"kind": "call-service",
|
|
38191
|
+
"resource": "esign.sendEnvelope"
|
|
38192
|
+
},
|
|
38193
|
+
{
|
|
38194
|
+
"kind": "notify"
|
|
38195
|
+
},
|
|
38196
|
+
{
|
|
38197
|
+
"kind": "persist",
|
|
38198
|
+
"resource": "SignatureSession"
|
|
38199
|
+
},
|
|
38200
|
+
{
|
|
38201
|
+
"kind": "set",
|
|
38202
|
+
"resource": "@entity.id"
|
|
38203
|
+
}
|
|
38204
|
+
],
|
|
37247
38205
|
"emits": [
|
|
37248
38206
|
{
|
|
37249
38207
|
"description": "The provider accepted the envelope; carries its id.",
|
|
@@ -38287,6 +39245,23 @@ function stdEsignRequestESignRequestOrbital(params = {}) {
|
|
|
38287
39245
|
"type": "string"
|
|
38288
39246
|
}
|
|
38289
39247
|
},
|
|
39248
|
+
"effectRow": [
|
|
39249
|
+
{
|
|
39250
|
+
"kind": "fetch",
|
|
39251
|
+
"resource": "ESignRequest"
|
|
39252
|
+
},
|
|
39253
|
+
{
|
|
39254
|
+
"kind": "notify"
|
|
39255
|
+
},
|
|
39256
|
+
{
|
|
39257
|
+
"kind": "render-ui",
|
|
39258
|
+
"resource": "main"
|
|
39259
|
+
},
|
|
39260
|
+
{
|
|
39261
|
+
"kind": "set",
|
|
39262
|
+
"resource": "@entity.id"
|
|
39263
|
+
}
|
|
39264
|
+
],
|
|
38290
39265
|
"emits": [
|
|
38291
39266
|
{
|
|
38292
39267
|
"description": "Signals a request has been sent for signature.",
|
|
@@ -39093,6 +40068,56 @@ function stdEventLogEventLogOrbital(params = {}) {
|
|
|
39093
40068
|
"type": "string"
|
|
39094
40069
|
}
|
|
39095
40070
|
},
|
|
40071
|
+
"effectRow": [
|
|
40072
|
+
{
|
|
40073
|
+
"kind": "fetch",
|
|
40074
|
+
"resource": "EventLogView"
|
|
40075
|
+
},
|
|
40076
|
+
{
|
|
40077
|
+
"kind": "persist",
|
|
40078
|
+
"resource": "EventLogView"
|
|
40079
|
+
},
|
|
40080
|
+
{
|
|
40081
|
+
"kind": "render-ui",
|
|
40082
|
+
"resource": "main"
|
|
40083
|
+
},
|
|
40084
|
+
{
|
|
40085
|
+
"kind": "set",
|
|
40086
|
+
"resource": "@entity.allEntries"
|
|
40087
|
+
},
|
|
40088
|
+
{
|
|
40089
|
+
"kind": "set",
|
|
40090
|
+
"resource": "@entity.backfillDate"
|
|
40091
|
+
},
|
|
40092
|
+
{
|
|
40093
|
+
"kind": "set",
|
|
40094
|
+
"resource": "@entity.backfillDescription"
|
|
40095
|
+
},
|
|
40096
|
+
{
|
|
40097
|
+
"kind": "set",
|
|
40098
|
+
"resource": "@entity.backfillKind"
|
|
40099
|
+
},
|
|
40100
|
+
{
|
|
40101
|
+
"kind": "set",
|
|
40102
|
+
"resource": "@entity.backfillTitle"
|
|
40103
|
+
},
|
|
40104
|
+
{
|
|
40105
|
+
"kind": "set",
|
|
40106
|
+
"resource": "@entity.entries"
|
|
40107
|
+
},
|
|
40108
|
+
{
|
|
40109
|
+
"kind": "set",
|
|
40110
|
+
"resource": "@entity.errorMessage"
|
|
40111
|
+
},
|
|
40112
|
+
{
|
|
40113
|
+
"kind": "set",
|
|
40114
|
+
"resource": "@entity.filterChips"
|
|
40115
|
+
},
|
|
40116
|
+
{
|
|
40117
|
+
"kind": "set",
|
|
40118
|
+
"resource": "@entity.filterKind"
|
|
40119
|
+
}
|
|
40120
|
+
],
|
|
39096
40121
|
"emits": [
|
|
39097
40122
|
{
|
|
39098
40123
|
"description": "Signals a filter has been applied to the event log.",
|
|
@@ -40971,6 +41996,12 @@ function stdExportExportOrbital(params = {}) {
|
|
|
40971
41996
|
"type": "string"
|
|
40972
41997
|
}
|
|
40973
41998
|
},
|
|
41999
|
+
"effectRow": [
|
|
42000
|
+
{
|
|
42001
|
+
"kind": "render-ui",
|
|
42002
|
+
"resource": "main"
|
|
42003
|
+
}
|
|
42004
|
+
],
|
|
40974
42005
|
"emits": [
|
|
40975
42006
|
{
|
|
40976
42007
|
"description": "Requests export of data in the picked format. itemId is the format id (matches the FormatOption.id/format of the picked entry).",
|
|
@@ -41590,6 +42621,32 @@ function stdFileStoreStoredFileOrbital(params = {}) {
|
|
|
41590
42621
|
"type": "[TreeNode]"
|
|
41591
42622
|
}
|
|
41592
42623
|
},
|
|
42624
|
+
"effectRow": [
|
|
42625
|
+
{
|
|
42626
|
+
"kind": "fetch",
|
|
42627
|
+
"resource": "StoredFile"
|
|
42628
|
+
},
|
|
42629
|
+
{
|
|
42630
|
+
"kind": "render-ui",
|
|
42631
|
+
"resource": "main"
|
|
42632
|
+
},
|
|
42633
|
+
{
|
|
42634
|
+
"kind": "set",
|
|
42635
|
+
"resource": "@entity.folder"
|
|
42636
|
+
},
|
|
42637
|
+
{
|
|
42638
|
+
"kind": "set",
|
|
42639
|
+
"resource": "@entity.id"
|
|
42640
|
+
},
|
|
42641
|
+
{
|
|
42642
|
+
"kind": "set",
|
|
42643
|
+
"resource": "@entity.name"
|
|
42644
|
+
},
|
|
42645
|
+
{
|
|
42646
|
+
"kind": "set",
|
|
42647
|
+
"resource": "@entity.path"
|
|
42648
|
+
}
|
|
42649
|
+
],
|
|
41593
42650
|
"emits": [
|
|
41594
42651
|
{
|
|
41595
42652
|
"description": "Indicates a file has been selected for viewing.",
|
|
@@ -42769,6 +43826,28 @@ function stdFilterFilterTargetOrbital(params = {}) {
|
|
|
42769
43826
|
"type": "[FilterSpec]"
|
|
42770
43827
|
}
|
|
42771
43828
|
},
|
|
43829
|
+
"effectRow": [
|
|
43830
|
+
{
|
|
43831
|
+
"kind": "emit",
|
|
43832
|
+
"resource": "FILTER"
|
|
43833
|
+
},
|
|
43834
|
+
{
|
|
43835
|
+
"kind": "fetch",
|
|
43836
|
+
"resource": "FilterTarget"
|
|
43837
|
+
},
|
|
43838
|
+
{
|
|
43839
|
+
"kind": "render-ui",
|
|
43840
|
+
"resource": "main"
|
|
43841
|
+
},
|
|
43842
|
+
{
|
|
43843
|
+
"kind": "set",
|
|
43844
|
+
"resource": "@entity.field"
|
|
43845
|
+
},
|
|
43846
|
+
{
|
|
43847
|
+
"kind": "set",
|
|
43848
|
+
"resource": "@entity.value"
|
|
43849
|
+
}
|
|
43850
|
+
],
|
|
42772
43851
|
"emits": [
|
|
42773
43852
|
{
|
|
42774
43853
|
"description": "Signals a filter has been applied or changed.",
|
|
@@ -43309,6 +44388,23 @@ function stdFormAdvancedFormEntryOrbital(params = {}) {
|
|
|
43309
44388
|
"type": "string"
|
|
43310
44389
|
}
|
|
43311
44390
|
},
|
|
44391
|
+
"effectRow": [
|
|
44392
|
+
{
|
|
44393
|
+
"kind": "fetch",
|
|
44394
|
+
"resource": "FormEntry"
|
|
44395
|
+
},
|
|
44396
|
+
{
|
|
44397
|
+
"kind": "notify"
|
|
44398
|
+
},
|
|
44399
|
+
{
|
|
44400
|
+
"kind": "persist",
|
|
44401
|
+
"resource": "FormEntry"
|
|
44402
|
+
},
|
|
44403
|
+
{
|
|
44404
|
+
"kind": "render-ui",
|
|
44405
|
+
"resource": "main"
|
|
44406
|
+
}
|
|
44407
|
+
],
|
|
43312
44408
|
"emits": [
|
|
43313
44409
|
{
|
|
43314
44410
|
"description": "Signals successful loading of form entry data.",
|
|
@@ -44390,6 +45486,24 @@ function stdGalleryGalleryItemOrbital(params = {}) {
|
|
|
44390
45486
|
"type": "string"
|
|
44391
45487
|
}
|
|
44392
45488
|
},
|
|
45489
|
+
"effectRow": [
|
|
45490
|
+
{
|
|
45491
|
+
"kind": "fetch",
|
|
45492
|
+
"resource": "GalleryItem"
|
|
45493
|
+
},
|
|
45494
|
+
{
|
|
45495
|
+
"kind": "render-ui",
|
|
45496
|
+
"resource": "main"
|
|
45497
|
+
},
|
|
45498
|
+
{
|
|
45499
|
+
"kind": "render-ui",
|
|
45500
|
+
"resource": "modal"
|
|
45501
|
+
},
|
|
45502
|
+
{
|
|
45503
|
+
"kind": "set",
|
|
45504
|
+
"resource": "@entity.id"
|
|
45505
|
+
}
|
|
45506
|
+
],
|
|
44393
45507
|
"emits": [
|
|
44394
45508
|
{
|
|
44395
45509
|
"description": "Signals an item has been selected for viewing.",
|
|
@@ -45292,6 +46406,26 @@ function stdGameClockGameClockOrbital(params = {}) {
|
|
|
45292
46406
|
"type": "boolean"
|
|
45293
46407
|
}
|
|
45294
46408
|
},
|
|
46409
|
+
"effectRow": [
|
|
46410
|
+
{
|
|
46411
|
+
"kind": "emit",
|
|
46412
|
+
"resource": "GameClockTicked",
|
|
46413
|
+
"site": "tick"
|
|
46414
|
+
},
|
|
46415
|
+
{
|
|
46416
|
+
"kind": "set",
|
|
46417
|
+
"resource": "@entity.elapsedMs",
|
|
46418
|
+
"site": "tick"
|
|
46419
|
+
},
|
|
46420
|
+
{
|
|
46421
|
+
"kind": "set",
|
|
46422
|
+
"resource": "@entity.running"
|
|
46423
|
+
},
|
|
46424
|
+
{
|
|
46425
|
+
"kind": "ticks",
|
|
46426
|
+
"site": "tick"
|
|
46427
|
+
}
|
|
46428
|
+
],
|
|
45295
46429
|
"emits": [
|
|
45296
46430
|
{
|
|
45297
46431
|
"description": "Fires every clock tick while running; consumers use elapsedMs to drive animations and game logic.",
|
|
@@ -45717,6 +46851,28 @@ function stdGeosearchGeoSearchResultOrbital(params = {}) {
|
|
|
45717
46851
|
"type": "string"
|
|
45718
46852
|
}
|
|
45719
46853
|
},
|
|
46854
|
+
"effectRow": [
|
|
46855
|
+
{
|
|
46856
|
+
"kind": "render-ui",
|
|
46857
|
+
"resource": "main"
|
|
46858
|
+
},
|
|
46859
|
+
{
|
|
46860
|
+
"kind": "set",
|
|
46861
|
+
"resource": "@entity.centerLat"
|
|
46862
|
+
},
|
|
46863
|
+
{
|
|
46864
|
+
"kind": "set",
|
|
46865
|
+
"resource": "@entity.centerLng"
|
|
46866
|
+
},
|
|
46867
|
+
{
|
|
46868
|
+
"kind": "set",
|
|
46869
|
+
"resource": "@entity.radiusKm"
|
|
46870
|
+
},
|
|
46871
|
+
{
|
|
46872
|
+
"kind": "set",
|
|
46873
|
+
"resource": "@entity.searchTerm"
|
|
46874
|
+
}
|
|
46875
|
+
],
|
|
45720
46876
|
"emits": [
|
|
45721
46877
|
{
|
|
45722
46878
|
"description": "Indicates a search request with location parameters.",
|
|
@@ -46152,6 +47308,32 @@ function stdGraphBuilderGraphBuilderOrbital(params = {}) {
|
|
|
46152
47308
|
"type": "[string]"
|
|
46153
47309
|
}
|
|
46154
47310
|
},
|
|
47311
|
+
"effectRow": [
|
|
47312
|
+
{
|
|
47313
|
+
"kind": "emit",
|
|
47314
|
+
"resource": "GRAPH_READY"
|
|
47315
|
+
},
|
|
47316
|
+
{
|
|
47317
|
+
"kind": "set",
|
|
47318
|
+
"resource": "@entity.edgeCount"
|
|
47319
|
+
},
|
|
47320
|
+
{
|
|
47321
|
+
"kind": "set",
|
|
47322
|
+
"resource": "@entity.edges"
|
|
47323
|
+
},
|
|
47324
|
+
{
|
|
47325
|
+
"kind": "set",
|
|
47326
|
+
"resource": "@entity.nodeCount"
|
|
47327
|
+
},
|
|
47328
|
+
{
|
|
47329
|
+
"kind": "set",
|
|
47330
|
+
"resource": "@entity.nodes"
|
|
47331
|
+
},
|
|
47332
|
+
{
|
|
47333
|
+
"kind": "set",
|
|
47334
|
+
"resource": "@entity.status"
|
|
47335
|
+
}
|
|
47336
|
+
],
|
|
46155
47337
|
"emits": [
|
|
46156
47338
|
{
|
|
46157
47339
|
"description": "Fired when node/edge structures have been built from the source entity collection",
|
|
@@ -46837,6 +48019,16 @@ function stdGraphsGraphItemOrbital(params = {}) {
|
|
|
46837
48019
|
"type": "pattern"
|
|
46838
48020
|
}
|
|
46839
48021
|
},
|
|
48022
|
+
"effectRow": [
|
|
48023
|
+
{
|
|
48024
|
+
"kind": "render-ui",
|
|
48025
|
+
"resource": "main"
|
|
48026
|
+
},
|
|
48027
|
+
{
|
|
48028
|
+
"kind": "set",
|
|
48029
|
+
"resource": "@entity.chartData"
|
|
48030
|
+
}
|
|
48031
|
+
],
|
|
46840
48032
|
"entityContract": {
|
|
46841
48033
|
"provides": [
|
|
46842
48034
|
"chartData"
|
|
@@ -47447,6 +48639,24 @@ function stdImageUploadMultiUploadedImageOrbital(params = {}) {
|
|
|
47447
48639
|
"type": "string"
|
|
47448
48640
|
}
|
|
47449
48641
|
},
|
|
48642
|
+
"effectRow": [
|
|
48643
|
+
{
|
|
48644
|
+
"kind": "call-service",
|
|
48645
|
+
"resource": "storage.uploadMany"
|
|
48646
|
+
},
|
|
48647
|
+
{
|
|
48648
|
+
"kind": "fetch",
|
|
48649
|
+
"resource": "UploadedImage"
|
|
48650
|
+
},
|
|
48651
|
+
{
|
|
48652
|
+
"kind": "persist",
|
|
48653
|
+
"resource": "UploadedImage"
|
|
48654
|
+
},
|
|
48655
|
+
{
|
|
48656
|
+
"kind": "render-ui",
|
|
48657
|
+
"resource": "main"
|
|
48658
|
+
}
|
|
48659
|
+
],
|
|
47450
48660
|
"emits": [
|
|
47451
48661
|
{
|
|
47452
48662
|
"description": "Signals that an image upload process has begun.",
|
|
@@ -49727,6 +50937,40 @@ function stdLifecycleLifecycleOrbital(params = {}) {
|
|
|
49727
50937
|
"type": "string"
|
|
49728
50938
|
}
|
|
49729
50939
|
},
|
|
50940
|
+
"effectRow": [
|
|
50941
|
+
{
|
|
50942
|
+
"kind": "emit",
|
|
50943
|
+
"resource": "LifecycleTransitioned"
|
|
50944
|
+
},
|
|
50945
|
+
{
|
|
50946
|
+
"kind": "fetch",
|
|
50947
|
+
"resolved": false,
|
|
50948
|
+
"resource": "@config.targetEntity"
|
|
50949
|
+
},
|
|
50950
|
+
{
|
|
50951
|
+
"kind": "fetch",
|
|
50952
|
+
"resolved": false,
|
|
50953
|
+
"resource": "@config.targetEntity",
|
|
50954
|
+
"site": "tick"
|
|
50955
|
+
},
|
|
50956
|
+
{
|
|
50957
|
+
"kind": "persist",
|
|
50958
|
+
"resolved": false,
|
|
50959
|
+
"resource": "@config.targetEntity"
|
|
50960
|
+
},
|
|
50961
|
+
{
|
|
50962
|
+
"kind": "set",
|
|
50963
|
+
"resource": "@entity.headId"
|
|
50964
|
+
},
|
|
50965
|
+
{
|
|
50966
|
+
"kind": "set",
|
|
50967
|
+
"resource": "@entity.headStatus"
|
|
50968
|
+
},
|
|
50969
|
+
{
|
|
50970
|
+
"kind": "ticks",
|
|
50971
|
+
"site": "tick"
|
|
50972
|
+
}
|
|
50973
|
+
],
|
|
49730
50974
|
"emits": [
|
|
49731
50975
|
{
|
|
49732
50976
|
"event": "LifecycleTransitioned",
|
|
@@ -50420,6 +51664,16 @@ function stdListListItemOrbital(params = {}) {
|
|
|
50420
51664
|
"type": "string"
|
|
50421
51665
|
}
|
|
50422
51666
|
},
|
|
51667
|
+
"effectRow": [
|
|
51668
|
+
{
|
|
51669
|
+
"kind": "fetch",
|
|
51670
|
+
"resource": "ListItem"
|
|
51671
|
+
},
|
|
51672
|
+
{
|
|
51673
|
+
"kind": "render-ui",
|
|
51674
|
+
"resource": "main"
|
|
51675
|
+
}
|
|
51676
|
+
],
|
|
50423
51677
|
"emits": [
|
|
50424
51678
|
{
|
|
50425
51679
|
"description": "Signals a new item has been successfully created.",
|
|
@@ -51420,6 +52674,12 @@ function stdListListItemOrbital(params = {}) {
|
|
|
51420
52674
|
}),
|
|
51421
52675
|
{
|
|
51422
52676
|
"category": "lifecycle",
|
|
52677
|
+
"effectRow": [
|
|
52678
|
+
{
|
|
52679
|
+
"kind": "persist",
|
|
52680
|
+
"resource": "ListItem"
|
|
52681
|
+
}
|
|
52682
|
+
],
|
|
51423
52683
|
"emits": [
|
|
51424
52684
|
{
|
|
51425
52685
|
"description": "Signals a new item has been added to the list.",
|
|
@@ -52728,6 +53988,97 @@ function stdMigrationJobMigrationJobOrbital(params = {}) {
|
|
|
52728
53988
|
"type": "string"
|
|
52729
53989
|
}
|
|
52730
53990
|
},
|
|
53991
|
+
"effectRow": [
|
|
53992
|
+
{
|
|
53993
|
+
"kind": "call-service",
|
|
53994
|
+
"resource": "migration.commit"
|
|
53995
|
+
},
|
|
53996
|
+
{
|
|
53997
|
+
"kind": "call-service",
|
|
53998
|
+
"resource": "migration.fetchDocument"
|
|
53999
|
+
},
|
|
54000
|
+
{
|
|
54001
|
+
"kind": "call-service",
|
|
54002
|
+
"resource": "migration.listDocuments"
|
|
54003
|
+
},
|
|
54004
|
+
{
|
|
54005
|
+
"kind": "emit",
|
|
54006
|
+
"resource": "MIGRATION_COMPLETED"
|
|
54007
|
+
},
|
|
54008
|
+
{
|
|
54009
|
+
"kind": "emit",
|
|
54010
|
+
"resource": "MIGRATION_DOCUMENT"
|
|
54011
|
+
},
|
|
54012
|
+
{
|
|
54013
|
+
"kind": "emit",
|
|
54014
|
+
"resource": "MIGRATION_FAILED"
|
|
54015
|
+
},
|
|
54016
|
+
{
|
|
54017
|
+
"kind": "emit",
|
|
54018
|
+
"resource": "MIGRATION_FETCHED"
|
|
54019
|
+
},
|
|
54020
|
+
{
|
|
54021
|
+
"kind": "emit",
|
|
54022
|
+
"resource": "MIGRATION_REVIEW_READY"
|
|
54023
|
+
},
|
|
54024
|
+
{
|
|
54025
|
+
"kind": "persist",
|
|
54026
|
+
"resource": "MigrationJob"
|
|
54027
|
+
},
|
|
54028
|
+
{
|
|
54029
|
+
"kind": "render-ui",
|
|
54030
|
+
"resolved": false,
|
|
54031
|
+
"resource": "@config.reviewSlot"
|
|
54032
|
+
},
|
|
54033
|
+
{
|
|
54034
|
+
"kind": "set",
|
|
54035
|
+
"resource": "@entity.createdAt"
|
|
54036
|
+
},
|
|
54037
|
+
{
|
|
54038
|
+
"kind": "set",
|
|
54039
|
+
"resource": "@entity.document"
|
|
54040
|
+
},
|
|
54041
|
+
{
|
|
54042
|
+
"kind": "set",
|
|
54043
|
+
"resource": "@entity.documents"
|
|
54044
|
+
},
|
|
54045
|
+
{
|
|
54046
|
+
"kind": "set",
|
|
54047
|
+
"resource": "@entity.error"
|
|
54048
|
+
},
|
|
54049
|
+
{
|
|
54050
|
+
"kind": "set",
|
|
54051
|
+
"resource": "@entity.files"
|
|
54052
|
+
},
|
|
54053
|
+
{
|
|
54054
|
+
"kind": "set",
|
|
54055
|
+
"resource": "@entity.skipped"
|
|
54056
|
+
},
|
|
54057
|
+
{
|
|
54058
|
+
"kind": "set",
|
|
54059
|
+
"resource": "@entity.source"
|
|
54060
|
+
},
|
|
54061
|
+
{
|
|
54062
|
+
"kind": "set",
|
|
54063
|
+
"resource": "@entity.stats"
|
|
54064
|
+
},
|
|
54065
|
+
{
|
|
54066
|
+
"kind": "set",
|
|
54067
|
+
"resource": "@entity.status"
|
|
54068
|
+
},
|
|
54069
|
+
{
|
|
54070
|
+
"kind": "set",
|
|
54071
|
+
"resource": "@entity.target"
|
|
54072
|
+
},
|
|
54073
|
+
{
|
|
54074
|
+
"kind": "set",
|
|
54075
|
+
"resource": "@entity.units"
|
|
54076
|
+
},
|
|
54077
|
+
{
|
|
54078
|
+
"kind": "set",
|
|
54079
|
+
"resource": "@entity.validationErrors"
|
|
54080
|
+
}
|
|
54081
|
+
],
|
|
52731
54082
|
"emits": [
|
|
52732
54083
|
{
|
|
52733
54084
|
"description": "migration.listDocuments service result, flattened onto the payload by the call-service effect executor",
|
|
@@ -54150,6 +55501,48 @@ function stdMlClassifyMlClassifyOrbital(params = {}) {
|
|
|
54150
55501
|
"type": "string"
|
|
54151
55502
|
}
|
|
54152
55503
|
},
|
|
55504
|
+
"effectRow": [
|
|
55505
|
+
{
|
|
55506
|
+
"kind": "call-service",
|
|
55507
|
+
"resource": "llm.classify"
|
|
55508
|
+
},
|
|
55509
|
+
{
|
|
55510
|
+
"kind": "emit",
|
|
55511
|
+
"resource": "CLASSIFIED"
|
|
55512
|
+
},
|
|
55513
|
+
{
|
|
55514
|
+
"kind": "emit",
|
|
55515
|
+
"resource": "CLASSIFY_FAILED"
|
|
55516
|
+
},
|
|
55517
|
+
{
|
|
55518
|
+
"kind": "set",
|
|
55519
|
+
"resource": "@entity.category"
|
|
55520
|
+
},
|
|
55521
|
+
{
|
|
55522
|
+
"kind": "set",
|
|
55523
|
+
"resource": "@entity.confidence"
|
|
55524
|
+
},
|
|
55525
|
+
{
|
|
55526
|
+
"kind": "set",
|
|
55527
|
+
"resource": "@entity.errorMessage"
|
|
55528
|
+
},
|
|
55529
|
+
{
|
|
55530
|
+
"kind": "set",
|
|
55531
|
+
"resource": "@entity.reasoning"
|
|
55532
|
+
},
|
|
55533
|
+
{
|
|
55534
|
+
"kind": "set",
|
|
55535
|
+
"resource": "@entity.request"
|
|
55536
|
+
},
|
|
55537
|
+
{
|
|
55538
|
+
"kind": "set",
|
|
55539
|
+
"resource": "@entity.status"
|
|
55540
|
+
},
|
|
55541
|
+
{
|
|
55542
|
+
"kind": "set",
|
|
55543
|
+
"resource": "@entity.text"
|
|
55544
|
+
}
|
|
55545
|
+
],
|
|
54153
55546
|
"emits": [
|
|
54154
55547
|
{
|
|
54155
55548
|
"description": "Raw llm.classify service result, flattened onto the payload by the call-service effect executor",
|
|
@@ -54738,6 +56131,24 @@ function stdMlExactCheckMlExactCheckOrbital(params = {}) {
|
|
|
54738
56131
|
"type": "boolean"
|
|
54739
56132
|
}
|
|
54740
56133
|
},
|
|
56134
|
+
"effectRow": [
|
|
56135
|
+
{
|
|
56136
|
+
"kind": "emit",
|
|
56137
|
+
"resource": "EXACT_MATCHED"
|
|
56138
|
+
},
|
|
56139
|
+
{
|
|
56140
|
+
"kind": "emit",
|
|
56141
|
+
"resource": "EXACT_UNMATCHED"
|
|
56142
|
+
},
|
|
56143
|
+
{
|
|
56144
|
+
"kind": "set",
|
|
56145
|
+
"resource": "@entity.matched"
|
|
56146
|
+
},
|
|
56147
|
+
{
|
|
56148
|
+
"kind": "set",
|
|
56149
|
+
"resource": "@entity.status"
|
|
56150
|
+
}
|
|
56151
|
+
],
|
|
54741
56152
|
"emits": [
|
|
54742
56153
|
{
|
|
54743
56154
|
"description": "Fired when the candidate exactly equals the key under the configured normalization",
|
|
@@ -55399,6 +56810,48 @@ function stdMlInferMlInferOrbital(params = {}) {
|
|
|
55399
56810
|
"type": "OutputContract"
|
|
55400
56811
|
}
|
|
55401
56812
|
},
|
|
56813
|
+
"effectRow": [
|
|
56814
|
+
{
|
|
56815
|
+
"kind": "call-service",
|
|
56816
|
+
"resource": "ml.infer"
|
|
56817
|
+
},
|
|
56818
|
+
{
|
|
56819
|
+
"kind": "emit",
|
|
56820
|
+
"resource": "INFERRED"
|
|
56821
|
+
},
|
|
56822
|
+
{
|
|
56823
|
+
"kind": "emit",
|
|
56824
|
+
"resource": "INFER_ABSTAINED"
|
|
56825
|
+
},
|
|
56826
|
+
{
|
|
56827
|
+
"kind": "set",
|
|
56828
|
+
"resource": "@entity.confidence"
|
|
56829
|
+
},
|
|
56830
|
+
{
|
|
56831
|
+
"kind": "set",
|
|
56832
|
+
"resource": "@entity.input"
|
|
56833
|
+
},
|
|
56834
|
+
{
|
|
56835
|
+
"kind": "set",
|
|
56836
|
+
"resource": "@entity.output"
|
|
56837
|
+
},
|
|
56838
|
+
{
|
|
56839
|
+
"kind": "set",
|
|
56840
|
+
"resource": "@entity.reason"
|
|
56841
|
+
},
|
|
56842
|
+
{
|
|
56843
|
+
"kind": "set",
|
|
56844
|
+
"resource": "@entity.request"
|
|
56845
|
+
},
|
|
56846
|
+
{
|
|
56847
|
+
"kind": "set",
|
|
56848
|
+
"resource": "@entity.status"
|
|
56849
|
+
},
|
|
56850
|
+
{
|
|
56851
|
+
"kind": "set",
|
|
56852
|
+
"resource": "@entity.violations"
|
|
56853
|
+
}
|
|
56854
|
+
],
|
|
55402
56855
|
"emits": [
|
|
55403
56856
|
{
|
|
55404
56857
|
"description": "Raw ml.infer service result, flattened onto the payload by the call-service effect executor",
|
|
@@ -56097,6 +57550,40 @@ function stdMlLabelCaptureMlLabelCaptureOrbital(params = {}) {
|
|
|
56097
57550
|
"type": "string"
|
|
56098
57551
|
}
|
|
56099
57552
|
},
|
|
57553
|
+
"effectRow": [
|
|
57554
|
+
{
|
|
57555
|
+
"kind": "emit",
|
|
57556
|
+
"resource": "LABEL_CAPTURED"
|
|
57557
|
+
},
|
|
57558
|
+
{
|
|
57559
|
+
"kind": "persist",
|
|
57560
|
+
"resource": "LabeledExample"
|
|
57561
|
+
},
|
|
57562
|
+
{
|
|
57563
|
+
"kind": "set",
|
|
57564
|
+
"resource": "@entity.input"
|
|
57565
|
+
},
|
|
57566
|
+
{
|
|
57567
|
+
"kind": "set",
|
|
57568
|
+
"resource": "@entity.outcome"
|
|
57569
|
+
},
|
|
57570
|
+
{
|
|
57571
|
+
"kind": "set",
|
|
57572
|
+
"resource": "@entity.recordedAt"
|
|
57573
|
+
},
|
|
57574
|
+
{
|
|
57575
|
+
"kind": "set",
|
|
57576
|
+
"resource": "@entity.sink"
|
|
57577
|
+
},
|
|
57578
|
+
{
|
|
57579
|
+
"kind": "set",
|
|
57580
|
+
"resource": "@entity.source"
|
|
57581
|
+
},
|
|
57582
|
+
{
|
|
57583
|
+
"kind": "set",
|
|
57584
|
+
"resource": "@entity.verdict"
|
|
57585
|
+
}
|
|
57586
|
+
],
|
|
56100
57587
|
"emits": [
|
|
56101
57588
|
{
|
|
56102
57589
|
"description": "Fired after a labeled example is persisted.",
|
|
@@ -56461,6 +57948,24 @@ function stdMlLookupMlLookupOrbital(params = {}) {
|
|
|
56461
57948
|
"type": "boolean"
|
|
56462
57949
|
}
|
|
56463
57950
|
},
|
|
57951
|
+
"effectRow": [
|
|
57952
|
+
{
|
|
57953
|
+
"kind": "emit",
|
|
57954
|
+
"resource": "KEY_HIT"
|
|
57955
|
+
},
|
|
57956
|
+
{
|
|
57957
|
+
"kind": "emit",
|
|
57958
|
+
"resource": "KEY_MISS"
|
|
57959
|
+
},
|
|
57960
|
+
{
|
|
57961
|
+
"kind": "set",
|
|
57962
|
+
"resource": "@entity.matched"
|
|
57963
|
+
},
|
|
57964
|
+
{
|
|
57965
|
+
"kind": "set",
|
|
57966
|
+
"resource": "@entity.status"
|
|
57967
|
+
}
|
|
57968
|
+
],
|
|
56464
57969
|
"emits": [
|
|
56465
57970
|
{
|
|
56466
57971
|
"description": "Fired when the candidate matches an entry in the accepted list",
|
|
@@ -56992,6 +58497,48 @@ function stdMlPosteriorMlPosteriorOrbital(params = {}) {
|
|
|
56992
58497
|
"type": "int"
|
|
56993
58498
|
}
|
|
56994
58499
|
},
|
|
58500
|
+
"effectRow": [
|
|
58501
|
+
{
|
|
58502
|
+
"kind": "emit",
|
|
58503
|
+
"resource": "EVIDENCE_INSUFFICIENT"
|
|
58504
|
+
},
|
|
58505
|
+
{
|
|
58506
|
+
"kind": "emit",
|
|
58507
|
+
"resource": "MASTERY_REACHED"
|
|
58508
|
+
},
|
|
58509
|
+
{
|
|
58510
|
+
"kind": "emit",
|
|
58511
|
+
"resource": "REMEDIATION_NEEDED"
|
|
58512
|
+
},
|
|
58513
|
+
{
|
|
58514
|
+
"kind": "set",
|
|
58515
|
+
"resource": "@entity.alpha"
|
|
58516
|
+
},
|
|
58517
|
+
{
|
|
58518
|
+
"kind": "set",
|
|
58519
|
+
"resource": "@entity.beta"
|
|
58520
|
+
},
|
|
58521
|
+
{
|
|
58522
|
+
"kind": "set",
|
|
58523
|
+
"resource": "@entity.intervalHigh"
|
|
58524
|
+
},
|
|
58525
|
+
{
|
|
58526
|
+
"kind": "set",
|
|
58527
|
+
"resource": "@entity.intervalLow"
|
|
58528
|
+
},
|
|
58529
|
+
{
|
|
58530
|
+
"kind": "set",
|
|
58531
|
+
"resource": "@entity.mean"
|
|
58532
|
+
},
|
|
58533
|
+
{
|
|
58534
|
+
"kind": "set",
|
|
58535
|
+
"resource": "@entity.observations"
|
|
58536
|
+
},
|
|
58537
|
+
{
|
|
58538
|
+
"kind": "set",
|
|
58539
|
+
"resource": "@entity.status"
|
|
58540
|
+
}
|
|
58541
|
+
],
|
|
56995
58542
|
"emits": [
|
|
56996
58543
|
{
|
|
56997
58544
|
"description": "The posterior mean clears masteryFloor with a credible interval narrow enough to trust.",
|
|
@@ -57697,6 +59244,63 @@ function stdMlSimilarityMlSimilarityOrbital(params = {}) {
|
|
|
57697
59244
|
"type": "float"
|
|
57698
59245
|
}
|
|
57699
59246
|
},
|
|
59247
|
+
"effectRow": [
|
|
59248
|
+
{
|
|
59249
|
+
"kind": "emit",
|
|
59250
|
+
"resource": "SIMILARITY_ABSTAINED"
|
|
59251
|
+
},
|
|
59252
|
+
{
|
|
59253
|
+
"kind": "emit",
|
|
59254
|
+
"resource": "SIMILARITY_MATCHED"
|
|
59255
|
+
},
|
|
59256
|
+
{
|
|
59257
|
+
"kind": "llm/embed"
|
|
59258
|
+
},
|
|
59259
|
+
{
|
|
59260
|
+
"kind": "set",
|
|
59261
|
+
"resource": "@entity.candidateVectors"
|
|
59262
|
+
},
|
|
59263
|
+
{
|
|
59264
|
+
"kind": "set",
|
|
59265
|
+
"resource": "@entity.candidates"
|
|
59266
|
+
},
|
|
59267
|
+
{
|
|
59268
|
+
"kind": "set",
|
|
59269
|
+
"resource": "@entity.embeddings"
|
|
59270
|
+
},
|
|
59271
|
+
{
|
|
59272
|
+
"kind": "set",
|
|
59273
|
+
"resource": "@entity.matchIndex"
|
|
59274
|
+
},
|
|
59275
|
+
{
|
|
59276
|
+
"kind": "set",
|
|
59277
|
+
"resource": "@entity.matchMargin"
|
|
59278
|
+
},
|
|
59279
|
+
{
|
|
59280
|
+
"kind": "set",
|
|
59281
|
+
"resource": "@entity.matchScore"
|
|
59282
|
+
},
|
|
59283
|
+
{
|
|
59284
|
+
"kind": "set",
|
|
59285
|
+
"resource": "@entity.query"
|
|
59286
|
+
},
|
|
59287
|
+
{
|
|
59288
|
+
"kind": "set",
|
|
59289
|
+
"resource": "@entity.queryVector"
|
|
59290
|
+
},
|
|
59291
|
+
{
|
|
59292
|
+
"kind": "set",
|
|
59293
|
+
"resource": "@entity.reason"
|
|
59294
|
+
},
|
|
59295
|
+
{
|
|
59296
|
+
"kind": "set",
|
|
59297
|
+
"resource": "@entity.request"
|
|
59298
|
+
},
|
|
59299
|
+
{
|
|
59300
|
+
"kind": "set",
|
|
59301
|
+
"resource": "@entity.status"
|
|
59302
|
+
}
|
|
59303
|
+
],
|
|
57700
59304
|
"emits": [
|
|
57701
59305
|
{
|
|
57702
59306
|
"description": "Raw embeddings from llm/embed \u2014 query vector at index 0, candidate vectors following in input order",
|
|
@@ -58924,6 +60528,21 @@ function stdModQueueModQueueItemOrbital(params = {}) {
|
|
|
58924
60528
|
"type": "string"
|
|
58925
60529
|
}
|
|
58926
60530
|
},
|
|
60531
|
+
"effectRow": [
|
|
60532
|
+
{
|
|
60533
|
+
"kind": "fetch",
|
|
60534
|
+
"resource": "ModQueueItem"
|
|
60535
|
+
},
|
|
60536
|
+
{
|
|
60537
|
+
"kind": "persist",
|
|
60538
|
+
"resource": "ModQueueItem"
|
|
60539
|
+
},
|
|
60540
|
+
{
|
|
60541
|
+
"kind": "render-ui",
|
|
60542
|
+
"resolved": false,
|
|
60543
|
+
"resource": "@config.reviewSlot"
|
|
60544
|
+
}
|
|
60545
|
+
],
|
|
58927
60546
|
"emits": [
|
|
58928
60547
|
{
|
|
58929
60548
|
"description": "Signals that a moderation item has been approved.",
|
|
@@ -60186,6 +61805,28 @@ function stdModalModalRecordOrbital(params = {}) {
|
|
|
60186
61805
|
"type": "string"
|
|
60187
61806
|
}
|
|
60188
61807
|
},
|
|
61808
|
+
"effectRow": [
|
|
61809
|
+
{
|
|
61810
|
+
"kind": "fetch",
|
|
61811
|
+
"resource": "ModalRecord"
|
|
61812
|
+
},
|
|
61813
|
+
{
|
|
61814
|
+
"kind": "notify"
|
|
61815
|
+
},
|
|
61816
|
+
{
|
|
61817
|
+
"kind": "render-ui",
|
|
61818
|
+
"resolved": false,
|
|
61819
|
+
"resource": "@config.detailSlot"
|
|
61820
|
+
},
|
|
61821
|
+
{
|
|
61822
|
+
"kind": "set",
|
|
61823
|
+
"resource": "@entity.id"
|
|
61824
|
+
},
|
|
61825
|
+
{
|
|
61826
|
+
"kind": "set",
|
|
61827
|
+
"resource": "@entity.seedRow"
|
|
61828
|
+
}
|
|
61829
|
+
],
|
|
60189
61830
|
"emits": [
|
|
60190
61831
|
{
|
|
60191
61832
|
"description": "Indicates a successful data save operation.",
|
|
@@ -61179,6 +62820,80 @@ function stdMultiPartyFlowMultiPartyFlowOrbital(params = {}) {
|
|
|
61179
62820
|
"type": "string"
|
|
61180
62821
|
}
|
|
61181
62822
|
},
|
|
62823
|
+
"effectRow": [
|
|
62824
|
+
{
|
|
62825
|
+
"kind": "fetch",
|
|
62826
|
+
"resource": "MultiPartyView"
|
|
62827
|
+
},
|
|
62828
|
+
{
|
|
62829
|
+
"kind": "render-ui",
|
|
62830
|
+
"resource": "main"
|
|
62831
|
+
},
|
|
62832
|
+
{
|
|
62833
|
+
"kind": "set",
|
|
62834
|
+
"resource": "@entity.audit"
|
|
62835
|
+
},
|
|
62836
|
+
{
|
|
62837
|
+
"kind": "set",
|
|
62838
|
+
"resource": "@entity.cancelReason"
|
|
62839
|
+
},
|
|
62840
|
+
{
|
|
62841
|
+
"kind": "set",
|
|
62842
|
+
"resource": "@entity.currentActionDescription"
|
|
62843
|
+
},
|
|
62844
|
+
{
|
|
62845
|
+
"kind": "set",
|
|
62846
|
+
"resource": "@entity.currentActionIcon"
|
|
62847
|
+
},
|
|
62848
|
+
{
|
|
62849
|
+
"kind": "set",
|
|
62850
|
+
"resource": "@entity.currentActionLabel"
|
|
62851
|
+
},
|
|
62852
|
+
{
|
|
62853
|
+
"kind": "set",
|
|
62854
|
+
"resource": "@entity.currentPartyActor"
|
|
62855
|
+
},
|
|
62856
|
+
{
|
|
62857
|
+
"kind": "set",
|
|
62858
|
+
"resource": "@entity.currentPartyIcon"
|
|
62859
|
+
},
|
|
62860
|
+
{
|
|
62861
|
+
"kind": "set",
|
|
62862
|
+
"resource": "@entity.currentPartyId"
|
|
62863
|
+
},
|
|
62864
|
+
{
|
|
62865
|
+
"kind": "set",
|
|
62866
|
+
"resource": "@entity.currentPartyIndex"
|
|
62867
|
+
},
|
|
62868
|
+
{
|
|
62869
|
+
"kind": "set",
|
|
62870
|
+
"resource": "@entity.currentPartyTitle"
|
|
62871
|
+
},
|
|
62872
|
+
{
|
|
62873
|
+
"kind": "set",
|
|
62874
|
+
"resource": "@entity.currentStepLabel"
|
|
62875
|
+
},
|
|
62876
|
+
{
|
|
62877
|
+
"kind": "set",
|
|
62878
|
+
"resource": "@entity.disputeReason"
|
|
62879
|
+
},
|
|
62880
|
+
{
|
|
62881
|
+
"kind": "set",
|
|
62882
|
+
"resource": "@entity.errorMessage"
|
|
62883
|
+
},
|
|
62884
|
+
{
|
|
62885
|
+
"kind": "set",
|
|
62886
|
+
"resource": "@entity.parties"
|
|
62887
|
+
},
|
|
62888
|
+
{
|
|
62889
|
+
"kind": "set",
|
|
62890
|
+
"resource": "@entity.reason"
|
|
62891
|
+
},
|
|
62892
|
+
{
|
|
62893
|
+
"kind": "set",
|
|
62894
|
+
"resource": "@entity.totalParties"
|
|
62895
|
+
}
|
|
62896
|
+
],
|
|
61182
62897
|
"emits": [
|
|
61183
62898
|
{
|
|
61184
62899
|
"description": "Signals a party's acceptance or agreement within the flow.",
|
|
@@ -63924,6 +65639,22 @@ function stdNotificationCenterNotificationCenterOrbital(params = {}) {
|
|
|
63924
65639
|
traits: [
|
|
63925
65640
|
{
|
|
63926
65641
|
"category": "lifecycle",
|
|
65642
|
+
"effectRow": [
|
|
65643
|
+
{
|
|
65644
|
+
"kind": "browser/push-subscribe"
|
|
65645
|
+
},
|
|
65646
|
+
{
|
|
65647
|
+
"kind": "notify"
|
|
65648
|
+
},
|
|
65649
|
+
{
|
|
65650
|
+
"kind": "persist",
|
|
65651
|
+
"resource": "PushSubscription"
|
|
65652
|
+
},
|
|
65653
|
+
{
|
|
65654
|
+
"kind": "set",
|
|
65655
|
+
"resource": "@entity.lastError"
|
|
65656
|
+
}
|
|
65657
|
+
],
|
|
63927
65658
|
"emits": [
|
|
63928
65659
|
{
|
|
63929
65660
|
"description": "browser/push-subscribe resolved; the subscription credentials arrive flat on the payload",
|
|
@@ -64154,6 +65885,15 @@ function stdNotificationCenterNotificationCenterOrbital(params = {}) {
|
|
|
64154
65885
|
},
|
|
64155
65886
|
{
|
|
64156
65887
|
"category": "lifecycle",
|
|
65888
|
+
"effectRow": [
|
|
65889
|
+
{
|
|
65890
|
+
"kind": "notify"
|
|
65891
|
+
},
|
|
65892
|
+
{
|
|
65893
|
+
"kind": "persist",
|
|
65894
|
+
"resource": "NotificationPreference"
|
|
65895
|
+
}
|
|
65896
|
+
],
|
|
64157
65897
|
"emits": [
|
|
64158
65898
|
{
|
|
64159
65899
|
"description": "Preference row persisted",
|
|
@@ -64448,6 +66188,49 @@ function stdNotificationCenterNotificationCenterOrbital(params = {}) {
|
|
|
64448
66188
|
"type": "number"
|
|
64449
66189
|
}
|
|
64450
66190
|
},
|
|
66191
|
+
"effectRow": [
|
|
66192
|
+
{
|
|
66193
|
+
"kind": "call-service",
|
|
66194
|
+
"resource": "email.send"
|
|
66195
|
+
},
|
|
66196
|
+
{
|
|
66197
|
+
"kind": "fetch",
|
|
66198
|
+
"resource": "NotificationRecord"
|
|
66199
|
+
},
|
|
66200
|
+
{
|
|
66201
|
+
"kind": "fetch",
|
|
66202
|
+
"resource": "NotificationRecord",
|
|
66203
|
+
"site": "tick"
|
|
66204
|
+
},
|
|
66205
|
+
{
|
|
66206
|
+
"kind": "persist",
|
|
66207
|
+
"resource": "NotificationRecord"
|
|
66208
|
+
},
|
|
66209
|
+
{
|
|
66210
|
+
"kind": "set",
|
|
66211
|
+
"resource": "@entity.drainedCount"
|
|
66212
|
+
},
|
|
66213
|
+
{
|
|
66214
|
+
"kind": "set",
|
|
66215
|
+
"resource": "@entity.headId"
|
|
66216
|
+
},
|
|
66217
|
+
{
|
|
66218
|
+
"kind": "set",
|
|
66219
|
+
"resource": "@entity.headMessage"
|
|
66220
|
+
},
|
|
66221
|
+
{
|
|
66222
|
+
"kind": "set",
|
|
66223
|
+
"resource": "@entity.headRecipient"
|
|
66224
|
+
},
|
|
66225
|
+
{
|
|
66226
|
+
"kind": "set",
|
|
66227
|
+
"resource": "@entity.lastError"
|
|
66228
|
+
},
|
|
66229
|
+
{
|
|
66230
|
+
"kind": "ticks",
|
|
66231
|
+
"site": "tick"
|
|
66232
|
+
}
|
|
66233
|
+
],
|
|
64451
66234
|
"emits": [
|
|
64452
66235
|
{
|
|
64453
66236
|
"description": "Undispatched digest/quiet-hours audit rows past minAgeHours, oldest batch first",
|
|
@@ -65567,6 +67350,103 @@ function stdNotifyOnEventNotifyOnEventOrbital(params = {}) {
|
|
|
65567
67350
|
"type": "string"
|
|
65568
67351
|
}
|
|
65569
67352
|
},
|
|
67353
|
+
"effectRow": [
|
|
67354
|
+
{
|
|
67355
|
+
"kind": "call-service",
|
|
67356
|
+
"resource": "email.send"
|
|
67357
|
+
},
|
|
67358
|
+
{
|
|
67359
|
+
"kind": "call-service",
|
|
67360
|
+
"resource": "push.send"
|
|
67361
|
+
},
|
|
67362
|
+
{
|
|
67363
|
+
"kind": "call-service",
|
|
67364
|
+
"resource": "twilio.sendSMS"
|
|
67365
|
+
},
|
|
67366
|
+
{
|
|
67367
|
+
"kind": "call-service",
|
|
67368
|
+
"resource": "webhook.send"
|
|
67369
|
+
},
|
|
67370
|
+
{
|
|
67371
|
+
"kind": "emit",
|
|
67372
|
+
"resource": "NotificationDispatched"
|
|
67373
|
+
},
|
|
67374
|
+
{
|
|
67375
|
+
"kind": "fetch",
|
|
67376
|
+
"resource": "NotificationPreference"
|
|
67377
|
+
},
|
|
67378
|
+
{
|
|
67379
|
+
"kind": "fetch",
|
|
67380
|
+
"resource": "NotificationRecord"
|
|
67381
|
+
},
|
|
67382
|
+
{
|
|
67383
|
+
"kind": "fetch",
|
|
67384
|
+
"resource": "PushSubscription"
|
|
67385
|
+
},
|
|
67386
|
+
{
|
|
67387
|
+
"kind": "notify"
|
|
67388
|
+
},
|
|
67389
|
+
{
|
|
67390
|
+
"kind": "persist",
|
|
67391
|
+
"resource": "NotificationRecord"
|
|
67392
|
+
},
|
|
67393
|
+
{
|
|
67394
|
+
"kind": "set",
|
|
67395
|
+
"resource": "@entity.channel"
|
|
67396
|
+
},
|
|
67397
|
+
{
|
|
67398
|
+
"kind": "set",
|
|
67399
|
+
"resource": "@entity.dispatched"
|
|
67400
|
+
},
|
|
67401
|
+
{
|
|
67402
|
+
"kind": "set",
|
|
67403
|
+
"resource": "@entity.error"
|
|
67404
|
+
},
|
|
67405
|
+
{
|
|
67406
|
+
"kind": "set",
|
|
67407
|
+
"resource": "@entity.message"
|
|
67408
|
+
},
|
|
67409
|
+
{
|
|
67410
|
+
"kind": "set",
|
|
67411
|
+
"resource": "@entity.prefChannel"
|
|
67412
|
+
},
|
|
67413
|
+
{
|
|
67414
|
+
"kind": "set",
|
|
67415
|
+
"resource": "@entity.prefMode"
|
|
67416
|
+
},
|
|
67417
|
+
{
|
|
67418
|
+
"kind": "set",
|
|
67419
|
+
"resource": "@entity.prefQuietEnd"
|
|
67420
|
+
},
|
|
67421
|
+
{
|
|
67422
|
+
"kind": "set",
|
|
67423
|
+
"resource": "@entity.prefQuietStart"
|
|
67424
|
+
},
|
|
67425
|
+
{
|
|
67426
|
+
"kind": "set",
|
|
67427
|
+
"resource": "@entity.pushAuth"
|
|
67428
|
+
},
|
|
67429
|
+
{
|
|
67430
|
+
"kind": "set",
|
|
67431
|
+
"resource": "@entity.pushEndpoint"
|
|
67432
|
+
},
|
|
67433
|
+
{
|
|
67434
|
+
"kind": "set",
|
|
67435
|
+
"resource": "@entity.pushP256dh"
|
|
67436
|
+
},
|
|
67437
|
+
{
|
|
67438
|
+
"kind": "set",
|
|
67439
|
+
"resource": "@entity.recipient"
|
|
67440
|
+
},
|
|
67441
|
+
{
|
|
67442
|
+
"kind": "set",
|
|
67443
|
+
"resource": "@entity.recordedAt"
|
|
67444
|
+
},
|
|
67445
|
+
{
|
|
67446
|
+
"kind": "set",
|
|
67447
|
+
"resource": "@entity.severity"
|
|
67448
|
+
}
|
|
67449
|
+
],
|
|
65570
67450
|
"emits": [
|
|
65571
67451
|
{
|
|
65572
67452
|
"event": "NotificationDispatched",
|
|
@@ -67881,6 +69761,24 @@ function stdPaginationPagedItemOrbital(params = {}) {
|
|
|
67881
69761
|
"type": "number"
|
|
67882
69762
|
}
|
|
67883
69763
|
},
|
|
69764
|
+
"effectRow": [
|
|
69765
|
+
{
|
|
69766
|
+
"kind": "fetch",
|
|
69767
|
+
"resource": "PagedItem"
|
|
69768
|
+
},
|
|
69769
|
+
{
|
|
69770
|
+
"kind": "render-ui",
|
|
69771
|
+
"resource": "main"
|
|
69772
|
+
},
|
|
69773
|
+
{
|
|
69774
|
+
"kind": "set",
|
|
69775
|
+
"resource": "@entity.currentPage"
|
|
69776
|
+
},
|
|
69777
|
+
{
|
|
69778
|
+
"kind": "set",
|
|
69779
|
+
"resource": "@entity.totalPages"
|
|
69780
|
+
}
|
|
69781
|
+
],
|
|
67884
69782
|
"emits": [
|
|
67885
69783
|
{
|
|
67886
69784
|
"description": "Indicates a change in the currently displayed page.",
|
|
@@ -69035,6 +70933,24 @@ function stdRateLimiterRateBucketOrbital(params = {}) {
|
|
|
69035
70933
|
]
|
|
69036
70934
|
}
|
|
69037
70935
|
},
|
|
70936
|
+
"effectRow": [
|
|
70937
|
+
{
|
|
70938
|
+
"kind": "render-ui",
|
|
70939
|
+
"resource": "main"
|
|
70940
|
+
},
|
|
70941
|
+
{
|
|
70942
|
+
"kind": "set",
|
|
70943
|
+
"resource": "@entity.count"
|
|
70944
|
+
},
|
|
70945
|
+
{
|
|
70946
|
+
"kind": "set",
|
|
70947
|
+
"resource": "@entity.limiterStatus"
|
|
70948
|
+
},
|
|
70949
|
+
{
|
|
70950
|
+
"kind": "set",
|
|
70951
|
+
"resource": "@entity.window"
|
|
70952
|
+
}
|
|
70953
|
+
],
|
|
69038
70954
|
"linkedEntity": "RateBucket",
|
|
69039
70955
|
"listens": [
|
|
69040
70956
|
{
|
|
@@ -69928,6 +71844,56 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
|
|
|
69928
71844
|
"type": "string"
|
|
69929
71845
|
}
|
|
69930
71846
|
},
|
|
71847
|
+
"effectRow": [
|
|
71848
|
+
{
|
|
71849
|
+
"kind": "fetch",
|
|
71850
|
+
"resource": "ReviewView"
|
|
71851
|
+
},
|
|
71852
|
+
{
|
|
71853
|
+
"kind": "persist",
|
|
71854
|
+
"resource": "ReviewView"
|
|
71855
|
+
},
|
|
71856
|
+
{
|
|
71857
|
+
"kind": "render-ui",
|
|
71858
|
+
"resource": "main"
|
|
71859
|
+
},
|
|
71860
|
+
{
|
|
71861
|
+
"kind": "set",
|
|
71862
|
+
"resource": "@entity.averageRating"
|
|
71863
|
+
},
|
|
71864
|
+
{
|
|
71865
|
+
"kind": "set",
|
|
71866
|
+
"resource": "@entity.currentSort"
|
|
71867
|
+
},
|
|
71868
|
+
{
|
|
71869
|
+
"kind": "set",
|
|
71870
|
+
"resource": "@entity.draftComment"
|
|
71871
|
+
},
|
|
71872
|
+
{
|
|
71873
|
+
"kind": "set",
|
|
71874
|
+
"resource": "@entity.draftRating"
|
|
71875
|
+
},
|
|
71876
|
+
{
|
|
71877
|
+
"kind": "set",
|
|
71878
|
+
"resource": "@entity.errorMessage"
|
|
71879
|
+
},
|
|
71880
|
+
{
|
|
71881
|
+
"kind": "set",
|
|
71882
|
+
"resource": "@entity.reviews"
|
|
71883
|
+
},
|
|
71884
|
+
{
|
|
71885
|
+
"kind": "set",
|
|
71886
|
+
"resource": "@entity.reviewsSource"
|
|
71887
|
+
},
|
|
71888
|
+
{
|
|
71889
|
+
"kind": "set",
|
|
71890
|
+
"resource": "@entity.starDistribution"
|
|
71891
|
+
},
|
|
71892
|
+
{
|
|
71893
|
+
"kind": "set",
|
|
71894
|
+
"resource": "@entity.totalReviews"
|
|
71895
|
+
}
|
|
71896
|
+
],
|
|
69931
71897
|
"emits": [
|
|
69932
71898
|
{
|
|
69933
71899
|
"description": "Initiates the review composition flow.",
|
|
@@ -72058,6 +74024,28 @@ function stdRatingReviewRatingReviewOrbital(params = {}) {
|
|
|
72058
74024
|
"type": "string"
|
|
72059
74025
|
}
|
|
72060
74026
|
},
|
|
74027
|
+
"effectRow": [
|
|
74028
|
+
{
|
|
74029
|
+
"kind": "persist",
|
|
74030
|
+
"resource": "ReviewView"
|
|
74031
|
+
},
|
|
74032
|
+
{
|
|
74033
|
+
"kind": "render-ui",
|
|
74034
|
+
"resource": "main"
|
|
74035
|
+
},
|
|
74036
|
+
{
|
|
74037
|
+
"kind": "set",
|
|
74038
|
+
"resource": "@entity.draftComment"
|
|
74039
|
+
},
|
|
74040
|
+
{
|
|
74041
|
+
"kind": "set",
|
|
74042
|
+
"resource": "@entity.draftRating"
|
|
74043
|
+
},
|
|
74044
|
+
{
|
|
74045
|
+
"kind": "set",
|
|
74046
|
+
"resource": "@entity.errorMessage"
|
|
74047
|
+
}
|
|
74048
|
+
],
|
|
72061
74049
|
"emits": [
|
|
72062
74050
|
{
|
|
72063
74051
|
"description": "Signals a review draft has been created or updated.",
|
|
@@ -73295,6 +75283,60 @@ function stdRecordDetailRecordItemOrbital(params = {}) {
|
|
|
73295
75283
|
"type": "string"
|
|
73296
75284
|
}
|
|
73297
75285
|
},
|
|
75286
|
+
"effectRow": [
|
|
75287
|
+
{
|
|
75288
|
+
"kind": "emit",
|
|
75289
|
+
"resource": "CONTENT_COMMITTED"
|
|
75290
|
+
},
|
|
75291
|
+
{
|
|
75292
|
+
"kind": "emit",
|
|
75293
|
+
"resource": "CONTENT_SAVED"
|
|
75294
|
+
},
|
|
75295
|
+
{
|
|
75296
|
+
"kind": "fetch",
|
|
75297
|
+
"resource": "RecordItem"
|
|
75298
|
+
},
|
|
75299
|
+
{
|
|
75300
|
+
"kind": "render-ui",
|
|
75301
|
+
"resource": "main"
|
|
75302
|
+
},
|
|
75303
|
+
{
|
|
75304
|
+
"kind": "set",
|
|
75305
|
+
"resource": "@entity.content"
|
|
75306
|
+
},
|
|
75307
|
+
{
|
|
75308
|
+
"kind": "set",
|
|
75309
|
+
"resource": "@entity.coverUrl"
|
|
75310
|
+
},
|
|
75311
|
+
{
|
|
75312
|
+
"kind": "set",
|
|
75313
|
+
"resource": "@entity.description"
|
|
75314
|
+
},
|
|
75315
|
+
{
|
|
75316
|
+
"kind": "set",
|
|
75317
|
+
"resource": "@entity.iconName"
|
|
75318
|
+
},
|
|
75319
|
+
{
|
|
75320
|
+
"kind": "set",
|
|
75321
|
+
"resource": "@entity.id"
|
|
75322
|
+
},
|
|
75323
|
+
{
|
|
75324
|
+
"kind": "set",
|
|
75325
|
+
"resource": "@entity.loadedRow"
|
|
75326
|
+
},
|
|
75327
|
+
{
|
|
75328
|
+
"kind": "set",
|
|
75329
|
+
"resource": "@entity.name"
|
|
75330
|
+
},
|
|
75331
|
+
{
|
|
75332
|
+
"kind": "set",
|
|
75333
|
+
"resource": "@entity.openDraft"
|
|
75334
|
+
},
|
|
75335
|
+
{
|
|
75336
|
+
"kind": "set",
|
|
75337
|
+
"resource": "@entity.slug"
|
|
75338
|
+
}
|
|
75339
|
+
],
|
|
73298
75340
|
"emits": [
|
|
73299
75341
|
{
|
|
73300
75342
|
"description": "Signals that the record has been successfully loaded.",
|
|
@@ -75939,6 +77981,20 @@ function stdRecordDetailRecordItemOrbital(params = {}) {
|
|
|
75939
77981
|
"type": "[MetaFieldSpec]"
|
|
75940
77982
|
}
|
|
75941
77983
|
},
|
|
77984
|
+
"effectRow": [
|
|
77985
|
+
{
|
|
77986
|
+
"kind": "emit",
|
|
77987
|
+
"resource": "META_SAVED"
|
|
77988
|
+
},
|
|
77989
|
+
{
|
|
77990
|
+
"kind": "render-ui",
|
|
77991
|
+
"resource": "drawer"
|
|
77992
|
+
},
|
|
77993
|
+
{
|
|
77994
|
+
"kind": "set",
|
|
77995
|
+
"resource": "@entity.loadedRow"
|
|
77996
|
+
}
|
|
77997
|
+
],
|
|
75942
77998
|
"emits": [
|
|
75943
77999
|
{
|
|
75944
78000
|
"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.",
|
|
@@ -76765,6 +78821,64 @@ function stdRecurrenceRecurrenceOrbital(params = {}) {
|
|
|
76765
78821
|
"type": "string"
|
|
76766
78822
|
}
|
|
76767
78823
|
},
|
|
78824
|
+
"effectRow": [
|
|
78825
|
+
{
|
|
78826
|
+
"kind": "fetch",
|
|
78827
|
+
"resource": "RecurrenceView"
|
|
78828
|
+
},
|
|
78829
|
+
{
|
|
78830
|
+
"kind": "persist",
|
|
78831
|
+
"resource": "RecurrenceView"
|
|
78832
|
+
},
|
|
78833
|
+
{
|
|
78834
|
+
"kind": "render-ui",
|
|
78835
|
+
"resource": "main"
|
|
78836
|
+
},
|
|
78837
|
+
{
|
|
78838
|
+
"kind": "set",
|
|
78839
|
+
"resource": "@entity.currentOccurrenceDate"
|
|
78840
|
+
},
|
|
78841
|
+
{
|
|
78842
|
+
"kind": "set",
|
|
78843
|
+
"resource": "@entity.currentOccurrenceId"
|
|
78844
|
+
},
|
|
78845
|
+
{
|
|
78846
|
+
"kind": "set",
|
|
78847
|
+
"resource": "@entity.currentOccurrenceLabel"
|
|
78848
|
+
},
|
|
78849
|
+
{
|
|
78850
|
+
"kind": "set",
|
|
78851
|
+
"resource": "@entity.endAfterCount"
|
|
78852
|
+
},
|
|
78853
|
+
{
|
|
78854
|
+
"kind": "set",
|
|
78855
|
+
"resource": "@entity.endDate"
|
|
78856
|
+
},
|
|
78857
|
+
{
|
|
78858
|
+
"kind": "set",
|
|
78859
|
+
"resource": "@entity.errorMessage"
|
|
78860
|
+
},
|
|
78861
|
+
{
|
|
78862
|
+
"kind": "set",
|
|
78863
|
+
"resource": "@entity.frequency"
|
|
78864
|
+
},
|
|
78865
|
+
{
|
|
78866
|
+
"kind": "set",
|
|
78867
|
+
"resource": "@entity.interval"
|
|
78868
|
+
},
|
|
78869
|
+
{
|
|
78870
|
+
"kind": "set",
|
|
78871
|
+
"resource": "@entity.occurrences"
|
|
78872
|
+
},
|
|
78873
|
+
{
|
|
78874
|
+
"kind": "set",
|
|
78875
|
+
"resource": "@entity.rescheduleDate"
|
|
78876
|
+
},
|
|
78877
|
+
{
|
|
78878
|
+
"kind": "set",
|
|
78879
|
+
"resource": "@entity.startDate"
|
|
78880
|
+
}
|
|
78881
|
+
],
|
|
76768
78882
|
"emits": [
|
|
76769
78883
|
{
|
|
76770
78884
|
"description": "Signals the rule definition is being modified.",
|
|
@@ -78049,6 +80163,20 @@ function stdRelatedRelatedItemOrbital(params = {}) {
|
|
|
78049
80163
|
"type": "string"
|
|
78050
80164
|
}
|
|
78051
80165
|
},
|
|
80166
|
+
"effectRow": [
|
|
80167
|
+
{
|
|
80168
|
+
"kind": "fetch",
|
|
80169
|
+
"resource": "RelatedItem"
|
|
80170
|
+
},
|
|
80171
|
+
{
|
|
80172
|
+
"kind": "render-ui",
|
|
80173
|
+
"resource": "main"
|
|
80174
|
+
},
|
|
80175
|
+
{
|
|
80176
|
+
"kind": "set",
|
|
80177
|
+
"resource": "@entity.id"
|
|
80178
|
+
}
|
|
80179
|
+
],
|
|
78052
80180
|
"emits": [
|
|
78053
80181
|
{
|
|
78054
80182
|
"description": "Signals that related items have been successfully loaded.",
|
|
@@ -78828,6 +80956,36 @@ function stdReminderSchedulerReminderSchedulerOrbital(params = {}) {
|
|
|
78828
80956
|
"type": "string"
|
|
78829
80957
|
}
|
|
78830
80958
|
},
|
|
80959
|
+
"effectRow": [
|
|
80960
|
+
{
|
|
80961
|
+
"kind": "emit",
|
|
80962
|
+
"resource": "ReminderDue"
|
|
80963
|
+
},
|
|
80964
|
+
{
|
|
80965
|
+
"kind": "fetch",
|
|
80966
|
+
"resolved": false,
|
|
80967
|
+
"resource": "@config.targetEntity"
|
|
80968
|
+
},
|
|
80969
|
+
{
|
|
80970
|
+
"kind": "fetch",
|
|
80971
|
+
"resolved": false,
|
|
80972
|
+
"resource": "@config.targetEntity",
|
|
80973
|
+
"site": "tick"
|
|
80974
|
+
},
|
|
80975
|
+
{
|
|
80976
|
+
"kind": "persist",
|
|
80977
|
+
"resolved": false,
|
|
80978
|
+
"resource": "@config.targetEntity"
|
|
80979
|
+
},
|
|
80980
|
+
{
|
|
80981
|
+
"kind": "set",
|
|
80982
|
+
"resource": "@entity.headId"
|
|
80983
|
+
},
|
|
80984
|
+
{
|
|
80985
|
+
"kind": "ticks",
|
|
80986
|
+
"site": "tick"
|
|
80987
|
+
}
|
|
80988
|
+
],
|
|
78831
80989
|
"emits": [
|
|
78832
80990
|
{
|
|
78833
80991
|
"event": "ReminderDue",
|
|
@@ -79497,6 +81655,28 @@ function stdRowAccessControlRowAccessControlOrbital(params = {}) {
|
|
|
79497
81655
|
"type": "[string]"
|
|
79498
81656
|
}
|
|
79499
81657
|
},
|
|
81658
|
+
"effectRow": [
|
|
81659
|
+
{
|
|
81660
|
+
"kind": "emit",
|
|
81661
|
+
"resource": "RowsFiltered"
|
|
81662
|
+
},
|
|
81663
|
+
{
|
|
81664
|
+
"kind": "set",
|
|
81665
|
+
"resource": "@entity.accessDenied"
|
|
81666
|
+
},
|
|
81667
|
+
{
|
|
81668
|
+
"kind": "set",
|
|
81669
|
+
"resource": "@entity.filteredData"
|
|
81670
|
+
},
|
|
81671
|
+
{
|
|
81672
|
+
"kind": "set",
|
|
81673
|
+
"resource": "@entity.inputCount"
|
|
81674
|
+
},
|
|
81675
|
+
{
|
|
81676
|
+
"kind": "set",
|
|
81677
|
+
"resource": "@entity.outputCount"
|
|
81678
|
+
}
|
|
81679
|
+
],
|
|
79500
81680
|
"emits": [
|
|
79501
81681
|
{
|
|
79502
81682
|
"event": "RowsFiltered",
|
|
@@ -79905,6 +82085,36 @@ function stdSavedSearchSavedSearchOrbital(params = {}) {
|
|
|
79905
82085
|
"type": "string"
|
|
79906
82086
|
}
|
|
79907
82087
|
},
|
|
82088
|
+
"effectRow": [
|
|
82089
|
+
{
|
|
82090
|
+
"kind": "fetch",
|
|
82091
|
+
"resource": "SavedSearch"
|
|
82092
|
+
},
|
|
82093
|
+
{
|
|
82094
|
+
"kind": "persist",
|
|
82095
|
+
"resource": "SavedSearch"
|
|
82096
|
+
},
|
|
82097
|
+
{
|
|
82098
|
+
"kind": "render-ui",
|
|
82099
|
+
"resource": "main"
|
|
82100
|
+
},
|
|
82101
|
+
{
|
|
82102
|
+
"kind": "set",
|
|
82103
|
+
"resource": "@entity.alertEnabled"
|
|
82104
|
+
},
|
|
82105
|
+
{
|
|
82106
|
+
"kind": "set",
|
|
82107
|
+
"resource": "@entity.alertFrequency"
|
|
82108
|
+
},
|
|
82109
|
+
{
|
|
82110
|
+
"kind": "set",
|
|
82111
|
+
"resource": "@entity.id"
|
|
82112
|
+
},
|
|
82113
|
+
{
|
|
82114
|
+
"kind": "set",
|
|
82115
|
+
"resource": "@entity.name"
|
|
82116
|
+
}
|
|
82117
|
+
],
|
|
79908
82118
|
"emits": [
|
|
79909
82119
|
{
|
|
79910
82120
|
"description": "Indicates the alert subscription status has been changed.",
|
|
@@ -80988,6 +83198,16 @@ function stdScatterScatterItemOrbital(params = {}) {
|
|
|
80988
83198
|
"type": "string"
|
|
80989
83199
|
}
|
|
80990
83200
|
},
|
|
83201
|
+
"effectRow": [
|
|
83202
|
+
{
|
|
83203
|
+
"kind": "render-ui",
|
|
83204
|
+
"resource": "main"
|
|
83205
|
+
},
|
|
83206
|
+
{
|
|
83207
|
+
"kind": "set",
|
|
83208
|
+
"resource": "@entity.points"
|
|
83209
|
+
}
|
|
83210
|
+
],
|
|
80991
83211
|
"linkedEntity": "ScatterItem",
|
|
80992
83212
|
"name": "ScatterItemPlot",
|
|
80993
83213
|
"scope": "instance",
|
|
@@ -81363,6 +83583,16 @@ function stdSearchSearchResultOrbital(params = {}) {
|
|
|
81363
83583
|
"type": "string"
|
|
81364
83584
|
}
|
|
81365
83585
|
},
|
|
83586
|
+
"effectRow": [
|
|
83587
|
+
{
|
|
83588
|
+
"kind": "render-ui",
|
|
83589
|
+
"resource": "main"
|
|
83590
|
+
},
|
|
83591
|
+
{
|
|
83592
|
+
"kind": "set",
|
|
83593
|
+
"resource": "@entity.searchTerm"
|
|
83594
|
+
}
|
|
83595
|
+
],
|
|
81366
83596
|
"emits": [
|
|
81367
83597
|
{
|
|
81368
83598
|
"description": "Initiates a search operation based on the input term.",
|
|
@@ -81716,6 +83946,16 @@ function stdSelectionSelectableItemOrbital(params = {}) {
|
|
|
81716
83946
|
]
|
|
81717
83947
|
}
|
|
81718
83948
|
},
|
|
83949
|
+
"effectRow": [
|
|
83950
|
+
{
|
|
83951
|
+
"kind": "fetch",
|
|
83952
|
+
"resource": "SelectableItem"
|
|
83953
|
+
},
|
|
83954
|
+
{
|
|
83955
|
+
"kind": "render-ui",
|
|
83956
|
+
"resource": "main"
|
|
83957
|
+
}
|
|
83958
|
+
],
|
|
81719
83959
|
"emits": [
|
|
81720
83960
|
{
|
|
81721
83961
|
"description": "Indicates a selectable item has been successfully loaded.",
|
|
@@ -82799,6 +85039,24 @@ function stdSignatureCaptureSignatureCaptureOrbital(params = {}) {
|
|
|
82799
85039
|
"type": "string"
|
|
82800
85040
|
}
|
|
82801
85041
|
},
|
|
85042
|
+
"effectRow": [
|
|
85043
|
+
{
|
|
85044
|
+
"kind": "fetch",
|
|
85045
|
+
"resource": "Signature"
|
|
85046
|
+
},
|
|
85047
|
+
{
|
|
85048
|
+
"kind": "persist",
|
|
85049
|
+
"resource": "Signature"
|
|
85050
|
+
},
|
|
85051
|
+
{
|
|
85052
|
+
"kind": "render-ui",
|
|
85053
|
+
"resource": "main"
|
|
85054
|
+
},
|
|
85055
|
+
{
|
|
85056
|
+
"kind": "set",
|
|
85057
|
+
"resource": "@entity.signatureDataUrl"
|
|
85058
|
+
}
|
|
85059
|
+
],
|
|
82802
85060
|
"emits": [
|
|
82803
85061
|
{
|
|
82804
85062
|
"description": "Indicates a change in the signature drawing.",
|
|
@@ -84289,6 +86547,16 @@ function stdStatsStatsItemOrbital(params = {}) {
|
|
|
84289
86547
|
"type": "pattern"
|
|
84290
86548
|
}
|
|
84291
86549
|
},
|
|
86550
|
+
"effectRow": [
|
|
86551
|
+
{
|
|
86552
|
+
"kind": "render-ui",
|
|
86553
|
+
"resource": "main"
|
|
86554
|
+
},
|
|
86555
|
+
{
|
|
86556
|
+
"kind": "set",
|
|
86557
|
+
"resource": "@entity.cards"
|
|
86558
|
+
}
|
|
86559
|
+
],
|
|
84292
86560
|
"entityContract": {
|
|
84293
86561
|
"provides": [
|
|
84294
86562
|
"cards"
|
|
@@ -85101,6 +87369,17 @@ function stdStatusLifecycleStatusLifecycleOrbital(params = {}) {
|
|
|
85101
87369
|
"type": "[TransitionSpec]"
|
|
85102
87370
|
}
|
|
85103
87371
|
},
|
|
87372
|
+
"effectRow": [
|
|
87373
|
+
{
|
|
87374
|
+
"kind": "emit",
|
|
87375
|
+
"resource": "StatusChanged"
|
|
87376
|
+
},
|
|
87377
|
+
{
|
|
87378
|
+
"kind": "persist",
|
|
87379
|
+
"resolved": false,
|
|
87380
|
+
"resource": "@config.targetEntity"
|
|
87381
|
+
}
|
|
87382
|
+
],
|
|
85104
87383
|
"emits": [
|
|
85105
87384
|
{
|
|
85106
87385
|
"event": "StatusChanged",
|
|
@@ -85829,6 +88108,76 @@ function stdStepFlowStepFlowOrbital(params = {}) {
|
|
|
85829
88108
|
"type": "string"
|
|
85830
88109
|
}
|
|
85831
88110
|
},
|
|
88111
|
+
"effectRow": [
|
|
88112
|
+
{
|
|
88113
|
+
"kind": "fetch",
|
|
88114
|
+
"resource": "StepFlowView"
|
|
88115
|
+
},
|
|
88116
|
+
{
|
|
88117
|
+
"kind": "render-ui",
|
|
88118
|
+
"resource": "main"
|
|
88119
|
+
},
|
|
88120
|
+
{
|
|
88121
|
+
"kind": "set",
|
|
88122
|
+
"resource": "@entity.currentStepDescription"
|
|
88123
|
+
},
|
|
88124
|
+
{
|
|
88125
|
+
"kind": "set",
|
|
88126
|
+
"resource": "@entity.currentStepIcon"
|
|
88127
|
+
},
|
|
88128
|
+
{
|
|
88129
|
+
"kind": "set",
|
|
88130
|
+
"resource": "@entity.currentStepIndex"
|
|
88131
|
+
},
|
|
88132
|
+
{
|
|
88133
|
+
"kind": "set",
|
|
88134
|
+
"resource": "@entity.currentStepLabel"
|
|
88135
|
+
},
|
|
88136
|
+
{
|
|
88137
|
+
"kind": "set",
|
|
88138
|
+
"resource": "@entity.errorMessage"
|
|
88139
|
+
},
|
|
88140
|
+
{
|
|
88141
|
+
"kind": "set",
|
|
88142
|
+
"resource": "@entity.finalStatus"
|
|
88143
|
+
},
|
|
88144
|
+
{
|
|
88145
|
+
"kind": "set",
|
|
88146
|
+
"resource": "@entity.id"
|
|
88147
|
+
},
|
|
88148
|
+
{
|
|
88149
|
+
"kind": "set",
|
|
88150
|
+
"resource": "@entity.isFirstStep"
|
|
88151
|
+
},
|
|
88152
|
+
{
|
|
88153
|
+
"kind": "set",
|
|
88154
|
+
"resource": "@entity.isLastStep"
|
|
88155
|
+
},
|
|
88156
|
+
{
|
|
88157
|
+
"kind": "set",
|
|
88158
|
+
"resource": "@entity.primaryActionIcon"
|
|
88159
|
+
},
|
|
88160
|
+
{
|
|
88161
|
+
"kind": "set",
|
|
88162
|
+
"resource": "@entity.primaryActionLabel"
|
|
88163
|
+
},
|
|
88164
|
+
{
|
|
88165
|
+
"kind": "set",
|
|
88166
|
+
"resource": "@entity.primaryActionVariant"
|
|
88167
|
+
},
|
|
88168
|
+
{
|
|
88169
|
+
"kind": "set",
|
|
88170
|
+
"resource": "@entity.rejectionReason"
|
|
88171
|
+
},
|
|
88172
|
+
{
|
|
88173
|
+
"kind": "set",
|
|
88174
|
+
"resource": "@entity.totalSteps"
|
|
88175
|
+
},
|
|
88176
|
+
{
|
|
88177
|
+
"kind": "set",
|
|
88178
|
+
"resource": "@entity.wizardSteps"
|
|
88179
|
+
}
|
|
88180
|
+
],
|
|
85832
88181
|
"emits": [
|
|
85833
88182
|
{
|
|
85834
88183
|
"description": "Signals progression to the next step in the sequence.",
|
|
@@ -87664,6 +90013,20 @@ function stdTabsTabsItemOrbital(params = {}) {
|
|
|
87664
90013
|
]
|
|
87665
90014
|
}
|
|
87666
90015
|
},
|
|
90016
|
+
"effectRow": [
|
|
90017
|
+
{
|
|
90018
|
+
"kind": "render-ui",
|
|
90019
|
+
"resource": "main"
|
|
90020
|
+
},
|
|
90021
|
+
{
|
|
90022
|
+
"kind": "set",
|
|
90023
|
+
"resource": "@entity.activeTab"
|
|
90024
|
+
},
|
|
90025
|
+
{
|
|
90026
|
+
"kind": "set",
|
|
90027
|
+
"resource": "@entity.items"
|
|
90028
|
+
}
|
|
90029
|
+
],
|
|
87667
90030
|
"emits": [
|
|
87668
90031
|
{
|
|
87669
90032
|
"description": "Signals a tab selection has occurred.",
|
|
@@ -88031,6 +90394,40 @@ function stdTagTaxonomyTagTaxonomyOrbital(params = {}) {
|
|
|
88031
90394
|
"type": "string"
|
|
88032
90395
|
}
|
|
88033
90396
|
},
|
|
90397
|
+
"effectRow": [
|
|
90398
|
+
{
|
|
90399
|
+
"kind": "emit",
|
|
90400
|
+
"resource": "LEVEL_RELOAD"
|
|
90401
|
+
},
|
|
90402
|
+
{
|
|
90403
|
+
"kind": "emit",
|
|
90404
|
+
"resource": "TagSelected"
|
|
90405
|
+
},
|
|
90406
|
+
{
|
|
90407
|
+
"kind": "fetch",
|
|
90408
|
+
"resource": "Tag"
|
|
90409
|
+
},
|
|
90410
|
+
{
|
|
90411
|
+
"kind": "persist",
|
|
90412
|
+
"resource": "Tag"
|
|
90413
|
+
},
|
|
90414
|
+
{
|
|
90415
|
+
"kind": "render-ui",
|
|
90416
|
+
"resource": "main"
|
|
90417
|
+
},
|
|
90418
|
+
{
|
|
90419
|
+
"kind": "render-ui",
|
|
90420
|
+
"resource": "modal"
|
|
90421
|
+
},
|
|
90422
|
+
{
|
|
90423
|
+
"kind": "set",
|
|
90424
|
+
"resource": "@entity.id"
|
|
90425
|
+
},
|
|
90426
|
+
{
|
|
90427
|
+
"kind": "set",
|
|
90428
|
+
"resource": "@entity.parentId"
|
|
90429
|
+
}
|
|
90430
|
+
],
|
|
88034
90431
|
"emits": [
|
|
88035
90432
|
{
|
|
88036
90433
|
"description": "Signals a tag has been chosen for navigation.",
|
|
@@ -89894,6 +92291,36 @@ function stdThreadThreadPostOrbital(params = {}) {
|
|
|
89894
92291
|
"type": "string"
|
|
89895
92292
|
}
|
|
89896
92293
|
},
|
|
92294
|
+
"effectRow": [
|
|
92295
|
+
{
|
|
92296
|
+
"kind": "fetch",
|
|
92297
|
+
"resource": "ThreadPost"
|
|
92298
|
+
},
|
|
92299
|
+
{
|
|
92300
|
+
"kind": "persist",
|
|
92301
|
+
"resource": "ThreadPost"
|
|
92302
|
+
},
|
|
92303
|
+
{
|
|
92304
|
+
"kind": "render-ui",
|
|
92305
|
+
"resource": "main"
|
|
92306
|
+
},
|
|
92307
|
+
{
|
|
92308
|
+
"kind": "set",
|
|
92309
|
+
"resource": "@entity.content"
|
|
92310
|
+
},
|
|
92311
|
+
{
|
|
92312
|
+
"kind": "set",
|
|
92313
|
+
"resource": "@entity.focusedRow"
|
|
92314
|
+
},
|
|
92315
|
+
{
|
|
92316
|
+
"kind": "set",
|
|
92317
|
+
"resource": "@entity.parentId"
|
|
92318
|
+
},
|
|
92319
|
+
{
|
|
92320
|
+
"kind": "set",
|
|
92321
|
+
"resource": "@entity.threadRootId"
|
|
92322
|
+
}
|
|
92323
|
+
],
|
|
89897
92324
|
"emits": [
|
|
89898
92325
|
{
|
|
89899
92326
|
"description": "Indicates a post or reply has been chosen for interaction.",
|
|
@@ -91369,6 +93796,36 @@ function stdTokenizerMlTokenizerOrbital(params = {}) {
|
|
|
91369
93796
|
"type": "Map<string,int>"
|
|
91370
93797
|
}
|
|
91371
93798
|
},
|
|
93799
|
+
"effectRow": [
|
|
93800
|
+
{
|
|
93801
|
+
"kind": "emit",
|
|
93802
|
+
"resource": "TOKENIZED"
|
|
93803
|
+
},
|
|
93804
|
+
{
|
|
93805
|
+
"kind": "set",
|
|
93806
|
+
"resource": "@entity.request"
|
|
93807
|
+
},
|
|
93808
|
+
{
|
|
93809
|
+
"kind": "set",
|
|
93810
|
+
"resource": "@entity.status"
|
|
93811
|
+
},
|
|
93812
|
+
{
|
|
93813
|
+
"kind": "set",
|
|
93814
|
+
"resource": "@entity.text"
|
|
93815
|
+
},
|
|
93816
|
+
{
|
|
93817
|
+
"kind": "set",
|
|
93818
|
+
"resource": "@entity.tokenCount"
|
|
93819
|
+
},
|
|
93820
|
+
{
|
|
93821
|
+
"kind": "set",
|
|
93822
|
+
"resource": "@entity.tokenIds"
|
|
93823
|
+
},
|
|
93824
|
+
{
|
|
93825
|
+
"kind": "set",
|
|
93826
|
+
"resource": "@entity.tokens"
|
|
93827
|
+
}
|
|
93828
|
+
],
|
|
91372
93829
|
"emits": [
|
|
91373
93830
|
{
|
|
91374
93831
|
"description": "Text tokenized into a normalized, truncated token sequence with vocabulary ids",
|
|
@@ -92002,6 +94459,24 @@ function stdTreeTreeNodeOrbital(params = {}) {
|
|
|
92002
94459
|
"type": "string"
|
|
92003
94460
|
}
|
|
92004
94461
|
},
|
|
94462
|
+
"effectRow": [
|
|
94463
|
+
{
|
|
94464
|
+
"kind": "emit",
|
|
94465
|
+
"resource": "CHILD_REQUESTED"
|
|
94466
|
+
},
|
|
94467
|
+
{
|
|
94468
|
+
"kind": "fetch",
|
|
94469
|
+
"resource": "TreeNode"
|
|
94470
|
+
},
|
|
94471
|
+
{
|
|
94472
|
+
"kind": "render-ui",
|
|
94473
|
+
"resource": "main"
|
|
94474
|
+
},
|
|
94475
|
+
{
|
|
94476
|
+
"kind": "set",
|
|
94477
|
+
"resource": "@entity.id"
|
|
94478
|
+
}
|
|
94479
|
+
],
|
|
92005
94480
|
"emits": [
|
|
92006
94481
|
{
|
|
92007
94482
|
"description": "Signals a tree node has been selected for external handoff.",
|
|
@@ -93373,6 +95848,60 @@ function stdVersionHistoryRevisionOrbital(params = {}) {
|
|
|
93373
95848
|
"type": "string"
|
|
93374
95849
|
}
|
|
93375
95850
|
},
|
|
95851
|
+
"effectRow": [
|
|
95852
|
+
{
|
|
95853
|
+
"kind": "fetch",
|
|
95854
|
+
"resource": "Revision"
|
|
95855
|
+
},
|
|
95856
|
+
{
|
|
95857
|
+
"kind": "persist",
|
|
95858
|
+
"resource": "Revision"
|
|
95859
|
+
},
|
|
95860
|
+
{
|
|
95861
|
+
"kind": "render-ui",
|
|
95862
|
+
"resource": "main"
|
|
95863
|
+
},
|
|
95864
|
+
{
|
|
95865
|
+
"kind": "set",
|
|
95866
|
+
"resource": "@entity.authorId"
|
|
95867
|
+
},
|
|
95868
|
+
{
|
|
95869
|
+
"kind": "set",
|
|
95870
|
+
"resource": "@entity.authorName"
|
|
95871
|
+
},
|
|
95872
|
+
{
|
|
95873
|
+
"kind": "set",
|
|
95874
|
+
"resource": "@entity.content"
|
|
95875
|
+
},
|
|
95876
|
+
{
|
|
95877
|
+
"kind": "set",
|
|
95878
|
+
"resource": "@entity.createdAt"
|
|
95879
|
+
},
|
|
95880
|
+
{
|
|
95881
|
+
"kind": "set",
|
|
95882
|
+
"resource": "@entity.documentId"
|
|
95883
|
+
},
|
|
95884
|
+
{
|
|
95885
|
+
"kind": "set",
|
|
95886
|
+
"resource": "@entity.documentType"
|
|
95887
|
+
},
|
|
95888
|
+
{
|
|
95889
|
+
"kind": "set",
|
|
95890
|
+
"resource": "@entity.id"
|
|
95891
|
+
},
|
|
95892
|
+
{
|
|
95893
|
+
"kind": "set",
|
|
95894
|
+
"resource": "@entity.scopeKey"
|
|
95895
|
+
},
|
|
95896
|
+
{
|
|
95897
|
+
"kind": "set",
|
|
95898
|
+
"resource": "@entity.summary"
|
|
95899
|
+
},
|
|
95900
|
+
{
|
|
95901
|
+
"kind": "set",
|
|
95902
|
+
"resource": "@entity.versionNumber"
|
|
95903
|
+
}
|
|
95904
|
+
],
|
|
93376
95905
|
"emits": [
|
|
93377
95906
|
{
|
|
93378
95907
|
"description": "Signals a revision has been selected for viewing.",
|
|
@@ -95191,6 +97720,28 @@ function stdVoteVoteOrbital(params = {}) {
|
|
|
95191
97720
|
"type": "boolean"
|
|
95192
97721
|
}
|
|
95193
97722
|
},
|
|
97723
|
+
"effectRow": [
|
|
97724
|
+
{
|
|
97725
|
+
"kind": "fetch",
|
|
97726
|
+
"resource": "Vote"
|
|
97727
|
+
},
|
|
97728
|
+
{
|
|
97729
|
+
"kind": "persist",
|
|
97730
|
+
"resource": "Vote"
|
|
97731
|
+
},
|
|
97732
|
+
{
|
|
97733
|
+
"kind": "render-ui",
|
|
97734
|
+
"resource": "main"
|
|
97735
|
+
},
|
|
97736
|
+
{
|
|
97737
|
+
"kind": "set",
|
|
97738
|
+
"resource": "@entity.direction"
|
|
97739
|
+
},
|
|
97740
|
+
{
|
|
97741
|
+
"kind": "set",
|
|
97742
|
+
"resource": "@entity.targetId"
|
|
97743
|
+
}
|
|
97744
|
+
],
|
|
95194
97745
|
"emits": [
|
|
95195
97746
|
{
|
|
95196
97747
|
"description": "Signals a vote has been successfully recorded.",
|
|
@@ -95967,6 +98518,36 @@ function stdWeightValidatorMlWeightValidatorOrbital(params = {}) {
|
|
|
95967
98518
|
"type": "float"
|
|
95968
98519
|
}
|
|
95969
98520
|
},
|
|
98521
|
+
"effectRow": [
|
|
98522
|
+
{
|
|
98523
|
+
"kind": "emit",
|
|
98524
|
+
"resource": "WEIGHTS_ACCEPTED"
|
|
98525
|
+
},
|
|
98526
|
+
{
|
|
98527
|
+
"kind": "emit",
|
|
98528
|
+
"resource": "WEIGHTS_REJECTED"
|
|
98529
|
+
},
|
|
98530
|
+
{
|
|
98531
|
+
"kind": "set",
|
|
98532
|
+
"resource": "@entity.baseline"
|
|
98533
|
+
},
|
|
98534
|
+
{
|
|
98535
|
+
"kind": "set",
|
|
98536
|
+
"resource": "@entity.status"
|
|
98537
|
+
},
|
|
98538
|
+
{
|
|
98539
|
+
"kind": "set",
|
|
98540
|
+
"resource": "@entity.valid"
|
|
98541
|
+
},
|
|
98542
|
+
{
|
|
98543
|
+
"kind": "set",
|
|
98544
|
+
"resource": "@entity.violations"
|
|
98545
|
+
},
|
|
98546
|
+
{
|
|
98547
|
+
"kind": "set",
|
|
98548
|
+
"resource": "@entity.weights"
|
|
98549
|
+
}
|
|
98550
|
+
],
|
|
95970
98551
|
"emits": [
|
|
95971
98552
|
{
|
|
95972
98553
|
"description": "All constraint checks passed \u2014 magnitude bounds, forbidden regions, and regression are all clear",
|
|
@@ -96790,6 +99371,76 @@ function stdWizardWizardOrbital(params = {}) {
|
|
|
96790
99371
|
"type": "string"
|
|
96791
99372
|
}
|
|
96792
99373
|
},
|
|
99374
|
+
"effectRow": [
|
|
99375
|
+
{
|
|
99376
|
+
"kind": "fetch",
|
|
99377
|
+
"resource": "WizardView"
|
|
99378
|
+
},
|
|
99379
|
+
{
|
|
99380
|
+
"kind": "persist",
|
|
99381
|
+
"resource": "WizardView"
|
|
99382
|
+
},
|
|
99383
|
+
{
|
|
99384
|
+
"kind": "render-ui",
|
|
99385
|
+
"resource": "main"
|
|
99386
|
+
},
|
|
99387
|
+
{
|
|
99388
|
+
"kind": "set",
|
|
99389
|
+
"resource": "@entity.cancelReason"
|
|
99390
|
+
},
|
|
99391
|
+
{
|
|
99392
|
+
"kind": "set",
|
|
99393
|
+
"resource": "@entity.completionMessage"
|
|
99394
|
+
},
|
|
99395
|
+
{
|
|
99396
|
+
"kind": "set",
|
|
99397
|
+
"resource": "@entity.currentFields"
|
|
99398
|
+
},
|
|
99399
|
+
{
|
|
99400
|
+
"kind": "set",
|
|
99401
|
+
"resource": "@entity.currentStepDescription"
|
|
99402
|
+
},
|
|
99403
|
+
{
|
|
99404
|
+
"kind": "set",
|
|
99405
|
+
"resource": "@entity.currentStepIcon"
|
|
99406
|
+
},
|
|
99407
|
+
{
|
|
99408
|
+
"kind": "set",
|
|
99409
|
+
"resource": "@entity.currentStepIndex"
|
|
99410
|
+
},
|
|
99411
|
+
{
|
|
99412
|
+
"kind": "set",
|
|
99413
|
+
"resource": "@entity.currentStepLabel"
|
|
99414
|
+
},
|
|
99415
|
+
{
|
|
99416
|
+
"kind": "set",
|
|
99417
|
+
"resource": "@entity.errorMessage"
|
|
99418
|
+
},
|
|
99419
|
+
{
|
|
99420
|
+
"kind": "set",
|
|
99421
|
+
"resource": "@entity.isFirstStep"
|
|
99422
|
+
},
|
|
99423
|
+
{
|
|
99424
|
+
"kind": "set",
|
|
99425
|
+
"resource": "@entity.isLastStep"
|
|
99426
|
+
},
|
|
99427
|
+
{
|
|
99428
|
+
"kind": "set",
|
|
99429
|
+
"resource": "@entity.primaryActionIcon"
|
|
99430
|
+
},
|
|
99431
|
+
{
|
|
99432
|
+
"kind": "set",
|
|
99433
|
+
"resource": "@entity.primaryActionLabel"
|
|
99434
|
+
},
|
|
99435
|
+
{
|
|
99436
|
+
"kind": "set",
|
|
99437
|
+
"resource": "@entity.totalSteps"
|
|
99438
|
+
},
|
|
99439
|
+
{
|
|
99440
|
+
"kind": "set",
|
|
99441
|
+
"resource": "@entity.wizardSteps"
|
|
99442
|
+
}
|
|
99443
|
+
],
|
|
96793
99444
|
"emits": [
|
|
96794
99445
|
{
|
|
96795
99446
|
"description": "Signals progression to the next step in the wizard.",
|
|
@@ -103172,6 +105823,34 @@ function stdUiTimerDisplayTimerDisplayOrbital(params = {}) {
|
|
|
103172
105823
|
]
|
|
103173
105824
|
}
|
|
103174
105825
|
},
|
|
105826
|
+
"effectRow": [
|
|
105827
|
+
{
|
|
105828
|
+
"kind": "render-ui",
|
|
105829
|
+
"resource": "main"
|
|
105830
|
+
},
|
|
105831
|
+
{
|
|
105832
|
+
"kind": "render-ui",
|
|
105833
|
+
"resource": "main",
|
|
105834
|
+
"site": "tick"
|
|
105835
|
+
},
|
|
105836
|
+
{
|
|
105837
|
+
"kind": "set",
|
|
105838
|
+
"resource": "@entity.running"
|
|
105839
|
+
},
|
|
105840
|
+
{
|
|
105841
|
+
"kind": "set",
|
|
105842
|
+
"resource": "@entity.seconds"
|
|
105843
|
+
},
|
|
105844
|
+
{
|
|
105845
|
+
"kind": "set",
|
|
105846
|
+
"resource": "@entity.seconds",
|
|
105847
|
+
"site": "tick"
|
|
105848
|
+
},
|
|
105849
|
+
{
|
|
105850
|
+
"kind": "ticks",
|
|
105851
|
+
"site": "tick"
|
|
105852
|
+
}
|
|
105853
|
+
],
|
|
103175
105854
|
"entityContract": {
|
|
103176
105855
|
"provides": [
|
|
103177
105856
|
"running",
|
|
@@ -108223,6 +110902,45 @@ function stdAgentBuilderAgentBuilderOrbital(params = {}) {
|
|
|
108223
110902
|
traits: [
|
|
108224
110903
|
{
|
|
108225
110904
|
"category": "lifecycle",
|
|
110905
|
+
"effectRow": [
|
|
110906
|
+
{
|
|
110907
|
+
"kind": "behavior/instantiate"
|
|
110908
|
+
},
|
|
110909
|
+
{
|
|
110910
|
+
"kind": "emit",
|
|
110911
|
+
"resource": "BUILD_COMPLETE"
|
|
110912
|
+
},
|
|
110913
|
+
{
|
|
110914
|
+
"kind": "llm/generate"
|
|
110915
|
+
},
|
|
110916
|
+
{
|
|
110917
|
+
"kind": "set",
|
|
110918
|
+
"resource": "@entity.fixPrompt"
|
|
110919
|
+
},
|
|
110920
|
+
{
|
|
110921
|
+
"kind": "set",
|
|
110922
|
+
"resource": "@entity.orbitalName"
|
|
110923
|
+
},
|
|
110924
|
+
{
|
|
110925
|
+
"kind": "set",
|
|
110926
|
+
"resource": "@entity.plan"
|
|
110927
|
+
},
|
|
110928
|
+
{
|
|
110929
|
+
"kind": "set",
|
|
110930
|
+
"resource": "@entity.request"
|
|
110931
|
+
},
|
|
110932
|
+
{
|
|
110933
|
+
"kind": "set",
|
|
110934
|
+
"resource": "@entity.status"
|
|
110935
|
+
},
|
|
110936
|
+
{
|
|
110937
|
+
"kind": "set",
|
|
110938
|
+
"resource": "@entity.validationResult"
|
|
110939
|
+
},
|
|
110940
|
+
{
|
|
110941
|
+
"kind": "validate/validate"
|
|
110942
|
+
}
|
|
110943
|
+
],
|
|
108226
110944
|
"emits": [
|
|
108227
110945
|
{
|
|
108228
110946
|
"event": "BUILD_COMPLETE",
|
|
@@ -108514,6 +111232,12 @@ function stdAgentBuilderAgentBuilderOrbital(params = {}) {
|
|
|
108514
111232
|
},
|
|
108515
111233
|
{
|
|
108516
111234
|
"category": "lifecycle",
|
|
111235
|
+
"effectRow": [
|
|
111236
|
+
{
|
|
111237
|
+
"kind": "set",
|
|
111238
|
+
"resource": "@entity.status"
|
|
111239
|
+
}
|
|
111240
|
+
],
|
|
108517
111241
|
"linkedEntity": "BuilderProcess",
|
|
108518
111242
|
"listens": [
|
|
108519
111243
|
{
|
|
@@ -108782,6 +111506,60 @@ function stdAgentRabitCoordinatorOrbital(params = {}) {
|
|
|
108782
111506
|
traits: [
|
|
108783
111507
|
{
|
|
108784
111508
|
"category": "lifecycle",
|
|
111509
|
+
"effectRow": [
|
|
111510
|
+
{
|
|
111511
|
+
"kind": "compose/compose-all"
|
|
111512
|
+
},
|
|
111513
|
+
{
|
|
111514
|
+
"kind": "emit",
|
|
111515
|
+
"resource": "DISPATCHED"
|
|
111516
|
+
},
|
|
111517
|
+
{
|
|
111518
|
+
"kind": "emit",
|
|
111519
|
+
"resource": "RABIT_DONE"
|
|
111520
|
+
},
|
|
111521
|
+
{
|
|
111522
|
+
"kind": "llm/generate"
|
|
111523
|
+
},
|
|
111524
|
+
{
|
|
111525
|
+
"kind": "session/write-spec"
|
|
111526
|
+
},
|
|
111527
|
+
{
|
|
111528
|
+
"kind": "set",
|
|
111529
|
+
"resource": "@entity.completedCount"
|
|
111530
|
+
},
|
|
111531
|
+
{
|
|
111532
|
+
"kind": "set",
|
|
111533
|
+
"resource": "@entity.composedSchema"
|
|
111534
|
+
},
|
|
111535
|
+
{
|
|
111536
|
+
"kind": "set",
|
|
111537
|
+
"resource": "@entity.failedCount"
|
|
111538
|
+
},
|
|
111539
|
+
{
|
|
111540
|
+
"kind": "set",
|
|
111541
|
+
"resource": "@entity.phase"
|
|
111542
|
+
},
|
|
111543
|
+
{
|
|
111544
|
+
"kind": "set",
|
|
111545
|
+
"resource": "@entity.plan"
|
|
111546
|
+
},
|
|
111547
|
+
{
|
|
111548
|
+
"kind": "set",
|
|
111549
|
+
"resource": "@entity.prompt"
|
|
111550
|
+
},
|
|
111551
|
+
{
|
|
111552
|
+
"kind": "set",
|
|
111553
|
+
"resource": "@entity.totalOrbitals"
|
|
111554
|
+
},
|
|
111555
|
+
{
|
|
111556
|
+
"kind": "set",
|
|
111557
|
+
"resource": "@entity.validationErrors"
|
|
111558
|
+
},
|
|
111559
|
+
{
|
|
111560
|
+
"kind": "validate/validate"
|
|
111561
|
+
}
|
|
111562
|
+
],
|
|
108785
111563
|
"emits": [
|
|
108786
111564
|
{
|
|
108787
111565
|
"event": "PLANNED",
|
|
@@ -109214,6 +111992,24 @@ function stdAgentRabitCoordinatorOrbital(params = {}) {
|
|
|
109214
111992
|
},
|
|
109215
111993
|
{
|
|
109216
111994
|
"category": "lifecycle",
|
|
111995
|
+
"effectRow": [
|
|
111996
|
+
{
|
|
111997
|
+
"kind": "emit",
|
|
111998
|
+
"resource": "ALL_DONE"
|
|
111999
|
+
},
|
|
112000
|
+
{
|
|
112001
|
+
"kind": "set",
|
|
112002
|
+
"resource": "@entity.completedCount"
|
|
112003
|
+
},
|
|
112004
|
+
{
|
|
112005
|
+
"kind": "set",
|
|
112006
|
+
"resource": "@entity.failedCount"
|
|
112007
|
+
},
|
|
112008
|
+
{
|
|
112009
|
+
"kind": "set",
|
|
112010
|
+
"resource": "@entity.totalOrbitals"
|
|
112011
|
+
}
|
|
112012
|
+
],
|
|
109217
112013
|
"emits": [
|
|
109218
112014
|
{
|
|
109219
112015
|
"event": "ALL_DONE"
|
|
@@ -109422,6 +112218,12 @@ function stdAgentRabitCoordinatorOrbital(params = {}) {
|
|
|
109422
112218
|
},
|
|
109423
112219
|
{
|
|
109424
112220
|
"category": "lifecycle",
|
|
112221
|
+
"effectRow": [
|
|
112222
|
+
{
|
|
112223
|
+
"kind": "set",
|
|
112224
|
+
"resource": "@entity.phase"
|
|
112225
|
+
}
|
|
112226
|
+
],
|
|
109425
112227
|
"linkedEntity": "Coordinator",
|
|
109426
112228
|
"listens": [
|
|
109427
112229
|
{
|
|
@@ -109670,6 +112472,65 @@ function stdAgentRabitOrbitalProcessOrbital(params = {}) {
|
|
|
109670
112472
|
traits: [
|
|
109671
112473
|
{
|
|
109672
112474
|
"category": "lifecycle",
|
|
112475
|
+
"effectRow": [
|
|
112476
|
+
{
|
|
112477
|
+
"kind": "behavior/instantiate"
|
|
112478
|
+
},
|
|
112479
|
+
{
|
|
112480
|
+
"kind": "emit",
|
|
112481
|
+
"resource": "BUILD_STEP"
|
|
112482
|
+
},
|
|
112483
|
+
{
|
|
112484
|
+
"kind": "emit",
|
|
112485
|
+
"resource": "ORBITAL_COMPLETE"
|
|
112486
|
+
},
|
|
112487
|
+
{
|
|
112488
|
+
"kind": "emit",
|
|
112489
|
+
"resource": "PROCESS_DONE"
|
|
112490
|
+
},
|
|
112491
|
+
{
|
|
112492
|
+
"kind": "emit",
|
|
112493
|
+
"resource": "PROCESS_RETRY"
|
|
112494
|
+
},
|
|
112495
|
+
{
|
|
112496
|
+
"kind": "emit",
|
|
112497
|
+
"resource": "REBUILD"
|
|
112498
|
+
},
|
|
112499
|
+
{
|
|
112500
|
+
"kind": "llm/generate"
|
|
112501
|
+
},
|
|
112502
|
+
{
|
|
112503
|
+
"kind": "set",
|
|
112504
|
+
"resource": "@entity.attempts"
|
|
112505
|
+
},
|
|
112506
|
+
{
|
|
112507
|
+
"kind": "set",
|
|
112508
|
+
"resource": "@entity.fixPrompt"
|
|
112509
|
+
},
|
|
112510
|
+
{
|
|
112511
|
+
"kind": "set",
|
|
112512
|
+
"resource": "@entity.maxAttempts"
|
|
112513
|
+
},
|
|
112514
|
+
{
|
|
112515
|
+
"kind": "set",
|
|
112516
|
+
"resource": "@entity.method"
|
|
112517
|
+
},
|
|
112518
|
+
{
|
|
112519
|
+
"kind": "set",
|
|
112520
|
+
"resource": "@entity.orbitalName"
|
|
112521
|
+
},
|
|
112522
|
+
{
|
|
112523
|
+
"kind": "set",
|
|
112524
|
+
"resource": "@entity.spec"
|
|
112525
|
+
},
|
|
112526
|
+
{
|
|
112527
|
+
"kind": "set",
|
|
112528
|
+
"resource": "@entity.status"
|
|
112529
|
+
},
|
|
112530
|
+
{
|
|
112531
|
+
"kind": "validate/validate"
|
|
112532
|
+
}
|
|
112533
|
+
],
|
|
109673
112534
|
"emits": [
|
|
109674
112535
|
{
|
|
109675
112536
|
"event": "BUILD_STEP",
|
|
@@ -110130,6 +112991,16 @@ function stdAgentRabitOrbitalProcessOrbital(params = {}) {
|
|
|
110130
112991
|
},
|
|
110131
112992
|
{
|
|
110132
112993
|
"category": "lifecycle",
|
|
112994
|
+
"effectRow": [
|
|
112995
|
+
{
|
|
112996
|
+
"kind": "set",
|
|
112997
|
+
"resource": "@entity.method"
|
|
112998
|
+
},
|
|
112999
|
+
{
|
|
113000
|
+
"kind": "set",
|
|
113001
|
+
"resource": "@entity.orbitalName"
|
|
113002
|
+
}
|
|
113003
|
+
],
|
|
110133
113004
|
"linkedEntity": "OrbitalProcess",
|
|
110134
113005
|
"listens": [
|
|
110135
113006
|
{
|
|
@@ -111829,6 +114700,54 @@ function stdArcadeBoard3dArcadeBoard3DFrameOrbital(params = {}) {
|
|
|
111829
114700
|
"type": "number"
|
|
111830
114701
|
}
|
|
111831
114702
|
},
|
|
114703
|
+
"effectRow": [
|
|
114704
|
+
{
|
|
114705
|
+
"kind": "emit",
|
|
114706
|
+
"resource": "MOVE"
|
|
114707
|
+
},
|
|
114708
|
+
{
|
|
114709
|
+
"kind": "emit",
|
|
114710
|
+
"resource": "PLAY_MACHINE"
|
|
114711
|
+
},
|
|
114712
|
+
{
|
|
114713
|
+
"kind": "emit",
|
|
114714
|
+
"resource": "RESTART"
|
|
114715
|
+
},
|
|
114716
|
+
{
|
|
114717
|
+
"kind": "emit",
|
|
114718
|
+
"resource": "WANDER",
|
|
114719
|
+
"site": "tick"
|
|
114720
|
+
},
|
|
114721
|
+
{
|
|
114722
|
+
"kind": "render-ui",
|
|
114723
|
+
"resource": "main"
|
|
114724
|
+
},
|
|
114725
|
+
{
|
|
114726
|
+
"kind": "render-ui",
|
|
114727
|
+
"resource": "main",
|
|
114728
|
+
"site": "tick"
|
|
114729
|
+
},
|
|
114730
|
+
{
|
|
114731
|
+
"kind": "set",
|
|
114732
|
+
"resource": "@entity.features"
|
|
114733
|
+
},
|
|
114734
|
+
{
|
|
114735
|
+
"kind": "set",
|
|
114736
|
+
"resource": "@entity.phase"
|
|
114737
|
+
},
|
|
114738
|
+
{
|
|
114739
|
+
"kind": "set",
|
|
114740
|
+
"resource": "@entity.selectedUnitId"
|
|
114741
|
+
},
|
|
114742
|
+
{
|
|
114743
|
+
"kind": "set",
|
|
114744
|
+
"resource": "@entity.validMoves"
|
|
114745
|
+
},
|
|
114746
|
+
{
|
|
114747
|
+
"kind": "ticks",
|
|
114748
|
+
"site": "tick"
|
|
114749
|
+
}
|
|
114750
|
+
],
|
|
111832
114751
|
"emits": [
|
|
111833
114752
|
{
|
|
111834
114753
|
"description": "Hero move intent applied by the hero-nav authority",
|
|
@@ -115328,6 +118247,72 @@ function stdCrewBoard2dCrewBoard2DOrbital(params = {}) {
|
|
|
115328
118247
|
"type": "boolean"
|
|
115329
118248
|
}
|
|
115330
118249
|
},
|
|
118250
|
+
"effectRow": [
|
|
118251
|
+
{
|
|
118252
|
+
"kind": "emit",
|
|
118253
|
+
"resource": "MOVE"
|
|
118254
|
+
},
|
|
118255
|
+
{
|
|
118256
|
+
"kind": "render-ui",
|
|
118257
|
+
"resource": "main"
|
|
118258
|
+
},
|
|
118259
|
+
{
|
|
118260
|
+
"kind": "render-ui",
|
|
118261
|
+
"resource": "main",
|
|
118262
|
+
"site": "tick"
|
|
118263
|
+
},
|
|
118264
|
+
{
|
|
118265
|
+
"kind": "set",
|
|
118266
|
+
"resource": "@entity.animState"
|
|
118267
|
+
},
|
|
118268
|
+
{
|
|
118269
|
+
"kind": "set",
|
|
118270
|
+
"resource": "@entity.animState",
|
|
118271
|
+
"site": "tick"
|
|
118272
|
+
},
|
|
118273
|
+
{
|
|
118274
|
+
"kind": "set",
|
|
118275
|
+
"resource": "@entity.animTicksLeft"
|
|
118276
|
+
},
|
|
118277
|
+
{
|
|
118278
|
+
"kind": "set",
|
|
118279
|
+
"resource": "@entity.animTicksLeft",
|
|
118280
|
+
"site": "tick"
|
|
118281
|
+
},
|
|
118282
|
+
{
|
|
118283
|
+
"kind": "set",
|
|
118284
|
+
"resource": "@entity.animUnitId"
|
|
118285
|
+
},
|
|
118286
|
+
{
|
|
118287
|
+
"kind": "set",
|
|
118288
|
+
"resource": "@entity.animUnitId",
|
|
118289
|
+
"site": "tick"
|
|
118290
|
+
},
|
|
118291
|
+
{
|
|
118292
|
+
"kind": "set",
|
|
118293
|
+
"resource": "@entity.crewCount"
|
|
118294
|
+
},
|
|
118295
|
+
{
|
|
118296
|
+
"kind": "set",
|
|
118297
|
+
"resource": "@entity.oxygen"
|
|
118298
|
+
},
|
|
118299
|
+
{
|
|
118300
|
+
"kind": "set",
|
|
118301
|
+
"resource": "@entity.phase"
|
|
118302
|
+
},
|
|
118303
|
+
{
|
|
118304
|
+
"kind": "set",
|
|
118305
|
+
"resource": "@entity.selectedUnitId"
|
|
118306
|
+
},
|
|
118307
|
+
{
|
|
118308
|
+
"kind": "set",
|
|
118309
|
+
"resource": "@entity.validMoves"
|
|
118310
|
+
},
|
|
118311
|
+
{
|
|
118312
|
+
"kind": "ticks",
|
|
118313
|
+
"site": "tick"
|
|
118314
|
+
}
|
|
118315
|
+
],
|
|
115331
118316
|
"emits": [
|
|
115332
118317
|
{
|
|
115333
118318
|
"description": "Crew move intent applied by the hero-nav authority",
|
|
@@ -120251,6 +123236,38 @@ function stdDungeonBoard2dDungeonBoard2DOrbital(params = {}) {
|
|
|
120251
123236
|
"type": "number"
|
|
120252
123237
|
}
|
|
120253
123238
|
},
|
|
123239
|
+
"effectRow": [
|
|
123240
|
+
{
|
|
123241
|
+
"kind": "emit",
|
|
123242
|
+
"resource": "ATTACK"
|
|
123243
|
+
},
|
|
123244
|
+
{
|
|
123245
|
+
"kind": "emit",
|
|
123246
|
+
"resource": "MONSTER_TICK",
|
|
123247
|
+
"site": "tick"
|
|
123248
|
+
},
|
|
123249
|
+
{
|
|
123250
|
+
"kind": "emit",
|
|
123251
|
+
"resource": "MOVE"
|
|
123252
|
+
},
|
|
123253
|
+
{
|
|
123254
|
+
"kind": "emit",
|
|
123255
|
+
"resource": "RESTART"
|
|
123256
|
+
},
|
|
123257
|
+
{
|
|
123258
|
+
"kind": "render-ui",
|
|
123259
|
+
"resource": "main"
|
|
123260
|
+
},
|
|
123261
|
+
{
|
|
123262
|
+
"kind": "render-ui",
|
|
123263
|
+
"resource": "main",
|
|
123264
|
+
"site": "tick"
|
|
123265
|
+
},
|
|
123266
|
+
{
|
|
123267
|
+
"kind": "ticks",
|
|
123268
|
+
"site": "tick"
|
|
123269
|
+
}
|
|
123270
|
+
],
|
|
120254
123271
|
"emits": [
|
|
120255
123272
|
{
|
|
120256
123273
|
"description": "Hero move intent applied by the hero-nav authority",
|
|
@@ -122912,6 +125929,16 @@ function stdEscalatingDecisionEscalatingDecisionOrbital(params = {}) {
|
|
|
122912
125929
|
traits: [
|
|
122913
125930
|
{
|
|
122914
125931
|
"category": "lifecycle",
|
|
125932
|
+
"effectRow": [
|
|
125933
|
+
{
|
|
125934
|
+
"kind": "emit",
|
|
125935
|
+
"resource": "RUN_EXACT"
|
|
125936
|
+
},
|
|
125937
|
+
{
|
|
125938
|
+
"kind": "set",
|
|
125939
|
+
"resource": "@entity.status"
|
|
125940
|
+
}
|
|
125941
|
+
],
|
|
122915
125942
|
"emits": [
|
|
122916
125943
|
{
|
|
122917
125944
|
"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.",
|
|
@@ -123228,6 +126255,36 @@ function stdEscalatingDecisionEscalatingDecisionOrbital(params = {}) {
|
|
|
123228
126255
|
}),
|
|
123229
126256
|
{
|
|
123230
126257
|
"category": "lifecycle",
|
|
126258
|
+
"effectRow": [
|
|
126259
|
+
{
|
|
126260
|
+
"kind": "emit",
|
|
126261
|
+
"resource": "DECIDED"
|
|
126262
|
+
},
|
|
126263
|
+
{
|
|
126264
|
+
"kind": "emit",
|
|
126265
|
+
"resource": "DECISION_FAILED"
|
|
126266
|
+
},
|
|
126267
|
+
{
|
|
126268
|
+
"kind": "set",
|
|
126269
|
+
"resource": "@entity.confidence"
|
|
126270
|
+
},
|
|
126271
|
+
{
|
|
126272
|
+
"kind": "set",
|
|
126273
|
+
"resource": "@entity.failReason"
|
|
126274
|
+
},
|
|
126275
|
+
{
|
|
126276
|
+
"kind": "set",
|
|
126277
|
+
"resource": "@entity.reasoning"
|
|
126278
|
+
},
|
|
126279
|
+
{
|
|
126280
|
+
"kind": "set",
|
|
126281
|
+
"resource": "@entity.rung"
|
|
126282
|
+
},
|
|
126283
|
+
{
|
|
126284
|
+
"kind": "set",
|
|
126285
|
+
"resource": "@entity.status"
|
|
126286
|
+
}
|
|
126287
|
+
],
|
|
123231
126288
|
"emits": [
|
|
123232
126289
|
{
|
|
123233
126290
|
"description": "The ladder proved an answer. rung names which one served it: R0 exact, R1 table, R3 retrieved, R4 learned, R5 generative.",
|
|
@@ -123386,7 +126443,7 @@ function stdEscalatingDecisionEscalatingDecisionOrbital(params = {}) {
|
|
|
123386
126443
|
{
|
|
123387
126444
|
"name": "score",
|
|
123388
126445
|
"required": true,
|
|
123389
|
-
"type": "
|
|
126446
|
+
"type": "number"
|
|
123390
126447
|
}
|
|
123391
126448
|
]
|
|
123392
126449
|
},
|
|
@@ -123402,7 +126459,7 @@ function stdEscalatingDecisionEscalatingDecisionOrbital(params = {}) {
|
|
|
123402
126459
|
{
|
|
123403
126460
|
"name": "confidence",
|
|
123404
126461
|
"required": true,
|
|
123405
|
-
"type": "
|
|
126462
|
+
"type": "number"
|
|
123406
126463
|
}
|
|
123407
126464
|
]
|
|
123408
126465
|
},
|
|
@@ -123418,7 +126475,7 @@ function stdEscalatingDecisionEscalatingDecisionOrbital(params = {}) {
|
|
|
123418
126475
|
{
|
|
123419
126476
|
"name": "confidence",
|
|
123420
126477
|
"required": true,
|
|
123421
|
-
"type": "
|
|
126478
|
+
"type": "number"
|
|
123422
126479
|
},
|
|
123423
126480
|
{
|
|
123424
126481
|
"name": "reasoning",
|
|
@@ -124037,6 +127094,24 @@ function stdKnowledgeTracingKnowledgeTracingOrbital(params = {}) {
|
|
|
124037
127094
|
traits: [
|
|
124038
127095
|
{
|
|
124039
127096
|
"category": "lifecycle",
|
|
127097
|
+
"effectRow": [
|
|
127098
|
+
{
|
|
127099
|
+
"kind": "emit",
|
|
127100
|
+
"resource": "CAPTURE_LABEL"
|
|
127101
|
+
},
|
|
127102
|
+
{
|
|
127103
|
+
"kind": "emit",
|
|
127104
|
+
"resource": "OBSERVATION_MADE"
|
|
127105
|
+
},
|
|
127106
|
+
{
|
|
127107
|
+
"kind": "set",
|
|
127108
|
+
"resource": "@entity.lastOutcome"
|
|
127109
|
+
},
|
|
127110
|
+
{
|
|
127111
|
+
"kind": "set",
|
|
127112
|
+
"resource": "@entity.skillId"
|
|
127113
|
+
}
|
|
127114
|
+
],
|
|
124040
127115
|
"emits": [
|
|
124041
127116
|
{
|
|
124042
127117
|
"description": "Forwards the raw outcome to PosteriorTracker once skillId is recorded on the shared entity.",
|
|
@@ -126564,6 +129639,41 @@ function stdMarketBoard3dMarketBoard3DOrbital(params = {}) {
|
|
|
126564
129639
|
"type": "number"
|
|
126565
129640
|
}
|
|
126566
129641
|
},
|
|
129642
|
+
"effectRow": [
|
|
129643
|
+
{
|
|
129644
|
+
"kind": "emit",
|
|
129645
|
+
"resource": "MOVE"
|
|
129646
|
+
},
|
|
129647
|
+
{
|
|
129648
|
+
"kind": "emit",
|
|
129649
|
+
"resource": "RESTART"
|
|
129650
|
+
},
|
|
129651
|
+
{
|
|
129652
|
+
"kind": "render-ui",
|
|
129653
|
+
"resource": "main"
|
|
129654
|
+
},
|
|
129655
|
+
{
|
|
129656
|
+
"kind": "render-ui",
|
|
129657
|
+
"resource": "main",
|
|
129658
|
+
"site": "tick"
|
|
129659
|
+
},
|
|
129660
|
+
{
|
|
129661
|
+
"kind": "set",
|
|
129662
|
+
"resource": "@entity.phase"
|
|
129663
|
+
},
|
|
129664
|
+
{
|
|
129665
|
+
"kind": "set",
|
|
129666
|
+
"resource": "@entity.selectedUnitId"
|
|
129667
|
+
},
|
|
129668
|
+
{
|
|
129669
|
+
"kind": "set",
|
|
129670
|
+
"resource": "@entity.validMoves"
|
|
129671
|
+
},
|
|
129672
|
+
{
|
|
129673
|
+
"kind": "ticks",
|
|
129674
|
+
"site": "tick"
|
|
129675
|
+
}
|
|
129676
|
+
],
|
|
126567
129677
|
"emits": [
|
|
126568
129678
|
{
|
|
126569
129679
|
"description": "Hero move intent applied by the hero-nav authority",
|
|
@@ -130571,6 +133681,46 @@ function stdObjectiveBoard3dObjectiveBoard3DOrbital(params = {}) {
|
|
|
130571
133681
|
"type": "number"
|
|
130572
133682
|
}
|
|
130573
133683
|
},
|
|
133684
|
+
"effectRow": [
|
|
133685
|
+
{
|
|
133686
|
+
"kind": "emit",
|
|
133687
|
+
"resource": "MOVE"
|
|
133688
|
+
},
|
|
133689
|
+
{
|
|
133690
|
+
"kind": "emit",
|
|
133691
|
+
"resource": "RESTART"
|
|
133692
|
+
},
|
|
133693
|
+
{
|
|
133694
|
+
"kind": "emit",
|
|
133695
|
+
"resource": "WANDER",
|
|
133696
|
+
"site": "tick"
|
|
133697
|
+
},
|
|
133698
|
+
{
|
|
133699
|
+
"kind": "render-ui",
|
|
133700
|
+
"resource": "main"
|
|
133701
|
+
},
|
|
133702
|
+
{
|
|
133703
|
+
"kind": "render-ui",
|
|
133704
|
+
"resource": "main",
|
|
133705
|
+
"site": "tick"
|
|
133706
|
+
},
|
|
133707
|
+
{
|
|
133708
|
+
"kind": "set",
|
|
133709
|
+
"resource": "@entity.phase"
|
|
133710
|
+
},
|
|
133711
|
+
{
|
|
133712
|
+
"kind": "set",
|
|
133713
|
+
"resource": "@entity.selectedUnitId"
|
|
133714
|
+
},
|
|
133715
|
+
{
|
|
133716
|
+
"kind": "set",
|
|
133717
|
+
"resource": "@entity.validMoves"
|
|
133718
|
+
},
|
|
133719
|
+
{
|
|
133720
|
+
"kind": "ticks",
|
|
133721
|
+
"site": "tick"
|
|
133722
|
+
}
|
|
133723
|
+
],
|
|
130574
133724
|
"emits": [
|
|
130575
133725
|
{
|
|
130576
133726
|
"description": "Hero move intent applied by the hero-nav authority",
|
|
@@ -133465,6 +136615,66 @@ function stdPlatformerBoard2dPlatformerBoard2DOrbital(params = {}) {
|
|
|
133465
136615
|
"type": "number"
|
|
133466
136616
|
}
|
|
133467
136617
|
},
|
|
136618
|
+
"effectRow": [
|
|
136619
|
+
{
|
|
136620
|
+
"kind": "emit",
|
|
136621
|
+
"resource": "BURST"
|
|
136622
|
+
},
|
|
136623
|
+
{
|
|
136624
|
+
"kind": "emit",
|
|
136625
|
+
"resource": "PLAT_JUMP"
|
|
136626
|
+
},
|
|
136627
|
+
{
|
|
136628
|
+
"kind": "emit",
|
|
136629
|
+
"resource": "PLAT_PLACE"
|
|
136630
|
+
},
|
|
136631
|
+
{
|
|
136632
|
+
"kind": "emit",
|
|
136633
|
+
"resource": "PLAT_STEER"
|
|
136634
|
+
},
|
|
136635
|
+
{
|
|
136636
|
+
"kind": "emit",
|
|
136637
|
+
"resource": "PROGRESS"
|
|
136638
|
+
},
|
|
136639
|
+
{
|
|
136640
|
+
"kind": "emit",
|
|
136641
|
+
"resource": "RESTART"
|
|
136642
|
+
},
|
|
136643
|
+
{
|
|
136644
|
+
"kind": "render-ui",
|
|
136645
|
+
"resource": "main"
|
|
136646
|
+
},
|
|
136647
|
+
{
|
|
136648
|
+
"kind": "render-ui",
|
|
136649
|
+
"resource": "main",
|
|
136650
|
+
"site": "tick"
|
|
136651
|
+
},
|
|
136652
|
+
{
|
|
136653
|
+
"kind": "set",
|
|
136654
|
+
"resource": "@entity.celebrated"
|
|
136655
|
+
},
|
|
136656
|
+
{
|
|
136657
|
+
"kind": "set",
|
|
136658
|
+
"resource": "@entity.frame",
|
|
136659
|
+
"site": "tick"
|
|
136660
|
+
},
|
|
136661
|
+
{
|
|
136662
|
+
"kind": "set",
|
|
136663
|
+
"resource": "@entity.lives"
|
|
136664
|
+
},
|
|
136665
|
+
{
|
|
136666
|
+
"kind": "set",
|
|
136667
|
+
"resource": "@entity.objectivesLeft"
|
|
136668
|
+
},
|
|
136669
|
+
{
|
|
136670
|
+
"kind": "set",
|
|
136671
|
+
"resource": "@entity.score"
|
|
136672
|
+
},
|
|
136673
|
+
{
|
|
136674
|
+
"kind": "ticks",
|
|
136675
|
+
"site": "tick"
|
|
136676
|
+
}
|
|
136677
|
+
],
|
|
133468
136678
|
"emits": [
|
|
133469
136679
|
{
|
|
133470
136680
|
"description": "Move-left intent from ArrowLeft/KeyA keydown or d-pad (forwarded to the body authority as STEER dir \u22121)",
|
|
@@ -135550,6 +138760,12 @@ function stdPlatformerPuzzlePlatformerPuzzleOrbital(params = {}) {
|
|
|
135550
138760
|
}),
|
|
135551
138761
|
{
|
|
135552
138762
|
"category": "interaction",
|
|
138763
|
+
"effectRow": [
|
|
138764
|
+
{
|
|
138765
|
+
"kind": "render-ui",
|
|
138766
|
+
"resource": "overlay"
|
|
138767
|
+
}
|
|
138768
|
+
],
|
|
135553
138769
|
"linkedEntity": "PlatformerPuzzleData",
|
|
135554
138770
|
"name": "PlatformerPuzzleNoopPreview",
|
|
135555
138771
|
"scope": "instance",
|
|
@@ -136049,6 +139265,12 @@ function stdPlatformerPuzzlePlatformerPuzzleOrbital(params = {}) {
|
|
|
136049
139265
|
"type": "trait"
|
|
136050
139266
|
}
|
|
136051
139267
|
},
|
|
139268
|
+
"effectRow": [
|
|
139269
|
+
{
|
|
139270
|
+
"kind": "render-ui",
|
|
139271
|
+
"resource": "main"
|
|
139272
|
+
}
|
|
139273
|
+
],
|
|
136052
139274
|
"entityContract": {
|
|
136053
139275
|
"provides": [],
|
|
136054
139276
|
"requires": []
|
|
@@ -136270,6 +139492,16 @@ function stdStatusLifecycleControlStatusLifecycleControlOrbital(params = {}) {
|
|
|
136270
139492
|
"type": "[TransitionSpec]"
|
|
136271
139493
|
}
|
|
136272
139494
|
},
|
|
139495
|
+
"effectRow": [
|
|
139496
|
+
{
|
|
139497
|
+
"kind": "emit",
|
|
139498
|
+
"resource": "ChangeStatusRequested"
|
|
139499
|
+
},
|
|
139500
|
+
{
|
|
139501
|
+
"kind": "render-ui",
|
|
139502
|
+
"resource": "main"
|
|
139503
|
+
}
|
|
139504
|
+
],
|
|
136273
139505
|
"emits": [
|
|
136274
139506
|
{
|
|
136275
139507
|
"description": "Fired when the viewer picks a legal next status from the control.",
|
|
@@ -137915,6 +141147,50 @@ function stdSurvivalBoard3dSurvivalBoard3DOrbital(params = {}) {
|
|
|
137915
141147
|
"type": "number"
|
|
137916
141148
|
}
|
|
137917
141149
|
},
|
|
141150
|
+
"effectRow": [
|
|
141151
|
+
{
|
|
141152
|
+
"kind": "emit",
|
|
141153
|
+
"resource": "BUILD_CAMP"
|
|
141154
|
+
},
|
|
141155
|
+
{
|
|
141156
|
+
"kind": "emit",
|
|
141157
|
+
"resource": "MOVE"
|
|
141158
|
+
},
|
|
141159
|
+
{
|
|
141160
|
+
"kind": "emit",
|
|
141161
|
+
"resource": "RESTART"
|
|
141162
|
+
},
|
|
141163
|
+
{
|
|
141164
|
+
"kind": "emit",
|
|
141165
|
+
"resource": "WANDER",
|
|
141166
|
+
"site": "tick"
|
|
141167
|
+
},
|
|
141168
|
+
{
|
|
141169
|
+
"kind": "render-ui",
|
|
141170
|
+
"resource": "main"
|
|
141171
|
+
},
|
|
141172
|
+
{
|
|
141173
|
+
"kind": "render-ui",
|
|
141174
|
+
"resource": "main",
|
|
141175
|
+
"site": "tick"
|
|
141176
|
+
},
|
|
141177
|
+
{
|
|
141178
|
+
"kind": "set",
|
|
141179
|
+
"resource": "@entity.phase"
|
|
141180
|
+
},
|
|
141181
|
+
{
|
|
141182
|
+
"kind": "set",
|
|
141183
|
+
"resource": "@entity.selectedUnitId"
|
|
141184
|
+
},
|
|
141185
|
+
{
|
|
141186
|
+
"kind": "set",
|
|
141187
|
+
"resource": "@entity.validMoves"
|
|
141188
|
+
},
|
|
141189
|
+
{
|
|
141190
|
+
"kind": "ticks",
|
|
141191
|
+
"site": "tick"
|
|
141192
|
+
}
|
|
141193
|
+
],
|
|
137918
141194
|
"emits": [
|
|
137919
141195
|
{
|
|
137920
141196
|
"description": "Hero move intent applied by the hero-nav authority",
|
|
@@ -141319,6 +144595,106 @@ function stdTacticsBoard2dTacticsBoard2DOrbital(params = {}) {
|
|
|
141319
144595
|
"type": "number"
|
|
141320
144596
|
}
|
|
141321
144597
|
},
|
|
144598
|
+
"effectRow": [
|
|
144599
|
+
{
|
|
144600
|
+
"kind": "emit",
|
|
144601
|
+
"resource": "AI_TURN"
|
|
144602
|
+
},
|
|
144603
|
+
{
|
|
144604
|
+
"kind": "emit",
|
|
144605
|
+
"resource": "ATTACK"
|
|
144606
|
+
},
|
|
144607
|
+
{
|
|
144608
|
+
"kind": "emit",
|
|
144609
|
+
"resource": "MOVE"
|
|
144610
|
+
},
|
|
144611
|
+
{
|
|
144612
|
+
"kind": "render-ui",
|
|
144613
|
+
"resource": "main"
|
|
144614
|
+
},
|
|
144615
|
+
{
|
|
144616
|
+
"kind": "render-ui",
|
|
144617
|
+
"resource": "main",
|
|
144618
|
+
"site": "tick"
|
|
144619
|
+
},
|
|
144620
|
+
{
|
|
144621
|
+
"kind": "set",
|
|
144622
|
+
"resource": "@entity.actedIds"
|
|
144623
|
+
},
|
|
144624
|
+
{
|
|
144625
|
+
"kind": "set",
|
|
144626
|
+
"resource": "@entity.animAtkTicksLeft"
|
|
144627
|
+
},
|
|
144628
|
+
{
|
|
144629
|
+
"kind": "set",
|
|
144630
|
+
"resource": "@entity.animAtkTicksLeft",
|
|
144631
|
+
"site": "tick"
|
|
144632
|
+
},
|
|
144633
|
+
{
|
|
144634
|
+
"kind": "set",
|
|
144635
|
+
"resource": "@entity.animAttackerId"
|
|
144636
|
+
},
|
|
144637
|
+
{
|
|
144638
|
+
"kind": "set",
|
|
144639
|
+
"resource": "@entity.animAttackerId",
|
|
144640
|
+
"site": "tick"
|
|
144641
|
+
},
|
|
144642
|
+
{
|
|
144643
|
+
"kind": "set",
|
|
144644
|
+
"resource": "@entity.animState"
|
|
144645
|
+
},
|
|
144646
|
+
{
|
|
144647
|
+
"kind": "set",
|
|
144648
|
+
"resource": "@entity.animState",
|
|
144649
|
+
"site": "tick"
|
|
144650
|
+
},
|
|
144651
|
+
{
|
|
144652
|
+
"kind": "set",
|
|
144653
|
+
"resource": "@entity.animTicksLeft"
|
|
144654
|
+
},
|
|
144655
|
+
{
|
|
144656
|
+
"kind": "set",
|
|
144657
|
+
"resource": "@entity.animTicksLeft",
|
|
144658
|
+
"site": "tick"
|
|
144659
|
+
},
|
|
144660
|
+
{
|
|
144661
|
+
"kind": "set",
|
|
144662
|
+
"resource": "@entity.animUnitId"
|
|
144663
|
+
},
|
|
144664
|
+
{
|
|
144665
|
+
"kind": "set",
|
|
144666
|
+
"resource": "@entity.animUnitId",
|
|
144667
|
+
"site": "tick"
|
|
144668
|
+
},
|
|
144669
|
+
{
|
|
144670
|
+
"kind": "set",
|
|
144671
|
+
"resource": "@entity.attackTargets"
|
|
144672
|
+
},
|
|
144673
|
+
{
|
|
144674
|
+
"kind": "set",
|
|
144675
|
+
"resource": "@entity.movedIds"
|
|
144676
|
+
},
|
|
144677
|
+
{
|
|
144678
|
+
"kind": "set",
|
|
144679
|
+
"resource": "@entity.selectedUnitId"
|
|
144680
|
+
},
|
|
144681
|
+
{
|
|
144682
|
+
"kind": "set",
|
|
144683
|
+
"resource": "@entity.turn"
|
|
144684
|
+
},
|
|
144685
|
+
{
|
|
144686
|
+
"kind": "set",
|
|
144687
|
+
"resource": "@entity.uiPhase"
|
|
144688
|
+
},
|
|
144689
|
+
{
|
|
144690
|
+
"kind": "set",
|
|
144691
|
+
"resource": "@entity.validMoves"
|
|
144692
|
+
},
|
|
144693
|
+
{
|
|
144694
|
+
"kind": "ticks",
|
|
144695
|
+
"site": "tick"
|
|
144696
|
+
}
|
|
144697
|
+
],
|
|
141322
144698
|
"emits": [
|
|
141323
144699
|
{
|
|
141324
144700
|
"description": "Player move intent applied by the grid-tactics authority",
|
|
@@ -146788,6 +150164,53 @@ function stdTacticsBoard3dTacticsBoard3DOrbital(params = {}) {
|
|
|
146788
150164
|
"type": "number"
|
|
146789
150165
|
}
|
|
146790
150166
|
},
|
|
150167
|
+
"effectRow": [
|
|
150168
|
+
{
|
|
150169
|
+
"kind": "emit",
|
|
150170
|
+
"resource": "AI_TURN"
|
|
150171
|
+
},
|
|
150172
|
+
{
|
|
150173
|
+
"kind": "emit",
|
|
150174
|
+
"resource": "ATTACK"
|
|
150175
|
+
},
|
|
150176
|
+
{
|
|
150177
|
+
"kind": "emit",
|
|
150178
|
+
"resource": "MOVE"
|
|
150179
|
+
},
|
|
150180
|
+
{
|
|
150181
|
+
"kind": "render-ui",
|
|
150182
|
+
"resource": "main"
|
|
150183
|
+
},
|
|
150184
|
+
{
|
|
150185
|
+
"kind": "render-ui",
|
|
150186
|
+
"resource": "main",
|
|
150187
|
+
"site": "tick"
|
|
150188
|
+
},
|
|
150189
|
+
{
|
|
150190
|
+
"kind": "set",
|
|
150191
|
+
"resource": "@entity.attackTargets"
|
|
150192
|
+
},
|
|
150193
|
+
{
|
|
150194
|
+
"kind": "set",
|
|
150195
|
+
"resource": "@entity.selectedUnitId"
|
|
150196
|
+
},
|
|
150197
|
+
{
|
|
150198
|
+
"kind": "set",
|
|
150199
|
+
"resource": "@entity.turn"
|
|
150200
|
+
},
|
|
150201
|
+
{
|
|
150202
|
+
"kind": "set",
|
|
150203
|
+
"resource": "@entity.uiPhase"
|
|
150204
|
+
},
|
|
150205
|
+
{
|
|
150206
|
+
"kind": "set",
|
|
150207
|
+
"resource": "@entity.validMoves"
|
|
150208
|
+
},
|
|
150209
|
+
{
|
|
150210
|
+
"kind": "ticks",
|
|
150211
|
+
"site": "tick"
|
|
150212
|
+
}
|
|
150213
|
+
],
|
|
146791
150214
|
"emits": [
|
|
146792
150215
|
{
|
|
146793
150216
|
"description": "Player move intent applied by the grid-tactics authority",
|
|
@@ -151205,6 +154628,53 @@ function stdWorldmapBoard2dWorldMapBoard2DOrbital(params = {}) {
|
|
|
151205
154628
|
"type": "Asset"
|
|
151206
154629
|
}
|
|
151207
154630
|
},
|
|
154631
|
+
"effectRow": [
|
|
154632
|
+
{
|
|
154633
|
+
"kind": "emit",
|
|
154634
|
+
"resource": "ATTACK"
|
|
154635
|
+
},
|
|
154636
|
+
{
|
|
154637
|
+
"kind": "emit",
|
|
154638
|
+
"resource": "MINE_HIT"
|
|
154639
|
+
},
|
|
154640
|
+
{
|
|
154641
|
+
"kind": "emit",
|
|
154642
|
+
"resource": "MOVE"
|
|
154643
|
+
},
|
|
154644
|
+
{
|
|
154645
|
+
"kind": "render-ui",
|
|
154646
|
+
"resource": "main"
|
|
154647
|
+
},
|
|
154648
|
+
{
|
|
154649
|
+
"kind": "render-ui",
|
|
154650
|
+
"resource": "main",
|
|
154651
|
+
"site": "tick"
|
|
154652
|
+
},
|
|
154653
|
+
{
|
|
154654
|
+
"kind": "set",
|
|
154655
|
+
"resource": "@entity.effects"
|
|
154656
|
+
},
|
|
154657
|
+
{
|
|
154658
|
+
"kind": "set",
|
|
154659
|
+
"resource": "@entity.selectedHeroId"
|
|
154660
|
+
},
|
|
154661
|
+
{
|
|
154662
|
+
"kind": "set",
|
|
154663
|
+
"resource": "@entity.turn"
|
|
154664
|
+
},
|
|
154665
|
+
{
|
|
154666
|
+
"kind": "set",
|
|
154667
|
+
"resource": "@entity.validMoves"
|
|
154668
|
+
},
|
|
154669
|
+
{
|
|
154670
|
+
"kind": "set",
|
|
154671
|
+
"resource": "@entity.waypoints"
|
|
154672
|
+
},
|
|
154673
|
+
{
|
|
154674
|
+
"kind": "ticks",
|
|
154675
|
+
"site": "tick"
|
|
154676
|
+
}
|
|
154677
|
+
],
|
|
151208
154678
|
"emits": [
|
|
151209
154679
|
{
|
|
151210
154680
|
"description": "Emits UI:{unitClickEvent} with { unitId } on hero selection or attack-target click",
|
|
@@ -153324,6 +156794,16 @@ function stdUiBookChapterViewBookChapterViewOrbital(params = {}) {
|
|
|
153324
156794
|
"type": "boolean"
|
|
153325
156795
|
}
|
|
153326
156796
|
},
|
|
156797
|
+
"effectRow": [
|
|
156798
|
+
{
|
|
156799
|
+
"kind": "fetch",
|
|
156800
|
+
"resource": "BookChapterViewItem"
|
|
156801
|
+
},
|
|
156802
|
+
{
|
|
156803
|
+
"kind": "render-ui",
|
|
156804
|
+
"resource": "main"
|
|
156805
|
+
}
|
|
156806
|
+
],
|
|
153327
156807
|
"emits": [
|
|
153328
156808
|
{
|
|
153329
156809
|
"description": "BookChapterView rows finished loading; payload.data holds the collection.",
|
|
@@ -153587,6 +157067,12 @@ function stdUiBookCoverPageBookCoverPageOrbital(params = {}) {
|
|
|
153587
157067
|
"type": "string"
|
|
153588
157068
|
}
|
|
153589
157069
|
},
|
|
157070
|
+
"effectRow": [
|
|
157071
|
+
{
|
|
157072
|
+
"kind": "render-ui",
|
|
157073
|
+
"resource": "main"
|
|
157074
|
+
}
|
|
157075
|
+
],
|
|
153590
157076
|
"entityContract": {
|
|
153591
157077
|
"provides": [],
|
|
153592
157078
|
"requires": []
|
|
@@ -153771,6 +157257,12 @@ function stdUiBookNavBarBookNavBarOrbital(params = {}) {
|
|
|
153771
157257
|
"type": "number"
|
|
153772
157258
|
}
|
|
153773
157259
|
},
|
|
157260
|
+
"effectRow": [
|
|
157261
|
+
{
|
|
157262
|
+
"kind": "render-ui",
|
|
157263
|
+
"resource": "main"
|
|
157264
|
+
}
|
|
157265
|
+
],
|
|
153774
157266
|
"entityContract": {
|
|
153775
157267
|
"provides": [],
|
|
153776
157268
|
"requires": []
|
|
@@ -153947,6 +157439,16 @@ function stdUiBookTableOfContentsBookTableOfContentsOrbital(params = {}) {
|
|
|
153947
157439
|
"type": "boolean"
|
|
153948
157440
|
}
|
|
153949
157441
|
},
|
|
157442
|
+
"effectRow": [
|
|
157443
|
+
{
|
|
157444
|
+
"kind": "fetch",
|
|
157445
|
+
"resource": "BookTableOfContentsItem"
|
|
157446
|
+
},
|
|
157447
|
+
{
|
|
157448
|
+
"kind": "render-ui",
|
|
157449
|
+
"resource": "main"
|
|
157450
|
+
}
|
|
157451
|
+
],
|
|
153950
157452
|
"emits": [
|
|
153951
157453
|
{
|
|
153952
157454
|
"description": "BookTableOfContents rows finished loading; payload.data holds the collection.",
|
|
@@ -154354,6 +157856,16 @@ function stdUiBookViewerBookViewerOrbital(params = {}) {
|
|
|
154354
157856
|
"type": "number"
|
|
154355
157857
|
}
|
|
154356
157858
|
},
|
|
157859
|
+
"effectRow": [
|
|
157860
|
+
{
|
|
157861
|
+
"kind": "fetch",
|
|
157862
|
+
"resource": "BookViewerItem"
|
|
157863
|
+
},
|
|
157864
|
+
{
|
|
157865
|
+
"kind": "render-ui",
|
|
157866
|
+
"resource": "main"
|
|
157867
|
+
}
|
|
157868
|
+
],
|
|
154357
157869
|
"emits": [
|
|
154358
157870
|
{
|
|
154359
157871
|
"description": "BookViewer rows finished loading; payload.data holds the collection.",
|
|
@@ -154759,6 +158271,16 @@ function stdUiCaseStudyOrganismCaseStudyOrganismOrbital(params = {}) {
|
|
|
154759
158271
|
"type": "number"
|
|
154760
158272
|
}
|
|
154761
158273
|
},
|
|
158274
|
+
"effectRow": [
|
|
158275
|
+
{
|
|
158276
|
+
"kind": "fetch",
|
|
158277
|
+
"resource": "CaseStudyOrganismItem"
|
|
158278
|
+
},
|
|
158279
|
+
{
|
|
158280
|
+
"kind": "render-ui",
|
|
158281
|
+
"resource": "main"
|
|
158282
|
+
}
|
|
158283
|
+
],
|
|
154762
158284
|
"emits": [
|
|
154763
158285
|
{
|
|
154764
158286
|
"description": "CaseStudyOrganism rows finished loading; payload.data holds the collection.",
|
|
@@ -155152,6 +158674,12 @@ function stdUiChatBarChatBarOrbital(params = {}) {
|
|
|
155152
158674
|
"type": "number"
|
|
155153
158675
|
}
|
|
155154
158676
|
},
|
|
158677
|
+
"effectRow": [
|
|
158678
|
+
{
|
|
158679
|
+
"kind": "render-ui",
|
|
158680
|
+
"resource": "main"
|
|
158681
|
+
}
|
|
158682
|
+
],
|
|
155155
158683
|
"entityContract": {
|
|
155156
158684
|
"provides": [],
|
|
155157
158685
|
"requires": []
|
|
@@ -155343,6 +158871,12 @@ function stdUiCodeRunnerPanelCodeRunnerPanelOrbital(params = {}) {
|
|
|
155343
158871
|
"type": "boolean"
|
|
155344
158872
|
}
|
|
155345
158873
|
},
|
|
158874
|
+
"effectRow": [
|
|
158875
|
+
{
|
|
158876
|
+
"kind": "render-ui",
|
|
158877
|
+
"resource": "main"
|
|
158878
|
+
}
|
|
158879
|
+
],
|
|
155346
158880
|
"entityContract": {
|
|
155347
158881
|
"provides": [],
|
|
155348
158882
|
"requires": []
|
|
@@ -155655,6 +159189,12 @@ function stdUiDashboardGridDashboardGridOrbital(params = {}) {
|
|
|
155655
159189
|
"type": "number"
|
|
155656
159190
|
}
|
|
155657
159191
|
},
|
|
159192
|
+
"effectRow": [
|
|
159193
|
+
{
|
|
159194
|
+
"kind": "render-ui",
|
|
159195
|
+
"resource": "main"
|
|
159196
|
+
}
|
|
159197
|
+
],
|
|
155658
159198
|
"entityContract": {
|
|
155659
159199
|
"provides": [],
|
|
155660
159200
|
"requires": []
|
|
@@ -156290,6 +159830,16 @@ function stdUiDetailPanelDetailPanelOrbital(params = {}) {
|
|
|
156290
159830
|
"type": "string"
|
|
156291
159831
|
}
|
|
156292
159832
|
},
|
|
159833
|
+
"effectRow": [
|
|
159834
|
+
{
|
|
159835
|
+
"kind": "fetch",
|
|
159836
|
+
"resource": "DetailPanelItem"
|
|
159837
|
+
},
|
|
159838
|
+
{
|
|
159839
|
+
"kind": "render-ui",
|
|
159840
|
+
"resource": "main"
|
|
159841
|
+
}
|
|
159842
|
+
],
|
|
156293
159843
|
"emits": [
|
|
156294
159844
|
{
|
|
156295
159845
|
"description": "DetailPanel rows finished loading; payload.data holds the collection.",
|
|
@@ -156774,6 +160324,12 @@ function stdUiDockLayoutDockLayoutOrbital(params = {}) {
|
|
|
156774
160324
|
"type": "string"
|
|
156775
160325
|
}
|
|
156776
160326
|
},
|
|
160327
|
+
"effectRow": [
|
|
160328
|
+
{
|
|
160329
|
+
"kind": "render-ui",
|
|
160330
|
+
"resource": "main"
|
|
160331
|
+
}
|
|
160332
|
+
],
|
|
156777
160333
|
"emits": [
|
|
156778
160334
|
{
|
|
156779
160335
|
"definerKnob": "onSidebarCollapsedChange",
|
|
@@ -157152,6 +160708,16 @@ function stdUiDrawerSlotDrawerSlotOrbital(params = {}) {
|
|
|
157152
160708
|
"type": "string"
|
|
157153
160709
|
}
|
|
157154
160710
|
},
|
|
160711
|
+
"effectRow": [
|
|
160712
|
+
{
|
|
160713
|
+
"kind": "fetch",
|
|
160714
|
+
"resource": "DrawerSlotItem"
|
|
160715
|
+
},
|
|
160716
|
+
{
|
|
160717
|
+
"kind": "render-ui",
|
|
160718
|
+
"resource": "main"
|
|
160719
|
+
}
|
|
160720
|
+
],
|
|
157155
160721
|
"entityContract": {
|
|
157156
160722
|
"provides": [],
|
|
157157
160723
|
"requires": []
|
|
@@ -157618,6 +161184,16 @@ function stdUiEntityCardsEntityCardsOrbital(params = {}) {
|
|
|
157618
161184
|
"type": "string"
|
|
157619
161185
|
}
|
|
157620
161186
|
},
|
|
161187
|
+
"effectRow": [
|
|
161188
|
+
{
|
|
161189
|
+
"kind": "fetch",
|
|
161190
|
+
"resource": "EntityCardsItem"
|
|
161191
|
+
},
|
|
161192
|
+
{
|
|
161193
|
+
"kind": "render-ui",
|
|
161194
|
+
"resource": "main"
|
|
161195
|
+
}
|
|
161196
|
+
],
|
|
157621
161197
|
"emits": [
|
|
157622
161198
|
{
|
|
157623
161199
|
"description": "User opened a record from the list.",
|
|
@@ -158197,6 +161773,16 @@ function stdUiEntityListEntityListOrbital(params = {}) {
|
|
|
158197
161773
|
]
|
|
158198
161774
|
}
|
|
158199
161775
|
},
|
|
161776
|
+
"effectRow": [
|
|
161777
|
+
{
|
|
161778
|
+
"kind": "fetch",
|
|
161779
|
+
"resource": "EntityListItem"
|
|
161780
|
+
},
|
|
161781
|
+
{
|
|
161782
|
+
"kind": "render-ui",
|
|
161783
|
+
"resource": "main"
|
|
161784
|
+
}
|
|
161785
|
+
],
|
|
158200
161786
|
"emits": [
|
|
158201
161787
|
{
|
|
158202
161788
|
"description": "Item actions - schema-driven or function-based",
|
|
@@ -158933,6 +162519,16 @@ function stdUiEntityTableEntityTableOrbital(params = {}) {
|
|
|
158933
162519
|
"type": "number"
|
|
158934
162520
|
}
|
|
158935
162521
|
},
|
|
162522
|
+
"effectRow": [
|
|
162523
|
+
{
|
|
162524
|
+
"kind": "fetch",
|
|
162525
|
+
"resource": "EntityTableItem"
|
|
162526
|
+
},
|
|
162527
|
+
{
|
|
162528
|
+
"kind": "render-ui",
|
|
162529
|
+
"resource": "main"
|
|
162530
|
+
}
|
|
162531
|
+
],
|
|
158936
162532
|
"emits": [
|
|
158937
162533
|
{
|
|
158938
162534
|
"description": "User opened a record from the list.",
|
|
@@ -159415,6 +163011,16 @@ function stdUiFeatureGridOrganismFeatureGridOrganismOrbital(params = {}) {
|
|
|
159415
163011
|
"type": "number"
|
|
159416
163012
|
}
|
|
159417
163013
|
},
|
|
163014
|
+
"effectRow": [
|
|
163015
|
+
{
|
|
163016
|
+
"kind": "fetch",
|
|
163017
|
+
"resource": "FeatureGridOrganismItem"
|
|
163018
|
+
},
|
|
163019
|
+
{
|
|
163020
|
+
"kind": "render-ui",
|
|
163021
|
+
"resource": "main"
|
|
163022
|
+
}
|
|
163023
|
+
],
|
|
159418
163024
|
"emits": [
|
|
159419
163025
|
{
|
|
159420
163026
|
"description": "FeatureGridOrganism rows finished loading; payload.data holds the collection.",
|
|
@@ -160785,6 +164391,16 @@ function stdUiFormFormOrbital(params = {}) {
|
|
|
160785
164391
|
"type": "[FormViolationTriggersItem]"
|
|
160786
164392
|
}
|
|
160787
164393
|
},
|
|
164394
|
+
"effectRow": [
|
|
164395
|
+
{
|
|
164396
|
+
"kind": "fetch",
|
|
164397
|
+
"resource": "FormItem"
|
|
164398
|
+
},
|
|
164399
|
+
{
|
|
164400
|
+
"kind": "render-ui",
|
|
164401
|
+
"resource": "main"
|
|
164402
|
+
}
|
|
164403
|
+
],
|
|
160788
164404
|
"emits": [
|
|
160789
164405
|
{
|
|
160790
164406
|
"definerKnob": "submitEvent",
|
|
@@ -162387,6 +166003,16 @@ function stdUiFormSectionFormSectionOrbital(params = {}) {
|
|
|
162387
166003
|
"type": "[FormSectionViolationTriggersItem]"
|
|
162388
166004
|
}
|
|
162389
166005
|
},
|
|
166006
|
+
"effectRow": [
|
|
166007
|
+
{
|
|
166008
|
+
"kind": "fetch",
|
|
166009
|
+
"resource": "FormSectionItem"
|
|
166010
|
+
},
|
|
166011
|
+
{
|
|
166012
|
+
"kind": "render-ui",
|
|
166013
|
+
"resource": "main"
|
|
166014
|
+
}
|
|
166015
|
+
],
|
|
162390
166016
|
"emits": [
|
|
162391
166017
|
{
|
|
162392
166018
|
"definerKnob": "submitEvent",
|
|
@@ -163096,6 +166722,16 @@ function stdUiHeroOrganismHeroOrganismOrbital(params = {}) {
|
|
|
163096
166722
|
"type": "number"
|
|
163097
166723
|
}
|
|
163098
166724
|
},
|
|
166725
|
+
"effectRow": [
|
|
166726
|
+
{
|
|
166727
|
+
"kind": "fetch",
|
|
166728
|
+
"resource": "HeroOrganismItem"
|
|
166729
|
+
},
|
|
166730
|
+
{
|
|
166731
|
+
"kind": "render-ui",
|
|
166732
|
+
"resource": "main"
|
|
166733
|
+
}
|
|
166734
|
+
],
|
|
163099
166735
|
"emits": [
|
|
163100
166736
|
{
|
|
163101
166737
|
"description": "HeroOrganism rows finished loading; payload.data holds the collection.",
|
|
@@ -163484,6 +167120,16 @@ function stdUiMasterDetailMasterDetailOrbital(params = {}) {
|
|
|
163484
167120
|
"type": "number"
|
|
163485
167121
|
}
|
|
163486
167122
|
},
|
|
167123
|
+
"effectRow": [
|
|
167124
|
+
{
|
|
167125
|
+
"kind": "fetch",
|
|
167126
|
+
"resource": "MasterDetailItem"
|
|
167127
|
+
},
|
|
167128
|
+
{
|
|
167129
|
+
"kind": "render-ui",
|
|
167130
|
+
"resource": "main"
|
|
167131
|
+
}
|
|
167132
|
+
],
|
|
163487
167133
|
"emits": [
|
|
163488
167134
|
{
|
|
163489
167135
|
"description": "MasterDetail rows finished loading; payload.data holds the collection.",
|
|
@@ -163790,6 +167436,12 @@ function stdUiMasterDetailLayoutMasterDetailLayoutOrbital(params = {}) {
|
|
|
163790
167436
|
"type": "string"
|
|
163791
167437
|
}
|
|
163792
167438
|
},
|
|
167439
|
+
"effectRow": [
|
|
167440
|
+
{
|
|
167441
|
+
"kind": "render-ui",
|
|
167442
|
+
"resource": "main"
|
|
167443
|
+
}
|
|
167444
|
+
],
|
|
163793
167445
|
"entityContract": {
|
|
163794
167446
|
"provides": [],
|
|
163795
167447
|
"requires": []
|
|
@@ -164193,6 +167845,16 @@ function stdUiMediaGalleryMediaGalleryOrbital(params = {}) {
|
|
|
164193
167845
|
"type": "number"
|
|
164194
167846
|
}
|
|
164195
167847
|
},
|
|
167848
|
+
"effectRow": [
|
|
167849
|
+
{
|
|
167850
|
+
"kind": "fetch",
|
|
167851
|
+
"resource": "MediaGalleryItem"
|
|
167852
|
+
},
|
|
167853
|
+
{
|
|
167854
|
+
"kind": "render-ui",
|
|
167855
|
+
"resource": "main"
|
|
167856
|
+
}
|
|
167857
|
+
],
|
|
164196
167858
|
"emits": [
|
|
164197
167859
|
{
|
|
164198
167860
|
"definerKnob": "selectionEvent",
|
|
@@ -164566,6 +168228,16 @@ function stdUiModalSlotModalSlotOrbital(params = {}) {
|
|
|
164566
168228
|
"type": "string"
|
|
164567
168229
|
}
|
|
164568
168230
|
},
|
|
168231
|
+
"effectRow": [
|
|
168232
|
+
{
|
|
168233
|
+
"kind": "fetch",
|
|
168234
|
+
"resource": "ModalSlotItem"
|
|
168235
|
+
},
|
|
168236
|
+
{
|
|
168237
|
+
"kind": "render-ui",
|
|
168238
|
+
"resource": "main"
|
|
168239
|
+
}
|
|
168240
|
+
],
|
|
164569
168241
|
"entityContract": {
|
|
164570
168242
|
"provides": [],
|
|
164571
168243
|
"requires": []
|
|
@@ -164888,6 +168560,16 @@ function stdUiPricingOrganismPricingOrganismOrbital(params = {}) {
|
|
|
164888
168560
|
"type": "number"
|
|
164889
168561
|
}
|
|
164890
168562
|
},
|
|
168563
|
+
"effectRow": [
|
|
168564
|
+
{
|
|
168565
|
+
"kind": "fetch",
|
|
168566
|
+
"resource": "PricingOrganismItem"
|
|
168567
|
+
},
|
|
168568
|
+
{
|
|
168569
|
+
"kind": "render-ui",
|
|
168570
|
+
"resource": "main"
|
|
168571
|
+
}
|
|
168572
|
+
],
|
|
164891
168573
|
"emits": [
|
|
164892
168574
|
{
|
|
164893
168575
|
"description": "PricingOrganism rows finished loading; payload.data holds the collection.",
|
|
@@ -165185,6 +168867,12 @@ function stdUiRuntimeDebuggerRuntimeDebuggerOrbital(params = {}) {
|
|
|
165185
168867
|
]
|
|
165186
168868
|
}
|
|
165187
168869
|
},
|
|
168870
|
+
"effectRow": [
|
|
168871
|
+
{
|
|
168872
|
+
"kind": "render-ui",
|
|
168873
|
+
"resource": "main"
|
|
168874
|
+
}
|
|
168875
|
+
],
|
|
165188
168876
|
"entityContract": {
|
|
165189
168877
|
"provides": [],
|
|
165190
168878
|
"requires": []
|
|
@@ -165406,6 +169094,12 @@ function stdUiSegmentRendererSegmentRendererOrbital(params = {}) {
|
|
|
165406
169094
|
"type": "SegmentRendererUserProgress"
|
|
165407
169095
|
}
|
|
165408
169096
|
},
|
|
169097
|
+
"effectRow": [
|
|
169098
|
+
{
|
|
169099
|
+
"kind": "render-ui",
|
|
169100
|
+
"resource": "main"
|
|
169101
|
+
}
|
|
169102
|
+
],
|
|
165409
169103
|
"entityContract": {
|
|
165410
169104
|
"provides": [],
|
|
165411
169105
|
"requires": []
|
|
@@ -165725,6 +169419,16 @@ function stdUiShowcaseOrganismShowcaseOrganismOrbital(params = {}) {
|
|
|
165725
169419
|
"type": "number"
|
|
165726
169420
|
}
|
|
165727
169421
|
},
|
|
169422
|
+
"effectRow": [
|
|
169423
|
+
{
|
|
169424
|
+
"kind": "fetch",
|
|
169425
|
+
"resource": "ShowcaseOrganismItem"
|
|
169426
|
+
},
|
|
169427
|
+
{
|
|
169428
|
+
"kind": "render-ui",
|
|
169429
|
+
"resource": "main"
|
|
169430
|
+
}
|
|
169431
|
+
],
|
|
165728
169432
|
"emits": [
|
|
165729
169433
|
{
|
|
165730
169434
|
"description": "ShowcaseOrganism rows finished loading; payload.data holds the collection.",
|
|
@@ -166055,6 +169759,16 @@ function stdUiSplitPaneSplitPaneOrbital(params = {}) {
|
|
|
166055
169759
|
"type": "string"
|
|
166056
169760
|
}
|
|
166057
169761
|
},
|
|
169762
|
+
"effectRow": [
|
|
169763
|
+
{
|
|
169764
|
+
"kind": "render-ui",
|
|
169765
|
+
"resource": "main"
|
|
169766
|
+
},
|
|
169767
|
+
{
|
|
169768
|
+
"kind": "set",
|
|
169769
|
+
"resource": "@entity.ratio"
|
|
169770
|
+
}
|
|
169771
|
+
],
|
|
166058
169772
|
"emits": [
|
|
166059
169773
|
{
|
|
166060
169774
|
"definerKnob": "onRatioChange",
|
|
@@ -166549,6 +170263,16 @@ function stdUiStatCardStatCardOrbital(params = {}) {
|
|
|
166549
170263
|
"type": "[string]"
|
|
166550
170264
|
}
|
|
166551
170265
|
},
|
|
170266
|
+
"effectRow": [
|
|
170267
|
+
{
|
|
170268
|
+
"kind": "fetch",
|
|
170269
|
+
"resource": "StatCardItem"
|
|
170270
|
+
},
|
|
170271
|
+
{
|
|
170272
|
+
"kind": "render-ui",
|
|
170273
|
+
"resource": "main"
|
|
170274
|
+
}
|
|
170275
|
+
],
|
|
166552
170276
|
"emits": [
|
|
166553
170277
|
{
|
|
166554
170278
|
"description": "StatCard rows finished loading; payload.data holds the collection.",
|
|
@@ -166884,6 +170608,12 @@ function stdUiStateMachineViewStateMachineViewOrbital(params = {}) {
|
|
|
166884
170608
|
"type": "boolean"
|
|
166885
170609
|
}
|
|
166886
170610
|
},
|
|
170611
|
+
"effectRow": [
|
|
170612
|
+
{
|
|
170613
|
+
"kind": "render-ui",
|
|
170614
|
+
"resource": "main"
|
|
170615
|
+
}
|
|
170616
|
+
],
|
|
166887
170617
|
"entityContract": {
|
|
166888
170618
|
"provides": [],
|
|
166889
170619
|
"requires": []
|
|
@@ -167155,6 +170885,16 @@ function stdUiStatsOrganismStatsOrganismOrbital(params = {}) {
|
|
|
167155
170885
|
"type": "number"
|
|
167156
170886
|
}
|
|
167157
170887
|
},
|
|
170888
|
+
"effectRow": [
|
|
170889
|
+
{
|
|
170890
|
+
"kind": "fetch",
|
|
170891
|
+
"resource": "StatsOrganismItem"
|
|
170892
|
+
},
|
|
170893
|
+
{
|
|
170894
|
+
"kind": "render-ui",
|
|
170895
|
+
"resource": "main"
|
|
170896
|
+
}
|
|
170897
|
+
],
|
|
167158
170898
|
"emits": [
|
|
167159
170899
|
{
|
|
167160
170900
|
"description": "StatsOrganism rows finished loading; payload.data holds the collection.",
|
|
@@ -167565,6 +171305,16 @@ function stdUiStepFlowOrganismStepFlowOrganismOrbital(params = {}) {
|
|
|
167565
171305
|
"type": "number"
|
|
167566
171306
|
}
|
|
167567
171307
|
},
|
|
171308
|
+
"effectRow": [
|
|
171309
|
+
{
|
|
171310
|
+
"kind": "fetch",
|
|
171311
|
+
"resource": "StepFlowOrganismItem"
|
|
171312
|
+
},
|
|
171313
|
+
{
|
|
171314
|
+
"kind": "render-ui",
|
|
171315
|
+
"resource": "main"
|
|
171316
|
+
}
|
|
171317
|
+
],
|
|
167568
171318
|
"emits": [
|
|
167569
171319
|
{
|
|
167570
171320
|
"description": "StepFlowOrganism rows finished loading; payload.data holds the collection.",
|
|
@@ -168003,6 +171753,16 @@ function stdUiSubagentTracePanelSubagentTracePanelOrbital(params = {}) {
|
|
|
168003
171753
|
"type": "number"
|
|
168004
171754
|
}
|
|
168005
171755
|
},
|
|
171756
|
+
"effectRow": [
|
|
171757
|
+
{
|
|
171758
|
+
"kind": "render-ui",
|
|
171759
|
+
"resource": "main"
|
|
171760
|
+
},
|
|
171761
|
+
{
|
|
171762
|
+
"kind": "render-ui",
|
|
171763
|
+
"resource": "overlay"
|
|
171764
|
+
}
|
|
171765
|
+
],
|
|
168006
171766
|
"emits": [
|
|
168007
171767
|
{
|
|
168008
171768
|
"definerKnob": "onClose",
|
|
@@ -168341,6 +172101,12 @@ function stdUiTabbedContainerTabbedContainerOrbital(params = {}) {
|
|
|
168341
172101
|
"type": "[TabbedContainerTabsItem]"
|
|
168342
172102
|
}
|
|
168343
172103
|
},
|
|
172104
|
+
"effectRow": [
|
|
172105
|
+
{
|
|
172106
|
+
"kind": "render-ui",
|
|
172107
|
+
"resource": "main"
|
|
172108
|
+
}
|
|
172109
|
+
],
|
|
168344
172110
|
"emits": [
|
|
168345
172111
|
{
|
|
168346
172112
|
"definerKnob": "onTabChange",
|
|
@@ -168662,6 +172428,16 @@ function stdUiTeamOrganismTeamOrganismOrbital(params = {}) {
|
|
|
168662
172428
|
"type": "number"
|
|
168663
172429
|
}
|
|
168664
172430
|
},
|
|
172431
|
+
"effectRow": [
|
|
172432
|
+
{
|
|
172433
|
+
"kind": "fetch",
|
|
172434
|
+
"resource": "TeamOrganismItem"
|
|
172435
|
+
},
|
|
172436
|
+
{
|
|
172437
|
+
"kind": "render-ui",
|
|
172438
|
+
"resource": "main"
|
|
172439
|
+
}
|
|
172440
|
+
],
|
|
168665
172441
|
"emits": [
|
|
168666
172442
|
{
|
|
168667
172443
|
"description": "TeamOrganism rows finished loading; payload.data holds the collection.",
|
|
@@ -169088,6 +172864,16 @@ function stdUiTimelineTimelineOrbital(params = {}) {
|
|
|
169088
172864
|
"type": "string"
|
|
169089
172865
|
}
|
|
169090
172866
|
},
|
|
172867
|
+
"effectRow": [
|
|
172868
|
+
{
|
|
172869
|
+
"kind": "fetch",
|
|
172870
|
+
"resource": "TimelineItem"
|
|
172871
|
+
},
|
|
172872
|
+
{
|
|
172873
|
+
"kind": "render-ui",
|
|
172874
|
+
"resource": "main"
|
|
172875
|
+
}
|
|
172876
|
+
],
|
|
169091
172877
|
"emits": [
|
|
169092
172878
|
{
|
|
169093
172879
|
"description": "User opened a record from the list.",
|
|
@@ -169440,6 +173226,16 @@ function stdUiToastSlotToastSlotOrbital(params = {}) {
|
|
|
169440
173226
|
]
|
|
169441
173227
|
}
|
|
169442
173228
|
},
|
|
173229
|
+
"effectRow": [
|
|
173230
|
+
{
|
|
173231
|
+
"kind": "fetch",
|
|
173232
|
+
"resource": "ToastSlotItem"
|
|
173233
|
+
},
|
|
173234
|
+
{
|
|
173235
|
+
"kind": "render-ui",
|
|
173236
|
+
"resource": "main"
|
|
173237
|
+
}
|
|
173238
|
+
],
|
|
169443
173239
|
"entityContract": {
|
|
169444
173240
|
"provides": [],
|
|
169445
173241
|
"requires": []
|