@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
@@ -517,6 +517,7 @@
517
517
  "type": "string"
518
518
  },
519
519
  {
520
+ "entity": "BillableHour",
520
521
  "name": "row",
521
522
  "properties": [
522
523
  {
@@ -614,8 +615,58 @@
614
615
  "eventId": "evt_01KXG04FQN87K0KA07HKFCX3SX",
615
616
  "payloadSchema": [
616
617
  {
618
+ "entity": "BillableHour",
617
619
  "name": "data",
618
- "type": "[BillableHour]"
620
+ "properties": [
621
+ {
622
+ "name": "id",
623
+ "required": true,
624
+ "type": "string"
625
+ },
626
+ {
627
+ "name": "workerId",
628
+ "required": true,
629
+ "type": "string"
630
+ },
631
+ {
632
+ "name": "workerName",
633
+ "type": "string"
634
+ },
635
+ {
636
+ "name": "matterId",
637
+ "type": "string"
638
+ },
639
+ {
640
+ "name": "projectId",
641
+ "type": "string"
642
+ },
643
+ {
644
+ "name": "workDate",
645
+ "required": true,
646
+ "type": "date"
647
+ },
648
+ {
649
+ "name": "hours",
650
+ "type": "number"
651
+ },
652
+ {
653
+ "name": "rate",
654
+ "type": "number"
655
+ },
656
+ {
657
+ "name": "description",
658
+ "type": "string"
659
+ },
660
+ {
661
+ "name": "isBillable",
662
+ "type": "boolean"
663
+ },
664
+ {
665
+ "name": "invoiceStatus",
666
+ "type": "string"
667
+ }
668
+ ],
669
+ "type": "[object]"
619
670
  }
620
671
  ],
621
672
  "synonyms": "loaded, fetched, retrieved, populated",
@@ -661,8 +712,58 @@
661
712
  "name": "BillableHour loaded",
662
713
  "payloadSchema": [
663
714
  {
715
+ "entity": "BillableHour",
664
716
  "name": "data",
665
- "type": "[BillableHour]"
717
+ "properties": [
718
+ {
719
+ "name": "id",
720
+ "required": true,
721
+ "type": "string"
722
+ },
723
+ {
724
+ "name": "workerId",
725
+ "required": true,
726
+ "type": "string"
727
+ },
728
+ {
729
+ "name": "workerName",
730
+ "type": "string"
731
+ },
732
+ {
733
+ "name": "matterId",
734
+ "type": "string"
735
+ },
736
+ {
737
+ "name": "projectId",
738
+ "type": "string"
739
+ },
740
+ {
741
+ "name": "workDate",
742
+ "required": true,
743
+ "type": "date"
744
+ },
745
+ {
746
+ "name": "hours",
747
+ "type": "number"
748
+ },
749
+ {
750
+ "name": "rate",
751
+ "type": "number"
752
+ },
753
+ {
754
+ "name": "description",
755
+ "type": "string"
756
+ },
757
+ {
758
+ "name": "isBillable",
759
+ "type": "boolean"
760
+ },
761
+ {
762
+ "name": "invoiceStatus",
763
+ "type": "string"
764
+ }
765
+ ],
766
+ "type": "[object]"
666
767
  }
667
768
  ],
668
769
  "synonyms": "loaded, fetched, retrieved, populated",
@@ -698,6 +799,7 @@
698
799
  "type": "string"
699
800
  },
700
801
  {
802
+ "entity": "BillableHour",
701
803
  "name": "row",
702
804
  "properties": [
703
805
  {
@@ -1267,8 +1267,23 @@
1267
1267
  "eventId": "evt_01KXG04FS8GKCFCG7CJ725GCTA",
1268
1268
  "payloadSchema": [
1269
1269
  {
1270
+ "entity": "ObjectSpec",
1270
1271
  "name": "data",
1271
- "type": "[ObjectSpec]"
1272
+ "properties": [
1273
+ {
1274
+ "name": "id",
1275
+ "type": "string"
1276
+ },
1277
+ {
1278
+ "name": "label",
1279
+ "type": "string"
1280
+ },
1281
+ {
1282
+ "name": "value",
1283
+ "type": "string"
1284
+ }
1285
+ ],
1286
+ "type": "[object]"
1272
1287
  }
1273
1288
  ],
1274
1289
  "synonyms": "loaded, fetched, retrieved, populated",
@@ -1573,8 +1573,33 @@
1573
1573
  "eventId": "evt_01KXG04FVG0HDK9WX7A2JK683T",
1574
1574
  "payloadSchema": [
1575
1575
  {
1576
+ "entity": "BrowseItem",
1576
1577
  "name": "data",
1577
- "type": "[BrowseItem]"
1578
+ "properties": [
1579
+ {
1580
+ "name": "id",
1581
+ "required": true,
1582
+ "type": "string"
1583
+ },
1584
+ {
1585
+ "name": "name",
1586
+ "required": true,
1587
+ "type": "string"
1588
+ },
1589
+ {
1590
+ "name": "description",
1591
+ "type": "string"
1592
+ },
1593
+ {
1594
+ "name": "status",
1595
+ "type": "string"
1596
+ },
1597
+ {
1598
+ "name": "createdAt",
1599
+ "type": "string"
1600
+ }
1601
+ ],
1602
+ "type": "[object]"
1578
1603
  },
1579
1604
  {
1580
1605
  "name": "totalCount",
@@ -1614,6 +1639,7 @@
1614
1639
  "type": "string"
1615
1640
  },
1616
1641
  {
1642
+ "entity": "BrowseItem",
1617
1643
  "name": "row",
1618
1644
  "properties": [
1619
1645
  {
@@ -1658,6 +1684,7 @@
1658
1684
  "type": "string"
1659
1685
  },
1660
1686
  {
1687
+ "entity": "BrowseItem",
1661
1688
  "name": "row",
1662
1689
  "properties": [
1663
1690
  {
@@ -1702,6 +1729,7 @@
1702
1729
  "type": "string"
1703
1730
  },
1704
1731
  {
1732
+ "entity": "BrowseItem",
1705
1733
  "name": "row",
1706
1734
  "properties": [
1707
1735
  {
@@ -1763,8 +1791,33 @@
1763
1791
  "name": "BrowseItem loaded",
1764
1792
  "payloadSchema": [
1765
1793
  {
1794
+ "entity": "BrowseItem",
1766
1795
  "name": "data",
1767
- "type": "[BrowseItem]"
1796
+ "properties": [
1797
+ {
1798
+ "name": "id",
1799
+ "required": true,
1800
+ "type": "string"
1801
+ },
1802
+ {
1803
+ "name": "name",
1804
+ "required": true,
1805
+ "type": "string"
1806
+ },
1807
+ {
1808
+ "name": "description",
1809
+ "type": "string"
1810
+ },
1811
+ {
1812
+ "name": "status",
1813
+ "type": "string"
1814
+ },
1815
+ {
1816
+ "name": "createdAt",
1817
+ "type": "string"
1818
+ }
1819
+ ],
1820
+ "type": "[object]"
1768
1821
  },
1769
1822
  {
1770
1823
  "name": "totalCount",
@@ -1863,6 +1916,7 @@
1863
1916
  "type": "string"
1864
1917
  },
1865
1918
  {
1919
+ "entity": "BrowseItem",
1866
1920
  "name": "row",
1867
1921
  "properties": [
1868
1922
  {
@@ -1912,6 +1966,7 @@
1912
1966
  "type": "string"
1913
1967
  },
1914
1968
  {
1969
+ "entity": "BrowseItem",
1915
1970
  "name": "row",
1916
1971
  "properties": [
1917
1972
  {
@@ -1956,6 +2011,7 @@
1956
2011
  "type": "string"
1957
2012
  },
1958
2013
  {
2014
+ "entity": "BrowseItem",
1959
2015
  "name": "row",
1960
2016
  "properties": [
1961
2017
  {
@@ -953,8 +953,53 @@
953
953
  "eventId": "evt_01KXG04FX2Z4KWCSMQJWVPS6G3",
954
954
  "payloadSchema": [
955
955
  {
956
+ "entity": "CalendarEvent",
956
957
  "name": "data",
957
- "type": "[CalendarEvent]"
958
+ "properties": [
959
+ {
960
+ "name": "id",
961
+ "required": true,
962
+ "type": "string"
963
+ },
964
+ {
965
+ "name": "name",
966
+ "required": true,
967
+ "type": "string"
968
+ },
969
+ {
970
+ "name": "description",
971
+ "type": "string"
972
+ },
973
+ {
974
+ "name": "status",
975
+ "type": "string"
976
+ },
977
+ {
978
+ "name": "createdAt",
979
+ "type": "string"
980
+ },
981
+ {
982
+ "name": "date",
983
+ "type": "datetime"
984
+ },
985
+ {
986
+ "name": "time",
987
+ "type": "string"
988
+ },
989
+ {
990
+ "name": "duration",
991
+ "type": "number"
992
+ },
993
+ {
994
+ "name": "selectedRange",
995
+ "type": "string"
996
+ },
997
+ {
998
+ "name": "weekAnchor",
999
+ "type": "date"
1000
+ }
1001
+ ],
1002
+ "type": "[object]"
958
1003
  }
959
1004
  ],
960
1005
  "scope": "internal",
@@ -1032,8 +1077,53 @@
1032
1077
  "name": "CalendarEvent loaded",
1033
1078
  "payloadSchema": [
1034
1079
  {
1080
+ "entity": "CalendarEvent",
1035
1081
  "name": "data",
1036
- "type": "[CalendarEvent]"
1082
+ "properties": [
1083
+ {
1084
+ "name": "id",
1085
+ "required": true,
1086
+ "type": "string"
1087
+ },
1088
+ {
1089
+ "name": "name",
1090
+ "required": true,
1091
+ "type": "string"
1092
+ },
1093
+ {
1094
+ "name": "description",
1095
+ "type": "string"
1096
+ },
1097
+ {
1098
+ "name": "status",
1099
+ "type": "string"
1100
+ },
1101
+ {
1102
+ "name": "createdAt",
1103
+ "type": "string"
1104
+ },
1105
+ {
1106
+ "name": "date",
1107
+ "type": "datetime"
1108
+ },
1109
+ {
1110
+ "name": "time",
1111
+ "type": "string"
1112
+ },
1113
+ {
1114
+ "name": "duration",
1115
+ "type": "number"
1116
+ },
1117
+ {
1118
+ "name": "selectedRange",
1119
+ "type": "string"
1120
+ },
1121
+ {
1122
+ "name": "weekAnchor",
1123
+ "type": "date"
1124
+ }
1125
+ ],
1126
+ "type": "[object]"
1037
1127
  }
1038
1128
  ],
1039
1129
  "synonyms": "loaded, fetched, retrieved, populated",
@@ -260,8 +260,35 @@
260
260
  "eventId": "evt_01KXG04FYCT21KVC5HEBG1C4JP",
261
261
  "payloadSchema": [
262
262
  {
263
+ "entity": "ConfirmAction",
263
264
  "name": "data",
264
- "type": "[ConfirmAction]"
265
+ "properties": [
266
+ {
267
+ "name": "id",
268
+ "type": "string"
269
+ },
270
+ {
271
+ "name": "name",
272
+ "type": "string"
273
+ },
274
+ {
275
+ "name": "description",
276
+ "type": "string"
277
+ },
278
+ {
279
+ "name": "status",
280
+ "type": "string"
281
+ },
282
+ {
283
+ "name": "createdAt",
284
+ "type": "string"
285
+ },
286
+ {
287
+ "name": "pendingId",
288
+ "type": "string"
289
+ }
290
+ ],
291
+ "type": "[object]"
265
292
  }
266
293
  ],
267
294
  "scope": "internal",
@@ -304,6 +331,7 @@
304
331
  "type": "string"
305
332
  },
306
333
  {
334
+ "entity": "ConfirmAction",
307
335
  "name": "row",
308
336
  "properties": [
309
337
  {
@@ -392,8 +420,35 @@
392
420
  "name": "ConfirmAction loaded",
393
421
  "payloadSchema": [
394
422
  {
423
+ "entity": "ConfirmAction",
395
424
  "name": "data",
396
- "type": "[ConfirmAction]"
425
+ "properties": [
426
+ {
427
+ "name": "id",
428
+ "type": "string"
429
+ },
430
+ {
431
+ "name": "name",
432
+ "type": "string"
433
+ },
434
+ {
435
+ "name": "description",
436
+ "type": "string"
437
+ },
438
+ {
439
+ "name": "status",
440
+ "type": "string"
441
+ },
442
+ {
443
+ "name": "createdAt",
444
+ "type": "string"
445
+ },
446
+ {
447
+ "name": "pendingId",
448
+ "type": "string"
449
+ }
450
+ ],
451
+ "type": "[object]"
397
452
  }
398
453
  ],
399
454
  "synonyms": "loaded, ready, initialized",
@@ -430,6 +430,7 @@
430
430
  "type": "string"
431
431
  },
432
432
  {
433
+ "entity": "SignatureSession",
433
434
  "name": "row",
434
435
  "properties": [
435
436
  {
@@ -498,6 +499,7 @@
498
499
  "type": "string"
499
500
  },
500
501
  {
502
+ "entity": "SignatureSession",
501
503
  "name": "row",
502
504
  "properties": [
503
505
  {
@@ -566,6 +568,7 @@
566
568
  "type": "string"
567
569
  },
568
570
  {
571
+ "entity": "SignatureSession",
569
572
  "name": "row",
570
573
  "properties": [
571
574
  {
@@ -629,8 +632,59 @@
629
632
  "eventId": "evt_01KXG04G2XE4CWFXQTK1BR863T",
630
633
  "payloadSchema": [
631
634
  {
635
+ "entity": "SignatureSession",
632
636
  "name": "data",
633
- "type": "[SignatureSession]"
637
+ "properties": [
638
+ {
639
+ "name": "id",
640
+ "required": true,
641
+ "type": "string"
642
+ },
643
+ {
644
+ "name": "documentId",
645
+ "required": true,
646
+ "type": "string"
647
+ },
648
+ {
649
+ "name": "documentName",
650
+ "type": "string"
651
+ },
652
+ {
653
+ "name": "recipientName",
654
+ "required": true,
655
+ "type": "string"
656
+ },
657
+ {
658
+ "name": "recipientEmail",
659
+ "required": true,
660
+ "type": "email"
661
+ },
662
+ {
663
+ "name": "requesterName",
664
+ "type": "string"
665
+ },
666
+ {
667
+ "name": "status",
668
+ "type": "string"
669
+ },
670
+ {
671
+ "name": "sentAt",
672
+ "type": "datetime"
673
+ },
674
+ {
675
+ "name": "signedAt",
676
+ "type": "datetime"
677
+ },
678
+ {
679
+ "name": "envelopeId",
680
+ "type": "string"
681
+ },
682
+ {
683
+ "name": "pendingId",
684
+ "type": "string"
685
+ }
686
+ ],
687
+ "type": "[object]"
634
688
  }
635
689
  ],
636
690
  "scope": "internal",
@@ -713,8 +767,59 @@
713
767
  "name": "SignatureSession loaded",
714
768
  "payloadSchema": [
715
769
  {
770
+ "entity": "SignatureSession",
716
771
  "name": "data",
717
- "type": "[SignatureSession]"
772
+ "properties": [
773
+ {
774
+ "name": "id",
775
+ "required": true,
776
+ "type": "string"
777
+ },
778
+ {
779
+ "name": "documentId",
780
+ "required": true,
781
+ "type": "string"
782
+ },
783
+ {
784
+ "name": "documentName",
785
+ "type": "string"
786
+ },
787
+ {
788
+ "name": "recipientName",
789
+ "required": true,
790
+ "type": "string"
791
+ },
792
+ {
793
+ "name": "recipientEmail",
794
+ "required": true,
795
+ "type": "email"
796
+ },
797
+ {
798
+ "name": "requesterName",
799
+ "type": "string"
800
+ },
801
+ {
802
+ "name": "status",
803
+ "type": "string"
804
+ },
805
+ {
806
+ "name": "sentAt",
807
+ "type": "datetime"
808
+ },
809
+ {
810
+ "name": "signedAt",
811
+ "type": "datetime"
812
+ },
813
+ {
814
+ "name": "envelopeId",
815
+ "type": "string"
816
+ },
817
+ {
818
+ "name": "pendingId",
819
+ "type": "string"
820
+ }
821
+ ],
822
+ "type": "[object]"
718
823
  }
719
824
  ],
720
825
  "synonyms": "loaded, initialized, ready",
@@ -763,6 +868,7 @@
763
868
  "type": "string"
764
869
  },
765
870
  {
871
+ "entity": "SignatureSession",
766
872
  "name": "row",
767
873
  "properties": [
768
874
  {
@@ -832,6 +938,7 @@
832
938
  "type": "string"
833
939
  },
834
940
  {
941
+ "entity": "SignatureSession",
835
942
  "name": "row",
836
943
  "properties": [
837
944
  {
@@ -901,6 +1008,7 @@
901
1008
  "type": "string"
902
1009
  },
903
1010
  {
1011
+ "entity": "SignatureSession",
904
1012
  "name": "row",
905
1013
  "properties": [
906
1014
  {
@@ -1730,6 +1838,7 @@
1730
1838
  "type": "string"
1731
1839
  },
1732
1840
  {
1841
+ "entity": "SignatureSession",
1733
1842
  "name": "row",
1734
1843
  "properties": [
1735
1844
  {
@@ -1821,6 +1930,7 @@
1821
1930
  "type": "string"
1822
1931
  },
1823
1932
  {
1933
+ "entity": "SignatureSession",
1824
1934
  "name": "row",
1825
1935
  "properties": [
1826
1936
  {