@almadar/std 14.25.0 → 14.27.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 (431) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  25. package/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  28. package/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  30. package/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  33. package/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  37. package/behaviors/registry/app/atoms/std-donor.orb +440 -153
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  39. package/behaviors/registry/app/atoms/std-driver.orb +477 -492
  40. package/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  42. package/behaviors/registry/app/atoms/std-event.orb +467 -669
  43. package/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  44. package/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  45. package/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  47. package/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  49. package/behaviors/registry/app/atoms/std-lease.orb +508 -184
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  52. package/behaviors/registry/app/atoms/std-matter.orb +482 -336
  53. package/behaviors/registry/app/atoms/std-membership.orb +521 -113
  54. package/behaviors/registry/app/atoms/std-menu.orb +766 -174
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  60. package/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  66. package/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  68. package/behaviors/registry/app/atoms/std-segment.orb +367 -113
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  70. package/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  71. package/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  75. package/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  79. package/behaviors/registry/app/atoms/std-trial.orb +423 -337
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  83. package/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  85. package/behaviors/registry/app/molecules/std-application.orb +168 -253
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  87. package/behaviors/registry/app/molecules/std-cart.orb +82 -76
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  92. package/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  97. package/behaviors/registry/app/organisms/std-cms.orb +315 -315
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  100. package/behaviors/registry/app/organisms/std-crm.orb +265 -265
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  106. package/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  110. package/behaviors/registry/app/organisms/std-forum.orb +150 -150
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  114. package/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  117. package/behaviors/registry/app/organisms/std-listings.orb +147 -147
  118. package/behaviors/registry/app/organisms/std-lms.orb +409 -409
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  122. package/behaviors/registry/app/organisms/std-notes.orb +112 -112
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  131. package/behaviors/registry/app/organisms/std-survey.orb +129 -129
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  134. package/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  137. package/behaviors/registry/core/atoms/std-browse.orb +58 -58
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  139. package/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  142. package/behaviors/registry/core/atoms/std-display.orb +1 -1
  143. package/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  145. package/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  146. package/behaviors/registry/core/atoms/std-filter.orb +12 -12
  147. package/behaviors/registry/core/atoms/std-flag.orb +95 -95
  148. package/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  153. package/behaviors/registry/core/atoms/std-modal.orb +20 -20
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  155. package/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  156. package/behaviors/registry/core/atoms/std-push.orb +38 -38
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  159. package/behaviors/registry/core/atoms/std-related.orb +34 -34
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  162. package/behaviors/registry/core/atoms/std-search.orb +9 -9
  163. package/behaviors/registry/core/atoms/std-selection.orb +77 -77
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  165. package/behaviors/registry/core/atoms/std-stats.orb +104 -104
  166. package/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  168. package/behaviors/registry/core/atoms/std-thread.orb +56 -56
  169. package/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  170. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  177. package/behaviors/registry/core/molecules/std-list.orb +71 -71
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +227 -152
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  183. package/behaviors/registry/game/atoms/std-collision.orb +0 -595
  184. package/behaviors/registry/game/atoms/std-combat.orb +0 -524
  185. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  187. package/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  188. package/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  189. package/behaviors/registry/game/atoms/std-overworld.orb +56 -56
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  191. package/behaviors/registry/game/atoms/std-quest.orb +122 -122
  192. package/behaviors/registry/game/atoms/std-timer.orb +266 -266
  193. package/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  194. package/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  195. package/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  196. package/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  197. package/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  198. package/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  199. package/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  200. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +32 -32
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  203. package/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  204. package/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  208. package/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  216. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  217. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  218. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  219. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  220. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  221. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  222. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  223. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  224. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  225. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  226. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  227. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  228. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  229. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  230. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  231. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  232. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  233. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  234. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  235. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  236. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  237. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  238. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  239. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  240. package/dist/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  241. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  242. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  243. package/dist/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  244. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  245. package/dist/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  246. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  247. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  248. package/dist/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  249. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  250. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  251. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  252. package/dist/behaviors/registry/app/atoms/std-donor.orb +440 -153
  253. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  254. package/dist/behaviors/registry/app/atoms/std-driver.orb +477 -492
  255. package/dist/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  256. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  257. package/dist/behaviors/registry/app/atoms/std-event.orb +467 -669
  258. package/dist/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  259. package/dist/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  260. package/dist/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  261. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  262. package/dist/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  263. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  264. package/dist/behaviors/registry/app/atoms/std-lease.orb +508 -184
  265. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  266. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  267. package/dist/behaviors/registry/app/atoms/std-matter.orb +482 -336
  268. package/dist/behaviors/registry/app/atoms/std-membership.orb +521 -113
  269. package/dist/behaviors/registry/app/atoms/std-menu.orb +766 -174
  270. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  271. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  272. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  273. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  274. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  275. package/dist/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  276. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  277. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  278. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  279. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  280. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  281. package/dist/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  282. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  283. package/dist/behaviors/registry/app/atoms/std-segment.orb +367 -113
  284. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  285. package/dist/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  286. package/dist/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  287. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  288. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  289. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  290. package/dist/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  291. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  292. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  293. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  294. package/dist/behaviors/registry/app/atoms/std-trial.orb +423 -337
  295. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  296. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  297. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  298. package/dist/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  299. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  300. package/dist/behaviors/registry/app/molecules/std-application.orb +168 -253
  301. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  302. package/dist/behaviors/registry/app/molecules/std-cart.orb +82 -76
  303. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  304. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  305. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  306. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  307. package/dist/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  308. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  309. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  310. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  311. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  312. package/dist/behaviors/registry/app/organisms/std-cms.orb +315 -315
  313. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  314. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  315. package/dist/behaviors/registry/app/organisms/std-crm.orb +265 -265
  316. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  317. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  318. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  319. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  320. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  321. package/dist/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  322. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  323. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  324. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  325. package/dist/behaviors/registry/app/organisms/std-forum.orb +150 -150
  326. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  327. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  328. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  329. package/dist/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  330. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  331. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  332. package/dist/behaviors/registry/app/organisms/std-listings.orb +147 -147
  333. package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
  334. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  335. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  336. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  337. package/dist/behaviors/registry/app/organisms/std-notes.orb +112 -112
  338. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  339. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  340. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  341. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  342. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  343. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  344. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  345. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  346. package/dist/behaviors/registry/app/organisms/std-survey.orb +129 -129
  347. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  348. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  349. package/dist/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  350. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  351. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  352. package/dist/behaviors/registry/core/atoms/std-browse.orb +58 -58
  353. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  354. package/dist/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  355. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  356. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  357. package/dist/behaviors/registry/core/atoms/std-display.orb +1 -1
  358. package/dist/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  359. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  360. package/dist/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  361. package/dist/behaviors/registry/core/atoms/std-filter.orb +12 -12
  362. package/dist/behaviors/registry/core/atoms/std-flag.orb +95 -95
  363. package/dist/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  364. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  365. package/dist/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  366. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  367. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  368. package/dist/behaviors/registry/core/atoms/std-modal.orb +20 -20
  369. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  370. package/dist/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  371. package/dist/behaviors/registry/core/atoms/std-push.orb +38 -38
  372. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  373. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  374. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
  375. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  376. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  377. package/dist/behaviors/registry/core/atoms/std-search.orb +9 -9
  378. package/dist/behaviors/registry/core/atoms/std-selection.orb +77 -77
  379. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  380. package/dist/behaviors/registry/core/atoms/std-stats.orb +104 -104
  381. package/dist/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  382. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  383. package/dist/behaviors/registry/core/atoms/std-thread.orb +56 -56
  384. package/dist/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  385. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  386. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  387. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  388. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  389. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  390. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  391. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  392. package/dist/behaviors/registry/core/molecules/std-list.orb +71 -71
  393. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  394. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  395. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  396. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +227 -152
  397. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  398. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  399. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  400. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  401. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  402. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  403. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  404. package/dist/behaviors/registry/game/atoms/std-overworld.orb +56 -56
  405. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  406. package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
  407. package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -266
  408. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  409. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  410. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  411. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  412. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  413. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  414. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  415. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +32 -32
  416. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  417. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  418. package/dist/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  419. package/dist/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  420. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  421. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  422. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  423. package/dist/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  424. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  425. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  426. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  427. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  428. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  429. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  430. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  431. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "std-event",
3
3
  "version": "1.0.0",
4
- "description": "std-event — event-ticketing event entity. Owns an EventRecord (date, venue, capacity, RFC5545 recurrenceRule, status). Browses events in a data-grid with Edit / Publish / Cancel actions; CREATE/UPDATE/PUBLISH/CANCEL persist a draft and re-fetch.",
4
+ "description": "std-event — event-ticketing event entity (date, venue, capacity, recurrenceRule, status). Lists events in `browsing`; opens detail in `viewing_single` with Publish / Cancel / Update actions.",
5
5
  "orbitals": [
6
6
  {
7
7
  "name": "EventOrbital",
@@ -82,20 +82,10 @@
82
82
  "linkedEntity": "EventRecord",
83
83
  "emits": [
84
84
  {
85
- "event": "CREATE",
85
+ "event": "OPEN_EVENT",
86
86
  "payloadSchema": [
87
87
  {
88
- "name": "data",
89
- "type": "object",
90
- "required": true
91
- }
92
- ]
93
- },
94
- {
95
- "event": "UPDATE",
96
- "payloadSchema": [
97
- {
98
- "name": "eventId",
88
+ "name": "id",
99
89
  "type": "string",
100
90
  "required": true
101
91
  },
@@ -154,408 +144,60 @@
154
144
  {
155
145
  "name": "row.createdAt",
156
146
  "type": "string"
157
- },
158
- {
159
- "name": "data",
160
- "type": "object",
161
- "required": true
162
147
  }
163
148
  ]
164
149
  },
165
150
  {
166
- "event": "PUBLISH",
167
- "payloadSchema": [
168
- {
169
- "name": "eventId",
170
- "type": "string",
171
- "required": true
172
- },
173
- {
174
- "name": "row.id",
175
- "type": "string",
176
- "required": true
177
- },
178
- {
179
- "name": "row.name",
180
- "type": "string",
181
- "required": true
182
- },
183
- {
184
- "name": "row.description",
185
- "type": "string"
186
- },
187
- {
188
- "name": "row.venue",
189
- "type": "string"
190
- },
191
- {
192
- "name": "row.lat",
193
- "type": "number"
194
- },
195
- {
196
- "name": "row.lng",
197
- "type": "number"
198
- },
199
- {
200
- "name": "row.startsAt",
201
- "type": "string",
202
- "required": true
203
- },
204
- {
205
- "name": "row.endsAt",
206
- "type": "string",
207
- "required": true
208
- },
209
- {
210
- "name": "row.recurrenceRule",
211
- "type": "string"
212
- },
213
- {
214
- "name": "row.capacity",
215
- "type": "number"
216
- },
217
- {
218
- "name": "row.status",
219
- "type": "string"
220
- },
221
- {
222
- "name": "row.organizerId",
223
- "type": "string"
224
- },
225
- {
226
- "name": "row.createdAt",
227
- "type": "string"
228
- }
229
- ]
151
+ "event": "CLOSE_VIEW"
230
152
  },
231
153
  {
232
- "event": "CANCEL",
154
+ "event": "PUBLISH",
233
155
  "payloadSchema": [
234
156
  {
235
157
  "name": "eventId",
236
158
  "type": "string",
237
159
  "required": true
238
- },
239
- {
240
- "name": "row.id",
241
- "type": "string",
242
- "required": true
243
- },
244
- {
245
- "name": "row.name",
246
- "type": "string",
247
- "required": true
248
- },
249
- {
250
- "name": "row.description",
251
- "type": "string"
252
- },
253
- {
254
- "name": "row.venue",
255
- "type": "string"
256
- },
257
- {
258
- "name": "row.lat",
259
- "type": "number"
260
- },
261
- {
262
- "name": "row.lng",
263
- "type": "number"
264
- },
265
- {
266
- "name": "row.startsAt",
267
- "type": "string",
268
- "required": true
269
- },
270
- {
271
- "name": "row.endsAt",
272
- "type": "string",
273
- "required": true
274
- },
275
- {
276
- "name": "row.recurrenceRule",
277
- "type": "string"
278
- },
279
- {
280
- "name": "row.capacity",
281
- "type": "number"
282
- },
283
- {
284
- "name": "row.status",
285
- "type": "string"
286
- },
287
- {
288
- "name": "row.organizerId",
289
- "type": "string"
290
- },
291
- {
292
- "name": "row.createdAt",
293
- "type": "string"
294
160
  }
295
161
  ]
296
162
  },
297
163
  {
298
- "event": "EventLoaded",
299
- "payloadSchema": [
300
- {
301
- "name": "data",
302
- "type": "[EventRecord]"
303
- }
304
- ]
305
- },
306
- {
307
- "event": "EventLoadFailed",
308
- "payloadSchema": [
309
- {
310
- "name": "error",
311
- "type": "string"
312
- },
313
- {
314
- "name": "code",
315
- "type": "string"
316
- }
317
- ]
318
- },
319
- {
320
- "event": "EventCreated",
164
+ "event": "UPDATE",
321
165
  "payloadSchema": [
322
166
  {
323
- "name": "row.id",
324
- "type": "string",
325
- "required": true
326
- },
327
- {
328
- "name": "row.name",
329
- "type": "string",
330
- "required": true
331
- },
332
- {
333
- "name": "row.description",
334
- "type": "string"
335
- },
336
- {
337
- "name": "row.venue",
338
- "type": "string"
339
- },
340
- {
341
- "name": "row.lat",
342
- "type": "number"
343
- },
344
- {
345
- "name": "row.lng",
346
- "type": "number"
347
- },
348
- {
349
- "name": "row.startsAt",
350
- "type": "string",
351
- "required": true
352
- },
353
- {
354
- "name": "row.endsAt",
167
+ "name": "eventId",
355
168
  "type": "string",
356
169
  "required": true
357
- },
358
- {
359
- "name": "row.recurrenceRule",
360
- "type": "string"
361
- },
362
- {
363
- "name": "row.capacity",
364
- "type": "number"
365
- },
366
- {
367
- "name": "row.status",
368
- "type": "string"
369
- },
370
- {
371
- "name": "row.organizerId",
372
- "type": "string"
373
- },
374
- {
375
- "name": "row.createdAt",
376
- "type": "string"
377
170
  }
378
171
  ]
379
172
  },
380
173
  {
381
- "event": "EventUpdated",
174
+ "event": "CANCEL",
382
175
  "payloadSchema": [
383
176
  {
384
- "name": "row.id",
385
- "type": "string",
386
- "required": true
387
- },
388
- {
389
- "name": "row.name",
390
- "type": "string",
391
- "required": true
392
- },
393
- {
394
- "name": "row.description",
395
- "type": "string"
396
- },
397
- {
398
- "name": "row.venue",
399
- "type": "string"
400
- },
401
- {
402
- "name": "row.lat",
403
- "type": "number"
404
- },
405
- {
406
- "name": "row.lng",
407
- "type": "number"
408
- },
409
- {
410
- "name": "row.startsAt",
411
- "type": "string",
412
- "required": true
413
- },
414
- {
415
- "name": "row.endsAt",
177
+ "name": "eventId",
416
178
  "type": "string",
417
179
  "required": true
418
- },
419
- {
420
- "name": "row.recurrenceRule",
421
- "type": "string"
422
- },
423
- {
424
- "name": "row.capacity",
425
- "type": "number"
426
- },
427
- {
428
- "name": "row.status",
429
- "type": "string"
430
- },
431
- {
432
- "name": "row.organizerId",
433
- "type": "string"
434
- },
435
- {
436
- "name": "row.createdAt",
437
- "type": "string"
438
180
  }
439
181
  ]
440
182
  },
441
183
  {
442
- "event": "EventPublished",
184
+ "event": "EventLoaded",
443
185
  "payloadSchema": [
444
186
  {
445
- "name": "row.id",
446
- "type": "string",
447
- "required": true
448
- },
449
- {
450
- "name": "row.name",
451
- "type": "string",
452
- "required": true
453
- },
454
- {
455
- "name": "row.description",
456
- "type": "string"
457
- },
458
- {
459
- "name": "row.venue",
460
- "type": "string"
461
- },
462
- {
463
- "name": "row.lat",
464
- "type": "number"
465
- },
466
- {
467
- "name": "row.lng",
468
- "type": "number"
469
- },
470
- {
471
- "name": "row.startsAt",
472
- "type": "string",
473
- "required": true
474
- },
475
- {
476
- "name": "row.endsAt",
477
- "type": "string",
478
- "required": true
479
- },
480
- {
481
- "name": "row.recurrenceRule",
482
- "type": "string"
483
- },
484
- {
485
- "name": "row.capacity",
486
- "type": "number"
487
- },
488
- {
489
- "name": "row.status",
490
- "type": "string"
491
- },
492
- {
493
- "name": "row.organizerId",
494
- "type": "string"
495
- },
496
- {
497
- "name": "row.createdAt",
498
- "type": "string"
187
+ "name": "data",
188
+ "type": "[EventRecord]"
499
189
  }
500
190
  ]
501
191
  },
502
192
  {
503
- "event": "EventCancelled",
504
- "payloadSchema": [
505
- {
506
- "name": "row.id",
507
- "type": "string",
508
- "required": true
509
- },
510
- {
511
- "name": "row.name",
512
- "type": "string",
513
- "required": true
514
- },
515
- {
516
- "name": "row.description",
517
- "type": "string"
518
- },
519
- {
520
- "name": "row.venue",
521
- "type": "string"
522
- },
523
- {
524
- "name": "row.lat",
525
- "type": "number"
526
- },
527
- {
528
- "name": "row.lng",
529
- "type": "number"
530
- },
531
- {
532
- "name": "row.startsAt",
533
- "type": "string",
534
- "required": true
535
- },
536
- {
537
- "name": "row.endsAt",
538
- "type": "string",
539
- "required": true
540
- },
541
- {
542
- "name": "row.recurrenceRule",
543
- "type": "string"
544
- },
545
- {
546
- "name": "row.capacity",
547
- "type": "number"
548
- },
549
- {
550
- "name": "row.status",
551
- "type": "string"
552
- },
193
+ "event": "EventLoadFailed",
194
+ "payloadSchema": [
553
195
  {
554
- "name": "row.organizerId",
196
+ "name": "error",
555
197
  "type": "string"
556
198
  },
557
199
  {
558
- "name": "row.createdAt",
200
+ "name": "code",
559
201
  "type": "string"
560
202
  }
561
203
  ]
@@ -571,7 +213,7 @@
571
213
  "name": "browsing"
572
214
  },
573
215
  {
574
- "name": "editing"
216
+ "name": "viewing_single"
575
217
  },
576
218
  {
577
219
  "name": "error"
@@ -607,42 +249,11 @@
607
249
  ]
608
250
  },
609
251
  {
610
- "key": "CREATE",
611
- "name": "Create",
612
- "payloadSchema": [
613
- {
614
- "name": "data",
615
- "type": "object",
616
- "required": true
617
- }
618
- ]
619
- },
620
- {
621
- "key": "UPDATE",
622
- "name": "Update",
623
- "payloadSchema": [
624
- {
625
- "name": "eventId",
626
- "type": "string",
627
- "required": true
628
- },
629
- {
630
- "name": "row",
631
- "type": "EventRecord"
632
- },
633
- {
634
- "name": "data",
635
- "type": "object",
636
- "required": true
637
- }
638
- ]
639
- },
640
- {
641
- "key": "PUBLISH",
642
- "name": "Publish",
252
+ "key": "OPEN_EVENT",
253
+ "name": "Open Event",
643
254
  "payloadSchema": [
644
255
  {
645
- "name": "eventId",
256
+ "name": "id",
646
257
  "type": "string",
647
258
  "required": true
648
259
  },
@@ -660,50 +271,32 @@
660
271
  "name": "eventId",
661
272
  "type": "string",
662
273
  "required": true
663
- },
664
- {
665
- "name": "row",
666
- "type": "EventRecord"
667
- }
668
- ]
669
- },
670
- {
671
- "key": "EventCreated",
672
- "name": "Event created",
673
- "payloadSchema": [
674
- {
675
- "name": "row",
676
- "type": "EventRecord"
677
274
  }
678
275
  ]
679
276
  },
680
277
  {
681
- "key": "EventUpdated",
682
- "name": "Event updated",
683
- "payloadSchema": [
684
- {
685
- "name": "row",
686
- "type": "EventRecord"
687
- }
688
- ]
278
+ "key": "CLOSE_VIEW",
279
+ "name": "Close View"
689
280
  },
690
281
  {
691
- "key": "EventPublished",
692
- "name": "Event published",
282
+ "key": "PUBLISH",
283
+ "name": "Publish",
693
284
  "payloadSchema": [
694
285
  {
695
- "name": "row",
696
- "type": "EventRecord"
286
+ "name": "eventId",
287
+ "type": "string",
288
+ "required": true
697
289
  }
698
290
  ]
699
291
  },
700
292
  {
701
- "key": "EventCancelled",
702
- "name": "Event cancelled",
293
+ "key": "UPDATE",
294
+ "name": "Update",
703
295
  "payloadSchema": [
704
296
  {
705
- "name": "row",
706
- "type": "EventRecord"
297
+ "name": "eventId",
298
+ "type": "string",
299
+ "required": true
707
300
  }
708
301
  ]
709
302
  }
@@ -719,8 +312,8 @@
719
312
  "EventRecord",
720
313
  {
721
314
  "emit": {
722
- "failure": "EventLoadFailed",
723
- "success": "EventLoaded"
315
+ "success": "EventLoaded",
316
+ "failure": "EventLoadFailed"
724
317
  }
725
318
  }
726
319
  ],
@@ -728,21 +321,21 @@
728
321
  "render-ui",
729
322
  "main",
730
323
  {
731
- "type": "stack",
324
+ "direction": "vertical",
732
325
  "children": [
733
326
  {
734
327
  "type": "spinner"
735
328
  },
736
329
  {
737
- "type": "typography",
330
+ "content": "Loading events…",
738
331
  "color": "muted",
739
332
  "variant": "caption",
740
- "content": "Loading events…"
333
+ "type": "typography"
741
334
  }
742
335
  ],
336
+ "type": "stack",
743
337
  "gap": "md",
744
338
  "className": "py-12",
745
- "direction": "vertical",
746
339
  "align": "center"
747
340
  }
748
341
  ]
@@ -757,9 +350,10 @@
757
350
  "render-ui",
758
351
  "main",
759
352
  {
760
- "gap": "md",
353
+ "type": "stack",
761
354
  "children": [
762
355
  {
356
+ "direction": "horizontal",
763
357
  "gap": "sm",
764
358
  "children": [
765
359
  {
@@ -767,47 +361,52 @@
767
361
  "name": "calendar"
768
362
  },
769
363
  {
770
- "content": "@config.title",
771
364
  "variant": "h3",
365
+ "content": "@config.title",
772
366
  "type": "typography"
773
- },
774
- {
775
- "icon": "plus",
776
- "type": "button",
777
- "label": "New Event",
778
- "variant": "primary",
779
- "action": "CREATE"
780
367
  }
781
368
  ],
782
- "type": "stack",
783
- "direction": "horizontal"
784
- },
785
- {
786
- "type": "divider"
369
+ "align": "center",
370
+ "type": "stack"
787
371
  },
788
372
  {
789
- "cols": 1.0,
790
- "itemActions": [
373
+ "type": "simple-grid",
374
+ "children": [
791
375
  {
792
- "variant": "secondary",
793
- "icon": "edit",
794
- "event": "UPDATE",
795
- "label": "Edit"
376
+ "type": "stat-display",
377
+ "icon": "calendar",
378
+ "label": "Total events",
379
+ "value": "@payload.data.length"
796
380
  },
797
381
  {
798
- "variant": "primary",
799
- "label": "Publish",
800
- "event": "PUBLISH",
801
- "icon": "send"
382
+ "label": "Published",
383
+ "type": "stat-display",
384
+ "value": "28",
385
+ "icon": "check-circle"
802
386
  },
803
387
  {
804
- "label": "Cancel",
805
- "variant": "danger",
806
- "icon": "x",
807
- "event": "CANCEL"
388
+ "label": "Tickets sold",
389
+ "type": "stat-display",
390
+ "value": "4,820",
391
+ "icon": "ticket"
392
+ },
393
+ {
394
+ "icon": "alert-circle",
395
+ "label": "Sold-out",
396
+ "value": "6",
397
+ "type": "stat-display"
808
398
  }
809
399
  ],
400
+ "cols": 4.0
401
+ },
402
+ {
403
+ "type": "divider"
404
+ },
405
+ {
406
+ "cols": 1.0,
407
+ "gap": "sm",
810
408
  "type": "data-grid",
409
+ "entity": "@payload.data",
811
410
  "fields": [
812
411
  {
813
412
  "name": "name",
@@ -815,23 +414,23 @@
815
414
  "variant": "caption"
816
415
  },
817
416
  {
818
- "label": "Venue",
819
417
  "variant": "caption",
820
- "name": "venue"
418
+ "name": "venue",
419
+ "label": "Venue"
821
420
  },
822
421
  {
823
- "label": "Starts",
824
422
  "name": "startsAt",
423
+ "label": "Starts",
825
424
  "variant": "caption"
826
425
  },
827
426
  {
828
- "label": "Ends",
829
427
  "variant": "caption",
830
- "name": "endsAt"
428
+ "name": "endsAt",
429
+ "label": "Ends"
831
430
  },
832
431
  {
833
- "name": "capacity",
834
432
  "label": "Capacity",
433
+ "name": "capacity",
835
434
  "variant": "caption"
836
435
  },
837
436
  {
@@ -840,12 +439,24 @@
840
439
  "name": "status"
841
440
  }
842
441
  ],
843
- "gap": "sm",
844
- "entity": "@payload.data"
442
+ "itemActions": [
443
+ {
444
+ "variant": "primary",
445
+ "event": "OPEN_EVENT",
446
+ "label": "Open",
447
+ "icon": "arrow-right"
448
+ },
449
+ {
450
+ "variant": "danger",
451
+ "event": "CANCEL",
452
+ "icon": "x",
453
+ "label": "Cancel"
454
+ }
455
+ ]
845
456
  }
846
457
  ],
847
458
  "direction": "vertical",
848
- "type": "stack"
459
+ "gap": "md"
849
460
  }
850
461
  ]
851
462
  ]
@@ -861,173 +472,46 @@
861
472
  {
862
473
  "type": "alert",
863
474
  "variant": "error",
864
- "message": "@payload.error"
865
- }
866
- ]
867
- ]
868
- },
869
- {
870
- "from": "browsing",
871
- "to": "loading",
872
- "event": "CREATE",
873
- "effects": [
874
- [
875
- "persist",
876
- "create",
877
- "EventRecord",
878
- "@payload.data",
879
- {
880
- "emit": {
881
- "failure": "EventLoadFailed",
882
- "success": "EventCreated"
883
- }
884
- }
885
- ]
886
- ]
887
- },
888
- {
889
- "from": "browsing",
890
- "to": "editing",
891
- "event": "UPDATE",
892
- "effects": [
893
- [
894
- "set",
895
- "@entity.id",
896
- "@payload.eventId"
897
- ],
898
- [
899
- "set",
900
- "@entity.name",
901
- "@payload.row.name"
902
- ],
903
- [
904
- "set",
905
- "@entity.description",
906
- "@payload.row.description"
907
- ],
908
- [
909
- "set",
910
- "@entity.venue",
911
- "@payload.row.venue"
912
- ],
913
- [
914
- "set",
915
- "@entity.lat",
916
- "@payload.row.lat"
917
- ],
918
- [
919
- "set",
920
- "@entity.lng",
921
- "@payload.row.lng"
922
- ],
923
- [
924
- "set",
925
- "@entity.startsAt",
926
- "@payload.row.startsAt"
927
- ],
928
- [
929
- "set",
930
- "@entity.endsAt",
931
- "@payload.row.endsAt"
932
- ],
933
- [
934
- "set",
935
- "@entity.recurrenceRule",
936
- "@payload.row.recurrenceRule"
937
- ],
938
- [
939
- "set",
940
- "@entity.capacity",
941
- "@payload.row.capacity"
942
- ],
943
- [
944
- "set",
945
- "@entity.status",
946
- "@payload.row.status"
947
- ],
948
- [
949
- "set",
950
- "@entity.organizerId",
951
- "@payload.row.organizerId"
952
- ],
953
- [
954
- "set",
955
- "@entity.createdAt",
956
- "@payload.row.createdAt"
957
- ],
958
- [
959
- "persist",
960
- "update",
961
- "EventRecord",
962
- "@payload.data",
963
- {
964
- "emit": {
965
- "success": "EventUpdated",
966
- "failure": "EventLoadFailed"
967
- }
968
- }
969
- ]
970
- ]
971
- },
972
- {
973
- "from": "browsing",
974
- "to": "loading",
975
- "event": "PUBLISH",
976
- "effects": [
977
- [
978
- "set",
979
- "@entity.id",
980
- "@payload.eventId"
981
- ],
982
- [
983
- "set",
984
- "@entity.name",
985
- "@payload.row.name"
986
- ],
987
- [
988
- "set",
989
- "@entity.startsAt",
990
- "@payload.row.startsAt"
991
- ],
992
- [
993
- "set",
994
- "@entity.endsAt",
995
- "@payload.row.endsAt"
996
- ],
997
- [
998
- "set",
999
- "@entity.status",
1000
- "published"
1001
- ],
1002
- [
1003
- "persist",
1004
- "update",
1005
- "EventRecord",
1006
- "@entity",
1007
- {
1008
- "emit": {
1009
- "failure": "EventLoadFailed",
1010
- "success": "EventPublished"
1011
- }
475
+ "message": "@payload.error"
1012
476
  }
1013
477
  ]
1014
478
  ]
1015
479
  },
1016
480
  {
1017
481
  "from": "browsing",
1018
- "to": "loading",
1019
- "event": "CANCEL",
482
+ "to": "viewing_single",
483
+ "event": "OPEN_EVENT",
1020
484
  "effects": [
1021
485
  [
1022
486
  "set",
1023
487
  "@entity.id",
1024
- "@payload.eventId"
488
+ "@payload.row.id"
1025
489
  ],
1026
490
  [
1027
491
  "set",
1028
492
  "@entity.name",
1029
493
  "@payload.row.name"
1030
494
  ],
495
+ [
496
+ "set",
497
+ "@entity.description",
498
+ "@payload.row.description"
499
+ ],
500
+ [
501
+ "set",
502
+ "@entity.venue",
503
+ "@payload.row.venue"
504
+ ],
505
+ [
506
+ "set",
507
+ "@entity.lat",
508
+ "@payload.row.lat"
509
+ ],
510
+ [
511
+ "set",
512
+ "@entity.lng",
513
+ "@payload.row.lng"
514
+ ],
1031
515
  [
1032
516
  "set",
1033
517
  "@entity.startsAt",
@@ -1038,21 +522,221 @@
1038
522
  "@entity.endsAt",
1039
523
  "@payload.row.endsAt"
1040
524
  ],
525
+ [
526
+ "set",
527
+ "@entity.recurrenceRule",
528
+ "@payload.row.recurrenceRule"
529
+ ],
530
+ [
531
+ "set",
532
+ "@entity.capacity",
533
+ "@payload.row.capacity"
534
+ ],
1041
535
  [
1042
536
  "set",
1043
537
  "@entity.status",
1044
- "cancelled"
538
+ "@payload.row.status"
1045
539
  ],
1046
540
  [
1047
- "persist",
1048
- "update",
1049
- "EventRecord",
1050
- "@entity",
541
+ "set",
542
+ "@entity.organizerId",
543
+ "@payload.row.organizerId"
544
+ ],
545
+ [
546
+ "set",
547
+ "@entity.createdAt",
548
+ "@payload.row.createdAt"
549
+ ],
550
+ [
551
+ "render-ui",
552
+ "main",
1051
553
  {
1052
- "emit": {
1053
- "success": "EventCancelled",
1054
- "failure": "EventLoadFailed"
1055
- }
554
+ "type": "stack",
555
+ "children": [
556
+ {
557
+ "direction": "horizontal",
558
+ "align": "center",
559
+ "type": "stack",
560
+ "gap": "sm",
561
+ "children": [
562
+ {
563
+ "variant": "ghost",
564
+ "action": "CLOSE_VIEW",
565
+ "type": "button",
566
+ "label": "Back"
567
+ },
568
+ {
569
+ "type": "icon",
570
+ "name": "calendar"
571
+ },
572
+ {
573
+ "type": "typography",
574
+ "content": "@entity.name",
575
+ "variant": "h3"
576
+ },
577
+ {
578
+ "variant": "primary",
579
+ "type": "badge",
580
+ "label": "@entity.status"
581
+ }
582
+ ]
583
+ },
584
+ {
585
+ "type": "divider"
586
+ },
587
+ {
588
+ "direction": "vertical",
589
+ "children": [
590
+ {
591
+ "direction": "horizontal",
592
+ "type": "stack",
593
+ "gap": "md",
594
+ "children": [
595
+ {
596
+ "variant": "caption",
597
+ "content": "Venue",
598
+ "type": "typography",
599
+ "color": "muted"
600
+ },
601
+ {
602
+ "type": "typography",
603
+ "content": "@entity.venue",
604
+ "variant": "body"
605
+ }
606
+ ]
607
+ },
608
+ {
609
+ "type": "stack",
610
+ "children": [
611
+ {
612
+ "type": "typography",
613
+ "variant": "caption",
614
+ "color": "muted",
615
+ "content": "Description"
616
+ },
617
+ {
618
+ "variant": "body",
619
+ "content": "@entity.description",
620
+ "type": "typography"
621
+ }
622
+ ],
623
+ "direction": "horizontal",
624
+ "gap": "md"
625
+ },
626
+ {
627
+ "direction": "horizontal",
628
+ "children": [
629
+ {
630
+ "content": "Organizer",
631
+ "color": "muted",
632
+ "variant": "caption",
633
+ "type": "typography"
634
+ },
635
+ {
636
+ "content": "@entity.organizerId",
637
+ "variant": "body",
638
+ "type": "typography"
639
+ }
640
+ ],
641
+ "type": "stack",
642
+ "gap": "md"
643
+ },
644
+ {
645
+ "gap": "md",
646
+ "type": "stack",
647
+ "direction": "horizontal",
648
+ "children": [
649
+ {
650
+ "color": "muted",
651
+ "variant": "caption",
652
+ "content": "Recurrence",
653
+ "type": "typography"
654
+ },
655
+ {
656
+ "type": "typography",
657
+ "content": "@entity.recurrenceRule",
658
+ "variant": "body"
659
+ }
660
+ ]
661
+ }
662
+ ],
663
+ "type": "stack",
664
+ "gap": "sm"
665
+ },
666
+ {
667
+ "type": "divider"
668
+ },
669
+ {
670
+ "type": "simple-grid",
671
+ "cols": 4.0,
672
+ "children": [
673
+ {
674
+ "icon": "calendar",
675
+ "type": "stat-display",
676
+ "value": "@entity.startsAt",
677
+ "label": "Starts"
678
+ },
679
+ {
680
+ "type": "stat-display",
681
+ "label": "Ends",
682
+ "icon": "calendar-check",
683
+ "value": "@entity.endsAt"
684
+ },
685
+ {
686
+ "icon": "users",
687
+ "label": "Capacity",
688
+ "type": "stat-display",
689
+ "value": "@entity.capacity"
690
+ },
691
+ {
692
+ "type": "stat-display",
693
+ "label": "Created",
694
+ "icon": "clock",
695
+ "value": "@entity.createdAt"
696
+ }
697
+ ]
698
+ },
699
+ {
700
+ "align": "center",
701
+ "gap": "sm",
702
+ "type": "stack",
703
+ "children": [
704
+ {
705
+ "variant": "primary",
706
+ "actionPayload": {
707
+ "eventId": "@entity.id",
708
+ "id": "@entity.id"
709
+ },
710
+ "label": "Publish",
711
+ "action": "PUBLISH",
712
+ "type": "button"
713
+ },
714
+ {
715
+ "label": "Update",
716
+ "action": "UPDATE",
717
+ "variant": "secondary",
718
+ "actionPayload": {
719
+ "eventId": "@entity.id",
720
+ "id": "@entity.id"
721
+ },
722
+ "type": "button"
723
+ },
724
+ {
725
+ "label": "Cancel",
726
+ "variant": "danger",
727
+ "action": "CANCEL",
728
+ "type": "button",
729
+ "actionPayload": {
730
+ "id": "@entity.id",
731
+ "eventId": "@entity.id"
732
+ }
733
+ }
734
+ ],
735
+ "direction": "horizontal"
736
+ }
737
+ ],
738
+ "direction": "vertical",
739
+ "gap": "md"
1056
740
  }
1057
741
  ]
1058
742
  ]
@@ -1060,8 +744,13 @@
1060
744
  {
1061
745
  "from": "browsing",
1062
746
  "to": "loading",
1063
- "event": "EventCreated",
747
+ "event": "CANCEL",
1064
748
  "effects": [
749
+ [
750
+ "set",
751
+ "@entity.id",
752
+ "@payload.eventId"
753
+ ],
1065
754
  [
1066
755
  "fetch",
1067
756
  "EventRecord",
@@ -1071,13 +760,35 @@
1071
760
  "success": "EventLoaded"
1072
761
  }
1073
762
  }
763
+ ],
764
+ [
765
+ "render-ui",
766
+ "main",
767
+ {
768
+ "className": "py-12",
769
+ "direction": "vertical",
770
+ "gap": "md",
771
+ "type": "stack",
772
+ "align": "center",
773
+ "children": [
774
+ {
775
+ "type": "spinner"
776
+ },
777
+ {
778
+ "color": "muted",
779
+ "content": "Cancelling event…",
780
+ "type": "typography",
781
+ "variant": "caption"
782
+ }
783
+ ]
784
+ }
1074
785
  ]
1075
786
  ]
1076
787
  },
1077
788
  {
1078
- "from": "browsing",
789
+ "from": "viewing_single",
1079
790
  "to": "loading",
1080
- "event": "EventUpdated",
791
+ "event": "CLOSE_VIEW",
1081
792
  "effects": [
1082
793
  [
1083
794
  "fetch",
@@ -1088,31 +799,85 @@
1088
799
  "success": "EventLoaded"
1089
800
  }
1090
801
  }
802
+ ],
803
+ [
804
+ "render-ui",
805
+ "main",
806
+ {
807
+ "children": [
808
+ {
809
+ "type": "spinner"
810
+ },
811
+ {
812
+ "type": "typography",
813
+ "content": "Loading events…",
814
+ "color": "muted",
815
+ "variant": "caption"
816
+ }
817
+ ],
818
+ "align": "center",
819
+ "className": "py-12",
820
+ "type": "stack",
821
+ "gap": "md",
822
+ "direction": "vertical"
823
+ }
1091
824
  ]
1092
825
  ]
1093
826
  },
1094
827
  {
1095
- "from": "browsing",
828
+ "from": "viewing_single",
1096
829
  "to": "loading",
1097
- "event": "EventPublished",
830
+ "event": "PUBLISH",
1098
831
  "effects": [
832
+ [
833
+ "set",
834
+ "@entity.id",
835
+ "@payload.eventId"
836
+ ],
1099
837
  [
1100
838
  "fetch",
1101
839
  "EventRecord",
1102
840
  {
1103
841
  "emit": {
1104
- "failure": "EventLoadFailed",
1105
- "success": "EventLoaded"
842
+ "success": "EventLoaded",
843
+ "failure": "EventLoadFailed"
1106
844
  }
1107
845
  }
846
+ ],
847
+ [
848
+ "render-ui",
849
+ "main",
850
+ {
851
+ "className": "py-12",
852
+ "children": [
853
+ {
854
+ "type": "spinner"
855
+ },
856
+ {
857
+ "color": "muted",
858
+ "type": "typography",
859
+ "variant": "caption",
860
+ "content": "Publishing event…"
861
+ }
862
+ ],
863
+ "direction": "vertical",
864
+ "gap": "md",
865
+ "type": "stack",
866
+ "align": "center"
867
+ }
1108
868
  ]
1109
869
  ]
1110
870
  },
1111
871
  {
1112
- "from": "browsing",
872
+ "from": "viewing_single",
1113
873
  "to": "loading",
1114
- "event": "EventCancelled",
874
+ "event": "UPDATE",
1115
875
  "effects": [
876
+ [
877
+ "set",
878
+ "@entity.id",
879
+ "@payload.eventId"
880
+ ],
1116
881
  [
1117
882
  "fetch",
1118
883
  "EventRecord",
@@ -1122,38 +887,71 @@
1122
887
  "failure": "EventLoadFailed"
1123
888
  }
1124
889
  }
890
+ ],
891
+ [
892
+ "render-ui",
893
+ "main",
894
+ {
895
+ "type": "stack",
896
+ "children": [
897
+ {
898
+ "type": "spinner"
899
+ },
900
+ {
901
+ "variant": "caption",
902
+ "color": "muted",
903
+ "content": "Updating event…",
904
+ "type": "typography"
905
+ }
906
+ ],
907
+ "align": "center",
908
+ "className": "py-12",
909
+ "direction": "vertical",
910
+ "gap": "md"
911
+ }
1125
912
  ]
1126
913
  ]
1127
914
  },
1128
915
  {
1129
- "from": "editing",
916
+ "from": "viewing_single",
1130
917
  "to": "loading",
1131
- "event": "EventUpdated",
918
+ "event": "CANCEL",
1132
919
  "effects": [
920
+ [
921
+ "set",
922
+ "@entity.id",
923
+ "@payload.eventId"
924
+ ],
1133
925
  [
1134
926
  "fetch",
1135
927
  "EventRecord",
1136
928
  {
1137
929
  "emit": {
1138
- "failure": "EventLoadFailed",
1139
- "success": "EventLoaded"
930
+ "success": "EventLoaded",
931
+ "failure": "EventLoadFailed"
1140
932
  }
1141
933
  }
1142
- ]
1143
- ]
1144
- },
1145
- {
1146
- "from": "editing",
1147
- "to": "error",
1148
- "event": "EventLoadFailed",
1149
- "effects": [
934
+ ],
1150
935
  [
1151
936
  "render-ui",
1152
937
  "main",
1153
938
  {
1154
- "message": "@payload.error",
1155
- "variant": "error",
1156
- "type": "alert"
939
+ "gap": "md",
940
+ "align": "center",
941
+ "className": "py-12",
942
+ "children": [
943
+ {
944
+ "type": "spinner"
945
+ },
946
+ {
947
+ "color": "muted",
948
+ "type": "typography",
949
+ "variant": "caption",
950
+ "content": "Cancelling event…"
951
+ }
952
+ ],
953
+ "direction": "vertical",
954
+ "type": "stack"
1157
955
  }
1158
956
  ]
1159
957
  ]
@@ -1177,8 +975,8 @@
1177
975
  "render-ui",
1178
976
  "main",
1179
977
  {
1180
- "type": "spinner",
1181
- "size": "sm"
978
+ "size": "sm",
979
+ "type": "spinner"
1182
980
  }
1183
981
  ]
1184
982
  ]
@@ -1207,4 +1005,4 @@
1207
1005
  ]
1208
1006
  }
1209
1007
  ]
1210
- }
1008
+ }