@almadar/std 16.207.0 → 16.209.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 (259) 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 +168 -4
  68. package/behaviors/registry/infra/atoms/std-migration-job.orb +181 -26
  69. package/behaviors/registry/infra/atoms/std-mod-queue.orb +102 -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/infra/atoms/std-status-lifecycle.orb +2 -0
  74. package/behaviors/registry/ml/atoms/std-data-collector.orb +7 -4
  75. package/behaviors/registry/ml/atoms/std-graph-builder.orb +29 -3
  76. package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +10 -4
  77. package/behaviors/registry/ml/atoms/std-ml-infer.orb +12 -6
  78. package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +15 -6
  79. package/behaviors/registry/ml/atoms/std-ml-lookup.orb +17 -7
  80. package/behaviors/registry/ml/atoms/std-tokenizer.orb +5 -2
  81. package/behaviors/registry/ml/atoms/std-weight-validator.orb +44 -6
  82. package/behaviors/registry/ml/organisms/std-escalating-decision.orb +31 -4
  83. package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +38 -3
  84. package/behaviors/registry/ui/core/atoms/std-app-layout.orb +18 -2
  85. package/behaviors/registry/ui/core/atoms/std-app-search.orb +34 -2
  86. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +104 -2
  87. package/behaviors/registry/ui/core/atoms/std-board.orb +16 -1
  88. package/behaviors/registry/ui/core/atoms/std-browse.orb +58 -2
  89. package/behaviors/registry/ui/core/atoms/std-calendar.orb +92 -2
  90. package/behaviors/registry/ui/core/atoms/std-confirmation.orb +57 -2
  91. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +112 -2
  92. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +96 -2
  93. package/behaviors/registry/ui/core/atoms/std-event-log.orb +16 -1
  94. package/behaviors/registry/ui/core/atoms/std-file-store.orb +100 -3
  95. package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +96 -2
  96. package/behaviors/registry/ui/core/atoms/std-gallery.orb +62 -2
  97. package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +144 -4
  98. package/behaviors/registry/ui/core/atoms/std-import.orb +119 -4
  99. package/behaviors/registry/ui/core/atoms/std-list.orb +62 -2
  100. package/behaviors/registry/ui/core/atoms/std-modal.orb +58 -2
  101. package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -1
  102. package/behaviors/registry/ui/core/atoms/std-pagination.orb +34 -2
  103. package/behaviors/registry/ui/core/atoms/std-rating-review.orb +324 -13
  104. package/behaviors/registry/ui/core/atoms/std-record-detail.orb +111 -2
  105. package/behaviors/registry/ui/core/atoms/std-recurrence.orb +16 -1
  106. package/behaviors/registry/ui/core/atoms/std-related.orb +26 -2
  107. package/behaviors/registry/ui/core/atoms/std-saved-search.orb +86 -2
  108. package/behaviors/registry/ui/core/atoms/std-selection.orb +52 -2
  109. package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +76 -2
  110. package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -1
  111. package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +254 -6
  112. package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +70 -2
  113. package/behaviors/registry/ui/core/atoms/std-thread.orb +108 -2
  114. package/behaviors/registry/ui/core/atoms/std-tree.orb +52 -2
  115. package/behaviors/registry/ui/core/atoms/std-version-history.orb +212 -4
  116. package/behaviors/registry/ui/core/atoms/std-vote.orb +54 -2
  117. package/behaviors/registry/ui/core/atoms/std-wizard.orb +16 -1
  118. package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +27 -0
  119. package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +27 -0
  120. package/behaviors/registry/ui/core/atoms/ui-avatar.orb +1 -1
  121. package/behaviors/registry/ui/core/atoms/ui-badge.orb +1 -1
  122. package/behaviors/registry/ui/core/atoms/ui-center.orb +1 -1
  123. package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +3 -70
  124. package/behaviors/registry/ui/core/atoms/ui-input.orb +3 -83
  125. package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +58 -2
  126. package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +50 -2
  127. package/behaviors/registry/ui/core/molecules/ui-carousel.orb +48 -4
  128. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +1 -1
  129. package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +16 -19
  130. package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +18 -2
  131. package/behaviors/registry/ui/core/molecules/ui-data-list.orb +18 -2
  132. package/behaviors/registry/ui/core/molecules/ui-document-details.orb +18 -2
  133. package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +2 -1
  134. package/behaviors/registry/ui/core/molecules/ui-flex.orb +3 -3
  135. package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +7 -10
  136. package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +2 -2
  137. package/behaviors/registry/ui/core/molecules/ui-input-group.orb +3 -84
  138. package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +1 -1
  139. package/behaviors/registry/ui/core/molecules/ui-notification.orb +1 -1
  140. package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +9 -27
  141. package/behaviors/registry/ui/core/molecules/ui-page-header.orb +2 -2
  142. package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +82 -2
  143. package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +208 -4
  144. package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +2 -1
  145. package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +18 -2
  146. package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +1 -1
  147. package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +125 -19
  148. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +18 -2
  149. package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +48 -2
  150. package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
  151. package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +20 -4
  152. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +18 -2
  153. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +18 -2
  154. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +20 -4
  155. package/behaviors/registry/ui/core/organisms/ui-form-section.orb +18 -2
  156. package/behaviors/registry/ui/core/organisms/ui-form.orb +18 -2
  157. package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +18 -2
  158. package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +18 -2
  159. package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +18 -2
  160. package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +301 -21
  161. package/behaviors/registry/ui/core/organisms/ui-timeline.orb +18 -2
  162. package/behaviors/registry/ui/core/templates/ui-counter-template.orb +66 -2
  163. package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +18 -2
  164. package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +72 -2
  165. package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +72 -2
  166. package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +28 -2
  167. package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +72 -2
  168. package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +152 -2
  169. package/behaviors/registry/ui/game/atoms/std-gather.orb +72 -2
  170. package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +72 -2
  171. package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +9 -3
  172. package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +72 -2
  173. package/behaviors/registry/ui/game/atoms/std-patience.orb +72 -2
  174. package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +9 -3
  175. package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +11 -0
  176. package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +11 -0
  177. package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +11 -0
  178. package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +1028 -112
  179. package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +3 -3
  180. package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +1 -1
  181. package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +152 -2
  182. package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +112 -2
  183. package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +86 -4
  184. package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +1 -1
  185. package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +2 -2
  186. package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -2
  187. package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +18 -2
  188. package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +18 -2
  189. package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +66 -2
  190. package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +58 -2
  191. package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +98 -2
  192. package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +82 -2
  193. package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +66 -2
  194. package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +34 -2
  195. package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +50 -2
  196. package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +58 -2
  197. package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +66 -2
  198. package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +50 -2
  199. package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +106 -2
  200. package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +66 -2
  201. package/canonical-operators.json +0 -40
  202. package/dist/behaviors/exports-reader.js +8025 -869
  203. package/dist/behaviors/functions/index.d.ts +190 -184
  204. package/dist/behaviors/functions/index.js +8025 -869
  205. package/dist/behaviors/index.d.ts +1 -1
  206. package/dist/behaviors/index.js +8025 -869
  207. package/dist/behaviors/query.js +8025 -869
  208. package/dist/behaviors-embeddings.hash.json +3 -3
  209. package/dist/behaviors-embeddings.json +9 -9
  210. package/dist/behaviors-registry.json +910 -229
  211. package/dist/index.d.ts +3 -3
  212. package/dist/index.js +8025 -891
  213. package/dist/knob-embeddings.hash.json +3 -3
  214. package/dist/knob-embeddings.json +1 -1
  215. package/dist/modules/anim.d.ts +1 -1
  216. package/dist/modules/array.d.ts +1 -1
  217. package/dist/modules/array.js +0 -11
  218. package/dist/modules/async.d.ts +1 -1
  219. package/dist/modules/behavior.d.ts +1 -1
  220. package/dist/modules/browser.d.ts +1 -1
  221. package/dist/modules/composition.d.ts +1 -1
  222. package/dist/modules/contract.d.ts +1 -1
  223. package/dist/modules/core.d.ts +1 -1
  224. package/dist/modules/data.d.ts +1 -1
  225. package/dist/modules/ease.d.ts +1 -1
  226. package/dist/modules/format.d.ts +1 -1
  227. package/dist/modules/geo.d.ts +1 -1
  228. package/dist/modules/graph.d.ts +1 -1
  229. package/dist/modules/grid.d.ts +1 -1
  230. package/dist/modules/index.d.ts +1 -1
  231. package/dist/modules/index.js +0 -22
  232. package/dist/modules/integration.d.ts +1 -1
  233. package/dist/modules/llm.d.ts +1 -1
  234. package/dist/modules/math.d.ts +1 -1
  235. package/dist/modules/memory.d.ts +1 -1
  236. package/dist/modules/nn.d.ts +1 -1
  237. package/dist/modules/noise.d.ts +1 -1
  238. package/dist/modules/object.d.ts +1 -1
  239. package/dist/modules/object.js +0 -11
  240. package/dist/modules/os.d.ts +1 -1
  241. package/dist/modules/path.d.ts +1 -1
  242. package/dist/modules/prob.d.ts +1 -1
  243. package/dist/modules/session.d.ts +1 -1
  244. package/dist/modules/str.d.ts +1 -1
  245. package/dist/modules/tensor.d.ts +1 -1
  246. package/dist/modules/time.d.ts +1 -1
  247. package/dist/modules/trace.d.ts +1 -1
  248. package/dist/modules/train.d.ts +1 -1
  249. package/dist/modules/validate.d.ts +1 -1
  250. package/dist/modules/vector.d.ts +1 -1
  251. package/dist/modules/workspace.d.ts +1 -1
  252. package/dist/registry/factory-signatures.json +1 -1
  253. package/dist/registry.d.ts +1 -1
  254. package/dist/registry.js +0 -22
  255. package/dist/{types-BXWzEjFm.d.ts → types-C-Yerb4-.d.ts} +1 -1
  256. package/i18n/ar.json +433 -0
  257. package/i18n/en.json +433 -0
  258. package/i18n/sl.json +433 -0
  259. package/package.json +21 -8
@@ -321,8 +321,41 @@
321
321
  "eventId": "evt_01KXG04HRK5JW35BWPQ6WZ34HP",
322
322
  "payloadSchema": [
323
323
  {
324
+ "entity": "Tag",
324
325
  "name": "data",
325
- "type": "[Tag]"
326
+ "properties": [
327
+ {
328
+ "name": "id",
329
+ "required": true,
330
+ "type": "string"
331
+ },
332
+ {
333
+ "name": "name",
334
+ "required": true,
335
+ "type": "string"
336
+ },
337
+ {
338
+ "name": "parentId",
339
+ "type": "Tag"
340
+ },
341
+ {
342
+ "name": "slug",
343
+ "type": "string"
344
+ },
345
+ {
346
+ "name": "color",
347
+ "type": "string"
348
+ },
349
+ {
350
+ "name": "count",
351
+ "type": "number"
352
+ },
353
+ {
354
+ "name": "createdAt",
355
+ "type": "string"
356
+ }
357
+ ],
358
+ "type": "[object]"
326
359
  }
327
360
  ],
328
361
  "synonyms": "loaded, fetched, received, ready",
@@ -414,6 +447,7 @@
414
447
  "description": "A new tag row persisted; the open level refetches to show it.",
415
448
  "event": "TagCreated",
416
449
  "eventId": "evt_01M169QR0DZVZ04SDSQ1PSM3HR",
450
+ "payloadEntity": "Tag",
417
451
  "payloadSchema": [
418
452
  {
419
453
  "name": "id",
@@ -504,8 +538,41 @@
504
538
  "name": "Tag loaded",
505
539
  "payloadSchema": [
506
540
  {
541
+ "entity": "Tag",
507
542
  "name": "data",
508
- "type": "[Tag]"
543
+ "properties": [
544
+ {
545
+ "name": "id",
546
+ "required": true,
547
+ "type": "string"
548
+ },
549
+ {
550
+ "name": "name",
551
+ "required": true,
552
+ "type": "string"
553
+ },
554
+ {
555
+ "name": "parentId",
556
+ "type": "Tag"
557
+ },
558
+ {
559
+ "name": "slug",
560
+ "type": "string"
561
+ },
562
+ {
563
+ "name": "color",
564
+ "type": "string"
565
+ },
566
+ {
567
+ "name": "count",
568
+ "type": "number"
569
+ },
570
+ {
571
+ "name": "createdAt",
572
+ "type": "string"
573
+ }
574
+ ],
575
+ "type": "[object]"
509
576
  }
510
577
  ],
511
578
  "synonyms": "loaded, fetched, received, ready",
@@ -595,6 +662,7 @@
595
662
  "id": "evt_01M169QR0DZVZ04SDSQ1PSM3HR",
596
663
  "key": "TagCreated",
597
664
  "name": "Tag created",
665
+ "payloadEntity": "Tag",
598
666
  "payloadSchema": [
599
667
  {
600
668
  "name": "id",
@@ -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",
@@ -603,6 +655,7 @@
603
655
  "description": "A new post has been added to the thread — payload is the created ThreadPost row itself (flat: ?id, ?threadRootId, ?authorId, ?content, …), not wrapped under a row field.",
604
656
  "event": "ThreadPostCreated",
605
657
  "eventId": "evt_01KXG04HT2S9KW2Z1Y8QEM91RG",
658
+ "payloadEntity": "ThreadPost",
606
659
  "payloadSchema": [
607
660
  {
608
661
  "name": "id",
@@ -708,8 +761,60 @@
708
761
  "name": "ThreadPost loaded",
709
762
  "payloadSchema": [
710
763
  {
764
+ "entity": "ThreadPost",
711
765
  "name": "data",
712
- "type": "[ThreadPost]"
766
+ "properties": [
767
+ {
768
+ "name": "id",
769
+ "required": true,
770
+ "type": "string"
771
+ },
772
+ {
773
+ "name": "parentId",
774
+ "type": "string"
775
+ },
776
+ {
777
+ "name": "threadRootId",
778
+ "required": true,
779
+ "type": "string"
780
+ },
781
+ {
782
+ "name": "authorId",
783
+ "required": true,
784
+ "type": "string"
785
+ },
786
+ {
787
+ "name": "authorName",
788
+ "required": true,
789
+ "type": "string"
790
+ },
791
+ {
792
+ "name": "content",
793
+ "required": true,
794
+ "type": "string"
795
+ },
796
+ {
797
+ "name": "createdAt",
798
+ "type": "string"
799
+ },
800
+ {
801
+ "name": "voteCount",
802
+ "type": "number"
803
+ },
804
+ {
805
+ "name": "replyCount",
806
+ "type": "number"
807
+ },
808
+ {
809
+ "name": "replies",
810
+ "type": "[ThreadPost]"
811
+ },
812
+ {
813
+ "name": "focusedRow",
814
+ "type": "Map<string,scalar>"
815
+ }
816
+ ],
817
+ "type": "[object]"
713
818
  }
714
819
  ],
715
820
  "synonyms": "loaded, fetched, retrieved",
@@ -775,6 +880,7 @@
775
880
  "id": "evt_01KXG04HT2S9KW2Z1Y8QEM91RG",
776
881
  "key": "ThreadPostCreated",
777
882
  "name": "ThreadPost created",
883
+ "payloadEntity": "ThreadPost",
778
884
  "payloadSchema": [
779
885
  {
780
886
  "name": "id",
@@ -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",
@@ -475,6 +578,7 @@
475
578
  "description": "Indicates a revision has been successfully restored to a previous state.",
476
579
  "event": "RevisionRolledBack",
477
580
  "eventId": "evt_01KXG04HVBATTVD4EEQ7M0KAJR",
581
+ "payloadEntity": "Revision",
478
582
  "payloadSchema": [
479
583
  {
480
584
  "name": "id",
@@ -592,8 +696,59 @@
592
696
  "name": "Revision loaded",
593
697
  "payloadSchema": [
594
698
  {
699
+ "entity": "Revision",
595
700
  "name": "data",
596
- "type": "[Revision]"
701
+ "properties": [
702
+ {
703
+ "name": "id",
704
+ "required": true,
705
+ "type": "string"
706
+ },
707
+ {
708
+ "name": "documentId",
709
+ "required": true,
710
+ "type": "string"
711
+ },
712
+ {
713
+ "name": "documentType",
714
+ "required": true,
715
+ "type": "string"
716
+ },
717
+ {
718
+ "name": "versionNumber",
719
+ "required": true,
720
+ "type": "number"
721
+ },
722
+ {
723
+ "name": "authorId",
724
+ "type": "string"
725
+ },
726
+ {
727
+ "name": "authorName",
728
+ "type": "string"
729
+ },
730
+ {
731
+ "name": "content",
732
+ "type": "string"
733
+ },
734
+ {
735
+ "name": "summary",
736
+ "type": "string"
737
+ },
738
+ {
739
+ "name": "searchTerm",
740
+ "type": "string"
741
+ },
742
+ {
743
+ "name": "createdAt",
744
+ "type": "string"
745
+ },
746
+ {
747
+ "name": "scopeKey",
748
+ "type": "string"
749
+ }
750
+ ],
751
+ "type": "[object]"
597
752
  }
598
753
  ],
599
754
  "synonyms": "loaded, fetched, retrieved, available",
@@ -604,6 +759,7 @@
604
759
  "id": "evt_01KXG04HVBATTVD4EEQ7M0KAJR",
605
760
  "key": "RevisionRolledBack",
606
761
  "name": "Revision rolled back",
762
+ "payloadEntity": "Revision",
607
763
  "payloadSchema": [
608
764
  {
609
765
  "name": "id",
@@ -720,6 +876,7 @@
720
876
  "type": "string"
721
877
  },
722
878
  {
879
+ "entity": "Revision",
723
880
  "name": "row",
724
881
  "properties": [
725
882
  {
@@ -822,8 +979,59 @@
822
979
  "type": "string"
823
980
  },
824
981
  {
982
+ "entity": "Revision",
825
983
  "name": "revisions",
826
- "type": "[Revision]"
984
+ "properties": [
985
+ {
986
+ "name": "id",
987
+ "required": true,
988
+ "type": "string"
989
+ },
990
+ {
991
+ "name": "documentId",
992
+ "required": true,
993
+ "type": "string"
994
+ },
995
+ {
996
+ "name": "documentType",
997
+ "required": true,
998
+ "type": "string"
999
+ },
1000
+ {
1001
+ "name": "versionNumber",
1002
+ "required": true,
1003
+ "type": "number"
1004
+ },
1005
+ {
1006
+ "name": "authorId",
1007
+ "type": "string"
1008
+ },
1009
+ {
1010
+ "name": "authorName",
1011
+ "type": "string"
1012
+ },
1013
+ {
1014
+ "name": "content",
1015
+ "type": "string"
1016
+ },
1017
+ {
1018
+ "name": "summary",
1019
+ "type": "string"
1020
+ },
1021
+ {
1022
+ "name": "searchTerm",
1023
+ "type": "string"
1024
+ },
1025
+ {
1026
+ "name": "createdAt",
1027
+ "type": "string"
1028
+ },
1029
+ {
1030
+ "name": "scopeKey",
1031
+ "type": "string"
1032
+ }
1033
+ ],
1034
+ "type": "[object]"
827
1035
  }
828
1036
  ],
829
1037
  "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",