@almadar/std 16.207.0 → 16.208.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.
Files changed (258) hide show
  1. package/behaviors/lolo/agent/atoms/std-agent-tool-call.lolo +7 -2
  2. package/behaviors/lolo/agent/atoms/std-agent-tool-loop.lolo +7 -2
  3. package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +3 -5
  4. package/behaviors/lolo/infra/atoms/std-audit-capture.lolo +2 -2
  5. package/behaviors/lolo/infra/atoms/std-migration-job.lolo +15 -14
  6. package/behaviors/lolo/infra/atoms/std-notify-on-event.lolo +2 -2
  7. package/behaviors/lolo/ml/atoms/std-data-collector.lolo +3 -3
  8. package/behaviors/lolo/ml/atoms/std-graph-builder.lolo +1 -1
  9. package/behaviors/lolo/ml/atoms/std-ml-exact-check.lolo +3 -3
  10. package/behaviors/lolo/ml/atoms/std-ml-infer.lolo +5 -5
  11. package/behaviors/lolo/ml/atoms/std-ml-label-capture.lolo +6 -6
  12. package/behaviors/lolo/ml/atoms/std-ml-lookup.lolo +5 -5
  13. package/behaviors/lolo/ml/atoms/std-tokenizer.lolo +2 -2
  14. package/behaviors/lolo/ml/atoms/std-weight-validator.lolo +3 -3
  15. package/behaviors/lolo/ml/organisms/std-escalating-decision.lolo +7 -3
  16. package/behaviors/lolo/ml/organisms/std-knowledge-tracing.lolo +3 -3
  17. package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
  18. package/behaviors/lolo/ui/core/atoms/std-import.lolo +2 -1
  19. package/behaviors/lolo/ui/core/atoms/ui-atlas-image.lolo +3 -0
  20. package/behaviors/lolo/ui/core/atoms/ui-atlas-panel.lolo +3 -0
  21. package/behaviors/lolo/ui/core/atoms/ui-avatar.lolo +1 -1
  22. package/behaviors/lolo/ui/core/atoms/ui-badge.lolo +1 -1
  23. package/behaviors/lolo/ui/core/atoms/ui-center.lolo +1 -1
  24. package/behaviors/lolo/ui/core/atoms/ui-filter-pill.lolo +2 -25
  25. package/behaviors/lolo/ui/core/atoms/ui-input.lolo +2 -35
  26. package/behaviors/lolo/ui/core/molecules/ui-carousel.lolo +7 -1
  27. package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +1 -1
  28. package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +7 -7
  29. package/behaviors/lolo/ui/core/molecules/ui-document-viewer.lolo +1 -1
  30. package/behaviors/lolo/ui/core/molecules/ui-flex.lolo +3 -3
  31. package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +4 -4
  32. package/behaviors/lolo/ui/core/molecules/ui-form-actions.lolo +1 -1
  33. package/behaviors/lolo/ui/core/molecules/ui-input-group.lolo +2 -36
  34. package/behaviors/lolo/ui/core/molecules/ui-likert-scale.lolo +1 -1
  35. package/behaviors/lolo/ui/core/molecules/ui-notification.lolo +1 -1
  36. package/behaviors/lolo/ui/core/molecules/ui-orbital-visualization.lolo +4 -4
  37. package/behaviors/lolo/ui/core/molecules/ui-page-header.lolo +2 -2
  38. package/behaviors/lolo/ui/core/molecules/ui-reply-tree.lolo +11 -1
  39. package/behaviors/lolo/ui/core/molecules/ui-simple-grid.lolo +1 -1
  40. package/behaviors/lolo/ui/core/molecules/ui-stat-display.lolo +1 -1
  41. package/behaviors/lolo/ui/core/molecules/ui-swipeable-row.lolo +37 -8
  42. package/behaviors/lolo/ui/core/molecules/ui-wizard-container.lolo +1 -1
  43. package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +1 -1
  44. package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -1
  45. package/behaviors/lolo/ui/core/organisms/ui-subagent-trace-panel.lolo +30 -7
  46. package/behaviors/lolo/ui/game/atoms/std-mesh-asset-art.lolo +2 -2
  47. package/behaviors/lolo/ui/game/atoms/std-svg-asset-art.lolo +2 -2
  48. package/behaviors/lolo/ui/game/atoms/ui-draw-shape-layer.lolo +2 -1
  49. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +2 -1
  50. package/behaviors/lolo/ui/game/atoms/ui-draw-text-layer.lolo +2 -1
  51. package/behaviors/lolo/ui/game/atoms/ui-game-hud.lolo +74 -0
  52. package/behaviors/lolo/ui/game/atoms/ui-game-menu.lolo +1 -1
  53. package/behaviors/lolo/ui/game/atoms/ui-stat-badge.lolo +1 -1
  54. package/behaviors/lolo/ui/marketing/atoms/ui-animated-counter.lolo +1 -1
  55. package/behaviors/lolo/ui/marketing/atoms/ui-animated-graphic.lolo +2 -2
  56. package/behaviors/registry/agent/atoms/std-agent-memory.orb +92 -4
  57. package/behaviors/registry/agent/atoms/std-agent-planner.orb +46 -2
  58. package/behaviors/registry/agent/atoms/std-agent-session.orb +72 -4
  59. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +161 -6
  60. package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +161 -6
  61. package/behaviors/registry/infra/atoms/std-approval-gate.orb +135 -10
  62. package/behaviors/registry/infra/atoms/std-audit-capture.orb +8 -2
  63. package/behaviors/registry/infra/atoms/std-cache-aside.orb +69 -2
  64. package/behaviors/registry/infra/atoms/std-calendar-sync.orb +60 -3
  65. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +72 -2
  66. package/behaviors/registry/infra/atoms/std-cross-reference.orb +32 -2
  67. package/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -4
  68. package/behaviors/registry/infra/atoms/std-migration-job.orb +181 -26
  69. package/behaviors/registry/infra/atoms/std-mod-queue.orb +100 -2
  70. package/behaviors/registry/infra/atoms/std-notification-center.orb +36 -1
  71. package/behaviors/registry/infra/atoms/std-notify-on-event.orb +69 -4
  72. package/behaviors/registry/infra/atoms/std-row-access-control.orb +16 -1
  73. package/behaviors/registry/ml/atoms/std-data-collector.orb +7 -4
  74. package/behaviors/registry/ml/atoms/std-graph-builder.orb +29 -3
  75. package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +10 -4
  76. package/behaviors/registry/ml/atoms/std-ml-infer.orb +12 -6
  77. package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +15 -6
  78. package/behaviors/registry/ml/atoms/std-ml-lookup.orb +17 -7
  79. package/behaviors/registry/ml/atoms/std-tokenizer.orb +5 -2
  80. package/behaviors/registry/ml/atoms/std-weight-validator.orb +44 -6
  81. package/behaviors/registry/ml/organisms/std-escalating-decision.orb +31 -4
  82. package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +38 -3
  83. package/behaviors/registry/ui/core/atoms/std-app-layout.orb +18 -2
  84. package/behaviors/registry/ui/core/atoms/std-app-search.orb +34 -2
  85. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +104 -2
  86. package/behaviors/registry/ui/core/atoms/std-board.orb +16 -1
  87. package/behaviors/registry/ui/core/atoms/std-browse.orb +58 -2
  88. package/behaviors/registry/ui/core/atoms/std-calendar.orb +92 -2
  89. package/behaviors/registry/ui/core/atoms/std-confirmation.orb +57 -2
  90. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +112 -2
  91. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +96 -2
  92. package/behaviors/registry/ui/core/atoms/std-event-log.orb +16 -1
  93. package/behaviors/registry/ui/core/atoms/std-file-store.orb +100 -3
  94. package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +96 -2
  95. package/behaviors/registry/ui/core/atoms/std-gallery.orb +62 -2
  96. package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +142 -4
  97. package/behaviors/registry/ui/core/atoms/std-import.orb +119 -4
  98. package/behaviors/registry/ui/core/atoms/std-list.orb +62 -2
  99. package/behaviors/registry/ui/core/atoms/std-modal.orb +58 -2
  100. package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -1
  101. package/behaviors/registry/ui/core/atoms/std-pagination.orb +34 -2
  102. package/behaviors/registry/ui/core/atoms/std-rating-review.orb +320 -13
  103. package/behaviors/registry/ui/core/atoms/std-record-detail.orb +111 -2
  104. package/behaviors/registry/ui/core/atoms/std-recurrence.orb +16 -1
  105. package/behaviors/registry/ui/core/atoms/std-related.orb +26 -2
  106. package/behaviors/registry/ui/core/atoms/std-saved-search.orb +84 -2
  107. package/behaviors/registry/ui/core/atoms/std-selection.orb +52 -2
  108. package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +74 -2
  109. package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -1
  110. package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +252 -6
  111. package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +68 -2
  112. package/behaviors/registry/ui/core/atoms/std-thread.orb +106 -2
  113. package/behaviors/registry/ui/core/atoms/std-tree.orb +52 -2
  114. package/behaviors/registry/ui/core/atoms/std-version-history.orb +210 -4
  115. package/behaviors/registry/ui/core/atoms/std-vote.orb +54 -2
  116. package/behaviors/registry/ui/core/atoms/std-wizard.orb +16 -1
  117. package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +27 -0
  118. package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +27 -0
  119. package/behaviors/registry/ui/core/atoms/ui-avatar.orb +1 -1
  120. package/behaviors/registry/ui/core/atoms/ui-badge.orb +1 -1
  121. package/behaviors/registry/ui/core/atoms/ui-center.orb +1 -1
  122. package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +3 -70
  123. package/behaviors/registry/ui/core/atoms/ui-input.orb +3 -83
  124. package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +58 -2
  125. package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +50 -2
  126. package/behaviors/registry/ui/core/molecules/ui-carousel.orb +48 -4
  127. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +1 -1
  128. package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +16 -19
  129. package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +18 -2
  130. package/behaviors/registry/ui/core/molecules/ui-data-list.orb +18 -2
  131. package/behaviors/registry/ui/core/molecules/ui-document-details.orb +18 -2
  132. package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +2 -1
  133. package/behaviors/registry/ui/core/molecules/ui-flex.orb +3 -3
  134. package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +7 -10
  135. package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +2 -2
  136. package/behaviors/registry/ui/core/molecules/ui-input-group.orb +3 -84
  137. package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +1 -1
  138. package/behaviors/registry/ui/core/molecules/ui-notification.orb +1 -1
  139. package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +9 -27
  140. package/behaviors/registry/ui/core/molecules/ui-page-header.orb +2 -2
  141. package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +82 -2
  142. package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +208 -4
  143. package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +2 -1
  144. package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +18 -2
  145. package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +1 -1
  146. package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +125 -19
  147. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +18 -2
  148. package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +48 -2
  149. package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
  150. package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +20 -4
  151. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +18 -2
  152. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +18 -2
  153. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +20 -4
  154. package/behaviors/registry/ui/core/organisms/ui-form-section.orb +18 -2
  155. package/behaviors/registry/ui/core/organisms/ui-form.orb +18 -2
  156. package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +18 -2
  157. package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +18 -2
  158. package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +18 -2
  159. package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +301 -21
  160. package/behaviors/registry/ui/core/organisms/ui-timeline.orb +18 -2
  161. package/behaviors/registry/ui/core/templates/ui-counter-template.orb +66 -2
  162. package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +18 -2
  163. package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +72 -2
  164. package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +72 -2
  165. package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +28 -2
  166. package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +72 -2
  167. package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +152 -2
  168. package/behaviors/registry/ui/game/atoms/std-gather.orb +72 -2
  169. package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +72 -2
  170. package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +9 -3
  171. package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +72 -2
  172. package/behaviors/registry/ui/game/atoms/std-patience.orb +72 -2
  173. package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +9 -3
  174. package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +11 -0
  175. package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +11 -0
  176. package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +11 -0
  177. package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +1028 -112
  178. package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +3 -3
  179. package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +1 -1
  180. package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +152 -2
  181. package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +112 -2
  182. package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +86 -4
  183. package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +1 -1
  184. package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +2 -2
  185. package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -2
  186. package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +18 -2
  187. package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +18 -2
  188. package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +66 -2
  189. package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +58 -2
  190. package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +98 -2
  191. package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +82 -2
  192. package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +66 -2
  193. package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +34 -2
  194. package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +50 -2
  195. package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +58 -2
  196. package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +66 -2
  197. package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +50 -2
  198. package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +106 -2
  199. package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +66 -2
  200. package/canonical-operators.json +0 -40
  201. package/dist/behaviors/exports-reader.js +8003 -869
  202. package/dist/behaviors/functions/index.d.ts +190 -184
  203. package/dist/behaviors/functions/index.js +8003 -869
  204. package/dist/behaviors/index.d.ts +1 -1
  205. package/dist/behaviors/index.js +8003 -869
  206. package/dist/behaviors/query.js +8003 -869
  207. package/dist/behaviors-embeddings.hash.json +3 -3
  208. package/dist/behaviors-embeddings.json +9 -9
  209. package/dist/behaviors-registry.json +910 -229
  210. package/dist/index.d.ts +3 -3
  211. package/dist/index.js +8003 -891
  212. package/dist/knob-embeddings.hash.json +3 -3
  213. package/dist/knob-embeddings.json +1 -1
  214. package/dist/modules/anim.d.ts +1 -1
  215. package/dist/modules/array.d.ts +1 -1
  216. package/dist/modules/array.js +0 -11
  217. package/dist/modules/async.d.ts +1 -1
  218. package/dist/modules/behavior.d.ts +1 -1
  219. package/dist/modules/browser.d.ts +1 -1
  220. package/dist/modules/composition.d.ts +1 -1
  221. package/dist/modules/contract.d.ts +1 -1
  222. package/dist/modules/core.d.ts +1 -1
  223. package/dist/modules/data.d.ts +1 -1
  224. package/dist/modules/ease.d.ts +1 -1
  225. package/dist/modules/format.d.ts +1 -1
  226. package/dist/modules/geo.d.ts +1 -1
  227. package/dist/modules/graph.d.ts +1 -1
  228. package/dist/modules/grid.d.ts +1 -1
  229. package/dist/modules/index.d.ts +1 -1
  230. package/dist/modules/index.js +0 -22
  231. package/dist/modules/integration.d.ts +1 -1
  232. package/dist/modules/llm.d.ts +1 -1
  233. package/dist/modules/math.d.ts +1 -1
  234. package/dist/modules/memory.d.ts +1 -1
  235. package/dist/modules/nn.d.ts +1 -1
  236. package/dist/modules/noise.d.ts +1 -1
  237. package/dist/modules/object.d.ts +1 -1
  238. package/dist/modules/object.js +0 -11
  239. package/dist/modules/os.d.ts +1 -1
  240. package/dist/modules/path.d.ts +1 -1
  241. package/dist/modules/prob.d.ts +1 -1
  242. package/dist/modules/session.d.ts +1 -1
  243. package/dist/modules/str.d.ts +1 -1
  244. package/dist/modules/tensor.d.ts +1 -1
  245. package/dist/modules/time.d.ts +1 -1
  246. package/dist/modules/trace.d.ts +1 -1
  247. package/dist/modules/train.d.ts +1 -1
  248. package/dist/modules/validate.d.ts +1 -1
  249. package/dist/modules/vector.d.ts +1 -1
  250. package/dist/modules/workspace.d.ts +1 -1
  251. package/dist/registry/factory-signatures.json +1 -1
  252. package/dist/registry.d.ts +1 -1
  253. package/dist/registry.js +0 -22
  254. package/dist/{types-BXWzEjFm.d.ts → types-C-Yerb4-.d.ts} +1 -1
  255. package/i18n/ar.json +433 -0
  256. package/i18n/en.json +433 -0
  257. package/i18n/sl.json +433 -0
  258. package/package.json +21 -8
@@ -575,8 +575,60 @@
575
575
  "eventId": "evt_01KXG04HT2N50KDC1MN8M0YGFJ",
576
576
  "payloadSchema": [
577
577
  {
578
+ "entity": "ThreadPost",
578
579
  "name": "data",
579
- "type": "[ThreadPost]"
580
+ "properties": [
581
+ {
582
+ "name": "id",
583
+ "required": true,
584
+ "type": "string"
585
+ },
586
+ {
587
+ "name": "parentId",
588
+ "type": "string"
589
+ },
590
+ {
591
+ "name": "threadRootId",
592
+ "required": true,
593
+ "type": "string"
594
+ },
595
+ {
596
+ "name": "authorId",
597
+ "required": true,
598
+ "type": "string"
599
+ },
600
+ {
601
+ "name": "authorName",
602
+ "required": true,
603
+ "type": "string"
604
+ },
605
+ {
606
+ "name": "content",
607
+ "required": true,
608
+ "type": "string"
609
+ },
610
+ {
611
+ "name": "createdAt",
612
+ "type": "string"
613
+ },
614
+ {
615
+ "name": "voteCount",
616
+ "type": "number"
617
+ },
618
+ {
619
+ "name": "replyCount",
620
+ "type": "number"
621
+ },
622
+ {
623
+ "name": "replies",
624
+ "type": "[ThreadPost]"
625
+ },
626
+ {
627
+ "name": "focusedRow",
628
+ "type": "Map<string,scalar>"
629
+ }
630
+ ],
631
+ "type": "[object]"
580
632
  }
581
633
  ],
582
634
  "synonyms": "loaded, fetched, retrieved",
@@ -708,8 +760,60 @@
708
760
  "name": "ThreadPost loaded",
709
761
  "payloadSchema": [
710
762
  {
763
+ "entity": "ThreadPost",
711
764
  "name": "data",
712
- "type": "[ThreadPost]"
765
+ "properties": [
766
+ {
767
+ "name": "id",
768
+ "required": true,
769
+ "type": "string"
770
+ },
771
+ {
772
+ "name": "parentId",
773
+ "type": "string"
774
+ },
775
+ {
776
+ "name": "threadRootId",
777
+ "required": true,
778
+ "type": "string"
779
+ },
780
+ {
781
+ "name": "authorId",
782
+ "required": true,
783
+ "type": "string"
784
+ },
785
+ {
786
+ "name": "authorName",
787
+ "required": true,
788
+ "type": "string"
789
+ },
790
+ {
791
+ "name": "content",
792
+ "required": true,
793
+ "type": "string"
794
+ },
795
+ {
796
+ "name": "createdAt",
797
+ "type": "string"
798
+ },
799
+ {
800
+ "name": "voteCount",
801
+ "type": "number"
802
+ },
803
+ {
804
+ "name": "replyCount",
805
+ "type": "number"
806
+ },
807
+ {
808
+ "name": "replies",
809
+ "type": "[ThreadPost]"
810
+ },
811
+ {
812
+ "name": "focusedRow",
813
+ "type": "Map<string,scalar>"
814
+ }
815
+ ],
816
+ "type": "[object]"
713
817
  }
714
818
  ],
715
819
  "synonyms": "loaded, fetched, retrieved",
@@ -362,8 +362,33 @@
362
362
  "eventId": "evt_01M0RYHNM5058FKQ52DVA4S9HP",
363
363
  "payloadSchema": [
364
364
  {
365
+ "entity": "TreeNode",
365
366
  "name": "data",
366
- "type": "[TreeNode]"
367
+ "properties": [
368
+ {
369
+ "name": "id",
370
+ "required": true,
371
+ "type": "string"
372
+ },
373
+ {
374
+ "name": "name",
375
+ "required": true,
376
+ "type": "string"
377
+ },
378
+ {
379
+ "name": "parentId",
380
+ "type": "string"
381
+ },
382
+ {
383
+ "name": "icon",
384
+ "type": "string"
385
+ },
386
+ {
387
+ "name": "createdAt",
388
+ "type": "string"
389
+ }
390
+ ],
391
+ "type": "[object]"
367
392
  }
368
393
  ],
369
394
  "synonyms": "loaded, fetched, retrieved, ready",
@@ -429,8 +454,33 @@
429
454
  "name": "TreeNode loaded",
430
455
  "payloadSchema": [
431
456
  {
457
+ "entity": "TreeNode",
432
458
  "name": "data",
433
- "type": "[TreeNode]"
459
+ "properties": [
460
+ {
461
+ "name": "id",
462
+ "required": true,
463
+ "type": "string"
464
+ },
465
+ {
466
+ "name": "name",
467
+ "required": true,
468
+ "type": "string"
469
+ },
470
+ {
471
+ "name": "parentId",
472
+ "type": "string"
473
+ },
474
+ {
475
+ "name": "icon",
476
+ "type": "string"
477
+ },
478
+ {
479
+ "name": "createdAt",
480
+ "type": "string"
481
+ }
482
+ ],
483
+ "type": "[object]"
434
484
  }
435
485
  ],
436
486
  "synonyms": "loaded, fetched, retrieved, ready",
@@ -335,6 +335,7 @@
335
335
  "type": "string"
336
336
  },
337
337
  {
338
+ "entity": "Revision",
338
339
  "name": "row",
339
340
  "properties": [
340
341
  {
@@ -420,8 +421,59 @@
420
421
  "type": "string"
421
422
  },
422
423
  {
424
+ "entity": "Revision",
423
425
  "name": "revisions",
424
- "type": "[Revision]"
426
+ "properties": [
427
+ {
428
+ "name": "id",
429
+ "required": true,
430
+ "type": "string"
431
+ },
432
+ {
433
+ "name": "documentId",
434
+ "required": true,
435
+ "type": "string"
436
+ },
437
+ {
438
+ "name": "documentType",
439
+ "required": true,
440
+ "type": "string"
441
+ },
442
+ {
443
+ "name": "versionNumber",
444
+ "required": true,
445
+ "type": "number"
446
+ },
447
+ {
448
+ "name": "authorId",
449
+ "type": "string"
450
+ },
451
+ {
452
+ "name": "authorName",
453
+ "type": "string"
454
+ },
455
+ {
456
+ "name": "content",
457
+ "type": "string"
458
+ },
459
+ {
460
+ "name": "summary",
461
+ "type": "string"
462
+ },
463
+ {
464
+ "name": "searchTerm",
465
+ "type": "string"
466
+ },
467
+ {
468
+ "name": "createdAt",
469
+ "type": "string"
470
+ },
471
+ {
472
+ "name": "scopeKey",
473
+ "type": "string"
474
+ }
475
+ ],
476
+ "type": "[object]"
425
477
  }
426
478
  ],
427
479
  "synonyms": "compare, diff, contrast",
@@ -447,8 +499,59 @@
447
499
  "eventId": "evt_01KXG04HVBDSC5Z57AVTE0FN13",
448
500
  "payloadSchema": [
449
501
  {
502
+ "entity": "Revision",
450
503
  "name": "data",
451
- "type": "[Revision]"
504
+ "properties": [
505
+ {
506
+ "name": "id",
507
+ "required": true,
508
+ "type": "string"
509
+ },
510
+ {
511
+ "name": "documentId",
512
+ "required": true,
513
+ "type": "string"
514
+ },
515
+ {
516
+ "name": "documentType",
517
+ "required": true,
518
+ "type": "string"
519
+ },
520
+ {
521
+ "name": "versionNumber",
522
+ "required": true,
523
+ "type": "number"
524
+ },
525
+ {
526
+ "name": "authorId",
527
+ "type": "string"
528
+ },
529
+ {
530
+ "name": "authorName",
531
+ "type": "string"
532
+ },
533
+ {
534
+ "name": "content",
535
+ "type": "string"
536
+ },
537
+ {
538
+ "name": "summary",
539
+ "type": "string"
540
+ },
541
+ {
542
+ "name": "searchTerm",
543
+ "type": "string"
544
+ },
545
+ {
546
+ "name": "createdAt",
547
+ "type": "string"
548
+ },
549
+ {
550
+ "name": "scopeKey",
551
+ "type": "string"
552
+ }
553
+ ],
554
+ "type": "[object]"
452
555
  }
453
556
  ],
454
557
  "synonyms": "loaded, fetched, retrieved, available",
@@ -592,8 +695,59 @@
592
695
  "name": "Revision loaded",
593
696
  "payloadSchema": [
594
697
  {
698
+ "entity": "Revision",
595
699
  "name": "data",
596
- "type": "[Revision]"
700
+ "properties": [
701
+ {
702
+ "name": "id",
703
+ "required": true,
704
+ "type": "string"
705
+ },
706
+ {
707
+ "name": "documentId",
708
+ "required": true,
709
+ "type": "string"
710
+ },
711
+ {
712
+ "name": "documentType",
713
+ "required": true,
714
+ "type": "string"
715
+ },
716
+ {
717
+ "name": "versionNumber",
718
+ "required": true,
719
+ "type": "number"
720
+ },
721
+ {
722
+ "name": "authorId",
723
+ "type": "string"
724
+ },
725
+ {
726
+ "name": "authorName",
727
+ "type": "string"
728
+ },
729
+ {
730
+ "name": "content",
731
+ "type": "string"
732
+ },
733
+ {
734
+ "name": "summary",
735
+ "type": "string"
736
+ },
737
+ {
738
+ "name": "searchTerm",
739
+ "type": "string"
740
+ },
741
+ {
742
+ "name": "createdAt",
743
+ "type": "string"
744
+ },
745
+ {
746
+ "name": "scopeKey",
747
+ "type": "string"
748
+ }
749
+ ],
750
+ "type": "[object]"
597
751
  }
598
752
  ],
599
753
  "synonyms": "loaded, fetched, retrieved, available",
@@ -720,6 +874,7 @@
720
874
  "type": "string"
721
875
  },
722
876
  {
877
+ "entity": "Revision",
723
878
  "name": "row",
724
879
  "properties": [
725
880
  {
@@ -822,8 +977,59 @@
822
977
  "type": "string"
823
978
  },
824
979
  {
980
+ "entity": "Revision",
825
981
  "name": "revisions",
826
- "type": "[Revision]"
982
+ "properties": [
983
+ {
984
+ "name": "id",
985
+ "required": true,
986
+ "type": "string"
987
+ },
988
+ {
989
+ "name": "documentId",
990
+ "required": true,
991
+ "type": "string"
992
+ },
993
+ {
994
+ "name": "documentType",
995
+ "required": true,
996
+ "type": "string"
997
+ },
998
+ {
999
+ "name": "versionNumber",
1000
+ "required": true,
1001
+ "type": "number"
1002
+ },
1003
+ {
1004
+ "name": "authorId",
1005
+ "type": "string"
1006
+ },
1007
+ {
1008
+ "name": "authorName",
1009
+ "type": "string"
1010
+ },
1011
+ {
1012
+ "name": "content",
1013
+ "type": "string"
1014
+ },
1015
+ {
1016
+ "name": "summary",
1017
+ "type": "string"
1018
+ },
1019
+ {
1020
+ "name": "searchTerm",
1021
+ "type": "string"
1022
+ },
1023
+ {
1024
+ "name": "createdAt",
1025
+ "type": "string"
1026
+ },
1027
+ {
1028
+ "name": "scopeKey",
1029
+ "type": "string"
1030
+ }
1031
+ ],
1032
+ "type": "[object]"
827
1033
  }
828
1034
  ],
829
1035
  "synonyms": "compare, diff, contrast",
@@ -225,8 +225,34 @@
225
225
  "eventId": "evt_01KXG04HWV741THMJ5026771A0",
226
226
  "payloadSchema": [
227
227
  {
228
+ "entity": "Vote",
228
229
  "name": "data",
229
- "type": "[Vote]"
230
+ "properties": [
231
+ {
232
+ "name": "id",
233
+ "required": true,
234
+ "type": "string"
235
+ },
236
+ {
237
+ "name": "targetId",
238
+ "required": true,
239
+ "type": "string"
240
+ },
241
+ {
242
+ "name": "voterId",
243
+ "required": true,
244
+ "type": "string"
245
+ },
246
+ {
247
+ "name": "direction",
248
+ "type": "string"
249
+ },
250
+ {
251
+ "name": "createdAt",
252
+ "type": "string"
253
+ }
254
+ ],
255
+ "type": "[object]"
230
256
  }
231
257
  ],
232
258
  "synonyms": "loaded, fetched, retrieved",
@@ -311,8 +337,34 @@
311
337
  "name": "Vote loaded",
312
338
  "payloadSchema": [
313
339
  {
340
+ "entity": "Vote",
314
341
  "name": "data",
315
- "type": "[Vote]"
342
+ "properties": [
343
+ {
344
+ "name": "id",
345
+ "required": true,
346
+ "type": "string"
347
+ },
348
+ {
349
+ "name": "targetId",
350
+ "required": true,
351
+ "type": "string"
352
+ },
353
+ {
354
+ "name": "voterId",
355
+ "required": true,
356
+ "type": "string"
357
+ },
358
+ {
359
+ "name": "direction",
360
+ "type": "string"
361
+ },
362
+ {
363
+ "name": "createdAt",
364
+ "type": "string"
365
+ }
366
+ ],
367
+ "type": "[object]"
316
368
  }
317
369
  ],
318
370
  "synonyms": "loaded, fetched, retrieved",
@@ -542,8 +542,23 @@
542
542
  "eventId": "evt_01KXG04HYZ0VD9GPZF1NZJ8KWM",
543
543
  "payloadSchema": [
544
544
  {
545
+ "entity": "ObjectSpec",
545
546
  "name": "data",
546
- "type": "[ObjectSpec]"
547
+ "properties": [
548
+ {
549
+ "name": "id",
550
+ "type": "string"
551
+ },
552
+ {
553
+ "name": "label",
554
+ "type": "string"
555
+ },
556
+ {
557
+ "name": "value",
558
+ "type": "string"
559
+ }
560
+ ],
561
+ "type": "[object]"
547
562
  }
548
563
  ],
549
564
  "synonyms": "ready, initialized, available",
@@ -90,6 +90,11 @@
90
90
  "description": "asset prop",
91
91
  "label": "Asset",
92
92
  "properties": {
93
+ "atlas": {
94
+ "name": "atlas",
95
+ "required": false,
96
+ "type": "string"
97
+ },
93
98
  "category": {
94
99
  "name": "category",
95
100
  "required": false,
@@ -99,6 +104,16 @@
99
104
  "name": "name",
100
105
  "required": false,
101
106
  "type": "string"
107
+ },
108
+ "sprite": {
109
+ "name": "sprite",
110
+ "required": false,
111
+ "type": "string"
112
+ },
113
+ "url": {
114
+ "name": "url",
115
+ "required": false,
116
+ "type": "string"
102
117
  }
103
118
  },
104
119
  "tier": "presentation",
@@ -222,6 +237,18 @@
222
237
  ],
223
238
  "types": {
224
239
  "AtlasImageAsset": [
240
+ {
241
+ "name": "url",
242
+ "type": "string"
243
+ },
244
+ {
245
+ "name": "atlas",
246
+ "type": "string"
247
+ },
248
+ {
249
+ "name": "sprite",
250
+ "type": "string"
251
+ },
225
252
  {
226
253
  "name": "name",
227
254
  "type": "string"
@@ -84,6 +84,11 @@
84
84
  "description": "asset prop",
85
85
  "label": "Asset",
86
86
  "properties": {
87
+ "atlas": {
88
+ "name": "atlas",
89
+ "required": false,
90
+ "type": "string"
91
+ },
87
92
  "category": {
88
93
  "name": "category",
89
94
  "required": false,
@@ -93,6 +98,16 @@
93
98
  "name": "name",
94
99
  "required": false,
95
100
  "type": "string"
101
+ },
102
+ "sprite": {
103
+ "name": "sprite",
104
+ "required": false,
105
+ "type": "string"
106
+ },
107
+ "url": {
108
+ "name": "url",
109
+ "required": false,
110
+ "type": "string"
96
111
  }
97
112
  },
98
113
  "tier": "presentation",
@@ -208,6 +223,18 @@
208
223
  ],
209
224
  "types": {
210
225
  "AtlasPanelAsset": [
226
+ {
227
+ "name": "url",
228
+ "type": "string"
229
+ },
230
+ {
231
+ "name": "atlas",
232
+ "type": "string"
233
+ },
234
+ {
235
+ "name": "sprite",
236
+ "type": "string"
237
+ },
211
238
  {
212
239
  "name": "name",
213
240
  "type": "string"
@@ -121,7 +121,7 @@
121
121
  "description": "Badge content (e.g., notification count)",
122
122
  "label": "Badge",
123
123
  "tier": "presentation",
124
- "type": "string"
124
+ "type": "scalar"
125
125
  },
126
126
  "className": {
127
127
  "description": "Additional CSS classes",
@@ -190,7 +190,7 @@
190
190
  "description": "Badge label text (alternative to children for schema-driven rendering). Numeric values are auto-coerced to string for rendering — common case is unread counts, error counts, status codes, etc.",
191
191
  "label": "Label",
192
192
  "tier": "presentation",
193
- "type": "string"
193
+ "type": "scalar"
194
194
  },
195
195
  "onRemove": {
196
196
  "default": "",
@@ -124,7 +124,7 @@
124
124
  "description": "Minimum height (useful for vertical centering)",
125
125
  "label": "Min Height",
126
126
  "tier": "presentation",
127
- "type": "string"
127
+ "type": "scalar"
128
128
  },
129
129
  "style": {
130
130
  "default": {},