@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
@@ -706,8 +706,23 @@
706
706
  "eventId": "evt_01KXG04H7ARDZ2P3VRHRG0ME9Y",
707
707
  "payloadSchema": [
708
708
  {
709
+ "entity": "ObjectSpec",
709
710
  "name": "data",
710
- "type": "[ObjectSpec]"
711
+ "properties": [
712
+ {
713
+ "name": "id",
714
+ "type": "string"
715
+ },
716
+ {
717
+ "name": "label",
718
+ "type": "string"
719
+ },
720
+ {
721
+ "name": "value",
722
+ "type": "string"
723
+ }
724
+ ],
725
+ "type": "[object]"
711
726
  }
712
727
  ],
713
728
  "synonyms": "loaded, fetched, ready, available",
@@ -734,6 +749,7 @@
734
749
  "description": "Indicates a review has been successfully saved.",
735
750
  "event": "ReviewSaved",
736
751
  "eventId": "evt_01KXG04H7APPVN7HPTPPFQQ4GM",
752
+ "payloadEntity": "ReviewView",
737
753
  "payloadSchema": [
738
754
  {
739
755
  "name": "id",
@@ -742,11 +758,73 @@
742
758
  },
743
759
  {
744
760
  "name": "reviews",
745
- "type": "[ReviewRow]"
761
+ "properties": [
762
+ {
763
+ "name": "id",
764
+ "required": true,
765
+ "type": "string"
766
+ },
767
+ {
768
+ "name": "rating",
769
+ "type": "number"
770
+ },
771
+ {
772
+ "name": "comment",
773
+ "type": "string"
774
+ },
775
+ {
776
+ "name": "authorName",
777
+ "type": "string"
778
+ },
779
+ {
780
+ "name": "avatarIcon",
781
+ "type": "string"
782
+ },
783
+ {
784
+ "name": "createdAt",
785
+ "type": "string"
786
+ },
787
+ {
788
+ "name": "helpful",
789
+ "type": "number"
790
+ }
791
+ ],
792
+ "type": "[object]"
746
793
  },
747
794
  {
748
795
  "name": "reviewsSource",
749
- "type": "[ReviewRow]"
796
+ "properties": [
797
+ {
798
+ "name": "id",
799
+ "required": true,
800
+ "type": "string"
801
+ },
802
+ {
803
+ "name": "rating",
804
+ "type": "number"
805
+ },
806
+ {
807
+ "name": "comment",
808
+ "type": "string"
809
+ },
810
+ {
811
+ "name": "authorName",
812
+ "type": "string"
813
+ },
814
+ {
815
+ "name": "avatarIcon",
816
+ "type": "string"
817
+ },
818
+ {
819
+ "name": "createdAt",
820
+ "type": "string"
821
+ },
822
+ {
823
+ "name": "helpful",
824
+ "type": "number"
825
+ }
826
+ ],
827
+ "type": "[object]"
750
828
  },
751
829
  {
752
830
  "name": "totalReviews",
@@ -758,7 +836,18 @@
758
836
  },
759
837
  {
760
838
  "name": "starDistribution",
761
- "type": "[StarBar]"
839
+ "properties": [
840
+ {
841
+ "name": "label",
842
+ "required": true,
843
+ "type": "string"
844
+ },
845
+ {
846
+ "name": "percentage",
847
+ "type": "number"
848
+ }
849
+ ],
850
+ "type": "[object]"
762
851
  },
763
852
  {
764
853
  "name": "currentSort",
@@ -865,6 +954,7 @@
865
954
  "id": "evt_01KXG04H7APPVN7HPTPPFQQ4GM",
866
955
  "key": "ReviewSaved",
867
956
  "name": "Review saved",
957
+ "payloadEntity": "ReviewView",
868
958
  "payloadSchema": [
869
959
  {
870
960
  "name": "id",
@@ -873,11 +963,73 @@
873
963
  },
874
964
  {
875
965
  "name": "reviews",
876
- "type": "[ReviewRow]"
966
+ "properties": [
967
+ {
968
+ "name": "id",
969
+ "required": true,
970
+ "type": "string"
971
+ },
972
+ {
973
+ "name": "rating",
974
+ "type": "number"
975
+ },
976
+ {
977
+ "name": "comment",
978
+ "type": "string"
979
+ },
980
+ {
981
+ "name": "authorName",
982
+ "type": "string"
983
+ },
984
+ {
985
+ "name": "avatarIcon",
986
+ "type": "string"
987
+ },
988
+ {
989
+ "name": "createdAt",
990
+ "type": "string"
991
+ },
992
+ {
993
+ "name": "helpful",
994
+ "type": "number"
995
+ }
996
+ ],
997
+ "type": "[object]"
877
998
  },
878
999
  {
879
1000
  "name": "reviewsSource",
880
- "type": "[ReviewRow]"
1001
+ "properties": [
1002
+ {
1003
+ "name": "id",
1004
+ "required": true,
1005
+ "type": "string"
1006
+ },
1007
+ {
1008
+ "name": "rating",
1009
+ "type": "number"
1010
+ },
1011
+ {
1012
+ "name": "comment",
1013
+ "type": "string"
1014
+ },
1015
+ {
1016
+ "name": "authorName",
1017
+ "type": "string"
1018
+ },
1019
+ {
1020
+ "name": "avatarIcon",
1021
+ "type": "string"
1022
+ },
1023
+ {
1024
+ "name": "createdAt",
1025
+ "type": "string"
1026
+ },
1027
+ {
1028
+ "name": "helpful",
1029
+ "type": "number"
1030
+ }
1031
+ ],
1032
+ "type": "[object]"
881
1033
  },
882
1034
  {
883
1035
  "name": "totalReviews",
@@ -889,7 +1041,18 @@
889
1041
  },
890
1042
  {
891
1043
  "name": "starDistribution",
892
- "type": "[StarBar]"
1044
+ "properties": [
1045
+ {
1046
+ "name": "label",
1047
+ "required": true,
1048
+ "type": "string"
1049
+ },
1050
+ {
1051
+ "name": "percentage",
1052
+ "type": "number"
1053
+ }
1054
+ ],
1055
+ "type": "[object]"
893
1056
  },
894
1057
  {
895
1058
  "name": "currentSort",
@@ -2868,6 +3031,7 @@
2868
3031
  "description": "Indicates a review has been successfully stored.",
2869
3032
  "event": "ReviewSaved",
2870
3033
  "eventId": "evt_01KXG04H7A1G3JTPJ7VQ0T4VFA",
3034
+ "payloadEntity": "ReviewView",
2871
3035
  "payloadSchema": [
2872
3036
  {
2873
3037
  "name": "id",
@@ -2876,11 +3040,73 @@
2876
3040
  },
2877
3041
  {
2878
3042
  "name": "reviews",
2879
- "type": "[ReviewRow]"
3043
+ "properties": [
3044
+ {
3045
+ "name": "id",
3046
+ "required": true,
3047
+ "type": "string"
3048
+ },
3049
+ {
3050
+ "name": "rating",
3051
+ "type": "number"
3052
+ },
3053
+ {
3054
+ "name": "comment",
3055
+ "type": "string"
3056
+ },
3057
+ {
3058
+ "name": "authorName",
3059
+ "type": "string"
3060
+ },
3061
+ {
3062
+ "name": "avatarIcon",
3063
+ "type": "string"
3064
+ },
3065
+ {
3066
+ "name": "createdAt",
3067
+ "type": "string"
3068
+ },
3069
+ {
3070
+ "name": "helpful",
3071
+ "type": "number"
3072
+ }
3073
+ ],
3074
+ "type": "[object]"
2880
3075
  },
2881
3076
  {
2882
3077
  "name": "reviewsSource",
2883
- "type": "[ReviewRow]"
3078
+ "properties": [
3079
+ {
3080
+ "name": "id",
3081
+ "required": true,
3082
+ "type": "string"
3083
+ },
3084
+ {
3085
+ "name": "rating",
3086
+ "type": "number"
3087
+ },
3088
+ {
3089
+ "name": "comment",
3090
+ "type": "string"
3091
+ },
3092
+ {
3093
+ "name": "authorName",
3094
+ "type": "string"
3095
+ },
3096
+ {
3097
+ "name": "avatarIcon",
3098
+ "type": "string"
3099
+ },
3100
+ {
3101
+ "name": "createdAt",
3102
+ "type": "string"
3103
+ },
3104
+ {
3105
+ "name": "helpful",
3106
+ "type": "number"
3107
+ }
3108
+ ],
3109
+ "type": "[object]"
2884
3110
  },
2885
3111
  {
2886
3112
  "name": "totalReviews",
@@ -2892,7 +3118,18 @@
2892
3118
  },
2893
3119
  {
2894
3120
  "name": "starDistribution",
2895
- "type": "[StarBar]"
3121
+ "properties": [
3122
+ {
3123
+ "name": "label",
3124
+ "required": true,
3125
+ "type": "string"
3126
+ },
3127
+ {
3128
+ "name": "percentage",
3129
+ "type": "number"
3130
+ }
3131
+ ],
3132
+ "type": "[object]"
2896
3133
  },
2897
3134
  {
2898
3135
  "name": "currentSort",
@@ -2990,6 +3227,7 @@
2990
3227
  "id": "evt_01KXG04H7A1G3JTPJ7VQ0T4VFA",
2991
3228
  "key": "ReviewSaved",
2992
3229
  "name": "Review saved",
3230
+ "payloadEntity": "ReviewView",
2993
3231
  "payloadSchema": [
2994
3232
  {
2995
3233
  "name": "id",
@@ -2998,11 +3236,73 @@
2998
3236
  },
2999
3237
  {
3000
3238
  "name": "reviews",
3001
- "type": "[ReviewRow]"
3239
+ "properties": [
3240
+ {
3241
+ "name": "id",
3242
+ "required": true,
3243
+ "type": "string"
3244
+ },
3245
+ {
3246
+ "name": "rating",
3247
+ "type": "number"
3248
+ },
3249
+ {
3250
+ "name": "comment",
3251
+ "type": "string"
3252
+ },
3253
+ {
3254
+ "name": "authorName",
3255
+ "type": "string"
3256
+ },
3257
+ {
3258
+ "name": "avatarIcon",
3259
+ "type": "string"
3260
+ },
3261
+ {
3262
+ "name": "createdAt",
3263
+ "type": "string"
3264
+ },
3265
+ {
3266
+ "name": "helpful",
3267
+ "type": "number"
3268
+ }
3269
+ ],
3270
+ "type": "[object]"
3002
3271
  },
3003
3272
  {
3004
3273
  "name": "reviewsSource",
3005
- "type": "[ReviewRow]"
3274
+ "properties": [
3275
+ {
3276
+ "name": "id",
3277
+ "required": true,
3278
+ "type": "string"
3279
+ },
3280
+ {
3281
+ "name": "rating",
3282
+ "type": "number"
3283
+ },
3284
+ {
3285
+ "name": "comment",
3286
+ "type": "string"
3287
+ },
3288
+ {
3289
+ "name": "authorName",
3290
+ "type": "string"
3291
+ },
3292
+ {
3293
+ "name": "avatarIcon",
3294
+ "type": "string"
3295
+ },
3296
+ {
3297
+ "name": "createdAt",
3298
+ "type": "string"
3299
+ },
3300
+ {
3301
+ "name": "helpful",
3302
+ "type": "number"
3303
+ }
3304
+ ],
3305
+ "type": "[object]"
3006
3306
  },
3007
3307
  {
3008
3308
  "name": "totalReviews",
@@ -3014,7 +3314,18 @@
3014
3314
  },
3015
3315
  {
3016
3316
  "name": "starDistribution",
3017
- "type": "[StarBar]"
3317
+ "properties": [
3318
+ {
3319
+ "name": "label",
3320
+ "required": true,
3321
+ "type": "string"
3322
+ },
3323
+ {
3324
+ "name": "percentage",
3325
+ "type": "number"
3326
+ }
3327
+ ],
3328
+ "type": "[object]"
3018
3329
  },
3019
3330
  {
3020
3331
  "name": "currentSort",
@@ -810,6 +810,7 @@
810
810
  "eventId": "evt_01M11G7GKTPSHKRVR2KJCCXH83",
811
811
  "payloadSchema": [
812
812
  {
813
+ "entity": "RecordItem",
813
814
  "name": "data",
814
815
  "properties": [
815
816
  {
@@ -876,8 +877,57 @@
876
877
  "eventId": "evt_01M13GHEP2SC7P69RWYXYACGK1",
877
878
  "payloadSchema": [
878
879
  {
880
+ "entity": "RecordItem",
879
881
  "name": "data",
880
- "type": "[RecordItem]"
882
+ "properties": [
883
+ {
884
+ "name": "id",
885
+ "required": true,
886
+ "type": "string"
887
+ },
888
+ {
889
+ "name": "name",
890
+ "required": true,
891
+ "type": "string"
892
+ },
893
+ {
894
+ "name": "description",
895
+ "type": "string"
896
+ },
897
+ {
898
+ "name": "status",
899
+ "type": "string"
900
+ },
901
+ {
902
+ "name": "slug",
903
+ "type": "string"
904
+ },
905
+ {
906
+ "name": "content",
907
+ "type": "string"
908
+ },
909
+ {
910
+ "name": "coverUrl",
911
+ "type": "string"
912
+ },
913
+ {
914
+ "name": "iconName",
915
+ "type": "string"
916
+ },
917
+ {
918
+ "name": "loadedRow",
919
+ "type": "Map<string,scalar>"
920
+ },
921
+ {
922
+ "name": "openDraft",
923
+ "type": "string"
924
+ },
925
+ {
926
+ "name": "createdAt",
927
+ "type": "string"
928
+ }
929
+ ],
930
+ "type": "[object]"
881
931
  },
882
932
  {
883
933
  "name": "totalCount",
@@ -917,6 +967,7 @@
917
967
  "type": "string"
918
968
  },
919
969
  {
970
+ "entity": "RecordItem",
920
971
  "name": "row",
921
972
  "properties": [
922
973
  {
@@ -985,6 +1036,7 @@
985
1036
  "type": "string"
986
1037
  },
987
1038
  {
1039
+ "entity": "RecordItem",
988
1040
  "name": "row",
989
1041
  "properties": [
990
1042
  {
@@ -1227,6 +1279,7 @@
1227
1279
  "type": "string"
1228
1280
  },
1229
1281
  {
1282
+ "entity": "RecordItem",
1230
1283
  "name": "row",
1231
1284
  "properties": [
1232
1285
  {
@@ -1290,6 +1343,7 @@
1290
1343
  "name": "RecordItem loaded",
1291
1344
  "payloadSchema": [
1292
1345
  {
1346
+ "entity": "RecordItem",
1293
1347
  "name": "data",
1294
1348
  "properties": [
1295
1349
  {
@@ -1356,8 +1410,57 @@
1356
1410
  "name": "RecordItem slug loaded",
1357
1411
  "payloadSchema": [
1358
1412
  {
1413
+ "entity": "RecordItem",
1359
1414
  "name": "data",
1360
- "type": "[RecordItem]"
1415
+ "properties": [
1416
+ {
1417
+ "name": "id",
1418
+ "required": true,
1419
+ "type": "string"
1420
+ },
1421
+ {
1422
+ "name": "name",
1423
+ "required": true,
1424
+ "type": "string"
1425
+ },
1426
+ {
1427
+ "name": "description",
1428
+ "type": "string"
1429
+ },
1430
+ {
1431
+ "name": "status",
1432
+ "type": "string"
1433
+ },
1434
+ {
1435
+ "name": "slug",
1436
+ "type": "string"
1437
+ },
1438
+ {
1439
+ "name": "content",
1440
+ "type": "string"
1441
+ },
1442
+ {
1443
+ "name": "coverUrl",
1444
+ "type": "string"
1445
+ },
1446
+ {
1447
+ "name": "iconName",
1448
+ "type": "string"
1449
+ },
1450
+ {
1451
+ "name": "loadedRow",
1452
+ "type": "Map<string,scalar>"
1453
+ },
1454
+ {
1455
+ "name": "openDraft",
1456
+ "type": "string"
1457
+ },
1458
+ {
1459
+ "name": "createdAt",
1460
+ "type": "string"
1461
+ }
1462
+ ],
1463
+ "type": "[object]"
1361
1464
  },
1362
1465
  {
1363
1466
  "name": "totalCount",
@@ -1443,6 +1546,7 @@
1443
1546
  "type": "string"
1444
1547
  },
1445
1548
  {
1549
+ "entity": "RecordItem",
1446
1550
  "name": "row",
1447
1551
  "properties": [
1448
1552
  {
@@ -1511,6 +1615,7 @@
1511
1615
  "type": "string"
1512
1616
  },
1513
1617
  {
1618
+ "entity": "RecordItem",
1514
1619
  "name": "row",
1515
1620
  "properties": [
1516
1621
  {
@@ -3537,6 +3642,7 @@
3537
3642
  "type": "string"
3538
3643
  },
3539
3644
  {
3645
+ "entity": "RecordItem",
3540
3646
  "name": "patch",
3541
3647
  "properties": [
3542
3648
  {
@@ -3647,6 +3753,7 @@
3647
3753
  "name": "Show Details",
3648
3754
  "payloadSchema": [
3649
3755
  {
3756
+ "entity": "RecordItem",
3650
3757
  "name": "data",
3651
3758
  "properties": [
3652
3759
  {
@@ -3728,6 +3835,7 @@
3728
3835
  "type": "string"
3729
3836
  },
3730
3837
  {
3838
+ "entity": "RecordItem",
3731
3839
  "name": "patch",
3732
3840
  "properties": [
3733
3841
  {
@@ -3808,6 +3916,7 @@
3808
3916
  "type": "string"
3809
3917
  },
3810
3918
  {
3919
+ "entity": "RecordItem",
3811
3920
  "name": "patch",
3812
3921
  "properties": [
3813
3922
  {
@@ -568,8 +568,23 @@
568
568
  "eventId": "evt_01KXG04H97EV2C58D84JCET1E1",
569
569
  "payloadSchema": [
570
570
  {
571
+ "entity": "ObjectSpec",
571
572
  "name": "data",
572
- "type": "[ObjectSpec]"
573
+ "properties": [
574
+ {
575
+ "name": "id",
576
+ "type": "string"
577
+ },
578
+ {
579
+ "name": "label",
580
+ "type": "string"
581
+ },
582
+ {
583
+ "name": "value",
584
+ "type": "string"
585
+ }
586
+ ],
587
+ "type": "[object]"
573
588
  }
574
589
  ],
575
590
  "synonyms": "loaded, initialized, ready",