@almadar/std 14.24.0 → 14.26.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 (433) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  25. package/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  30. package/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  33. package/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  37. package/behaviors/registry/app/atoms/std-donor.orb +88 -38
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +92 -80
  40. package/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  44. package/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  45. package/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  47. package/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  49. package/behaviors/registry/app/atoms/std-lease.orb +174 -38
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  52. package/behaviors/registry/app/atoms/std-matter.orb +237 -40
  53. package/behaviors/registry/app/atoms/std-membership.orb +93 -37
  54. package/behaviors/registry/app/atoms/std-menu.orb +44 -44
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  60. package/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  66. package/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  68. package/behaviors/registry/app/atoms/std-segment.orb +76 -33
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  70. package/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  71. package/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  75. package/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  79. package/behaviors/registry/app/atoms/std-trial.orb +116 -47
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  83. package/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  85. package/behaviors/registry/app/molecules/std-application.orb +159 -159
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  87. package/behaviors/registry/app/molecules/std-cart.orb +49 -49
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  92. package/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  97. package/behaviors/registry/app/organisms/std-cms.orb +296 -296
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  100. package/behaviors/registry/app/organisms/std-crm.orb +248 -248
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  106. package/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  110. package/behaviors/registry/app/organisms/std-forum.orb +152 -152
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  114. package/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  117. package/behaviors/registry/app/organisms/std-listings.orb +129 -129
  118. package/behaviors/registry/app/organisms/std-lms.orb +381 -381
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  122. package/behaviors/registry/app/organisms/std-notes.orb +301 -90
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  131. package/behaviors/registry/app/organisms/std-survey.orb +123 -123
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  134. package/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +55 -55
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  139. package/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  142. package/behaviors/registry/core/atoms/std-display.orb +2 -2
  143. package/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  145. package/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  146. package/behaviors/registry/core/atoms/std-filter.orb +13 -13
  147. package/behaviors/registry/core/atoms/std-flag.orb +90 -90
  148. package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  153. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  155. package/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  156. package/behaviors/registry/core/atoms/std-push.orb +35 -35
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  162. package/behaviors/registry/core/atoms/std-search.orb +8 -8
  163. package/behaviors/registry/core/atoms/std-selection.orb +93 -93
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  165. package/behaviors/registry/core/atoms/std-stats.orb +114 -114
  166. package/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  168. package/behaviors/registry/core/atoms/std-thread.orb +46 -46
  169. package/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  170. package/behaviors/registry/core/atoms/std-vote.orb +37 -37
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  177. package/behaviors/registry/core/molecules/std-list.orb +57 -57
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  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 +141 -141
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  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 +25 -25
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  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 +68 -68
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  191. package/behaviors/registry/game/atoms/std-quest.orb +137 -137
  192. package/behaviors/registry/game/atoms/std-timer.orb +269 -269
  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 +33 -33
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  203. package/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  204. package/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  208. package/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  216. package/dist/behaviors/behaviors-registry.json +4 -684
  217. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  218. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  219. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  220. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  221. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  222. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  223. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  224. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  225. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  226. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  227. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  228. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  229. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  230. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  231. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  232. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  233. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  234. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  235. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  236. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  237. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  238. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  239. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  240. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  241. package/dist/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  242. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  243. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  244. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  245. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  246. package/dist/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  247. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  248. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  249. package/dist/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  250. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  251. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  252. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  253. package/dist/behaviors/registry/app/atoms/std-donor.orb +88 -38
  254. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  255. package/dist/behaviors/registry/app/atoms/std-driver.orb +92 -80
  256. package/dist/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  257. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  258. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  259. package/dist/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  260. package/dist/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  261. package/dist/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  262. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  263. package/dist/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  264. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-lease.orb +174 -38
  266. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  267. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  268. package/dist/behaviors/registry/app/atoms/std-matter.orb +237 -40
  269. package/dist/behaviors/registry/app/atoms/std-membership.orb +93 -37
  270. package/dist/behaviors/registry/app/atoms/std-menu.orb +44 -44
  271. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  272. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  273. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  274. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  275. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  276. package/dist/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  277. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  278. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  279. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  280. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  281. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  282. package/dist/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  283. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  284. package/dist/behaviors/registry/app/atoms/std-segment.orb +76 -33
  285. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  286. package/dist/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  287. package/dist/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  288. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  289. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  290. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  291. package/dist/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  292. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  293. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  294. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  295. package/dist/behaviors/registry/app/atoms/std-trial.orb +116 -47
  296. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  297. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  298. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  299. package/dist/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  300. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  301. package/dist/behaviors/registry/app/molecules/std-application.orb +159 -159
  302. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  303. package/dist/behaviors/registry/app/molecules/std-cart.orb +49 -49
  304. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  305. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  306. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  307. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  308. package/dist/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  309. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  310. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  311. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  312. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  313. package/dist/behaviors/registry/app/organisms/std-cms.orb +296 -296
  314. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  315. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  316. package/dist/behaviors/registry/app/organisms/std-crm.orb +248 -248
  317. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  318. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  319. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  320. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  321. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  322. package/dist/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  323. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  324. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  325. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  326. package/dist/behaviors/registry/app/organisms/std-forum.orb +152 -152
  327. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  328. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  329. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  330. package/dist/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  331. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  332. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  333. package/dist/behaviors/registry/app/organisms/std-listings.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-lms.orb +381 -381
  335. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  336. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  337. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  338. package/dist/behaviors/registry/app/organisms/std-notes.orb +301 -90
  339. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  340. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  341. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  342. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  343. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  344. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  345. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  346. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  347. package/dist/behaviors/registry/app/organisms/std-survey.orb +123 -123
  348. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  349. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  350. package/dist/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  351. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  352. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  353. package/dist/behaviors/registry/core/atoms/std-browse.orb +55 -55
  354. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  355. package/dist/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  356. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  357. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  358. package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
  359. package/dist/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  360. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  361. package/dist/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  362. package/dist/behaviors/registry/core/atoms/std-filter.orb +13 -13
  363. package/dist/behaviors/registry/core/atoms/std-flag.orb +90 -90
  364. package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  365. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  366. package/dist/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  367. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  368. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  369. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  370. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  371. package/dist/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  372. package/dist/behaviors/registry/core/atoms/std-push.orb +35 -35
  373. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  374. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  375. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  376. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  377. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  378. package/dist/behaviors/registry/core/atoms/std-search.orb +8 -8
  379. package/dist/behaviors/registry/core/atoms/std-selection.orb +93 -93
  380. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  381. package/dist/behaviors/registry/core/atoms/std-stats.orb +114 -114
  382. package/dist/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  383. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  384. package/dist/behaviors/registry/core/atoms/std-thread.orb +46 -46
  385. package/dist/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  386. package/dist/behaviors/registry/core/atoms/std-vote.orb +37 -37
  387. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  388. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  389. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  390. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  391. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  392. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  393. package/dist/behaviors/registry/core/molecules/std-list.orb +57 -57
  394. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  395. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  396. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  397. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  398. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  399. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  400. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  401. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  402. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  403. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  404. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  405. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  406. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  407. package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
  408. package/dist/behaviors/registry/game/atoms/std-timer.orb +269 -269
  409. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  410. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  411. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  412. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  413. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  414. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  415. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  416. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  417. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  418. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  419. package/dist/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  420. package/dist/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  421. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  422. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  423. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  424. package/dist/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  425. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  426. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  427. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  428. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  429. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  430. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  431. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  432. package/dist/behaviors-registry.json +4 -684
  433. package/package.json +1 -1
@@ -101,32 +101,32 @@
101
101
  "ref": "AppShell.traits.AppLayout",
102
102
  "name": "RouteAppLayout",
103
103
  "config": {
104
+ "appName": "API Gateway",
105
+ "searchEvent": "ROUTE_SEARCH",
106
+ "notificationClickEvent": "ROUTE_NOTIFICATIONS_OPEN",
107
+ "notifications": [],
108
+ "contentTrait": "@trait.RouteCatalog",
104
109
  "navItems": [
105
110
  {
106
- "href": "/routes",
107
111
  "label": "Routes",
112
+ "href": "/routes",
108
113
  "icon": "git-branch"
109
114
  },
110
115
  {
111
- "href": "/backends",
112
116
  "label": "Backends",
117
+ "href": "/backends",
113
118
  "icon": "server"
114
119
  },
115
120
  {
116
- "label": "Analytics",
117
121
  "href": "/analytics",
122
+ "label": "Analytics",
118
123
  "icon": "bar-chart-2"
119
124
  }
120
- ],
121
- "contentTrait": "@trait.RouteCatalog",
122
- "searchEvent": "ROUTE_SEARCH",
123
- "notificationClickEvent": "ROUTE_NOTIFICATIONS_OPEN",
124
- "notifications": [],
125
- "appName": "API Gateway"
125
+ ]
126
126
  },
127
127
  "events": {
128
- "SEARCH": "ROUTE_SEARCH",
129
- "NOTIFY_CLICK": "ROUTE_NOTIFICATIONS_OPEN"
128
+ "NOTIFY_CLICK": "ROUTE_NOTIFICATIONS_OPEN",
129
+ "SEARCH": "ROUTE_SEARCH"
130
130
  }
131
131
  },
132
132
  {
@@ -211,57 +211,57 @@
211
211
  {
212
212
  "children": [
213
213
  {
214
- "gap": "md",
214
+ "type": "stack",
215
215
  "align": "center",
216
+ "gap": "md",
217
+ "direction": "horizontal",
218
+ "justify": "between",
216
219
  "children": [
217
220
  {
221
+ "direction": "horizontal",
222
+ "gap": "sm",
223
+ "type": "stack",
218
224
  "children": [
219
225
  {
220
- "type": "icon",
221
- "name": "git-branch"
226
+ "name": "git-branch",
227
+ "type": "icon"
222
228
  },
223
229
  {
224
- "variant": "h2",
225
230
  "type": "typography",
231
+ "variant": "h2",
226
232
  "content": "Routes"
227
233
  }
228
234
  ],
229
- "gap": "sm",
230
- "direction": "horizontal",
231
- "type": "stack",
232
235
  "align": "center"
233
236
  },
234
237
  {
235
238
  "children": [
236
239
  {
237
- "type": "button",
240
+ "icon": "plus",
238
241
  "label": "Create Route",
242
+ "type": "button",
239
243
  "action": "CREATE",
240
- "variant": "primary",
241
- "icon": "plus"
244
+ "variant": "primary"
242
245
  }
243
246
  ],
244
- "gap": "sm",
245
247
  "type": "stack",
248
+ "gap": "sm",
246
249
  "direction": "horizontal"
247
250
  }
248
- ],
249
- "type": "stack",
250
- "direction": "horizontal",
251
- "justify": "between"
251
+ ]
252
252
  },
253
253
  {
254
254
  "type": "divider"
255
255
  },
256
256
  {
257
+ "type": "stack",
257
258
  "direction": "horizontal",
258
259
  "gap": "md",
260
+ "align": "center",
259
261
  "children": [
260
262
  "@trait.RouteSearch",
261
263
  "@trait.RouteFilter"
262
- ],
263
- "type": "stack",
264
- "align": "center"
264
+ ]
265
265
  },
266
266
  "@trait.RouteStats",
267
267
  "@trait.RouteGraphs",
@@ -270,9 +270,9 @@
270
270
  },
271
271
  "@trait.RouteBrowseList"
272
272
  ],
273
- "gap": "lg",
274
273
  "direction": "vertical",
275
- "type": "stack"
274
+ "type": "stack",
275
+ "gap": "lg"
276
276
  }
277
277
  ]
278
278
  ]
@@ -291,34 +291,34 @@
291
291
  "render-ui",
292
292
  "main",
293
293
  {
294
- "type": "stack",
295
294
  "direction": "vertical",
296
295
  "className": "py-8",
297
- "align": "center",
298
- "gap": "md",
299
296
  "children": [
300
297
  {
301
- "type": "icon",
302
- "name": "bell"
298
+ "name": "bell",
299
+ "type": "icon"
303
300
  },
304
301
  {
302
+ "variant": "h3",
305
303
  "content": "No notifications",
306
- "type": "typography",
307
- "variant": "h3"
304
+ "type": "typography"
308
305
  },
309
306
  {
310
- "type": "typography",
311
- "color": "muted",
312
307
  "content": "You're all caught up.",
308
+ "color": "muted",
309
+ "type": "typography",
313
310
  "variant": "caption"
314
311
  },
315
312
  {
316
- "action": "INIT",
317
- "variant": "ghost",
318
313
  "label": "Back to routes",
314
+ "variant": "ghost",
315
+ "action": "INIT",
319
316
  "type": "button"
320
317
  }
321
- ]
318
+ ],
319
+ "align": "center",
320
+ "gap": "md",
321
+ "type": "stack"
322
322
  }
323
323
  ]
324
324
  ]
@@ -331,8 +331,8 @@
331
331
  "ref": "Search.traits.SearchResultSearch",
332
332
  "name": "RouteSearch",
333
333
  "config": {
334
- "placeholder": "Search routes…",
335
- "event": "ROUTE_SEARCH"
334
+ "event": "ROUTE_SEARCH",
335
+ "placeholder": "Search routes…"
336
336
  }
337
337
  },
338
338
  {
@@ -341,24 +341,24 @@
341
341
  "config": {
342
342
  "filters": [
343
343
  {
344
- "label": "Method",
345
- "filterType": "select",
346
344
  "options": [
347
345
  "GET",
348
346
  "POST",
349
347
  "PUT",
350
348
  "DELETE"
351
349
  ],
352
- "field": "method"
350
+ "filterType": "select",
351
+ "field": "method",
352
+ "label": "Method"
353
353
  },
354
354
  {
355
+ "label": "Status",
356
+ "filterType": "select",
357
+ "field": "status",
355
358
  "options": [
356
359
  "active",
357
360
  "disabled"
358
- ],
359
- "field": "status",
360
- "label": "Status",
361
- "filterType": "select"
361
+ ]
362
362
  }
363
363
  ],
364
364
  "event": "ROUTE_FILTER"
@@ -368,16 +368,19 @@
368
368
  "ref": "Stats.traits.StatsItemStats",
369
369
  "name": "RouteStats",
370
370
  "config": {
371
- "title": "Routes",
372
371
  "metrics": [
373
372
  {
374
373
  "aggregation": "count",
374
+ "icon": "git-branch",
375
375
  "label": "Total",
376
- "format": "number",
377
376
  "variant": "primary",
378
- "icon": "git-branch"
377
+ "format": "number"
379
378
  },
380
379
  {
380
+ "label": "Active",
381
+ "aggregation": "count",
382
+ "variant": "success",
383
+ "icon": "check-circle",
381
384
  "format": "number",
382
385
  "filter": [
383
386
  "fn",
@@ -387,15 +390,14 @@
387
390
  "@row.status",
388
391
  "active"
389
392
  ]
390
- ],
391
- "label": "Active",
392
- "aggregation": "count",
393
- "icon": "check-circle",
394
- "variant": "success"
393
+ ]
395
394
  },
396
395
  {
397
- "aggregation": "count",
396
+ "icon": "x-circle",
398
397
  "variant": "warning",
398
+ "label": "Disabled",
399
+ "aggregation": "count",
400
+ "format": "number",
399
401
  "filter": [
400
402
  "fn",
401
403
  "row",
@@ -404,12 +406,10 @@
404
406
  "@row.status",
405
407
  "disabled"
406
408
  ]
407
- ],
408
- "icon": "x-circle",
409
- "format": "number",
410
- "label": "Disabled"
409
+ ]
411
410
  }
412
- ]
411
+ ],
412
+ "title": "Routes"
413
413
  },
414
414
  "listens": [
415
415
  {
@@ -426,13 +426,13 @@
426
426
  "ref": "Graphs.traits.GraphItemGraph",
427
427
  "name": "RouteGraphs",
428
428
  "config": {
429
- "subtitle": "Distribution across HTTP methods",
430
429
  "chartType": "pie",
430
+ "title": "Routes by Method",
431
+ "subtitle": "Distribution across HTTP methods",
432
+ "showLegend": true,
431
433
  "categoryField": "method",
432
- "aggregation": "count",
433
434
  "height": 240.0,
434
- "showLegend": true,
435
- "title": "Routes by Method"
435
+ "aggregation": "count"
436
436
  },
437
437
  "listens": [
438
438
  {
@@ -450,16 +450,33 @@
450
450
  "name": "RouteBrowseList",
451
451
  "linkedEntity": "Route",
452
452
  "config": {
453
+ "itemActions": [
454
+ {
455
+ "label": "View",
456
+ "variant": "ghost",
457
+ "event": "VIEW"
458
+ },
459
+ {
460
+ "label": "Edit",
461
+ "variant": "ghost",
462
+ "event": "EDIT"
463
+ },
464
+ {
465
+ "label": "Delete",
466
+ "variant": "danger",
467
+ "event": "DELETE"
468
+ }
469
+ ],
453
470
  "gap": "sm",
454
471
  "fields": [
455
472
  {
473
+ "variant": "h3",
456
474
  "name": "path",
457
- "icon": "git-branch",
458
- "variant": "h3"
475
+ "icon": "git-branch"
459
476
  },
460
477
  {
461
- "variant": "badge",
462
- "name": "method"
478
+ "name": "method",
479
+ "variant": "badge"
463
480
  },
464
481
  {
465
482
  "name": "status",
@@ -470,27 +487,10 @@
470
487
  "variant": "body"
471
488
  },
472
489
  {
473
- "format": "number",
474
- "variant": "caption",
475
490
  "name": "hits",
476
- "label": "Hits"
477
- }
478
- ],
479
- "itemActions": [
480
- {
481
- "event": "VIEW",
482
- "variant": "ghost",
483
- "label": "View"
484
- },
485
- {
486
- "variant": "ghost",
487
- "label": "Edit",
488
- "event": "EDIT"
489
- },
490
- {
491
- "variant": "danger",
492
- "event": "DELETE",
493
- "label": "Delete"
491
+ "variant": "caption",
492
+ "label": "Hits",
493
+ "format": "number"
494
494
  }
495
495
  ],
496
496
  "cols": 1.0
@@ -543,16 +543,16 @@
543
543
  "name": "RouteCreate",
544
544
  "linkedEntity": "Route",
545
545
  "config": {
546
- "icon": "plus-circle",
547
546
  "mode": "create",
548
- "title": "New Route",
549
547
  "fields": [
550
548
  "path",
551
549
  "method",
552
550
  "status",
553
551
  "target",
554
552
  "rateLimit"
555
- ]
553
+ ],
554
+ "title": "New Route",
555
+ "icon": "plus-circle"
556
556
  },
557
557
  "events": {
558
558
  "OPEN": "CREATE"
@@ -574,15 +574,15 @@
574
574
  "linkedEntity": "Route",
575
575
  "config": {
576
576
  "mode": "edit",
577
- "icon": "edit",
578
- "title": "Edit Route",
579
577
  "fields": [
580
578
  "path",
581
579
  "method",
582
580
  "status",
583
581
  "target",
584
582
  "rateLimit"
585
- ]
583
+ ],
584
+ "icon": "edit",
585
+ "title": "Edit Route"
586
586
  },
587
587
  "events": {
588
588
  "OPEN": "EDIT"
@@ -603,6 +603,8 @@
603
603
  "name": "RouteView",
604
604
  "linkedEntity": "Route",
605
605
  "config": {
606
+ "mode": "edit",
607
+ "title": "View Route",
606
608
  "fields": [
607
609
  "path",
608
610
  "method",
@@ -610,9 +612,7 @@
610
612
  "target",
611
613
  "rateLimit"
612
614
  ],
613
- "mode": "edit",
614
- "icon": "eye",
615
- "title": "View Route"
615
+ "icon": "eye"
616
616
  },
617
617
  "events": {
618
618
  "OPEN": "VIEW"
@@ -633,10 +633,10 @@
633
633
  "name": "RouteDelete",
634
634
  "linkedEntity": "Route",
635
635
  "config": {
636
- "icon": "alert-triangle",
637
- "title": "Delete Route",
636
+ "alertMessage": "This action cannot be undone.",
638
637
  "confirmLabel": "Delete",
639
- "alertMessage": "This action cannot be undone."
638
+ "icon": "alert-triangle",
639
+ "title": "Delete Route"
640
640
  },
641
641
  "events": {
642
642
  "CONFIRM": "CONFIRM_DELETE",
@@ -961,16 +961,11 @@
961
961
  "name": "BackendAppLayout",
962
962
  "linkedEntity": "Backend",
963
963
  "config": {
964
- "notificationClickEvent": "BACKEND_NOTIFICATIONS_OPEN",
965
- "contentTrait": "@trait.BackendCatalog",
966
- "notifications": [],
967
- "searchEvent": "BACKEND_SEARCH",
968
- "appName": "API Gateway",
969
964
  "navItems": [
970
965
  {
971
- "icon": "git-branch",
972
966
  "label": "Routes",
973
- "href": "/routes"
967
+ "href": "/routes",
968
+ "icon": "git-branch"
974
969
  },
975
970
  {
976
971
  "href": "/backends",
@@ -978,15 +973,20 @@
978
973
  "label": "Backends"
979
974
  },
980
975
  {
976
+ "icon": "bar-chart-2",
981
977
  "label": "Analytics",
982
- "href": "/analytics",
983
- "icon": "bar-chart-2"
978
+ "href": "/analytics"
984
979
  }
985
- ]
980
+ ],
981
+ "appName": "API Gateway",
982
+ "searchEvent": "BACKEND_SEARCH",
983
+ "notifications": [],
984
+ "contentTrait": "@trait.BackendCatalog",
985
+ "notificationClickEvent": "BACKEND_NOTIFICATIONS_OPEN"
986
986
  },
987
987
  "events": {
988
- "SEARCH": "BACKEND_SEARCH",
989
- "NOTIFY_CLICK": "BACKEND_NOTIFICATIONS_OPEN"
988
+ "NOTIFY_CLICK": "BACKEND_NOTIFICATIONS_OPEN",
989
+ "SEARCH": "BACKEND_SEARCH"
990
990
  }
991
991
  },
992
992
  {
@@ -1069,16 +1069,20 @@
1069
1069
  "render-ui",
1070
1070
  "main",
1071
1071
  {
1072
+ "type": "stack",
1073
+ "gap": "lg",
1072
1074
  "children": [
1073
1075
  {
1076
+ "direction": "horizontal",
1077
+ "type": "stack",
1078
+ "justify": "between",
1079
+ "align": "center",
1074
1080
  "children": [
1075
1081
  {
1076
- "type": "stack",
1077
- "gap": "sm",
1078
1082
  "children": [
1079
1083
  {
1080
- "name": "server",
1081
- "type": "icon"
1084
+ "type": "icon",
1085
+ "name": "server"
1082
1086
  },
1083
1087
  {
1084
1088
  "type": "typography",
@@ -1086,29 +1090,27 @@
1086
1090
  "variant": "h2"
1087
1091
  }
1088
1092
  ],
1089
- "direction": "horizontal",
1090
- "align": "center"
1093
+ "align": "center",
1094
+ "type": "stack",
1095
+ "gap": "sm",
1096
+ "direction": "horizontal"
1091
1097
  },
1092
1098
  {
1093
- "gap": "sm",
1094
1099
  "type": "stack",
1095
- "direction": "horizontal",
1096
1100
  "children": [
1097
1101
  {
1102
+ "action": "CREATE",
1098
1103
  "type": "button",
1099
1104
  "label": "Create Backend",
1100
- "icon": "plus",
1101
1105
  "variant": "primary",
1102
- "action": "CREATE"
1106
+ "icon": "plus"
1103
1107
  }
1104
- ]
1108
+ ],
1109
+ "gap": "sm",
1110
+ "direction": "horizontal"
1105
1111
  }
1106
1112
  ],
1107
- "type": "stack",
1108
- "direction": "horizontal",
1109
- "gap": "md",
1110
- "justify": "between",
1111
- "align": "center"
1113
+ "gap": "md"
1112
1114
  },
1113
1115
  {
1114
1116
  "type": "divider"
@@ -1126,8 +1128,6 @@
1126
1128
  "@trait.BackendRateLimiter",
1127
1129
  "@trait.BackendCache"
1128
1130
  ],
1129
- "gap": "lg",
1130
- "type": "stack",
1131
1131
  "direction": "vertical"
1132
1132
  }
1133
1133
  ]
@@ -1147,34 +1147,34 @@
1147
1147
  "render-ui",
1148
1148
  "main",
1149
1149
  {
1150
- "direction": "vertical",
1151
- "align": "center",
1150
+ "gap": "md",
1152
1151
  "type": "stack",
1152
+ "direction": "vertical",
1153
1153
  "className": "py-8",
1154
+ "align": "center",
1154
1155
  "children": [
1155
1156
  {
1156
- "type": "icon",
1157
- "name": "bell"
1157
+ "name": "bell",
1158
+ "type": "icon"
1158
1159
  },
1159
1160
  {
1160
- "content": "No notifications",
1161
1161
  "type": "typography",
1162
+ "content": "No notifications",
1162
1163
  "variant": "h3"
1163
1164
  },
1164
1165
  {
1165
- "color": "muted",
1166
1166
  "content": "You're all caught up.",
1167
+ "color": "muted",
1167
1168
  "type": "typography",
1168
1169
  "variant": "caption"
1169
1170
  },
1170
1171
  {
1171
- "type": "button",
1172
1172
  "variant": "ghost",
1173
- "label": "Back to backends",
1174
- "action": "INIT"
1173
+ "action": "INIT",
1174
+ "type": "button",
1175
+ "label": "Back to backends"
1175
1176
  }
1176
- ],
1177
- "gap": "md"
1177
+ ]
1178
1178
  }
1179
1179
  ]
1180
1180
  ]
@@ -1188,6 +1188,7 @@
1188
1188
  "name": "BackendBrowseList",
1189
1189
  "linkedEntity": "Backend",
1190
1190
  "config": {
1191
+ "cols": 1.0,
1191
1192
  "itemActions": [
1192
1193
  {
1193
1194
  "variant": "ghost",
@@ -1195,8 +1196,8 @@
1195
1196
  "event": "VIEW"
1196
1197
  },
1197
1198
  {
1198
- "variant": "ghost",
1199
1199
  "label": "Edit",
1200
+ "variant": "ghost",
1200
1201
  "event": "EDIT"
1201
1202
  },
1202
1203
  {
@@ -1205,26 +1206,25 @@
1205
1206
  "event": "DELETE"
1206
1207
  }
1207
1208
  ],
1208
- "cols": 1.0,
1209
1209
  "fields": [
1210
1210
  {
1211
- "variant": "h3",
1212
1211
  "name": "name",
1212
+ "variant": "h3",
1213
1213
  "icon": "server"
1214
1214
  },
1215
1215
  {
1216
- "name": "url",
1217
- "variant": "body"
1216
+ "variant": "body",
1217
+ "name": "url"
1218
1218
  },
1219
1219
  {
1220
- "name": "status",
1221
- "variant": "badge"
1220
+ "variant": "badge",
1221
+ "name": "status"
1222
1222
  },
1223
1223
  {
1224
1224
  "variant": "caption",
1225
- "format": "number",
1225
+ "name": "latency",
1226
1226
  "label": "Latency",
1227
- "name": "latency"
1227
+ "format": "number"
1228
1228
  }
1229
1229
  ],
1230
1230
  "gap": "sm"
@@ -1273,15 +1273,15 @@
1273
1273
  "name": "BackendCreate",
1274
1274
  "linkedEntity": "Backend",
1275
1275
  "config": {
1276
- "mode": "create",
1277
- "title": "New Backend",
1278
1276
  "fields": [
1279
1277
  "name",
1280
1278
  "url",
1281
1279
  "status",
1282
1280
  "latency"
1283
1281
  ],
1284
- "icon": "plus-circle"
1282
+ "mode": "create",
1283
+ "icon": "plus-circle",
1284
+ "title": "New Backend"
1285
1285
  },
1286
1286
  "events": {
1287
1287
  "OPEN": "CREATE"
@@ -1302,15 +1302,15 @@
1302
1302
  "name": "BackendEdit",
1303
1303
  "linkedEntity": "Backend",
1304
1304
  "config": {
1305
+ "icon": "edit",
1305
1306
  "mode": "edit",
1306
- "title": "Edit Backend",
1307
1307
  "fields": [
1308
1308
  "name",
1309
1309
  "url",
1310
1310
  "status",
1311
1311
  "latency"
1312
1312
  ],
1313
- "icon": "edit"
1313
+ "title": "Edit Backend"
1314
1314
  },
1315
1315
  "events": {
1316
1316
  "OPEN": "EDIT"
@@ -1332,13 +1332,13 @@
1332
1332
  "linkedEntity": "Backend",
1333
1333
  "config": {
1334
1334
  "icon": "eye",
1335
- "title": "View Backend",
1336
1335
  "fields": [
1337
1336
  "name",
1338
1337
  "url",
1339
1338
  "status",
1340
1339
  "latency"
1341
1340
  ],
1341
+ "title": "View Backend",
1342
1342
  "mode": "edit"
1343
1343
  },
1344
1344
  "events": {
@@ -1360,14 +1360,14 @@
1360
1360
  "name": "BackendDelete",
1361
1361
  "linkedEntity": "Backend",
1362
1362
  "config": {
1363
+ "icon": "alert-triangle",
1363
1364
  "title": "Delete Backend",
1364
- "alertMessage": "This action cannot be undone.",
1365
1365
  "confirmLabel": "Delete",
1366
- "icon": "alert-triangle"
1366
+ "alertMessage": "This action cannot be undone."
1367
1367
  },
1368
1368
  "events": {
1369
- "REQUEST": "DELETE",
1370
- "CONFIRM": "CONFIRM_DELETE"
1369
+ "CONFIRM": "CONFIRM_DELETE",
1370
+ "REQUEST": "DELETE"
1371
1371
  },
1372
1372
  "listens": [
1373
1373
  {
@@ -1660,32 +1660,32 @@
1660
1660
  "name": "AnalyticsAppLayout",
1661
1661
  "linkedEntity": "AnalyticsRecord",
1662
1662
  "config": {
1663
- "appName": "API Gateway",
1663
+ "searchEvent": "ANALYTICS_SEARCH",
1664
+ "contentTrait": "@trait.AnalyticsDisplay",
1664
1665
  "notifications": [],
1666
+ "notificationClickEvent": "ANALYTICS_NOTIFICATIONS_OPEN",
1667
+ "appName": "API Gateway",
1665
1668
  "navItems": [
1666
1669
  {
1670
+ "label": "Routes",
1667
1671
  "icon": "git-branch",
1668
- "href": "/routes",
1669
- "label": "Routes"
1672
+ "href": "/routes"
1670
1673
  },
1671
1674
  {
1675
+ "label": "Backends",
1672
1676
  "href": "/backends",
1673
- "icon": "server",
1674
- "label": "Backends"
1677
+ "icon": "server"
1675
1678
  },
1676
1679
  {
1677
- "href": "/analytics",
1678
1680
  "label": "Analytics",
1679
- "icon": "bar-chart-2"
1681
+ "icon": "bar-chart-2",
1682
+ "href": "/analytics"
1680
1683
  }
1681
- ],
1682
- "searchEvent": "ANALYTICS_SEARCH",
1683
- "notificationClickEvent": "ANALYTICS_NOTIFICATIONS_OPEN",
1684
- "contentTrait": "@trait.AnalyticsDisplay"
1684
+ ]
1685
1685
  },
1686
1686
  "events": {
1687
- "NOTIFY_CLICK": "ANALYTICS_NOTIFICATIONS_OPEN",
1688
- "SEARCH": "ANALYTICS_SEARCH"
1687
+ "SEARCH": "ANALYTICS_SEARCH",
1688
+ "NOTIFY_CLICK": "ANALYTICS_NOTIFICATIONS_OPEN"
1689
1689
  }
1690
1690
  },
1691
1691
  {
@@ -1693,15 +1693,12 @@
1693
1693
  "name": "AnalyticsBrowseList",
1694
1694
  "linkedEntity": "AnalyticsRecord",
1695
1695
  "config": {
1696
- "pageSize": 100.0,
1697
- "displayPageSize": 10.0,
1698
- "cols": 1.0,
1699
1696
  "fields": [
1700
1697
  {
1701
- "icon": "bar-chart-2",
1702
1698
  "name": "routePath",
1699
+ "variant": "h4",
1703
1700
  "label": "Route",
1704
- "variant": "h4"
1701
+ "icon": "bar-chart-2"
1705
1702
  },
1706
1703
  {
1707
1704
  "label": "Method",
@@ -1709,24 +1706,27 @@
1709
1706
  "name": "method"
1710
1707
  },
1711
1708
  {
1712
- "label": "Status",
1709
+ "name": "statusCode",
1713
1710
  "variant": "badge",
1714
- "name": "statusCode"
1711
+ "label": "Status"
1715
1712
  },
1716
1713
  {
1717
1714
  "name": "latencyMs",
1718
- "variant": "caption",
1719
1715
  "label": "Latency",
1716
+ "variant": "caption",
1720
1717
  "format": "number"
1721
1718
  },
1722
1719
  {
1723
- "format": "date",
1724
- "variant": "caption",
1725
1720
  "name": "timestamp",
1721
+ "variant": "caption",
1722
+ "format": "date",
1726
1723
  "label": "Time"
1727
1724
  }
1728
1725
  ],
1729
- "gap": "sm"
1726
+ "pageSize": 100.0,
1727
+ "gap": "sm",
1728
+ "cols": 1.0,
1729
+ "displayPageSize": 10.0
1730
1730
  }
1731
1731
  },
1732
1732
  {
@@ -1793,38 +1793,38 @@
1793
1793
  "render-ui",
1794
1794
  "main",
1795
1795
  {
1796
- "gap": "lg",
1797
1796
  "type": "stack",
1797
+ "gap": "lg",
1798
+ "className": "max-w-6xl mx-auto w-full p-4",
1798
1799
  "children": [
1799
1800
  {
1801
+ "direction": "horizontal",
1800
1802
  "children": [
1801
1803
  {
1802
- "type": "icon",
1803
- "name": "bar-chart-2"
1804
+ "name": "bar-chart-2",
1805
+ "type": "icon"
1804
1806
  },
1805
1807
  {
1806
- "content": "Analytics",
1807
1808
  "variant": "h2",
1809
+ "content": "Analytics",
1808
1810
  "type": "typography"
1809
1811
  }
1810
1812
  ],
1813
+ "align": "center",
1811
1814
  "type": "stack",
1812
- "direction": "horizontal",
1813
- "gap": "sm",
1814
- "align": "center"
1815
+ "gap": "sm"
1815
1816
  },
1816
1817
  {
1817
1818
  "type": "divider"
1818
1819
  },
1819
1820
  {
1820
- "type": "typography",
1821
1821
  "content": "Recent requests",
1822
- "variant": "h3"
1822
+ "variant": "h3",
1823
+ "type": "typography"
1823
1824
  },
1824
1825
  "@trait.AnalyticsBrowseList"
1825
1826
  ],
1826
- "direction": "vertical",
1827
- "className": "max-w-6xl mx-auto w-full p-4"
1827
+ "direction": "vertical"
1828
1828
  }
1829
1829
  ]
1830
1830
  ]
@@ -1843,34 +1843,34 @@
1843
1843
  "render-ui",
1844
1844
  "main",
1845
1845
  {
1846
- "align": "center",
1847
1846
  "className": "py-8",
1848
- "type": "stack",
1849
1847
  "children": [
1850
1848
  {
1851
1849
  "type": "icon",
1852
1850
  "name": "bell"
1853
1851
  },
1854
1852
  {
1853
+ "content": "No notifications",
1855
1854
  "type": "typography",
1856
- "variant": "h3",
1857
- "content": "No notifications"
1855
+ "variant": "h3"
1858
1856
  },
1859
1857
  {
1860
- "variant": "caption",
1861
- "color": "muted",
1862
1858
  "content": "You're all caught up.",
1863
- "type": "typography"
1859
+ "variant": "caption",
1860
+ "type": "typography",
1861
+ "color": "muted"
1864
1862
  },
1865
1863
  {
1866
- "type": "button",
1867
- "variant": "ghost",
1868
1864
  "label": "Back to analytics",
1869
- "action": "INIT"
1865
+ "variant": "ghost",
1866
+ "action": "INIT",
1867
+ "type": "button"
1870
1868
  }
1871
1869
  ],
1872
- "gap": "md",
1873
- "direction": "vertical"
1870
+ "direction": "vertical",
1871
+ "align": "center",
1872
+ "type": "stack",
1873
+ "gap": "md"
1874
1874
  }
1875
1875
  ]
1876
1876
  ]