@almadar/std 16.207.0 → 16.208.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (258) hide show
  1. package/behaviors/lolo/agent/atoms/std-agent-tool-call.lolo +7 -2
  2. package/behaviors/lolo/agent/atoms/std-agent-tool-loop.lolo +7 -2
  3. package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +3 -5
  4. package/behaviors/lolo/infra/atoms/std-audit-capture.lolo +2 -2
  5. package/behaviors/lolo/infra/atoms/std-migration-job.lolo +15 -14
  6. package/behaviors/lolo/infra/atoms/std-notify-on-event.lolo +2 -2
  7. package/behaviors/lolo/ml/atoms/std-data-collector.lolo +3 -3
  8. package/behaviors/lolo/ml/atoms/std-graph-builder.lolo +1 -1
  9. package/behaviors/lolo/ml/atoms/std-ml-exact-check.lolo +3 -3
  10. package/behaviors/lolo/ml/atoms/std-ml-infer.lolo +5 -5
  11. package/behaviors/lolo/ml/atoms/std-ml-label-capture.lolo +6 -6
  12. package/behaviors/lolo/ml/atoms/std-ml-lookup.lolo +5 -5
  13. package/behaviors/lolo/ml/atoms/std-tokenizer.lolo +2 -2
  14. package/behaviors/lolo/ml/atoms/std-weight-validator.lolo +3 -3
  15. package/behaviors/lolo/ml/organisms/std-escalating-decision.lolo +7 -3
  16. package/behaviors/lolo/ml/organisms/std-knowledge-tracing.lolo +3 -3
  17. package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
  18. package/behaviors/lolo/ui/core/atoms/std-import.lolo +2 -1
  19. package/behaviors/lolo/ui/core/atoms/ui-atlas-image.lolo +3 -0
  20. package/behaviors/lolo/ui/core/atoms/ui-atlas-panel.lolo +3 -0
  21. package/behaviors/lolo/ui/core/atoms/ui-avatar.lolo +1 -1
  22. package/behaviors/lolo/ui/core/atoms/ui-badge.lolo +1 -1
  23. package/behaviors/lolo/ui/core/atoms/ui-center.lolo +1 -1
  24. package/behaviors/lolo/ui/core/atoms/ui-filter-pill.lolo +2 -25
  25. package/behaviors/lolo/ui/core/atoms/ui-input.lolo +2 -35
  26. package/behaviors/lolo/ui/core/molecules/ui-carousel.lolo +7 -1
  27. package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +1 -1
  28. package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +7 -7
  29. package/behaviors/lolo/ui/core/molecules/ui-document-viewer.lolo +1 -1
  30. package/behaviors/lolo/ui/core/molecules/ui-flex.lolo +3 -3
  31. package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +4 -4
  32. package/behaviors/lolo/ui/core/molecules/ui-form-actions.lolo +1 -1
  33. package/behaviors/lolo/ui/core/molecules/ui-input-group.lolo +2 -36
  34. package/behaviors/lolo/ui/core/molecules/ui-likert-scale.lolo +1 -1
  35. package/behaviors/lolo/ui/core/molecules/ui-notification.lolo +1 -1
  36. package/behaviors/lolo/ui/core/molecules/ui-orbital-visualization.lolo +4 -4
  37. package/behaviors/lolo/ui/core/molecules/ui-page-header.lolo +2 -2
  38. package/behaviors/lolo/ui/core/molecules/ui-reply-tree.lolo +11 -1
  39. package/behaviors/lolo/ui/core/molecules/ui-simple-grid.lolo +1 -1
  40. package/behaviors/lolo/ui/core/molecules/ui-stat-display.lolo +1 -1
  41. package/behaviors/lolo/ui/core/molecules/ui-swipeable-row.lolo +37 -8
  42. package/behaviors/lolo/ui/core/molecules/ui-wizard-container.lolo +1 -1
  43. package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +1 -1
  44. package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -1
  45. package/behaviors/lolo/ui/core/organisms/ui-subagent-trace-panel.lolo +30 -7
  46. package/behaviors/lolo/ui/game/atoms/std-mesh-asset-art.lolo +2 -2
  47. package/behaviors/lolo/ui/game/atoms/std-svg-asset-art.lolo +2 -2
  48. package/behaviors/lolo/ui/game/atoms/ui-draw-shape-layer.lolo +2 -1
  49. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +2 -1
  50. package/behaviors/lolo/ui/game/atoms/ui-draw-text-layer.lolo +2 -1
  51. package/behaviors/lolo/ui/game/atoms/ui-game-hud.lolo +74 -0
  52. package/behaviors/lolo/ui/game/atoms/ui-game-menu.lolo +1 -1
  53. package/behaviors/lolo/ui/game/atoms/ui-stat-badge.lolo +1 -1
  54. package/behaviors/lolo/ui/marketing/atoms/ui-animated-counter.lolo +1 -1
  55. package/behaviors/lolo/ui/marketing/atoms/ui-animated-graphic.lolo +2 -2
  56. package/behaviors/registry/agent/atoms/std-agent-memory.orb +92 -4
  57. package/behaviors/registry/agent/atoms/std-agent-planner.orb +46 -2
  58. package/behaviors/registry/agent/atoms/std-agent-session.orb +72 -4
  59. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +161 -6
  60. package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +161 -6
  61. package/behaviors/registry/infra/atoms/std-approval-gate.orb +135 -10
  62. package/behaviors/registry/infra/atoms/std-audit-capture.orb +8 -2
  63. package/behaviors/registry/infra/atoms/std-cache-aside.orb +69 -2
  64. package/behaviors/registry/infra/atoms/std-calendar-sync.orb +60 -3
  65. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +72 -2
  66. package/behaviors/registry/infra/atoms/std-cross-reference.orb +32 -2
  67. package/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -4
  68. package/behaviors/registry/infra/atoms/std-migration-job.orb +181 -26
  69. package/behaviors/registry/infra/atoms/std-mod-queue.orb +100 -2
  70. package/behaviors/registry/infra/atoms/std-notification-center.orb +36 -1
  71. package/behaviors/registry/infra/atoms/std-notify-on-event.orb +69 -4
  72. package/behaviors/registry/infra/atoms/std-row-access-control.orb +16 -1
  73. package/behaviors/registry/ml/atoms/std-data-collector.orb +7 -4
  74. package/behaviors/registry/ml/atoms/std-graph-builder.orb +29 -3
  75. package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +10 -4
  76. package/behaviors/registry/ml/atoms/std-ml-infer.orb +12 -6
  77. package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +15 -6
  78. package/behaviors/registry/ml/atoms/std-ml-lookup.orb +17 -7
  79. package/behaviors/registry/ml/atoms/std-tokenizer.orb +5 -2
  80. package/behaviors/registry/ml/atoms/std-weight-validator.orb +44 -6
  81. package/behaviors/registry/ml/organisms/std-escalating-decision.orb +31 -4
  82. package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +38 -3
  83. package/behaviors/registry/ui/core/atoms/std-app-layout.orb +18 -2
  84. package/behaviors/registry/ui/core/atoms/std-app-search.orb +34 -2
  85. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +104 -2
  86. package/behaviors/registry/ui/core/atoms/std-board.orb +16 -1
  87. package/behaviors/registry/ui/core/atoms/std-browse.orb +58 -2
  88. package/behaviors/registry/ui/core/atoms/std-calendar.orb +92 -2
  89. package/behaviors/registry/ui/core/atoms/std-confirmation.orb +57 -2
  90. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +112 -2
  91. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +96 -2
  92. package/behaviors/registry/ui/core/atoms/std-event-log.orb +16 -1
  93. package/behaviors/registry/ui/core/atoms/std-file-store.orb +100 -3
  94. package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +96 -2
  95. package/behaviors/registry/ui/core/atoms/std-gallery.orb +62 -2
  96. package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +142 -4
  97. package/behaviors/registry/ui/core/atoms/std-import.orb +119 -4
  98. package/behaviors/registry/ui/core/atoms/std-list.orb +62 -2
  99. package/behaviors/registry/ui/core/atoms/std-modal.orb +58 -2
  100. package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -1
  101. package/behaviors/registry/ui/core/atoms/std-pagination.orb +34 -2
  102. package/behaviors/registry/ui/core/atoms/std-rating-review.orb +320 -13
  103. package/behaviors/registry/ui/core/atoms/std-record-detail.orb +111 -2
  104. package/behaviors/registry/ui/core/atoms/std-recurrence.orb +16 -1
  105. package/behaviors/registry/ui/core/atoms/std-related.orb +26 -2
  106. package/behaviors/registry/ui/core/atoms/std-saved-search.orb +84 -2
  107. package/behaviors/registry/ui/core/atoms/std-selection.orb +52 -2
  108. package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +74 -2
  109. package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -1
  110. package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +252 -6
  111. package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +68 -2
  112. package/behaviors/registry/ui/core/atoms/std-thread.orb +106 -2
  113. package/behaviors/registry/ui/core/atoms/std-tree.orb +52 -2
  114. package/behaviors/registry/ui/core/atoms/std-version-history.orb +210 -4
  115. package/behaviors/registry/ui/core/atoms/std-vote.orb +54 -2
  116. package/behaviors/registry/ui/core/atoms/std-wizard.orb +16 -1
  117. package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +27 -0
  118. package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +27 -0
  119. package/behaviors/registry/ui/core/atoms/ui-avatar.orb +1 -1
  120. package/behaviors/registry/ui/core/atoms/ui-badge.orb +1 -1
  121. package/behaviors/registry/ui/core/atoms/ui-center.orb +1 -1
  122. package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +3 -70
  123. package/behaviors/registry/ui/core/atoms/ui-input.orb +3 -83
  124. package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +58 -2
  125. package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +50 -2
  126. package/behaviors/registry/ui/core/molecules/ui-carousel.orb +48 -4
  127. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +1 -1
  128. package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +16 -19
  129. package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +18 -2
  130. package/behaviors/registry/ui/core/molecules/ui-data-list.orb +18 -2
  131. package/behaviors/registry/ui/core/molecules/ui-document-details.orb +18 -2
  132. package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +2 -1
  133. package/behaviors/registry/ui/core/molecules/ui-flex.orb +3 -3
  134. package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +7 -10
  135. package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +2 -2
  136. package/behaviors/registry/ui/core/molecules/ui-input-group.orb +3 -84
  137. package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +1 -1
  138. package/behaviors/registry/ui/core/molecules/ui-notification.orb +1 -1
  139. package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +9 -27
  140. package/behaviors/registry/ui/core/molecules/ui-page-header.orb +2 -2
  141. package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +82 -2
  142. package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +208 -4
  143. package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +2 -1
  144. package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +18 -2
  145. package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +1 -1
  146. package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +125 -19
  147. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +18 -2
  148. package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +48 -2
  149. package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
  150. package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +20 -4
  151. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +18 -2
  152. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +18 -2
  153. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +20 -4
  154. package/behaviors/registry/ui/core/organisms/ui-form-section.orb +18 -2
  155. package/behaviors/registry/ui/core/organisms/ui-form.orb +18 -2
  156. package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +18 -2
  157. package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +18 -2
  158. package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +18 -2
  159. package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +301 -21
  160. package/behaviors/registry/ui/core/organisms/ui-timeline.orb +18 -2
  161. package/behaviors/registry/ui/core/templates/ui-counter-template.orb +66 -2
  162. package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +18 -2
  163. package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +72 -2
  164. package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +72 -2
  165. package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +28 -2
  166. package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +72 -2
  167. package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +152 -2
  168. package/behaviors/registry/ui/game/atoms/std-gather.orb +72 -2
  169. package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +72 -2
  170. package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +9 -3
  171. package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +72 -2
  172. package/behaviors/registry/ui/game/atoms/std-patience.orb +72 -2
  173. package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +9 -3
  174. package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +11 -0
  175. package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +11 -0
  176. package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +11 -0
  177. package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +1028 -112
  178. package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +3 -3
  179. package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +1 -1
  180. package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +152 -2
  181. package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +112 -2
  182. package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +86 -4
  183. package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +1 -1
  184. package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +2 -2
  185. package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -2
  186. package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +18 -2
  187. package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +18 -2
  188. package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +66 -2
  189. package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +58 -2
  190. package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +98 -2
  191. package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +82 -2
  192. package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +66 -2
  193. package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +34 -2
  194. package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +50 -2
  195. package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +58 -2
  196. package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +66 -2
  197. package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +50 -2
  198. package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +106 -2
  199. package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +66 -2
  200. package/canonical-operators.json +0 -40
  201. package/dist/behaviors/exports-reader.js +8003 -869
  202. package/dist/behaviors/functions/index.d.ts +190 -184
  203. package/dist/behaviors/functions/index.js +8003 -869
  204. package/dist/behaviors/index.d.ts +1 -1
  205. package/dist/behaviors/index.js +8003 -869
  206. package/dist/behaviors/query.js +8003 -869
  207. package/dist/behaviors-embeddings.hash.json +3 -3
  208. package/dist/behaviors-embeddings.json +9 -9
  209. package/dist/behaviors-registry.json +910 -229
  210. package/dist/index.d.ts +3 -3
  211. package/dist/index.js +8003 -891
  212. package/dist/knob-embeddings.hash.json +3 -3
  213. package/dist/knob-embeddings.json +1 -1
  214. package/dist/modules/anim.d.ts +1 -1
  215. package/dist/modules/array.d.ts +1 -1
  216. package/dist/modules/array.js +0 -11
  217. package/dist/modules/async.d.ts +1 -1
  218. package/dist/modules/behavior.d.ts +1 -1
  219. package/dist/modules/browser.d.ts +1 -1
  220. package/dist/modules/composition.d.ts +1 -1
  221. package/dist/modules/contract.d.ts +1 -1
  222. package/dist/modules/core.d.ts +1 -1
  223. package/dist/modules/data.d.ts +1 -1
  224. package/dist/modules/ease.d.ts +1 -1
  225. package/dist/modules/format.d.ts +1 -1
  226. package/dist/modules/geo.d.ts +1 -1
  227. package/dist/modules/graph.d.ts +1 -1
  228. package/dist/modules/grid.d.ts +1 -1
  229. package/dist/modules/index.d.ts +1 -1
  230. package/dist/modules/index.js +0 -22
  231. package/dist/modules/integration.d.ts +1 -1
  232. package/dist/modules/llm.d.ts +1 -1
  233. package/dist/modules/math.d.ts +1 -1
  234. package/dist/modules/memory.d.ts +1 -1
  235. package/dist/modules/nn.d.ts +1 -1
  236. package/dist/modules/noise.d.ts +1 -1
  237. package/dist/modules/object.d.ts +1 -1
  238. package/dist/modules/object.js +0 -11
  239. package/dist/modules/os.d.ts +1 -1
  240. package/dist/modules/path.d.ts +1 -1
  241. package/dist/modules/prob.d.ts +1 -1
  242. package/dist/modules/session.d.ts +1 -1
  243. package/dist/modules/str.d.ts +1 -1
  244. package/dist/modules/tensor.d.ts +1 -1
  245. package/dist/modules/time.d.ts +1 -1
  246. package/dist/modules/trace.d.ts +1 -1
  247. package/dist/modules/train.d.ts +1 -1
  248. package/dist/modules/validate.d.ts +1 -1
  249. package/dist/modules/vector.d.ts +1 -1
  250. package/dist/modules/workspace.d.ts +1 -1
  251. package/dist/registry/factory-signatures.json +1 -1
  252. package/dist/registry.d.ts +1 -1
  253. package/dist/registry.js +0 -22
  254. package/dist/{types-BXWzEjFm.d.ts → types-C-Yerb4-.d.ts} +1 -1
  255. package/i18n/ar.json +433 -0
  256. package/i18n/en.json +433 -0
  257. package/i18n/sl.json +433 -0
  258. package/package.json +21 -8
@@ -294,7 +294,10 @@
294
294
  "default": [],
295
295
  "description": "Document metadata listed from the source — migration.listDocuments service result, never destructured by the atom.",
296
296
  "items": {
297
- "type": "opaque"
297
+ "items": {
298
+ "type": "scalar"
299
+ },
300
+ "type": "object"
298
301
  },
299
302
  "name": "documents",
300
303
  "type": "array"
@@ -302,14 +305,35 @@
302
305
  {
303
306
  "default": {},
304
307
  "description": "Most recently fetched document content — migration.fetchDocument service result, never destructured by the atom.",
308
+ "items": {
309
+ "type": "scalar"
310
+ },
305
311
  "name": "document",
306
- "type": "opaque"
312
+ "type": "object"
307
313
  },
308
314
  {
309
315
  "default": {},
310
316
  "description": "Staged/committed/failed/skipped counts — merged from host staging and migration.commit service results, never destructured by the atom.",
311
317
  "name": "stats",
312
- "type": "opaque"
318
+ "properties": {
319
+ "committed": {
320
+ "name": "committed",
321
+ "required": false,
322
+ "type": "number"
323
+ },
324
+ "failed": {
325
+ "items": {
326
+ "items": {
327
+ "type": "scalar"
328
+ },
329
+ "type": "object"
330
+ },
331
+ "name": "failed",
332
+ "required": false,
333
+ "type": "array"
334
+ }
335
+ },
336
+ "type": "object"
313
337
  },
314
338
  {
315
339
  "default": [],
@@ -372,7 +396,10 @@
372
396
  "default": [],
373
397
  "description": "Validation errors surfaced during staging, when the host stages the full rows rather than aggregate stats only.",
374
398
  "items": {
375
- "type": "opaque"
399
+ "items": {
400
+ "type": "scalar"
401
+ },
402
+ "type": "object"
376
403
  },
377
404
  "name": "validationErrors",
378
405
  "synonyms": "staging errors, validation issues, import errors",
@@ -539,7 +566,7 @@
539
566
  {
540
567
  "name": "documents",
541
568
  "required": true,
542
- "type": "[opaque]"
569
+ "type": "[Map<string,scalar>]"
543
570
  }
544
571
  ],
545
572
  "tier": "secondary"
@@ -552,7 +579,7 @@
552
579
  {
553
580
  "name": "document",
554
581
  "required": true,
555
- "type": "opaque"
582
+ "type": "Map<string,scalar>"
556
583
  }
557
584
  ],
558
585
  "tier": "secondary"
@@ -570,7 +597,7 @@
570
597
  {
571
598
  "name": "failed",
572
599
  "required": true,
573
- "type": "[opaque]"
600
+ "type": "[Map<string,scalar>]"
574
601
  }
575
602
  ],
576
603
  "tier": "secondary"
@@ -596,7 +623,7 @@
596
623
  {
597
624
  "name": "documents",
598
625
  "required": true,
599
- "type": "[opaque]"
626
+ "type": "[Map<string,scalar>]"
600
627
  }
601
628
  ],
602
629
  "scope": "external",
@@ -611,7 +638,7 @@
611
638
  {
612
639
  "name": "document",
613
640
  "required": true,
614
- "type": "opaque"
641
+ "type": "Map<string,scalar>"
615
642
  }
616
643
  ],
617
644
  "scope": "external",
@@ -625,20 +652,64 @@
625
652
  "payloadSchema": [
626
653
  {
627
654
  "name": "stats",
655
+ "properties": [
656
+ {
657
+ "name": "committed",
658
+ "type": "number"
659
+ },
660
+ {
661
+ "name": "failed",
662
+ "type": "[Map<string,scalar>]"
663
+ }
664
+ ],
628
665
  "required": true,
629
- "type": "opaque"
666
+ "type": "object"
630
667
  },
631
668
  {
669
+ "entity": "ImportUnit",
632
670
  "name": "units",
633
- "type": "[ImportUnit]"
671
+ "properties": [
672
+ {
673
+ "name": "ref",
674
+ "required": true,
675
+ "type": "string"
676
+ },
677
+ {
678
+ "name": "targetEntity",
679
+ "required": true,
680
+ "type": "string"
681
+ },
682
+ {
683
+ "name": "fields",
684
+ "type": "Map<string,scalar>"
685
+ },
686
+ {
687
+ "name": "parentRef",
688
+ "type": "string"
689
+ }
690
+ ],
691
+ "type": "[object]"
634
692
  },
635
693
  {
694
+ "entity": "ImportSkip",
636
695
  "name": "skipped",
637
- "type": "[ImportSkip]"
696
+ "properties": [
697
+ {
698
+ "name": "ref",
699
+ "required": true,
700
+ "type": "string"
701
+ },
702
+ {
703
+ "name": "reason",
704
+ "required": true,
705
+ "type": "string"
706
+ }
707
+ ],
708
+ "type": "[object]"
638
709
  },
639
710
  {
640
711
  "name": "validationErrors",
641
- "type": "[opaque]"
712
+ "type": "[Map<string,scalar>]"
642
713
  }
643
714
  ],
644
715
  "scope": "external",
@@ -652,8 +723,18 @@
652
723
  "payloadSchema": [
653
724
  {
654
725
  "name": "stats",
726
+ "properties": [
727
+ {
728
+ "name": "committed",
729
+ "type": "number"
730
+ },
731
+ {
732
+ "name": "failed",
733
+ "type": "[Map<string,scalar>]"
734
+ }
735
+ ],
655
736
  "required": true,
656
- "type": "opaque"
737
+ "type": "object"
657
738
  }
658
739
  ],
659
740
  "scope": "external",
@@ -775,7 +856,7 @@
775
856
  {
776
857
  "name": "documents",
777
858
  "required": true,
778
- "type": "[opaque]"
859
+ "type": "[Map<string,scalar>]"
779
860
  }
780
861
  ],
781
862
  "tier": "secondary"
@@ -789,7 +870,7 @@
789
870
  {
790
871
  "name": "documents",
791
872
  "required": true,
792
- "type": "[opaque]"
873
+ "type": "[Map<string,scalar>]"
793
874
  }
794
875
  ],
795
876
  "synonyms": "import fetched, source listed, documents ready",
@@ -804,7 +885,7 @@
804
885
  {
805
886
  "name": "document",
806
887
  "required": true,
807
- "type": "opaque"
888
+ "type": "Map<string,scalar>"
808
889
  }
809
890
  ],
810
891
  "synonyms": "document loaded, content fetched",
@@ -847,7 +928,7 @@
847
928
  {
848
929
  "name": "document",
849
930
  "required": true,
850
- "type": "opaque"
931
+ "type": "Map<string,scalar>"
851
932
  }
852
933
  ],
853
934
  "tier": "secondary"
@@ -860,8 +941,18 @@
860
941
  "payloadSchema": [
861
942
  {
862
943
  "name": "stats",
944
+ "properties": [
945
+ {
946
+ "name": "committed",
947
+ "type": "number"
948
+ },
949
+ {
950
+ "name": "failed",
951
+ "type": "[Map<string,scalar>]"
952
+ }
953
+ ],
863
954
  "required": true,
864
- "type": "opaque"
955
+ "type": "object"
865
956
  },
866
957
  {
867
958
  "name": "units",
@@ -905,7 +996,7 @@
905
996
  },
906
997
  {
907
998
  "name": "validationErrors",
908
- "type": "[opaque]"
999
+ "type": "[Map<string,scalar>]"
909
1000
  }
910
1001
  ],
911
1002
  "tier": "internal"
@@ -966,20 +1057,64 @@
966
1057
  "payloadSchema": [
967
1058
  {
968
1059
  "name": "stats",
1060
+ "properties": [
1061
+ {
1062
+ "name": "committed",
1063
+ "type": "number"
1064
+ },
1065
+ {
1066
+ "name": "failed",
1067
+ "type": "[Map<string,scalar>]"
1068
+ }
1069
+ ],
969
1070
  "required": true,
970
- "type": "opaque"
1071
+ "type": "object"
971
1072
  },
972
1073
  {
1074
+ "entity": "ImportUnit",
973
1075
  "name": "units",
974
- "type": "[ImportUnit]"
1076
+ "properties": [
1077
+ {
1078
+ "name": "ref",
1079
+ "required": true,
1080
+ "type": "string"
1081
+ },
1082
+ {
1083
+ "name": "targetEntity",
1084
+ "required": true,
1085
+ "type": "string"
1086
+ },
1087
+ {
1088
+ "name": "fields",
1089
+ "type": "Map<string,scalar>"
1090
+ },
1091
+ {
1092
+ "name": "parentRef",
1093
+ "type": "string"
1094
+ }
1095
+ ],
1096
+ "type": "[object]"
975
1097
  },
976
1098
  {
1099
+ "entity": "ImportSkip",
977
1100
  "name": "skipped",
978
- "type": "[ImportSkip]"
1101
+ "properties": [
1102
+ {
1103
+ "name": "ref",
1104
+ "required": true,
1105
+ "type": "string"
1106
+ },
1107
+ {
1108
+ "name": "reason",
1109
+ "required": true,
1110
+ "type": "string"
1111
+ }
1112
+ ],
1113
+ "type": "[object]"
979
1114
  },
980
1115
  {
981
1116
  "name": "validationErrors",
982
- "type": "[opaque]"
1117
+ "type": "[Map<string,scalar>]"
983
1118
  }
984
1119
  ],
985
1120
  "synonyms": "preview ready, staging complete, review import",
@@ -999,7 +1134,7 @@
999
1134
  {
1000
1135
  "name": "failed",
1001
1136
  "required": true,
1002
- "type": "[opaque]"
1137
+ "type": "[Map<string,scalar>]"
1003
1138
  }
1004
1139
  ],
1005
1140
  "tier": "secondary"
@@ -1019,8 +1154,18 @@
1019
1154
  "payloadSchema": [
1020
1155
  {
1021
1156
  "name": "stats",
1157
+ "properties": [
1158
+ {
1159
+ "name": "committed",
1160
+ "type": "number"
1161
+ },
1162
+ {
1163
+ "name": "failed",
1164
+ "type": "[Map<string,scalar>]"
1165
+ }
1166
+ ],
1022
1167
  "required": true,
1023
- "type": "opaque"
1168
+ "type": "object"
1024
1169
  }
1025
1170
  ],
1026
1171
  "synonyms": "import done, migration complete, data imported",
@@ -1851,6 +1996,16 @@
1851
1996
  "name": "lastModified",
1852
1997
  "type": "number"
1853
1998
  }
1999
+ ],
2000
+ "MigrationStats": [
2001
+ {
2002
+ "name": "committed",
2003
+ "type": "number"
2004
+ },
2005
+ {
2006
+ "name": "failed",
2007
+ "type": "[Map<string,scalar>]"
2008
+ }
1854
2009
  ]
1855
2010
  }
1856
2011
  }
@@ -497,6 +497,7 @@
497
497
  "type": "string"
498
498
  },
499
499
  {
500
+ "entity": "ModQueueItem",
500
501
  "name": "row",
501
502
  "properties": [
502
503
  {
@@ -560,6 +561,7 @@
560
561
  "type": "string"
561
562
  },
562
563
  {
564
+ "entity": "ModQueueItem",
563
565
  "name": "row",
564
566
  "properties": [
565
567
  {
@@ -623,6 +625,7 @@
623
625
  "type": "string"
624
626
  },
625
627
  {
628
+ "entity": "ModQueueItem",
626
629
  "name": "row",
627
630
  "properties": [
628
631
  {
@@ -688,8 +691,54 @@
688
691
  "eventId": "evt_01KXG04FDRNRES60JDBSQ392V4",
689
692
  "payloadSchema": [
690
693
  {
694
+ "entity": "ModQueueItem",
691
695
  "name": "data",
692
- "type": "[ModQueueItem]"
696
+ "properties": [
697
+ {
698
+ "name": "id",
699
+ "required": true,
700
+ "type": "string"
701
+ },
702
+ {
703
+ "name": "targetId",
704
+ "required": true,
705
+ "type": "string"
706
+ },
707
+ {
708
+ "name": "targetType",
709
+ "required": true,
710
+ "type": "string"
711
+ },
712
+ {
713
+ "name": "reason",
714
+ "type": "string"
715
+ },
716
+ {
717
+ "name": "flagCount",
718
+ "type": "number"
719
+ },
720
+ {
721
+ "name": "status",
722
+ "type": "string"
723
+ },
724
+ {
725
+ "name": "reviewedBy",
726
+ "type": "string"
727
+ },
728
+ {
729
+ "name": "reviewedAt",
730
+ "type": "datetime"
731
+ },
732
+ {
733
+ "name": "notes",
734
+ "type": "string"
735
+ },
736
+ {
737
+ "name": "seedRow",
738
+ "type": "ModQueueItem"
739
+ }
740
+ ],
741
+ "type": "[object]"
693
742
  }
694
743
  ],
695
744
  "synonyms": "loaded, fetched, available, ready",
@@ -818,8 +867,54 @@
818
867
  "name": "ModQueueItem loaded",
819
868
  "payloadSchema": [
820
869
  {
870
+ "entity": "ModQueueItem",
821
871
  "name": "data",
822
- "type": "[ModQueueItem]"
872
+ "properties": [
873
+ {
874
+ "name": "id",
875
+ "required": true,
876
+ "type": "string"
877
+ },
878
+ {
879
+ "name": "targetId",
880
+ "required": true,
881
+ "type": "string"
882
+ },
883
+ {
884
+ "name": "targetType",
885
+ "required": true,
886
+ "type": "string"
887
+ },
888
+ {
889
+ "name": "reason",
890
+ "type": "string"
891
+ },
892
+ {
893
+ "name": "flagCount",
894
+ "type": "number"
895
+ },
896
+ {
897
+ "name": "status",
898
+ "type": "string"
899
+ },
900
+ {
901
+ "name": "reviewedBy",
902
+ "type": "string"
903
+ },
904
+ {
905
+ "name": "reviewedAt",
906
+ "type": "datetime"
907
+ },
908
+ {
909
+ "name": "notes",
910
+ "type": "string"
911
+ },
912
+ {
913
+ "name": "seedRow",
914
+ "type": "ModQueueItem"
915
+ }
916
+ ],
917
+ "type": "[object]"
823
918
  }
824
919
  ],
825
920
  "synonyms": "loaded, fetched, available, ready",
@@ -871,6 +966,7 @@
871
966
  "type": "string"
872
967
  },
873
968
  {
969
+ "entity": "ModQueueItem",
874
970
  "name": "row",
875
971
  "properties": [
876
972
  {
@@ -935,6 +1031,7 @@
935
1031
  "type": "string"
936
1032
  },
937
1033
  {
1034
+ "entity": "ModQueueItem",
938
1035
  "name": "row",
939
1036
  "properties": [
940
1037
  {
@@ -999,6 +1096,7 @@
999
1096
  "type": "string"
1000
1097
  },
1001
1098
  {
1099
+ "entity": "ModQueueItem",
1002
1100
  "name": "row",
1003
1101
  "properties": [
1004
1102
  {
@@ -1135,8 +1135,43 @@
1135
1135
  "eventId": "evt_01M0M65FFFX5V7JGP2T5AXQS76",
1136
1136
  "payloadSchema": [
1137
1137
  {
1138
+ "entity": "NotifRow",
1138
1139
  "name": "data",
1139
- "type": "[NotifRow]"
1140
+ "properties": [
1141
+ {
1142
+ "name": "id",
1143
+ "type": "string"
1144
+ },
1145
+ {
1146
+ "name": "recipient",
1147
+ "type": "string"
1148
+ },
1149
+ {
1150
+ "name": "channel",
1151
+ "type": "string"
1152
+ },
1153
+ {
1154
+ "name": "message",
1155
+ "type": "string"
1156
+ },
1157
+ {
1158
+ "name": "severity",
1159
+ "type": "string"
1160
+ },
1161
+ {
1162
+ "name": "dispatched",
1163
+ "type": "boolean"
1164
+ },
1165
+ {
1166
+ "name": "error",
1167
+ "type": "string"
1168
+ },
1169
+ {
1170
+ "name": "recordedAt",
1171
+ "type": "number"
1172
+ }
1173
+ ],
1174
+ "type": "[object]"
1140
1175
  }
1141
1176
  ],
1142
1177
  "tier": "secondary"
@@ -736,8 +736,35 @@
736
736
  "eventId": "evt_01M0M65FF68HQ6K67FGYDE0P4V",
737
737
  "payloadSchema": [
738
738
  {
739
+ "entity": "PrefRow",
739
740
  "name": "data",
740
- "type": "[PrefRow]"
741
+ "properties": [
742
+ {
743
+ "name": "userId",
744
+ "type": "string"
745
+ },
746
+ {
747
+ "name": "eventType",
748
+ "type": "string"
749
+ },
750
+ {
751
+ "name": "mode",
752
+ "type": "string"
753
+ },
754
+ {
755
+ "name": "channel",
756
+ "type": "string"
757
+ },
758
+ {
759
+ "name": "quietStartHour",
760
+ "type": "number"
761
+ },
762
+ {
763
+ "name": "quietEndHour",
764
+ "type": "number"
765
+ }
766
+ ],
767
+ "type": "[object]"
741
768
  }
742
769
  ],
743
770
  "tier": "secondary"
@@ -748,8 +775,27 @@
748
775
  "eventId": "evt_01M0M65FF6F8X646FMC2ZYX7HW",
749
776
  "payloadSchema": [
750
777
  {
778
+ "entity": "AuditRow",
751
779
  "name": "data",
752
- "type": "[AuditRow]"
780
+ "properties": [
781
+ {
782
+ "name": "recipient",
783
+ "type": "string"
784
+ },
785
+ {
786
+ "name": "channel",
787
+ "type": "string"
788
+ },
789
+ {
790
+ "name": "dispatched",
791
+ "type": "boolean"
792
+ },
793
+ {
794
+ "name": "recordedAt",
795
+ "type": "number"
796
+ }
797
+ ],
798
+ "type": "[object]"
753
799
  }
754
800
  ],
755
801
  "tier": "secondary"
@@ -760,8 +806,27 @@
760
806
  "eventId": "evt_01M0M65FF6Z4XVMQTZT0P95WJQ",
761
807
  "payloadSchema": [
762
808
  {
809
+ "entity": "SubRow",
763
810
  "name": "data",
764
- "type": "[SubRow]"
811
+ "properties": [
812
+ {
813
+ "name": "userId",
814
+ "type": "string"
815
+ },
816
+ {
817
+ "name": "endpoint",
818
+ "type": "string"
819
+ },
820
+ {
821
+ "name": "p256dh",
822
+ "type": "string"
823
+ },
824
+ {
825
+ "name": "auth",
826
+ "type": "string"
827
+ }
828
+ ],
829
+ "type": "[object]"
765
830
  }
766
831
  ],
767
832
  "tier": "secondary"
@@ -933,7 +998,7 @@
933
998
  "payloadSchema": [
934
999
  {
935
1000
  "name": "data",
936
- "type": "opaque"
1001
+ "type": "Map<string,scalar>"
937
1002
  },
938
1003
  {
939
1004
  "name": "status",