@almadar/std 16.206.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
@@ -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",
@@ -742,11 +757,73 @@
742
757
  },
743
758
  {
744
759
  "name": "reviews",
745
- "type": "[ReviewRow]"
760
+ "properties": [
761
+ {
762
+ "name": "id",
763
+ "required": true,
764
+ "type": "string"
765
+ },
766
+ {
767
+ "name": "rating",
768
+ "type": "number"
769
+ },
770
+ {
771
+ "name": "comment",
772
+ "type": "string"
773
+ },
774
+ {
775
+ "name": "authorName",
776
+ "type": "string"
777
+ },
778
+ {
779
+ "name": "avatarIcon",
780
+ "type": "string"
781
+ },
782
+ {
783
+ "name": "createdAt",
784
+ "type": "string"
785
+ },
786
+ {
787
+ "name": "helpful",
788
+ "type": "number"
789
+ }
790
+ ],
791
+ "type": "[object]"
746
792
  },
747
793
  {
748
794
  "name": "reviewsSource",
749
- "type": "[ReviewRow]"
795
+ "properties": [
796
+ {
797
+ "name": "id",
798
+ "required": true,
799
+ "type": "string"
800
+ },
801
+ {
802
+ "name": "rating",
803
+ "type": "number"
804
+ },
805
+ {
806
+ "name": "comment",
807
+ "type": "string"
808
+ },
809
+ {
810
+ "name": "authorName",
811
+ "type": "string"
812
+ },
813
+ {
814
+ "name": "avatarIcon",
815
+ "type": "string"
816
+ },
817
+ {
818
+ "name": "createdAt",
819
+ "type": "string"
820
+ },
821
+ {
822
+ "name": "helpful",
823
+ "type": "number"
824
+ }
825
+ ],
826
+ "type": "[object]"
750
827
  },
751
828
  {
752
829
  "name": "totalReviews",
@@ -758,7 +835,18 @@
758
835
  },
759
836
  {
760
837
  "name": "starDistribution",
761
- "type": "[StarBar]"
838
+ "properties": [
839
+ {
840
+ "name": "label",
841
+ "required": true,
842
+ "type": "string"
843
+ },
844
+ {
845
+ "name": "percentage",
846
+ "type": "number"
847
+ }
848
+ ],
849
+ "type": "[object]"
762
850
  },
763
851
  {
764
852
  "name": "currentSort",
@@ -873,11 +961,73 @@
873
961
  },
874
962
  {
875
963
  "name": "reviews",
876
- "type": "[ReviewRow]"
964
+ "properties": [
965
+ {
966
+ "name": "id",
967
+ "required": true,
968
+ "type": "string"
969
+ },
970
+ {
971
+ "name": "rating",
972
+ "type": "number"
973
+ },
974
+ {
975
+ "name": "comment",
976
+ "type": "string"
977
+ },
978
+ {
979
+ "name": "authorName",
980
+ "type": "string"
981
+ },
982
+ {
983
+ "name": "avatarIcon",
984
+ "type": "string"
985
+ },
986
+ {
987
+ "name": "createdAt",
988
+ "type": "string"
989
+ },
990
+ {
991
+ "name": "helpful",
992
+ "type": "number"
993
+ }
994
+ ],
995
+ "type": "[object]"
877
996
  },
878
997
  {
879
998
  "name": "reviewsSource",
880
- "type": "[ReviewRow]"
999
+ "properties": [
1000
+ {
1001
+ "name": "id",
1002
+ "required": true,
1003
+ "type": "string"
1004
+ },
1005
+ {
1006
+ "name": "rating",
1007
+ "type": "number"
1008
+ },
1009
+ {
1010
+ "name": "comment",
1011
+ "type": "string"
1012
+ },
1013
+ {
1014
+ "name": "authorName",
1015
+ "type": "string"
1016
+ },
1017
+ {
1018
+ "name": "avatarIcon",
1019
+ "type": "string"
1020
+ },
1021
+ {
1022
+ "name": "createdAt",
1023
+ "type": "string"
1024
+ },
1025
+ {
1026
+ "name": "helpful",
1027
+ "type": "number"
1028
+ }
1029
+ ],
1030
+ "type": "[object]"
881
1031
  },
882
1032
  {
883
1033
  "name": "totalReviews",
@@ -889,7 +1039,18 @@
889
1039
  },
890
1040
  {
891
1041
  "name": "starDistribution",
892
- "type": "[StarBar]"
1042
+ "properties": [
1043
+ {
1044
+ "name": "label",
1045
+ "required": true,
1046
+ "type": "string"
1047
+ },
1048
+ {
1049
+ "name": "percentage",
1050
+ "type": "number"
1051
+ }
1052
+ ],
1053
+ "type": "[object]"
893
1054
  },
894
1055
  {
895
1056
  "name": "currentSort",
@@ -2876,11 +3037,73 @@
2876
3037
  },
2877
3038
  {
2878
3039
  "name": "reviews",
2879
- "type": "[ReviewRow]"
3040
+ "properties": [
3041
+ {
3042
+ "name": "id",
3043
+ "required": true,
3044
+ "type": "string"
3045
+ },
3046
+ {
3047
+ "name": "rating",
3048
+ "type": "number"
3049
+ },
3050
+ {
3051
+ "name": "comment",
3052
+ "type": "string"
3053
+ },
3054
+ {
3055
+ "name": "authorName",
3056
+ "type": "string"
3057
+ },
3058
+ {
3059
+ "name": "avatarIcon",
3060
+ "type": "string"
3061
+ },
3062
+ {
3063
+ "name": "createdAt",
3064
+ "type": "string"
3065
+ },
3066
+ {
3067
+ "name": "helpful",
3068
+ "type": "number"
3069
+ }
3070
+ ],
3071
+ "type": "[object]"
2880
3072
  },
2881
3073
  {
2882
3074
  "name": "reviewsSource",
2883
- "type": "[ReviewRow]"
3075
+ "properties": [
3076
+ {
3077
+ "name": "id",
3078
+ "required": true,
3079
+ "type": "string"
3080
+ },
3081
+ {
3082
+ "name": "rating",
3083
+ "type": "number"
3084
+ },
3085
+ {
3086
+ "name": "comment",
3087
+ "type": "string"
3088
+ },
3089
+ {
3090
+ "name": "authorName",
3091
+ "type": "string"
3092
+ },
3093
+ {
3094
+ "name": "avatarIcon",
3095
+ "type": "string"
3096
+ },
3097
+ {
3098
+ "name": "createdAt",
3099
+ "type": "string"
3100
+ },
3101
+ {
3102
+ "name": "helpful",
3103
+ "type": "number"
3104
+ }
3105
+ ],
3106
+ "type": "[object]"
2884
3107
  },
2885
3108
  {
2886
3109
  "name": "totalReviews",
@@ -2892,7 +3115,18 @@
2892
3115
  },
2893
3116
  {
2894
3117
  "name": "starDistribution",
2895
- "type": "[StarBar]"
3118
+ "properties": [
3119
+ {
3120
+ "name": "label",
3121
+ "required": true,
3122
+ "type": "string"
3123
+ },
3124
+ {
3125
+ "name": "percentage",
3126
+ "type": "number"
3127
+ }
3128
+ ],
3129
+ "type": "[object]"
2896
3130
  },
2897
3131
  {
2898
3132
  "name": "currentSort",
@@ -2998,11 +3232,73 @@
2998
3232
  },
2999
3233
  {
3000
3234
  "name": "reviews",
3001
- "type": "[ReviewRow]"
3235
+ "properties": [
3236
+ {
3237
+ "name": "id",
3238
+ "required": true,
3239
+ "type": "string"
3240
+ },
3241
+ {
3242
+ "name": "rating",
3243
+ "type": "number"
3244
+ },
3245
+ {
3246
+ "name": "comment",
3247
+ "type": "string"
3248
+ },
3249
+ {
3250
+ "name": "authorName",
3251
+ "type": "string"
3252
+ },
3253
+ {
3254
+ "name": "avatarIcon",
3255
+ "type": "string"
3256
+ },
3257
+ {
3258
+ "name": "createdAt",
3259
+ "type": "string"
3260
+ },
3261
+ {
3262
+ "name": "helpful",
3263
+ "type": "number"
3264
+ }
3265
+ ],
3266
+ "type": "[object]"
3002
3267
  },
3003
3268
  {
3004
3269
  "name": "reviewsSource",
3005
- "type": "[ReviewRow]"
3270
+ "properties": [
3271
+ {
3272
+ "name": "id",
3273
+ "required": true,
3274
+ "type": "string"
3275
+ },
3276
+ {
3277
+ "name": "rating",
3278
+ "type": "number"
3279
+ },
3280
+ {
3281
+ "name": "comment",
3282
+ "type": "string"
3283
+ },
3284
+ {
3285
+ "name": "authorName",
3286
+ "type": "string"
3287
+ },
3288
+ {
3289
+ "name": "avatarIcon",
3290
+ "type": "string"
3291
+ },
3292
+ {
3293
+ "name": "createdAt",
3294
+ "type": "string"
3295
+ },
3296
+ {
3297
+ "name": "helpful",
3298
+ "type": "number"
3299
+ }
3300
+ ],
3301
+ "type": "[object]"
3006
3302
  },
3007
3303
  {
3008
3304
  "name": "totalReviews",
@@ -3014,7 +3310,18 @@
3014
3310
  },
3015
3311
  {
3016
3312
  "name": "starDistribution",
3017
- "type": "[StarBar]"
3313
+ "properties": [
3314
+ {
3315
+ "name": "label",
3316
+ "required": true,
3317
+ "type": "string"
3318
+ },
3319
+ {
3320
+ "name": "percentage",
3321
+ "type": "number"
3322
+ }
3323
+ ],
3324
+ "type": "[object]"
3018
3325
  },
3019
3326
  {
3020
3327
  "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",
@@ -189,8 +189,20 @@
189
189
  "eventId": "evt_01KXG04HB00F39QDW8TJMSKNJ9",
190
190
  "payloadSchema": [
191
191
  {
192
+ "entity": "RelatedItem",
192
193
  "name": "data",
193
- "type": "[RelatedItem]"
194
+ "properties": [
195
+ {
196
+ "name": "id",
197
+ "required": true,
198
+ "type": "string"
199
+ },
200
+ {
201
+ "name": "name",
202
+ "type": "string"
203
+ }
204
+ ],
205
+ "type": "[object]"
194
206
  }
195
207
  ],
196
208
  "scope": "internal",
@@ -277,8 +289,20 @@
277
289
  "name": "RelatedItem loaded",
278
290
  "payloadSchema": [
279
291
  {
292
+ "entity": "RelatedItem",
280
293
  "name": "data",
281
- "type": "[RelatedItem]"
294
+ "properties": [
295
+ {
296
+ "name": "id",
297
+ "required": true,
298
+ "type": "string"
299
+ },
300
+ {
301
+ "name": "name",
302
+ "type": "string"
303
+ }
304
+ ],
305
+ "type": "[object]"
282
306
  }
283
307
  ],
284
308
  "synonyms": "loaded, fetched, retrieved",