@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
|
@@ -497,6 +497,22 @@
|
|
|
497
497
|
"traits": [
|
|
498
498
|
{
|
|
499
499
|
"category": "lifecycle",
|
|
500
|
+
"effectRow": [
|
|
501
|
+
{
|
|
502
|
+
"kind": "browser/push-subscribe"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"kind": "notify"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"kind": "persist",
|
|
509
|
+
"resource": "PushSubscription"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"kind": "set",
|
|
513
|
+
"resource": "@entity.lastError"
|
|
514
|
+
}
|
|
515
|
+
],
|
|
500
516
|
"emits": [
|
|
501
517
|
{
|
|
502
518
|
"description": "browser/push-subscribe resolved; the subscription credentials arrive flat on the payload",
|
|
@@ -746,6 +762,15 @@
|
|
|
746
762
|
},
|
|
747
763
|
{
|
|
748
764
|
"category": "lifecycle",
|
|
765
|
+
"effectRow": [
|
|
766
|
+
{
|
|
767
|
+
"kind": "notify"
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"kind": "persist",
|
|
771
|
+
"resource": "NotificationPreference"
|
|
772
|
+
}
|
|
773
|
+
],
|
|
749
774
|
"emits": [
|
|
750
775
|
{
|
|
751
776
|
"description": "Preference row persisted",
|
|
@@ -1060,6 +1085,49 @@
|
|
|
1060
1085
|
"type": "number"
|
|
1061
1086
|
}
|
|
1062
1087
|
},
|
|
1088
|
+
"effectRow": [
|
|
1089
|
+
{
|
|
1090
|
+
"kind": "call-service",
|
|
1091
|
+
"resource": "email.send"
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"kind": "fetch",
|
|
1095
|
+
"resource": "NotificationRecord"
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"kind": "fetch",
|
|
1099
|
+
"resource": "NotificationRecord",
|
|
1100
|
+
"site": "tick"
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"kind": "persist",
|
|
1104
|
+
"resource": "NotificationRecord"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"kind": "set",
|
|
1108
|
+
"resource": "@entity.drainedCount"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"kind": "set",
|
|
1112
|
+
"resource": "@entity.headId"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"kind": "set",
|
|
1116
|
+
"resource": "@entity.headMessage"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"kind": "set",
|
|
1120
|
+
"resource": "@entity.headRecipient"
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"kind": "set",
|
|
1124
|
+
"resource": "@entity.lastError"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"kind": "ticks",
|
|
1128
|
+
"site": "tick"
|
|
1129
|
+
}
|
|
1130
|
+
],
|
|
1063
1131
|
"emits": [
|
|
1064
1132
|
{
|
|
1065
1133
|
"description": "Undispatched digest/quiet-hours audit rows past minAgeHours, oldest batch first",
|
|
@@ -1601,7 +1669,57 @@
|
|
|
1601
1669
|
}
|
|
1602
1670
|
]
|
|
1603
1671
|
}
|
|
1604
|
-
]
|
|
1672
|
+
],
|
|
1673
|
+
"types": {
|
|
1674
|
+
"NotifRow": [
|
|
1675
|
+
{
|
|
1676
|
+
"name": "id",
|
|
1677
|
+
"type": "string"
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"name": "recipient",
|
|
1681
|
+
"type": "string"
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"name": "channel",
|
|
1685
|
+
"type": "string"
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
"name": "message",
|
|
1689
|
+
"type": "string"
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"name": "severity",
|
|
1693
|
+
"type": "string"
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"name": "dispatched",
|
|
1697
|
+
"type": "boolean"
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"name": "error",
|
|
1701
|
+
"type": "string"
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"name": "recordedAt",
|
|
1705
|
+
"type": "number"
|
|
1706
|
+
}
|
|
1707
|
+
],
|
|
1708
|
+
"PushCreds": [
|
|
1709
|
+
{
|
|
1710
|
+
"name": "endpoint",
|
|
1711
|
+
"type": "string"
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"name": "p256dh",
|
|
1715
|
+
"type": "string"
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"name": "auth",
|
|
1719
|
+
"type": "string"
|
|
1720
|
+
}
|
|
1721
|
+
]
|
|
1722
|
+
}
|
|
1605
1723
|
}
|
|
1606
1724
|
],
|
|
1607
1725
|
"schemaVersion": 1,
|
|
@@ -609,6 +609,103 @@
|
|
|
609
609
|
"type": "string"
|
|
610
610
|
}
|
|
611
611
|
},
|
|
612
|
+
"effectRow": [
|
|
613
|
+
{
|
|
614
|
+
"kind": "call-service",
|
|
615
|
+
"resource": "email.send"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"kind": "call-service",
|
|
619
|
+
"resource": "push.send"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"kind": "call-service",
|
|
623
|
+
"resource": "twilio.sendSMS"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"kind": "call-service",
|
|
627
|
+
"resource": "webhook.send"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"kind": "emit",
|
|
631
|
+
"resource": "NotificationDispatched"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"kind": "fetch",
|
|
635
|
+
"resource": "NotificationPreference"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"kind": "fetch",
|
|
639
|
+
"resource": "NotificationRecord"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"kind": "fetch",
|
|
643
|
+
"resource": "PushSubscription"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"kind": "notify"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"kind": "persist",
|
|
650
|
+
"resource": "NotificationRecord"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"kind": "set",
|
|
654
|
+
"resource": "@entity.channel"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"kind": "set",
|
|
658
|
+
"resource": "@entity.dispatched"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"kind": "set",
|
|
662
|
+
"resource": "@entity.error"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"kind": "set",
|
|
666
|
+
"resource": "@entity.message"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"kind": "set",
|
|
670
|
+
"resource": "@entity.prefChannel"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"kind": "set",
|
|
674
|
+
"resource": "@entity.prefMode"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"kind": "set",
|
|
678
|
+
"resource": "@entity.prefQuietEnd"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"kind": "set",
|
|
682
|
+
"resource": "@entity.prefQuietStart"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"kind": "set",
|
|
686
|
+
"resource": "@entity.pushAuth"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"kind": "set",
|
|
690
|
+
"resource": "@entity.pushEndpoint"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"kind": "set",
|
|
694
|
+
"resource": "@entity.pushP256dh"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"kind": "set",
|
|
698
|
+
"resource": "@entity.recipient"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"kind": "set",
|
|
702
|
+
"resource": "@entity.recordedAt"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"kind": "set",
|
|
706
|
+
"resource": "@entity.severity"
|
|
707
|
+
}
|
|
708
|
+
],
|
|
612
709
|
"emits": [
|
|
613
710
|
{
|
|
614
711
|
"event": "NotificationDispatched",
|
|
@@ -2679,7 +2776,71 @@
|
|
|
2679
2776
|
]
|
|
2680
2777
|
}
|
|
2681
2778
|
}
|
|
2682
|
-
]
|
|
2779
|
+
],
|
|
2780
|
+
"types": {
|
|
2781
|
+
"AuditRow": [
|
|
2782
|
+
{
|
|
2783
|
+
"name": "recipient",
|
|
2784
|
+
"type": "string"
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"name": "channel",
|
|
2788
|
+
"type": "string"
|
|
2789
|
+
},
|
|
2790
|
+
{
|
|
2791
|
+
"name": "dispatched",
|
|
2792
|
+
"type": "boolean"
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"name": "recordedAt",
|
|
2796
|
+
"type": "number"
|
|
2797
|
+
}
|
|
2798
|
+
],
|
|
2799
|
+
"PrefRow": [
|
|
2800
|
+
{
|
|
2801
|
+
"name": "userId",
|
|
2802
|
+
"type": "string"
|
|
2803
|
+
},
|
|
2804
|
+
{
|
|
2805
|
+
"name": "eventType",
|
|
2806
|
+
"type": "string"
|
|
2807
|
+
},
|
|
2808
|
+
{
|
|
2809
|
+
"name": "mode",
|
|
2810
|
+
"type": "string"
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"name": "channel",
|
|
2814
|
+
"type": "string"
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
"name": "quietStartHour",
|
|
2818
|
+
"type": "number"
|
|
2819
|
+
},
|
|
2820
|
+
{
|
|
2821
|
+
"name": "quietEndHour",
|
|
2822
|
+
"type": "number"
|
|
2823
|
+
}
|
|
2824
|
+
],
|
|
2825
|
+
"SubRow": [
|
|
2826
|
+
{
|
|
2827
|
+
"name": "userId",
|
|
2828
|
+
"type": "string"
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
"name": "endpoint",
|
|
2832
|
+
"type": "string"
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
"name": "p256dh",
|
|
2836
|
+
"type": "string"
|
|
2837
|
+
},
|
|
2838
|
+
{
|
|
2839
|
+
"name": "auth",
|
|
2840
|
+
"type": "string"
|
|
2841
|
+
}
|
|
2842
|
+
]
|
|
2843
|
+
}
|
|
2683
2844
|
}
|
|
2684
2845
|
],
|
|
2685
2846
|
"schemaVersion": 1,
|
|
@@ -275,8 +275,7 @@
|
|
|
275
275
|
"linkedEntity": "RateBucket",
|
|
276
276
|
"linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
|
|
277
277
|
"name": "ShieldIcon",
|
|
278
|
-
"ref": "Icon.traits.IconRender"
|
|
279
|
-
"refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
|
|
278
|
+
"ref": "Icon.traits.IconRender"
|
|
280
279
|
},
|
|
281
280
|
{
|
|
282
281
|
"config": {
|
|
@@ -293,8 +292,7 @@
|
|
|
293
292
|
"linkedEntity": "RateBucket",
|
|
294
293
|
"linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
|
|
295
294
|
"name": "RateBucketTitle",
|
|
296
|
-
"ref": "Typography.traits.TypographyRender"
|
|
297
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
295
|
+
"ref": "Typography.traits.TypographyRender"
|
|
298
296
|
},
|
|
299
297
|
{
|
|
300
298
|
"config": {
|
|
@@ -315,8 +313,7 @@
|
|
|
315
313
|
"linkedEntity": "RateBucket",
|
|
316
314
|
"linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
|
|
317
315
|
"name": "OpenStatusDot",
|
|
318
|
-
"ref": "StatusDot.traits.StatusDotRender"
|
|
319
|
-
"refId": "trt_01KXG04KT7W5V5P7XAVNZP4Z3R"
|
|
316
|
+
"ref": "StatusDot.traits.StatusDotRender"
|
|
320
317
|
},
|
|
321
318
|
{
|
|
322
319
|
"config": {
|
|
@@ -337,8 +334,7 @@
|
|
|
337
334
|
"linkedEntity": "RateBucket",
|
|
338
335
|
"linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
|
|
339
336
|
"name": "ThrottledStatusDot",
|
|
340
|
-
"ref": "StatusDot.traits.StatusDotRender"
|
|
341
|
-
"refId": "trt_01KXG04KT7W5V5P7XAVNZP4Z3R"
|
|
337
|
+
"ref": "StatusDot.traits.StatusDotRender"
|
|
342
338
|
},
|
|
343
339
|
{
|
|
344
340
|
"config": {
|
|
@@ -355,8 +351,7 @@
|
|
|
355
351
|
"linkedEntity": "RateBucket",
|
|
356
352
|
"linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
|
|
357
353
|
"name": "RateLimitAlert",
|
|
358
|
-
"ref": "Alert.traits.AlertRender"
|
|
359
|
-
"refId": "trt_01KXG04MT125AX1BGFS3ZNGX67"
|
|
354
|
+
"ref": "Alert.traits.AlertRender"
|
|
360
355
|
},
|
|
361
356
|
{
|
|
362
357
|
"config": {
|
|
@@ -377,8 +372,7 @@
|
|
|
377
372
|
"linkedEntity": "RateBucket",
|
|
378
373
|
"linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
|
|
379
374
|
"name": "RequestsStat",
|
|
380
|
-
"ref": "StatDisplay.traits.StatDisplayRender"
|
|
381
|
-
"refId": "trt_01KXG04RPXAYAKQT0BJ4J28HAZ"
|
|
375
|
+
"ref": "StatDisplay.traits.StatDisplayRender"
|
|
382
376
|
},
|
|
383
377
|
{
|
|
384
378
|
"config": {
|
|
@@ -399,8 +393,7 @@
|
|
|
399
393
|
"linkedEntity": "RateBucket",
|
|
400
394
|
"linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
|
|
401
395
|
"name": "WindowStat",
|
|
402
|
-
"ref": "StatDisplay.traits.StatDisplayRender"
|
|
403
|
-
"refId": "trt_01KXG04RPXAYAKQT0BJ4J28HAZ"
|
|
396
|
+
"ref": "StatDisplay.traits.StatDisplayRender"
|
|
404
397
|
},
|
|
405
398
|
{
|
|
406
399
|
"config": {
|
|
@@ -421,8 +414,7 @@
|
|
|
421
414
|
"linkedEntity": "RateBucket",
|
|
422
415
|
"linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
|
|
423
416
|
"name": "CountMeter",
|
|
424
|
-
"ref": "Meter.traits.MeterRender"
|
|
425
|
-
"refId": "trt_01KXG04Q390S305KZKHGMCH23G"
|
|
417
|
+
"ref": "Meter.traits.MeterRender"
|
|
426
418
|
},
|
|
427
419
|
{
|
|
428
420
|
"config": {
|
|
@@ -443,8 +435,7 @@
|
|
|
443
435
|
"linkedEntity": "RateBucket",
|
|
444
436
|
"linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
|
|
445
437
|
"name": "CountProgressBar",
|
|
446
|
-
"ref": "ProgressBar.traits.ProgressBarRender"
|
|
447
|
-
"refId": "trt_01KXG04KAK5TD4GRHJVVY58WDM"
|
|
438
|
+
"ref": "ProgressBar.traits.ProgressBarRender"
|
|
448
439
|
},
|
|
449
440
|
{
|
|
450
441
|
"config": {
|
|
@@ -469,8 +460,7 @@
|
|
|
469
460
|
"linkedEntity": "RateBucket",
|
|
470
461
|
"linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
|
|
471
462
|
"name": "RequestButton",
|
|
472
|
-
"ref": "Button.traits.ButtonRender"
|
|
473
|
-
"refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
|
|
463
|
+
"ref": "Button.traits.ButtonRender"
|
|
474
464
|
},
|
|
475
465
|
{
|
|
476
466
|
"config": {
|
|
@@ -495,8 +485,7 @@
|
|
|
495
485
|
"linkedEntity": "RateBucket",
|
|
496
486
|
"linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
|
|
497
487
|
"name": "ResetButton",
|
|
498
|
-
"ref": "Button.traits.ButtonRender"
|
|
499
|
-
"refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
|
|
488
|
+
"ref": "Button.traits.ButtonRender"
|
|
500
489
|
},
|
|
501
490
|
{
|
|
502
491
|
"config": {
|
|
@@ -521,16 +510,14 @@
|
|
|
521
510
|
"linkedEntity": "RateBucket",
|
|
522
511
|
"linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
|
|
523
512
|
"name": "ResetPrimaryButton",
|
|
524
|
-
"ref": "Button.traits.ButtonRender"
|
|
525
|
-
"refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
|
|
513
|
+
"ref": "Button.traits.ButtonRender"
|
|
526
514
|
},
|
|
527
515
|
{
|
|
528
516
|
"id": "trt_01KY1DXS8B2BVRCAWAJ3EE0EJK",
|
|
529
517
|
"linkedEntity": "RateBucket",
|
|
530
518
|
"linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
|
|
531
519
|
"name": "RateBucketDivider",
|
|
532
|
-
"ref": "Divider.traits.DividerRender"
|
|
533
|
-
"refId": "trt_01KXG04JVTJZ479S2KPR7HD1KB"
|
|
520
|
+
"ref": "Divider.traits.DividerRender"
|
|
534
521
|
},
|
|
535
522
|
{
|
|
536
523
|
"config": {
|
|
@@ -550,8 +537,7 @@
|
|
|
550
537
|
"linkedEntity": "RateBucket",
|
|
551
538
|
"linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
|
|
552
539
|
"name": "StatsGrid",
|
|
553
|
-
"ref": "SimpleGrid.traits.SimpleGridRender"
|
|
554
|
-
"refId": "trt_01KXG04R9RWNHP9Y7B1QW8VNVR"
|
|
540
|
+
"ref": "SimpleGrid.traits.SimpleGridRender"
|
|
555
541
|
},
|
|
556
542
|
{
|
|
557
543
|
"capabilities": [
|
|
@@ -623,6 +609,24 @@
|
|
|
623
609
|
]
|
|
624
610
|
}
|
|
625
611
|
},
|
|
612
|
+
"effectRow": [
|
|
613
|
+
{
|
|
614
|
+
"kind": "render-ui",
|
|
615
|
+
"resource": "main"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"kind": "set",
|
|
619
|
+
"resource": "@entity.count"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"kind": "set",
|
|
623
|
+
"resource": "@entity.limiterStatus"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"kind": "set",
|
|
627
|
+
"resource": "@entity.window"
|
|
628
|
+
}
|
|
629
|
+
],
|
|
626
630
|
"entityRefIds": {
|
|
627
631
|
"RateBucket": "ent_01KXG04FG0R4NF2MX692M3D599"
|
|
628
632
|
},
|
|
@@ -216,6 +216,36 @@
|
|
|
216
216
|
"type": "string"
|
|
217
217
|
}
|
|
218
218
|
},
|
|
219
|
+
"effectRow": [
|
|
220
|
+
{
|
|
221
|
+
"kind": "emit",
|
|
222
|
+
"resource": "ReminderDue"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"kind": "fetch",
|
|
226
|
+
"resolved": false,
|
|
227
|
+
"resource": "@config.targetEntity"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"kind": "fetch",
|
|
231
|
+
"resolved": false,
|
|
232
|
+
"resource": "@config.targetEntity",
|
|
233
|
+
"site": "tick"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"kind": "persist",
|
|
237
|
+
"resolved": false,
|
|
238
|
+
"resource": "@config.targetEntity"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"kind": "set",
|
|
242
|
+
"resource": "@entity.headId"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"kind": "ticks",
|
|
246
|
+
"site": "tick"
|
|
247
|
+
}
|
|
248
|
+
],
|
|
219
249
|
"emits": [
|
|
220
250
|
{
|
|
221
251
|
"event": "ReminderDue",
|
|
@@ -172,6 +172,28 @@
|
|
|
172
172
|
"type": "[string]"
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
|
+
"effectRow": [
|
|
176
|
+
{
|
|
177
|
+
"kind": "emit",
|
|
178
|
+
"resource": "RowsFiltered"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"kind": "set",
|
|
182
|
+
"resource": "@entity.accessDenied"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"kind": "set",
|
|
186
|
+
"resource": "@entity.filteredData"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"kind": "set",
|
|
190
|
+
"resource": "@entity.inputCount"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"kind": "set",
|
|
194
|
+
"resource": "@entity.outputCount"
|
|
195
|
+
}
|
|
196
|
+
],
|
|
175
197
|
"emits": [
|
|
176
198
|
{
|
|
177
199
|
"event": "RowsFiltered",
|
|
@@ -371,7 +393,42 @@
|
|
|
371
393
|
]
|
|
372
394
|
}
|
|
373
395
|
}
|
|
374
|
-
]
|
|
396
|
+
],
|
|
397
|
+
"types": {
|
|
398
|
+
"ItemSpec": [
|
|
399
|
+
{
|
|
400
|
+
"name": "id",
|
|
401
|
+
"type": "string"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"name": "label",
|
|
405
|
+
"required": true,
|
|
406
|
+
"type": "string"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"name": "value",
|
|
410
|
+
"type": "string"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "icon",
|
|
414
|
+
"type": "string"
|
|
415
|
+
}
|
|
416
|
+
],
|
|
417
|
+
"ObjectSpec": [
|
|
418
|
+
{
|
|
419
|
+
"name": "id",
|
|
420
|
+
"type": "string"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"name": "label",
|
|
424
|
+
"type": "string"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"name": "value",
|
|
428
|
+
"type": "string"
|
|
429
|
+
}
|
|
430
|
+
]
|
|
431
|
+
}
|
|
375
432
|
}
|
|
376
433
|
],
|
|
377
434
|
"schemaVersion": 1,
|
|
@@ -209,6 +209,17 @@
|
|
|
209
209
|
"type": "[TransitionSpec]"
|
|
210
210
|
}
|
|
211
211
|
},
|
|
212
|
+
"effectRow": [
|
|
213
|
+
{
|
|
214
|
+
"kind": "emit",
|
|
215
|
+
"resource": "StatusChanged"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"kind": "persist",
|
|
219
|
+
"resolved": false,
|
|
220
|
+
"resource": "@config.targetEntity"
|
|
221
|
+
}
|
|
222
|
+
],
|
|
212
223
|
"emits": [
|
|
213
224
|
{
|
|
214
225
|
"event": "StatusChanged",
|
|
@@ -448,7 +459,29 @@
|
|
|
448
459
|
]
|
|
449
460
|
}
|
|
450
461
|
}
|
|
451
|
-
]
|
|
462
|
+
],
|
|
463
|
+
"types": {
|
|
464
|
+
"TransitionSpec": [
|
|
465
|
+
{
|
|
466
|
+
"name": "from",
|
|
467
|
+
"required": true,
|
|
468
|
+
"type": "string"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "to",
|
|
472
|
+
"required": true,
|
|
473
|
+
"type": "string"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"name": "event",
|
|
477
|
+
"type": "string"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"name": "label",
|
|
481
|
+
"type": "string"
|
|
482
|
+
}
|
|
483
|
+
]
|
|
484
|
+
}
|
|
452
485
|
}
|
|
453
486
|
],
|
|
454
487
|
"schemaVersion": 1,
|
|
@@ -158,6 +158,16 @@
|
|
|
158
158
|
"type": "[TransitionSpec]"
|
|
159
159
|
}
|
|
160
160
|
},
|
|
161
|
+
"effectRow": [
|
|
162
|
+
{
|
|
163
|
+
"kind": "emit",
|
|
164
|
+
"resource": "ChangeStatusRequested"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"kind": "render-ui",
|
|
168
|
+
"resource": "main"
|
|
169
|
+
}
|
|
170
|
+
],
|
|
161
171
|
"emits": [
|
|
162
172
|
{
|
|
163
173
|
"description": "Fired when the viewer picks a legal next status from the control.",
|
|
@@ -364,10 +374,31 @@
|
|
|
364
374
|
"linkedEntity": "StatusControlItem",
|
|
365
375
|
"linkedEntityId": "ent_01M055GH499JC6TRVT06J3V86J",
|
|
366
376
|
"name": "InlineBadgeRender1",
|
|
367
|
-
"ref": "Badge.traits.BadgeRender"
|
|
368
|
-
"refId": "trt_01KXG04J66F1NVJTF3ZS57P7K6"
|
|
377
|
+
"ref": "Badge.traits.BadgeRender"
|
|
369
378
|
}
|
|
370
379
|
],
|
|
380
|
+
"types": {
|
|
381
|
+
"TransitionSpec": [
|
|
382
|
+
{
|
|
383
|
+
"name": "from",
|
|
384
|
+
"required": true,
|
|
385
|
+
"type": "string"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"name": "to",
|
|
389
|
+
"required": true,
|
|
390
|
+
"type": "string"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"name": "event",
|
|
394
|
+
"type": "string"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"name": "label",
|
|
398
|
+
"type": "string"
|
|
399
|
+
}
|
|
400
|
+
]
|
|
401
|
+
},
|
|
371
402
|
"uses": [
|
|
372
403
|
{
|
|
373
404
|
"as": "Badge",
|