@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
@@ -396,8 +396,28 @@
396
396
  "type": "object"
397
397
  },
398
398
  {
399
+ "entity": "ImportFileMeta",
399
400
  "name": "files",
400
- "type": "[ImportFileMeta]"
401
+ "properties": [
402
+ {
403
+ "name": "name",
404
+ "required": true,
405
+ "type": "string"
406
+ },
407
+ {
408
+ "name": "size",
409
+ "type": "number"
410
+ },
411
+ {
412
+ "name": "type",
413
+ "type": "string"
414
+ },
415
+ {
416
+ "name": "lastModified",
417
+ "type": "number"
418
+ }
419
+ ],
420
+ "type": "[object]"
401
421
  }
402
422
  ],
403
423
  "scope": "external",
@@ -426,8 +446,33 @@
426
446
  "payloadSchema": [
427
447
  {
428
448
  "name": "result",
449
+ "properties": [
450
+ {
451
+ "name": "files",
452
+ "properties": [
453
+ {
454
+ "name": "name",
455
+ "required": true,
456
+ "type": "string"
457
+ },
458
+ {
459
+ "name": "size",
460
+ "type": "number"
461
+ },
462
+ {
463
+ "name": "type",
464
+ "type": "string"
465
+ },
466
+ {
467
+ "name": "lastModified",
468
+ "type": "number"
469
+ }
470
+ ],
471
+ "type": "[object]"
472
+ }
473
+ ],
429
474
  "required": true,
430
- "type": "opaque"
475
+ "type": "object"
431
476
  }
432
477
  ],
433
478
  "tier": "secondary"
@@ -519,8 +564,28 @@
519
564
  "type": "object"
520
565
  },
521
566
  {
567
+ "entity": "ImportFileMeta",
522
568
  "name": "files",
523
- "type": "[ImportFileMeta]"
569
+ "properties": [
570
+ {
571
+ "name": "name",
572
+ "required": true,
573
+ "type": "string"
574
+ },
575
+ {
576
+ "name": "size",
577
+ "type": "number"
578
+ },
579
+ {
580
+ "name": "type",
581
+ "type": "string"
582
+ },
583
+ {
584
+ "name": "lastModified",
585
+ "type": "number"
586
+ }
587
+ ],
588
+ "type": "[object]"
524
589
  }
525
590
  ],
526
591
  "synonyms": "import, upload, migrate, bring in data",
@@ -549,8 +614,33 @@
549
614
  "payloadSchema": [
550
615
  {
551
616
  "name": "result",
617
+ "properties": [
618
+ {
619
+ "name": "files",
620
+ "properties": [
621
+ {
622
+ "name": "name",
623
+ "required": true,
624
+ "type": "string"
625
+ },
626
+ {
627
+ "name": "size",
628
+ "type": "number"
629
+ },
630
+ {
631
+ "name": "type",
632
+ "type": "string"
633
+ },
634
+ {
635
+ "name": "lastModified",
636
+ "type": "number"
637
+ }
638
+ ],
639
+ "type": "[object]"
640
+ }
641
+ ],
552
642
  "required": true,
553
- "type": "opaque"
643
+ "type": "object"
554
644
  }
555
645
  ],
556
646
  "tier": "secondary"
@@ -796,6 +886,31 @@
796
886
  }
797
887
  ],
798
888
  "types": {
889
+ "FilePickerResult": [
890
+ {
891
+ "name": "files",
892
+ "properties": [
893
+ {
894
+ "name": "name",
895
+ "required": true,
896
+ "type": "string"
897
+ },
898
+ {
899
+ "name": "size",
900
+ "type": "number"
901
+ },
902
+ {
903
+ "name": "type",
904
+ "type": "string"
905
+ },
906
+ {
907
+ "name": "lastModified",
908
+ "type": "number"
909
+ }
910
+ ],
911
+ "type": "[object]"
912
+ }
913
+ ],
799
914
  "ImportFileMeta": [
800
915
  {
801
916
  "name": "name",
@@ -490,8 +490,37 @@
490
490
  "eventId": "evt_01KXG04GRMNWNQDDEX1S5EDA2F",
491
491
  "payloadSchema": [
492
492
  {
493
+ "entity": "ListItem",
493
494
  "name": "data",
494
- "type": "[ListItem]"
495
+ "properties": [
496
+ {
497
+ "name": "id",
498
+ "required": true,
499
+ "type": "string"
500
+ },
501
+ {
502
+ "name": "name",
503
+ "required": true,
504
+ "type": "string"
505
+ },
506
+ {
507
+ "name": "description",
508
+ "type": "string"
509
+ },
510
+ {
511
+ "name": "status",
512
+ "type": "string"
513
+ },
514
+ {
515
+ "name": "createdAt",
516
+ "type": "string"
517
+ },
518
+ {
519
+ "name": "pendingId",
520
+ "type": "string"
521
+ }
522
+ ],
523
+ "type": "[object]"
495
524
  }
496
525
  ],
497
526
  "scope": "internal",
@@ -580,8 +609,37 @@
580
609
  "name": "ListItem loaded",
581
610
  "payloadSchema": [
582
611
  {
612
+ "entity": "ListItem",
583
613
  "name": "data",
584
- "type": "[ListItem]"
614
+ "properties": [
615
+ {
616
+ "name": "id",
617
+ "required": true,
618
+ "type": "string"
619
+ },
620
+ {
621
+ "name": "name",
622
+ "required": true,
623
+ "type": "string"
624
+ },
625
+ {
626
+ "name": "description",
627
+ "type": "string"
628
+ },
629
+ {
630
+ "name": "status",
631
+ "type": "string"
632
+ },
633
+ {
634
+ "name": "createdAt",
635
+ "type": "string"
636
+ },
637
+ {
638
+ "name": "pendingId",
639
+ "type": "string"
640
+ }
641
+ ],
642
+ "type": "[object]"
585
643
  }
586
644
  ],
587
645
  "synonyms": "loaded, fetched, retrieved",
@@ -1550,6 +1608,7 @@
1550
1608
  "name": "Do Create",
1551
1609
  "payloadSchema": [
1552
1610
  {
1611
+ "entity": "ListItem",
1553
1612
  "name": "data",
1554
1613
  "properties": [
1555
1614
  {
@@ -1593,6 +1652,7 @@
1593
1652
  "name": "Do Update",
1594
1653
  "payloadSchema": [
1595
1654
  {
1655
+ "entity": "ListItem",
1596
1656
  "name": "data",
1597
1657
  "properties": [
1598
1658
  {
@@ -328,8 +328,35 @@
328
328
  "eventId": "evt_01KXG04GVS3BQFMQRN09N23MX6",
329
329
  "payloadSchema": [
330
330
  {
331
+ "entity": "ModalRecord",
331
332
  "name": "data",
332
- "type": "[ModalRecord]"
333
+ "properties": [
334
+ {
335
+ "name": "id",
336
+ "type": "string"
337
+ },
338
+ {
339
+ "name": "name",
340
+ "type": "string"
341
+ },
342
+ {
343
+ "name": "description",
344
+ "type": "string"
345
+ },
346
+ {
347
+ "name": "status",
348
+ "type": "string"
349
+ },
350
+ {
351
+ "name": "seedRow",
352
+ "type": "ModalRecord"
353
+ },
354
+ {
355
+ "name": "createdAt",
356
+ "type": "string"
357
+ }
358
+ ],
359
+ "type": "[object]"
333
360
  }
334
361
  ],
335
362
  "scope": "internal",
@@ -366,6 +393,7 @@
366
393
  "name": "Seed",
367
394
  "payloadSchema": [
368
395
  {
396
+ "entity": "ModalRecord",
369
397
  "name": "row",
370
398
  "properties": [
371
399
  {
@@ -410,6 +438,7 @@
410
438
  "type": "string"
411
439
  },
412
440
  {
441
+ "entity": "ModalRecord",
413
442
  "name": "row",
414
443
  "properties": [
415
444
  {
@@ -491,8 +520,35 @@
491
520
  "name": "ModalRecord loaded",
492
521
  "payloadSchema": [
493
522
  {
523
+ "entity": "ModalRecord",
494
524
  "name": "data",
495
- "type": "[ModalRecord]"
525
+ "properties": [
526
+ {
527
+ "name": "id",
528
+ "type": "string"
529
+ },
530
+ {
531
+ "name": "name",
532
+ "type": "string"
533
+ },
534
+ {
535
+ "name": "description",
536
+ "type": "string"
537
+ },
538
+ {
539
+ "name": "status",
540
+ "type": "string"
541
+ },
542
+ {
543
+ "name": "seedRow",
544
+ "type": "ModalRecord"
545
+ },
546
+ {
547
+ "name": "createdAt",
548
+ "type": "string"
549
+ }
550
+ ],
551
+ "type": "[object]"
496
552
  }
497
553
  ],
498
554
  "synonyms": "loaded, data ready, populated",
@@ -746,8 +746,23 @@
746
746
  "eventId": "evt_01KXG04GZK00HR8MEE42Q1EEY3",
747
747
  "payloadSchema": [
748
748
  {
749
+ "entity": "ObjectSpec",
749
750
  "name": "data",
750
- "type": "[ObjectSpec]"
751
+ "properties": [
752
+ {
753
+ "name": "id",
754
+ "type": "string"
755
+ },
756
+ {
757
+ "name": "label",
758
+ "type": "string"
759
+ },
760
+ {
761
+ "name": "value",
762
+ "type": "string"
763
+ }
764
+ ],
765
+ "type": "[object]"
751
766
  }
752
767
  ],
753
768
  "synonyms": "loaded, initialized, ready",
@@ -176,8 +176,24 @@
176
176
  "eventId": "evt_01KXG04H3AH44RBBN0Z4HY7GQ9",
177
177
  "payloadSchema": [
178
178
  {
179
+ "entity": "PagedItem",
179
180
  "name": "data",
180
- "type": "[PagedItem]"
181
+ "properties": [
182
+ {
183
+ "name": "id",
184
+ "required": true,
185
+ "type": "string"
186
+ },
187
+ {
188
+ "name": "currentPage",
189
+ "type": "number"
190
+ },
191
+ {
192
+ "name": "totalPages",
193
+ "type": "number"
194
+ }
195
+ ],
196
+ "type": "[object]"
181
197
  }
182
198
  ],
183
199
  "synonyms": "item-loaded, data-received, entry-loaded",
@@ -206,8 +222,24 @@
206
222
  "name": "PagedItem loaded",
207
223
  "payloadSchema": [
208
224
  {
225
+ "entity": "PagedItem",
209
226
  "name": "data",
210
- "type": "[PagedItem]"
227
+ "properties": [
228
+ {
229
+ "name": "id",
230
+ "required": true,
231
+ "type": "string"
232
+ },
233
+ {
234
+ "name": "currentPage",
235
+ "type": "number"
236
+ },
237
+ {
238
+ "name": "totalPages",
239
+ "type": "number"
240
+ }
241
+ ],
242
+ "type": "[object]"
211
243
  }
212
244
  ],
213
245
  "synonyms": "item-loaded, data-received, entry-loaded",