@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
@@ -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",
@@ -385,8 +385,49 @@
385
385
  "eventId": "evt_01KXG04HEPRFZ4C4BWVKFW9P6J",
386
386
  "payloadSchema": [
387
387
  {
388
+ "entity": "SavedSearch",
388
389
  "name": "data",
389
- "type": "[SavedSearch]"
390
+ "properties": [
391
+ {
392
+ "name": "id",
393
+ "required": true,
394
+ "type": "string"
395
+ },
396
+ {
397
+ "name": "name",
398
+ "required": true,
399
+ "type": "string"
400
+ },
401
+ {
402
+ "name": "query",
403
+ "type": "string"
404
+ },
405
+ {
406
+ "name": "filters",
407
+ "type": "Map<string,scalar>"
408
+ },
409
+ {
410
+ "name": "alertEnabled",
411
+ "type": "boolean"
412
+ },
413
+ {
414
+ "name": "alertFrequency",
415
+ "type": "string"
416
+ },
417
+ {
418
+ "name": "userId",
419
+ "type": "string"
420
+ },
421
+ {
422
+ "name": "lastNotifiedAt",
423
+ "type": "datetime"
424
+ },
425
+ {
426
+ "name": "createdAt",
427
+ "type": "string"
428
+ }
429
+ ],
430
+ "type": "[object]"
390
431
  }
391
432
  ],
392
433
  "synonyms": "loaded, retrieved, fetched",
@@ -413,6 +454,7 @@
413
454
  "description": "Indicates a saved search has been modified and persisted.",
414
455
  "event": "SavedSearchUpdated",
415
456
  "eventId": "evt_01KXG04HEPTAG64Z7S49V8W10X",
457
+ "payloadEntity": "SavedSearch",
416
458
  "payloadSchema": [
417
459
  {
418
460
  "name": "id",
@@ -494,8 +536,49 @@
494
536
  "name": "SavedSearch loaded",
495
537
  "payloadSchema": [
496
538
  {
539
+ "entity": "SavedSearch",
497
540
  "name": "data",
498
- "type": "[SavedSearch]"
541
+ "properties": [
542
+ {
543
+ "name": "id",
544
+ "required": true,
545
+ "type": "string"
546
+ },
547
+ {
548
+ "name": "name",
549
+ "required": true,
550
+ "type": "string"
551
+ },
552
+ {
553
+ "name": "query",
554
+ "type": "string"
555
+ },
556
+ {
557
+ "name": "filters",
558
+ "type": "Map<string,scalar>"
559
+ },
560
+ {
561
+ "name": "alertEnabled",
562
+ "type": "boolean"
563
+ },
564
+ {
565
+ "name": "alertFrequency",
566
+ "type": "string"
567
+ },
568
+ {
569
+ "name": "userId",
570
+ "type": "string"
571
+ },
572
+ {
573
+ "name": "lastNotifiedAt",
574
+ "type": "datetime"
575
+ },
576
+ {
577
+ "name": "createdAt",
578
+ "type": "string"
579
+ }
580
+ ],
581
+ "type": "[object]"
499
582
  }
500
583
  ],
501
584
  "synonyms": "loaded, retrieved, fetched",
@@ -574,6 +657,7 @@
574
657
  "id": "evt_01KXG04HEPTAG64Z7S49V8W10X",
575
658
  "key": "SavedSearchUpdated",
576
659
  "name": "SavedSearch updated",
660
+ "payloadEntity": "SavedSearch",
577
661
  "payloadSchema": [
578
662
  {
579
663
  "name": "id",
@@ -300,8 +300,33 @@
300
300
  "eventId": "evt_01KXG04HJX5R9HCFT8K1N30HFV",
301
301
  "payloadSchema": [
302
302
  {
303
+ "entity": "SelectableItem",
303
304
  "name": "data",
304
- "type": "[SelectableItem]"
305
+ "properties": [
306
+ {
307
+ "name": "id",
308
+ "required": true,
309
+ "type": "string"
310
+ },
311
+ {
312
+ "name": "name",
313
+ "required": true,
314
+ "type": "string"
315
+ },
316
+ {
317
+ "name": "description",
318
+ "type": "string"
319
+ },
320
+ {
321
+ "name": "status",
322
+ "type": "string"
323
+ },
324
+ {
325
+ "name": "createdAt",
326
+ "type": "string"
327
+ }
328
+ ],
329
+ "type": "[object]"
305
330
  }
306
331
  ],
307
332
  "scope": "internal",
@@ -354,8 +379,33 @@
354
379
  "name": "SelectableItem loaded",
355
380
  "payloadSchema": [
356
381
  {
382
+ "entity": "SelectableItem",
357
383
  "name": "data",
358
- "type": "[SelectableItem]"
384
+ "properties": [
385
+ {
386
+ "name": "id",
387
+ "required": true,
388
+ "type": "string"
389
+ },
390
+ {
391
+ "name": "name",
392
+ "required": true,
393
+ "type": "string"
394
+ },
395
+ {
396
+ "name": "description",
397
+ "type": "string"
398
+ },
399
+ {
400
+ "name": "status",
401
+ "type": "string"
402
+ },
403
+ {
404
+ "name": "createdAt",
405
+ "type": "string"
406
+ }
407
+ ],
408
+ "type": "[object]"
359
409
  }
360
410
  ],
361
411
  "synonyms": "loaded, initialized, ready",
@@ -259,8 +259,44 @@
259
259
  "eventId": "evt_01KXG04HMCM9D438FC4PZNDMNQ",
260
260
  "payloadSchema": [
261
261
  {
262
+ "entity": "Signature",
262
263
  "name": "data",
263
- "type": "[Signature]"
264
+ "properties": [
265
+ {
266
+ "name": "id",
267
+ "required": true,
268
+ "type": "string"
269
+ },
270
+ {
271
+ "name": "targetId",
272
+ "required": true,
273
+ "type": "string"
274
+ },
275
+ {
276
+ "name": "targetType",
277
+ "required": true,
278
+ "type": "string"
279
+ },
280
+ {
281
+ "name": "signerName",
282
+ "required": true,
283
+ "type": "string"
284
+ },
285
+ {
286
+ "name": "signatureDataUrl",
287
+ "required": true,
288
+ "type": "string"
289
+ },
290
+ {
291
+ "name": "signedAt",
292
+ "type": "datetime"
293
+ },
294
+ {
295
+ "name": "ipAddress",
296
+ "type": "string"
297
+ }
298
+ ],
299
+ "type": "[object]"
264
300
  }
265
301
  ],
266
302
  "synonyms": "ready, initialized, available",
@@ -287,6 +323,7 @@
287
323
  "description": "Indicates a signature has been successfully captured and submitted.",
288
324
  "event": "SignatureSubmitted",
289
325
  "eventId": "evt_01KXG04HMCCC76P6HMRG3VZFK3",
326
+ "payloadEntity": "Signature",
290
327
  "payloadSchema": [
291
328
  {
292
329
  "name": "id",
@@ -366,8 +403,44 @@
366
403
  "name": "Signature loaded",
367
404
  "payloadSchema": [
368
405
  {
406
+ "entity": "Signature",
369
407
  "name": "data",
370
- "type": "[Signature]"
408
+ "properties": [
409
+ {
410
+ "name": "id",
411
+ "required": true,
412
+ "type": "string"
413
+ },
414
+ {
415
+ "name": "targetId",
416
+ "required": true,
417
+ "type": "string"
418
+ },
419
+ {
420
+ "name": "targetType",
421
+ "required": true,
422
+ "type": "string"
423
+ },
424
+ {
425
+ "name": "signerName",
426
+ "required": true,
427
+ "type": "string"
428
+ },
429
+ {
430
+ "name": "signatureDataUrl",
431
+ "required": true,
432
+ "type": "string"
433
+ },
434
+ {
435
+ "name": "signedAt",
436
+ "type": "datetime"
437
+ },
438
+ {
439
+ "name": "ipAddress",
440
+ "type": "string"
441
+ }
442
+ ],
443
+ "type": "[object]"
371
444
  }
372
445
  ],
373
446
  "synonyms": "ready, initialized, available",
@@ -434,6 +507,7 @@
434
507
  "id": "evt_01KXG04HMCCC76P6HMRG3VZFK3",
435
508
  "key": "SignatureSubmitted",
436
509
  "name": "Signature submitted",
510
+ "payloadEntity": "Signature",
437
511
  "payloadSchema": [
438
512
  {
439
513
  "name": "id",
@@ -676,8 +676,23 @@
676
676
  "eventId": "evt_01KXG04HPT4NKSR3ANMJ363D2G",
677
677
  "payloadSchema": [
678
678
  {
679
+ "entity": "ObjectSpec",
679
680
  "name": "data",
680
- "type": "[ObjectSpec]"
681
+ "properties": [
682
+ {
683
+ "name": "id",
684
+ "type": "string"
685
+ },
686
+ {
687
+ "name": "label",
688
+ "type": "string"
689
+ },
690
+ {
691
+ "name": "value",
692
+ "type": "string"
693
+ }
694
+ ],
695
+ "type": "[object]"
681
696
  }
682
697
  ],
683
698
  "synonyms": "loaded, fetched, retrieved, populated",
@@ -354,8 +354,49 @@
354
354
  "eventId": "evt_01M1780JG23PP1ZZCKDT50N36S",
355
355
  "payloadSchema": [
356
356
  {
357
+ "entity": "StripTag",
357
358
  "name": "data",
358
- "type": "[StripTag]"
359
+ "properties": [
360
+ {
361
+ "name": "id",
362
+ "required": true,
363
+ "type": "string"
364
+ },
365
+ {
366
+ "name": "name",
367
+ "required": true,
368
+ "type": "string"
369
+ },
370
+ {
371
+ "name": "parentId",
372
+ "type": "StripTag"
373
+ },
374
+ {
375
+ "name": "createdAt",
376
+ "type": "string"
377
+ },
378
+ {
379
+ "name": "pendingId",
380
+ "type": "string"
381
+ },
382
+ {
383
+ "name": "docId",
384
+ "type": "string"
385
+ },
386
+ {
387
+ "name": "docTagIds",
388
+ "type": "[string]"
389
+ },
390
+ {
391
+ "name": "pendingTagName",
392
+ "type": "string"
393
+ },
394
+ {
395
+ "name": "pendingNames",
396
+ "type": "[string]"
397
+ }
398
+ ],
399
+ "type": "[object]"
359
400
  }
360
401
  ],
361
402
  "tier": "internal"
@@ -366,8 +407,49 @@
366
407
  "eventId": "evt_01M1780JG2STQCYHYMCS8F43KZ",
367
408
  "payloadSchema": [
368
409
  {
410
+ "entity": "StripTag",
369
411
  "name": "data",
370
- "type": "[StripTag]"
412
+ "properties": [
413
+ {
414
+ "name": "id",
415
+ "required": true,
416
+ "type": "string"
417
+ },
418
+ {
419
+ "name": "name",
420
+ "required": true,
421
+ "type": "string"
422
+ },
423
+ {
424
+ "name": "parentId",
425
+ "type": "StripTag"
426
+ },
427
+ {
428
+ "name": "createdAt",
429
+ "type": "string"
430
+ },
431
+ {
432
+ "name": "pendingId",
433
+ "type": "string"
434
+ },
435
+ {
436
+ "name": "docId",
437
+ "type": "string"
438
+ },
439
+ {
440
+ "name": "docTagIds",
441
+ "type": "[string]"
442
+ },
443
+ {
444
+ "name": "pendingTagName",
445
+ "type": "string"
446
+ },
447
+ {
448
+ "name": "pendingNames",
449
+ "type": "[string]"
450
+ }
451
+ ],
452
+ "type": "[object]"
371
453
  }
372
454
  ],
373
455
  "tier": "internal"
@@ -378,8 +460,49 @@
378
460
  "eventId": "evt_01M1780JG2KZR8W8YJ4B4PS55D",
379
461
  "payloadSchema": [
380
462
  {
463
+ "entity": "StripTag",
381
464
  "name": "data",
382
- "type": "[StripTag]"
465
+ "properties": [
466
+ {
467
+ "name": "id",
468
+ "required": true,
469
+ "type": "string"
470
+ },
471
+ {
472
+ "name": "name",
473
+ "required": true,
474
+ "type": "string"
475
+ },
476
+ {
477
+ "name": "parentId",
478
+ "type": "StripTag"
479
+ },
480
+ {
481
+ "name": "createdAt",
482
+ "type": "string"
483
+ },
484
+ {
485
+ "name": "pendingId",
486
+ "type": "string"
487
+ },
488
+ {
489
+ "name": "docId",
490
+ "type": "string"
491
+ },
492
+ {
493
+ "name": "docTagIds",
494
+ "type": "[string]"
495
+ },
496
+ {
497
+ "name": "pendingTagName",
498
+ "type": "string"
499
+ },
500
+ {
501
+ "name": "pendingNames",
502
+ "type": "[string]"
503
+ }
504
+ ],
505
+ "type": "[object]"
383
506
  }
384
507
  ],
385
508
  "tier": "internal"
@@ -388,6 +511,7 @@
388
511
  "description": "A typed name had no existing tag; a fresh row was created in the shared taxonomy.",
389
512
  "event": "TagStripTagCreated",
390
513
  "eventId": "evt_01M1780JG2N02T1ZNKN3JJR7Y5",
514
+ "payloadEntity": "StripTag",
391
515
  "payloadSchema": [
392
516
  {
393
517
  "name": "id",
@@ -480,8 +604,49 @@
480
604
  "name": "Tag strip options",
481
605
  "payloadSchema": [
482
606
  {
607
+ "entity": "StripTag",
483
608
  "name": "data",
484
- "type": "[StripTag]"
609
+ "properties": [
610
+ {
611
+ "name": "id",
612
+ "required": true,
613
+ "type": "string"
614
+ },
615
+ {
616
+ "name": "name",
617
+ "required": true,
618
+ "type": "string"
619
+ },
620
+ {
621
+ "name": "parentId",
622
+ "type": "StripTag"
623
+ },
624
+ {
625
+ "name": "createdAt",
626
+ "type": "string"
627
+ },
628
+ {
629
+ "name": "pendingId",
630
+ "type": "string"
631
+ },
632
+ {
633
+ "name": "docId",
634
+ "type": "string"
635
+ },
636
+ {
637
+ "name": "docTagIds",
638
+ "type": "[string]"
639
+ },
640
+ {
641
+ "name": "pendingTagName",
642
+ "type": "string"
643
+ },
644
+ {
645
+ "name": "pendingNames",
646
+ "type": "[string]"
647
+ }
648
+ ],
649
+ "type": "[object]"
485
650
  }
486
651
  ],
487
652
  "tier": "internal"
@@ -568,6 +733,7 @@
568
733
  "id": "evt_01M1780JG2N02T1ZNKN3JJR7Y5",
569
734
  "key": "TagStripTagCreated",
570
735
  "name": "Tag strip tag created",
736
+ "payloadEntity": "StripTag",
571
737
  "payloadSchema": [
572
738
  {
573
739
  "name": "id",
@@ -617,8 +783,49 @@
617
783
  "name": "Tag strip add options",
618
784
  "payloadSchema": [
619
785
  {
786
+ "entity": "StripTag",
620
787
  "name": "data",
621
- "type": "[StripTag]"
788
+ "properties": [
789
+ {
790
+ "name": "id",
791
+ "required": true,
792
+ "type": "string"
793
+ },
794
+ {
795
+ "name": "name",
796
+ "required": true,
797
+ "type": "string"
798
+ },
799
+ {
800
+ "name": "parentId",
801
+ "type": "StripTag"
802
+ },
803
+ {
804
+ "name": "createdAt",
805
+ "type": "string"
806
+ },
807
+ {
808
+ "name": "pendingId",
809
+ "type": "string"
810
+ },
811
+ {
812
+ "name": "docId",
813
+ "type": "string"
814
+ },
815
+ {
816
+ "name": "docTagIds",
817
+ "type": "[string]"
818
+ },
819
+ {
820
+ "name": "pendingTagName",
821
+ "type": "string"
822
+ },
823
+ {
824
+ "name": "pendingNames",
825
+ "type": "[string]"
826
+ }
827
+ ],
828
+ "type": "[object]"
622
829
  }
623
830
  ],
624
831
  "tier": "internal"
@@ -630,8 +837,49 @@
630
837
  "name": "Tag strip remove options",
631
838
  "payloadSchema": [
632
839
  {
840
+ "entity": "StripTag",
633
841
  "name": "data",
634
- "type": "[StripTag]"
842
+ "properties": [
843
+ {
844
+ "name": "id",
845
+ "required": true,
846
+ "type": "string"
847
+ },
848
+ {
849
+ "name": "name",
850
+ "required": true,
851
+ "type": "string"
852
+ },
853
+ {
854
+ "name": "parentId",
855
+ "type": "StripTag"
856
+ },
857
+ {
858
+ "name": "createdAt",
859
+ "type": "string"
860
+ },
861
+ {
862
+ "name": "pendingId",
863
+ "type": "string"
864
+ },
865
+ {
866
+ "name": "docId",
867
+ "type": "string"
868
+ },
869
+ {
870
+ "name": "docTagIds",
871
+ "type": "[string]"
872
+ },
873
+ {
874
+ "name": "pendingTagName",
875
+ "type": "string"
876
+ },
877
+ {
878
+ "name": "pendingNames",
879
+ "type": "[string]"
880
+ }
881
+ ],
882
+ "type": "[object]"
635
883
  }
636
884
  ],
637
885
  "tier": "internal"