@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
@@ -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
  {
111
+ "label": "Routes",
106
112
  "href": "/routes",
107
- "icon": "git-branch",
108
- "label": "Routes"
113
+ "icon": "git-branch"
109
114
  },
110
115
  {
111
- "icon": "server",
112
116
  "label": "Backends",
113
- "href": "/backends"
117
+ "href": "/backends",
118
+ "icon": "server"
114
119
  },
115
120
  {
116
121
  "href": "/analytics",
117
- "icon": "bar-chart-2",
118
- "label": "Analytics"
122
+ "label": "Analytics",
123
+ "icon": "bar-chart-2"
119
124
  }
120
- ],
121
- "searchEvent": "ROUTE_SEARCH",
122
- "notifications": [],
123
- "notificationClickEvent": "ROUTE_NOTIFICATIONS_OPEN",
124
- "contentTrait": "@trait.RouteCatalog",
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,13 +211,16 @@
211
211
  {
212
212
  "children": [
213
213
  {
214
+ "type": "stack",
215
+ "align": "center",
216
+ "gap": "md",
217
+ "direction": "horizontal",
214
218
  "justify": "between",
215
219
  "children": [
216
220
  {
217
- "type": "stack",
218
221
  "direction": "horizontal",
219
222
  "gap": "sm",
220
- "align": "center",
223
+ "type": "stack",
221
224
  "children": [
222
225
  {
223
226
  "name": "git-branch",
@@ -225,43 +228,40 @@
225
228
  },
226
229
  {
227
230
  "type": "typography",
228
- "content": "Routes",
229
- "variant": "h2"
231
+ "variant": "h2",
232
+ "content": "Routes"
230
233
  }
231
- ]
234
+ ],
235
+ "align": "center"
232
236
  },
233
237
  {
234
- "gap": "sm",
235
- "type": "stack",
236
- "direction": "horizontal",
237
238
  "children": [
238
239
  {
239
- "type": "button",
240
- "label": "Create Route",
241
- "variant": "primary",
242
240
  "icon": "plus",
243
- "action": "CREATE"
241
+ "label": "Create Route",
242
+ "type": "button",
243
+ "action": "CREATE",
244
+ "variant": "primary"
244
245
  }
245
- ]
246
+ ],
247
+ "type": "stack",
248
+ "gap": "sm",
249
+ "direction": "horizontal"
246
250
  }
247
- ],
248
- "direction": "horizontal",
249
- "align": "center",
250
- "type": "stack",
251
- "gap": "md"
251
+ ]
252
252
  },
253
253
  {
254
254
  "type": "divider"
255
255
  },
256
256
  {
257
+ "type": "stack",
257
258
  "direction": "horizontal",
259
+ "gap": "md",
260
+ "align": "center",
258
261
  "children": [
259
262
  "@trait.RouteSearch",
260
263
  "@trait.RouteFilter"
261
- ],
262
- "align": "center",
263
- "gap": "md",
264
- "type": "stack"
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
+ "direction": "vertical",
295
+ "className": "py-8",
294
296
  "children": [
295
297
  {
296
298
  "name": "bell",
297
299
  "type": "icon"
298
300
  },
299
301
  {
302
+ "variant": "h3",
300
303
  "content": "No notifications",
301
- "type": "typography",
302
- "variant": "h3"
304
+ "type": "typography"
303
305
  },
304
306
  {
305
- "type": "typography",
307
+ "content": "You're all caught up.",
306
308
  "color": "muted",
307
- "variant": "caption",
308
- "content": "You're all caught up."
309
+ "type": "typography",
310
+ "variant": "caption"
309
311
  },
310
312
  {
311
- "action": "INIT",
312
313
  "label": "Back to routes",
313
314
  "variant": "ghost",
315
+ "action": "INIT",
314
316
  "type": "button"
315
317
  }
316
318
  ],
317
- "gap": "md",
318
319
  "align": "center",
319
- "direction": "vertical",
320
- "type": "stack",
321
- "className": "py-8"
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
  {
@@ -347,18 +347,18 @@
347
347
  "PUT",
348
348
  "DELETE"
349
349
  ],
350
- "label": "Method",
351
350
  "filterType": "select",
352
- "field": "method"
351
+ "field": "method",
352
+ "label": "Method"
353
353
  },
354
354
  {
355
355
  "label": "Status",
356
+ "filterType": "select",
357
+ "field": "status",
356
358
  "options": [
357
359
  "active",
358
360
  "disabled"
359
- ],
360
- "filterType": "select",
361
- "field": "status"
361
+ ]
362
362
  }
363
363
  ],
364
364
  "event": "ROUTE_FILTER"
@@ -372,14 +372,15 @@
372
372
  {
373
373
  "aggregation": "count",
374
374
  "icon": "git-branch",
375
+ "label": "Total",
375
376
  "variant": "primary",
376
- "format": "number",
377
- "label": "Total"
377
+ "format": "number"
378
378
  },
379
379
  {
380
+ "label": "Active",
380
381
  "aggregation": "count",
381
- "icon": "check-circle",
382
382
  "variant": "success",
383
+ "icon": "check-circle",
383
384
  "format": "number",
384
385
  "filter": [
385
386
  "fn",
@@ -389,15 +390,14 @@
389
390
  "@row.status",
390
391
  "active"
391
392
  ]
392
- ],
393
- "label": "Active"
393
+ ]
394
394
  },
395
395
  {
396
+ "icon": "x-circle",
397
+ "variant": "warning",
398
+ "label": "Disabled",
396
399
  "aggregation": "count",
397
400
  "format": "number",
398
- "label": "Disabled",
399
- "variant": "warning",
400
- "icon": "x-circle",
401
401
  "filter": [
402
402
  "fn",
403
403
  "row",
@@ -426,12 +426,12 @@
426
426
  "ref": "Graphs.traits.GraphItemGraph",
427
427
  "name": "RouteGraphs",
428
428
  "config": {
429
- "height": 240.0,
430
- "showLegend": true,
431
- "categoryField": "method",
429
+ "chartType": "pie",
432
430
  "title": "Routes by Method",
433
431
  "subtitle": "Distribution across HTTP methods",
434
- "chartType": "pie",
432
+ "showLegend": true,
433
+ "categoryField": "method",
434
+ "height": 240.0,
435
435
  "aggregation": "count"
436
436
  },
437
437
  "listens": [
@@ -450,20 +450,37 @@
450
450
  "name": "RouteBrowseList",
451
451
  "linkedEntity": "Route",
452
452
  "config": {
453
- "cols": 1.0,
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
+ ],
470
+ "gap": "sm",
454
471
  "fields": [
455
472
  {
456
- "icon": "git-branch",
473
+ "variant": "h3",
457
474
  "name": "path",
458
- "variant": "h3"
475
+ "icon": "git-branch"
459
476
  },
460
477
  {
461
478
  "name": "method",
462
479
  "variant": "badge"
463
480
  },
464
481
  {
465
- "variant": "badge",
466
- "name": "status"
482
+ "name": "status",
483
+ "variant": "badge"
467
484
  },
468
485
  {
469
486
  "name": "target",
@@ -476,24 +493,7 @@
476
493
  "format": "number"
477
494
  }
478
495
  ],
479
- "itemActions": [
480
- {
481
- "event": "VIEW",
482
- "label": "View",
483
- "variant": "ghost"
484
- },
485
- {
486
- "variant": "ghost",
487
- "label": "Edit",
488
- "event": "EDIT"
489
- },
490
- {
491
- "label": "Delete",
492
- "event": "DELETE",
493
- "variant": "danger"
494
- }
495
- ],
496
- "gap": "sm"
496
+ "cols": 1.0
497
497
  },
498
498
  "listens": [
499
499
  {
@@ -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,7 +574,6 @@
574
574
  "linkedEntity": "Route",
575
575
  "config": {
576
576
  "mode": "edit",
577
- "icon": "edit",
578
577
  "fields": [
579
578
  "path",
580
579
  "method",
@@ -582,6 +581,7 @@
582
581
  "target",
583
582
  "rateLimit"
584
583
  ],
584
+ "icon": "edit",
585
585
  "title": "Edit Route"
586
586
  },
587
587
  "events": {
@@ -603,6 +603,7 @@
603
603
  "name": "RouteView",
604
604
  "linkedEntity": "Route",
605
605
  "config": {
606
+ "mode": "edit",
606
607
  "title": "View Route",
607
608
  "fields": [
608
609
  "path",
@@ -611,7 +612,6 @@
611
612
  "target",
612
613
  "rateLimit"
613
614
  ],
614
- "mode": "edit",
615
615
  "icon": "eye"
616
616
  },
617
617
  "events": {
@@ -633,14 +633,14 @@
633
633
  "name": "RouteDelete",
634
634
  "linkedEntity": "Route",
635
635
  "config": {
636
- "icon": "alert-triangle",
636
+ "alertMessage": "This action cannot be undone.",
637
637
  "confirmLabel": "Delete",
638
- "title": "Delete Route",
639
- "alertMessage": "This action cannot be undone."
638
+ "icon": "alert-triangle",
639
+ "title": "Delete Route"
640
640
  },
641
641
  "events": {
642
- "REQUEST": "DELETE",
643
- "CONFIRM": "CONFIRM_DELETE"
642
+ "CONFIRM": "CONFIRM_DELETE",
643
+ "REQUEST": "DELETE"
644
644
  },
645
645
  "listens": [
646
646
  {
@@ -961,8 +961,6 @@
961
961
  "name": "BackendAppLayout",
962
962
  "linkedEntity": "Backend",
963
963
  "config": {
964
- "appName": "API Gateway",
965
- "contentTrait": "@trait.BackendCatalog",
966
964
  "navItems": [
967
965
  {
968
966
  "label": "Routes",
@@ -980,13 +978,15 @@
980
978
  "href": "/analytics"
981
979
  }
982
980
  ],
981
+ "appName": "API Gateway",
983
982
  "searchEvent": "BACKEND_SEARCH",
984
983
  "notifications": [],
984
+ "contentTrait": "@trait.BackendCatalog",
985
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,12 +1069,14 @@
1069
1069
  "render-ui",
1070
1070
  "main",
1071
1071
  {
1072
- "direction": "vertical",
1073
1072
  "type": "stack",
1073
+ "gap": "lg",
1074
1074
  "children": [
1075
1075
  {
1076
- "align": "center",
1076
+ "direction": "horizontal",
1077
1077
  "type": "stack",
1078
+ "justify": "between",
1079
+ "align": "center",
1078
1080
  "children": [
1079
1081
  {
1080
1082
  "children": [
@@ -1083,34 +1085,32 @@
1083
1085
  "name": "server"
1084
1086
  },
1085
1087
  {
1086
- "variant": "h2",
1088
+ "type": "typography",
1087
1089
  "content": "Backends",
1088
- "type": "typography"
1090
+ "variant": "h2"
1089
1091
  }
1090
1092
  ],
1093
+ "align": "center",
1091
1094
  "type": "stack",
1092
- "direction": "horizontal",
1093
1095
  "gap": "sm",
1094
- "align": "center"
1096
+ "direction": "horizontal"
1095
1097
  },
1096
1098
  {
1097
1099
  "type": "stack",
1098
1100
  "children": [
1099
1101
  {
1100
- "icon": "plus",
1101
1102
  "action": "CREATE",
1102
- "variant": "primary",
1103
1103
  "type": "button",
1104
- "label": "Create Backend"
1104
+ "label": "Create Backend",
1105
+ "variant": "primary",
1106
+ "icon": "plus"
1105
1107
  }
1106
1108
  ],
1107
- "direction": "horizontal",
1108
- "gap": "sm"
1109
+ "gap": "sm",
1110
+ "direction": "horizontal"
1109
1111
  }
1110
1112
  ],
1111
- "justify": "between",
1112
- "gap": "md",
1113
- "direction": "horizontal"
1113
+ "gap": "md"
1114
1114
  },
1115
1115
  {
1116
1116
  "type": "divider"
@@ -1120,15 +1120,15 @@
1120
1120
  "type": "divider"
1121
1121
  },
1122
1122
  {
1123
+ "variant": "h3",
1123
1124
  "type": "typography",
1124
- "content": "Service Health",
1125
- "variant": "h3"
1125
+ "content": "Service Health"
1126
1126
  },
1127
1127
  "@trait.BackendCircuitBreaker",
1128
1128
  "@trait.BackendRateLimiter",
1129
1129
  "@trait.BackendCache"
1130
1130
  ],
1131
- "gap": "lg"
1131
+ "direction": "vertical"
1132
1132
  }
1133
1133
  ]
1134
1134
  ]
@@ -1147,6 +1147,11 @@
1147
1147
  "render-ui",
1148
1148
  "main",
1149
1149
  {
1150
+ "gap": "md",
1151
+ "type": "stack",
1152
+ "direction": "vertical",
1153
+ "className": "py-8",
1154
+ "align": "center",
1150
1155
  "children": [
1151
1156
  {
1152
1157
  "name": "bell",
@@ -1154,27 +1159,22 @@
1154
1159
  },
1155
1160
  {
1156
1161
  "type": "typography",
1157
- "variant": "h3",
1158
- "content": "No notifications"
1162
+ "content": "No notifications",
1163
+ "variant": "h3"
1159
1164
  },
1160
1165
  {
1161
- "type": "typography",
1162
1166
  "content": "You're all caught up.",
1163
- "variant": "caption",
1164
- "color": "muted"
1167
+ "color": "muted",
1168
+ "type": "typography",
1169
+ "variant": "caption"
1165
1170
  },
1166
1171
  {
1167
- "action": "INIT",
1168
1172
  "variant": "ghost",
1173
+ "action": "INIT",
1169
1174
  "type": "button",
1170
1175
  "label": "Back to backends"
1171
1176
  }
1172
- ],
1173
- "className": "py-8",
1174
- "direction": "vertical",
1175
- "type": "stack",
1176
- "gap": "md",
1177
- "align": "center"
1177
+ ]
1178
1178
  }
1179
1179
  ]
1180
1180
  ]
@@ -1188,45 +1188,45 @@
1188
1188
  "name": "BackendBrowseList",
1189
1189
  "linkedEntity": "Backend",
1190
1190
  "config": {
1191
+ "cols": 1.0,
1192
+ "itemActions": [
1193
+ {
1194
+ "variant": "ghost",
1195
+ "label": "View",
1196
+ "event": "VIEW"
1197
+ },
1198
+ {
1199
+ "label": "Edit",
1200
+ "variant": "ghost",
1201
+ "event": "EDIT"
1202
+ },
1203
+ {
1204
+ "label": "Delete",
1205
+ "variant": "danger",
1206
+ "event": "DELETE"
1207
+ }
1208
+ ],
1191
1209
  "fields": [
1192
1210
  {
1193
- "variant": "h3",
1194
1211
  "name": "name",
1212
+ "variant": "h3",
1195
1213
  "icon": "server"
1196
1214
  },
1197
1215
  {
1198
- "name": "url",
1199
- "variant": "body"
1216
+ "variant": "body",
1217
+ "name": "url"
1200
1218
  },
1201
1219
  {
1202
1220
  "variant": "badge",
1203
1221
  "name": "status"
1204
1222
  },
1205
1223
  {
1206
- "format": "number",
1224
+ "variant": "caption",
1207
1225
  "name": "latency",
1208
1226
  "label": "Latency",
1209
- "variant": "caption"
1210
- }
1211
- ],
1212
- "itemActions": [
1213
- {
1214
- "label": "View",
1215
- "event": "VIEW",
1216
- "variant": "ghost"
1217
- },
1218
- {
1219
- "event": "EDIT",
1220
- "variant": "ghost",
1221
- "label": "Edit"
1222
- },
1223
- {
1224
- "event": "DELETE",
1225
- "variant": "danger",
1226
- "label": "Delete"
1227
+ "format": "number"
1227
1228
  }
1228
1229
  ],
1229
- "cols": 1.0,
1230
1230
  "gap": "sm"
1231
1231
  },
1232
1232
  "listens": [
@@ -1273,15 +1273,15 @@
1273
1273
  "name": "BackendCreate",
1274
1274
  "linkedEntity": "Backend",
1275
1275
  "config": {
1276
- "icon": "plus-circle",
1277
- "title": "New Backend",
1278
1276
  "fields": [
1279
1277
  "name",
1280
1278
  "url",
1281
1279
  "status",
1282
1280
  "latency"
1283
1281
  ],
1284
- "mode": "create"
1282
+ "mode": "create",
1283
+ "icon": "plus-circle",
1284
+ "title": "New Backend"
1285
1285
  },
1286
1286
  "events": {
1287
1287
  "OPEN": "CREATE"
@@ -1302,8 +1302,8 @@
1302
1302
  "name": "BackendEdit",
1303
1303
  "linkedEntity": "Backend",
1304
1304
  "config": {
1305
- "mode": "edit",
1306
1305
  "icon": "edit",
1306
+ "mode": "edit",
1307
1307
  "fields": [
1308
1308
  "name",
1309
1309
  "url",
@@ -1331,15 +1331,15 @@
1331
1331
  "name": "BackendView",
1332
1332
  "linkedEntity": "Backend",
1333
1333
  "config": {
1334
- "title": "View Backend",
1335
- "mode": "edit",
1334
+ "icon": "eye",
1336
1335
  "fields": [
1337
1336
  "name",
1338
1337
  "url",
1339
1338
  "status",
1340
1339
  "latency"
1341
1340
  ],
1342
- "icon": "eye"
1341
+ "title": "View Backend",
1342
+ "mode": "edit"
1343
1343
  },
1344
1344
  "events": {
1345
1345
  "OPEN": "VIEW"
@@ -1360,14 +1360,14 @@
1360
1360
  "name": "BackendDelete",
1361
1361
  "linkedEntity": "Backend",
1362
1362
  "config": {
1363
- "alertMessage": "This action cannot be undone.",
1364
- "confirmLabel": "Delete",
1363
+ "icon": "alert-triangle",
1365
1364
  "title": "Delete Backend",
1366
- "icon": "alert-triangle"
1365
+ "confirmLabel": "Delete",
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,28 +1660,28 @@
1660
1660
  "name": "AnalyticsAppLayout",
1661
1661
  "linkedEntity": "AnalyticsRecord",
1662
1662
  "config": {
1663
- "appName": "API Gateway",
1663
+ "searchEvent": "ANALYTICS_SEARCH",
1664
1664
  "contentTrait": "@trait.AnalyticsDisplay",
1665
+ "notifications": [],
1666
+ "notificationClickEvent": "ANALYTICS_NOTIFICATIONS_OPEN",
1667
+ "appName": "API Gateway",
1665
1668
  "navItems": [
1666
1669
  {
1667
- "icon": "git-branch",
1668
1670
  "label": "Routes",
1671
+ "icon": "git-branch",
1669
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
  {
1680
+ "label": "Analytics",
1677
1681
  "icon": "bar-chart-2",
1678
- "href": "/analytics",
1679
- "label": "Analytics"
1682
+ "href": "/analytics"
1680
1683
  }
1681
- ],
1682
- "notificationClickEvent": "ANALYTICS_NOTIFICATIONS_OPEN",
1683
- "notifications": [],
1684
- "searchEvent": "ANALYTICS_SEARCH"
1684
+ ]
1685
1685
  },
1686
1686
  "events": {
1687
1687
  "SEARCH": "ANALYTICS_SEARCH",
@@ -1693,40 +1693,40 @@
1693
1693
  "name": "AnalyticsBrowseList",
1694
1694
  "linkedEntity": "AnalyticsRecord",
1695
1695
  "config": {
1696
- "gap": "sm",
1697
- "displayPageSize": 10.0,
1698
- "pageSize": 100.0,
1699
- "cols": 1.0,
1700
1696
  "fields": [
1701
1697
  {
1702
- "icon": "bar-chart-2",
1698
+ "name": "routePath",
1703
1699
  "variant": "h4",
1704
1700
  "label": "Route",
1705
- "name": "routePath"
1701
+ "icon": "bar-chart-2"
1706
1702
  },
1707
1703
  {
1708
- "variant": "badge",
1709
1704
  "label": "Method",
1705
+ "variant": "badge",
1710
1706
  "name": "method"
1711
1707
  },
1712
1708
  {
1709
+ "name": "statusCode",
1713
1710
  "variant": "badge",
1714
- "label": "Status",
1715
- "name": "statusCode"
1711
+ "label": "Status"
1716
1712
  },
1717
1713
  {
1718
- "format": "number",
1719
1714
  "name": "latencyMs",
1720
1715
  "label": "Latency",
1721
- "variant": "caption"
1716
+ "variant": "caption",
1717
+ "format": "number"
1722
1718
  },
1723
1719
  {
1724
- "format": "date",
1725
- "label": "Time",
1726
1720
  "name": "timestamp",
1727
- "variant": "caption"
1721
+ "variant": "caption",
1722
+ "format": "date",
1723
+ "label": "Time"
1728
1724
  }
1729
- ]
1725
+ ],
1726
+ "pageSize": 100.0,
1727
+ "gap": "sm",
1728
+ "cols": 1.0,
1729
+ "displayPageSize": 10.0
1730
1730
  }
1731
1731
  },
1732
1732
  {
@@ -1794,37 +1794,37 @@
1794
1794
  "main",
1795
1795
  {
1796
1796
  "type": "stack",
1797
- "direction": "vertical",
1797
+ "gap": "lg",
1798
1798
  "className": "max-w-6xl mx-auto w-full p-4",
1799
1799
  "children": [
1800
1800
  {
1801
1801
  "direction": "horizontal",
1802
- "gap": "sm",
1803
- "type": "stack",
1804
- "align": "center",
1805
1802
  "children": [
1806
1803
  {
1807
- "type": "icon",
1808
- "name": "bar-chart-2"
1804
+ "name": "bar-chart-2",
1805
+ "type": "icon"
1809
1806
  },
1810
1807
  {
1811
1808
  "variant": "h2",
1812
1809
  "content": "Analytics",
1813
1810
  "type": "typography"
1814
1811
  }
1815
- ]
1812
+ ],
1813
+ "align": "center",
1814
+ "type": "stack",
1815
+ "gap": "sm"
1816
1816
  },
1817
1817
  {
1818
1818
  "type": "divider"
1819
1819
  },
1820
1820
  {
1821
- "variant": "h3",
1822
1821
  "content": "Recent requests",
1822
+ "variant": "h3",
1823
1823
  "type": "typography"
1824
1824
  },
1825
1825
  "@trait.AnalyticsBrowseList"
1826
1826
  ],
1827
- "gap": "lg"
1827
+ "direction": "vertical"
1828
1828
  }
1829
1829
  ]
1830
1830
  ]
@@ -1843,12 +1843,11 @@
1843
1843
  "render-ui",
1844
1844
  "main",
1845
1845
  {
1846
- "gap": "md",
1847
- "align": "center",
1846
+ "className": "py-8",
1848
1847
  "children": [
1849
1848
  {
1850
- "name": "bell",
1851
- "type": "icon"
1849
+ "type": "icon",
1850
+ "name": "bell"
1852
1851
  },
1853
1852
  {
1854
1853
  "content": "No notifications",
@@ -1856,21 +1855,22 @@
1856
1855
  "variant": "h3"
1857
1856
  },
1858
1857
  {
1859
- "color": "muted",
1860
- "type": "typography",
1861
1858
  "content": "You're all caught up.",
1862
- "variant": "caption"
1859
+ "variant": "caption",
1860
+ "type": "typography",
1861
+ "color": "muted"
1863
1862
  },
1864
1863
  {
1865
- "type": "button",
1864
+ "label": "Back to analytics",
1866
1865
  "variant": "ghost",
1867
1866
  "action": "INIT",
1868
- "label": "Back to analytics"
1867
+ "type": "button"
1869
1868
  }
1870
1869
  ],
1871
- "className": "py-8",
1870
+ "direction": "vertical",
1871
+ "align": "center",
1872
1872
  "type": "stack",
1873
- "direction": "vertical"
1873
+ "gap": "md"
1874
1874
  }
1875
1875
  ]
1876
1876
  ]
@@ -1899,4 +1899,4 @@
1899
1899
  ]
1900
1900
  }
1901
1901
  ]
1902
- }
1902
+ }