@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
@@ -105,37 +105,37 @@
105
105
  "ref": "AppShell.traits.AppLayout",
106
106
  "name": "ServiceNodeAppLayout",
107
107
  "config": {
108
- "searchEvent": "SERVICE_SEARCH",
109
- "notifications": [],
110
- "notificationClickEvent": "SERVICE_NOTIFICATIONS_OPEN",
111
- "contentTrait": "@trait.ServiceNodeCatalog",
112
- "appName": "DevOps Dashboard",
113
108
  "navItems": [
114
109
  {
115
- "label": "Services",
110
+ "href": "/services",
116
111
  "icon": "server",
117
- "href": "/services"
112
+ "label": "Services"
118
113
  },
119
114
  {
120
- "icon": "bell",
115
+ "label": "Alerts",
121
116
  "href": "/alerts",
122
- "label": "Alerts"
117
+ "icon": "bell"
123
118
  },
124
119
  {
125
- "label": "Logs",
126
120
  "href": "/logs",
127
- "icon": "terminal"
121
+ "icon": "terminal",
122
+ "label": "Logs"
128
123
  },
129
124
  {
130
- "icon": "layout-list",
131
125
  "label": "Metrics",
126
+ "icon": "layout-list",
132
127
  "href": "/metrics"
133
128
  }
134
- ]
129
+ ],
130
+ "contentTrait": "@trait.ServiceNodeCatalog",
131
+ "appName": "DevOps Dashboard",
132
+ "notifications": [],
133
+ "searchEvent": "SERVICE_SEARCH",
134
+ "notificationClickEvent": "SERVICE_NOTIFICATIONS_OPEN"
135
135
  },
136
136
  "events": {
137
- "NOTIFY_CLICK": "SERVICE_NOTIFICATIONS_OPEN",
138
- "SEARCH": "SERVICE_SEARCH"
137
+ "SEARCH": "SERVICE_SEARCH",
138
+ "NOTIFY_CLICK": "SERVICE_NOTIFICATIONS_OPEN"
139
139
  }
140
140
  },
141
141
  {
@@ -220,17 +220,19 @@
220
220
  {
221
221
  "children": [
222
222
  {
223
- "align": "center",
224
- "gap": "md",
225
223
  "type": "stack",
226
- "direction": "horizontal",
224
+ "gap": "md",
225
+ "justify": "between",
226
+ "align": "center",
227
227
  "children": [
228
228
  {
229
+ "type": "stack",
229
230
  "direction": "horizontal",
231
+ "align": "center",
230
232
  "children": [
231
233
  {
232
- "type": "icon",
233
- "name": "server"
234
+ "name": "server",
235
+ "type": "icon"
234
236
  },
235
237
  {
236
238
  "content": "Services",
@@ -238,39 +240,37 @@
238
240
  "type": "typography"
239
241
  }
240
242
  ],
241
- "align": "center",
242
- "type": "stack",
243
243
  "gap": "sm"
244
244
  },
245
245
  {
246
- "gap": "sm",
246
+ "direction": "horizontal",
247
+ "type": "stack",
247
248
  "children": [
248
249
  {
249
- "label": "Register Service",
250
- "action": "CREATE",
251
- "variant": "primary",
252
250
  "type": "button",
253
- "icon": "plus"
251
+ "variant": "primary",
252
+ "icon": "plus",
253
+ "action": "CREATE",
254
+ "label": "Register Service"
254
255
  }
255
256
  ],
256
- "direction": "horizontal",
257
- "type": "stack"
257
+ "gap": "sm"
258
258
  }
259
259
  ],
260
- "justify": "between"
260
+ "direction": "horizontal"
261
261
  },
262
262
  {
263
263
  "type": "divider"
264
264
  },
265
265
  {
266
266
  "direction": "horizontal",
267
- "gap": "md",
268
- "type": "stack",
269
- "align": "center",
270
267
  "children": [
271
268
  "@trait.ServiceNodeSearch",
272
269
  "@trait.ServiceNodeFilter"
273
- ]
270
+ ],
271
+ "gap": "md",
272
+ "align": "center",
273
+ "type": "stack"
274
274
  },
275
275
  "@trait.ServiceNodeStats",
276
276
  "@trait.ServiceNodeGraphs",
@@ -278,30 +278,30 @@
278
278
  "type": "divider"
279
279
  },
280
280
  {
281
- "direction": "horizontal",
282
- "type": "stack",
283
- "gap": "sm",
284
- "align": "center",
285
281
  "children": [
286
282
  {
287
283
  "status": "online",
284
+ "pulse": false,
288
285
  "label": "Healthy",
289
- "type": "status-dot",
290
- "pulse": false
286
+ "type": "status-dot"
291
287
  },
292
288
  {
293
289
  "status": "warning",
294
290
  "label": "Degraded",
295
- "type": "status-dot",
296
- "pulse": false
291
+ "pulse": false,
292
+ "type": "status-dot"
297
293
  },
298
294
  {
299
- "label": "Down",
300
295
  "pulse": true,
301
- "status": "critical",
302
- "type": "status-dot"
296
+ "label": "Down",
297
+ "type": "status-dot",
298
+ "status": "critical"
303
299
  }
304
- ]
300
+ ],
301
+ "direction": "horizontal",
302
+ "align": "center",
303
+ "gap": "sm",
304
+ "type": "stack"
305
305
  },
306
306
  "@trait.ServiceNodeBrowseList",
307
307
  {
@@ -330,34 +330,34 @@
330
330
  "render-ui",
331
331
  "main",
332
332
  {
333
+ "align": "center",
334
+ "gap": "md",
333
335
  "className": "py-8",
336
+ "direction": "vertical",
337
+ "type": "stack",
334
338
  "children": [
335
339
  {
336
340
  "type": "icon",
337
341
  "name": "bell"
338
342
  },
339
343
  {
340
- "variant": "h3",
344
+ "content": "No notifications",
341
345
  "type": "typography",
342
- "content": "No notifications"
346
+ "variant": "h3"
343
347
  },
344
348
  {
345
- "variant": "caption",
346
- "color": "muted",
347
349
  "content": "You're all caught up.",
348
- "type": "typography"
350
+ "color": "muted",
351
+ "type": "typography",
352
+ "variant": "caption"
349
353
  },
350
354
  {
351
- "action": "INIT",
352
355
  "label": "Back to services",
353
- "variant": "ghost",
354
- "type": "button"
356
+ "type": "button",
357
+ "action": "INIT",
358
+ "variant": "ghost"
355
359
  }
356
- ],
357
- "gap": "md",
358
- "align": "center",
359
- "direction": "vertical",
360
- "type": "stack"
360
+ ]
361
361
  }
362
362
  ]
363
363
  ]
@@ -370,8 +370,8 @@
370
370
  "ref": "Search.traits.SearchResultSearch",
371
371
  "name": "ServiceNodeSearch",
372
372
  "config": {
373
- "event": "SERVICE_SEARCH",
374
- "placeholder": "Search services…"
373
+ "placeholder": "Search services…",
374
+ "event": "SERVICE_SEARCH"
375
375
  }
376
376
  },
377
377
  {
@@ -382,23 +382,23 @@
382
382
  "filters": [
383
383
  {
384
384
  "label": "Status",
385
- "filterType": "select",
385
+ "field": "status",
386
386
  "options": [
387
387
  "healthy",
388
388
  "degraded",
389
389
  "down"
390
390
  ],
391
- "field": "status"
391
+ "filterType": "select"
392
392
  },
393
393
  {
394
394
  "field": "region",
395
+ "filterType": "select",
395
396
  "options": [
396
397
  "us-east",
397
398
  "us-west",
398
399
  "eu-central",
399
400
  "ap-south"
400
401
  ],
401
- "filterType": "select",
402
402
  "label": "Region"
403
403
  }
404
404
  ]
@@ -412,12 +412,16 @@
412
412
  "metrics": [
413
413
  {
414
414
  "aggregation": "count",
415
- "variant": "primary",
416
415
  "icon": "server",
417
- "label": "Total",
418
- "format": "number"
416
+ "variant": "primary",
417
+ "format": "number",
418
+ "label": "Total"
419
419
  },
420
420
  {
421
+ "label": "Healthy",
422
+ "icon": "check-circle",
423
+ "variant": "success",
424
+ "format": "number",
421
425
  "filter": [
422
426
  "fn",
423
427
  "row",
@@ -427,15 +431,11 @@
427
431
  "healthy"
428
432
  ]
429
433
  ],
430
- "label": "Healthy",
431
- "icon": "check-circle",
432
- "aggregation": "count",
433
- "variant": "success",
434
- "format": "number"
434
+ "aggregation": "count"
435
435
  },
436
436
  {
437
- "icon": "alert-circle",
438
- "label": "Degraded",
437
+ "variant": "warning",
438
+ "format": "number",
439
439
  "filter": [
440
440
  "fn",
441
441
  "row",
@@ -446,10 +446,11 @@
446
446
  ]
447
447
  ],
448
448
  "aggregation": "count",
449
- "variant": "warning",
450
- "format": "number"
449
+ "label": "Degraded",
450
+ "icon": "alert-circle"
451
451
  },
452
452
  {
453
+ "label": "Down",
453
454
  "filter": [
454
455
  "fn",
455
456
  "row",
@@ -459,11 +460,10 @@
459
460
  "down"
460
461
  ]
461
462
  ],
462
- "icon": "alert-triangle",
463
- "variant": "danger",
463
+ "format": "number",
464
464
  "aggregation": "count",
465
- "label": "Down",
466
- "format": "number"
465
+ "variant": "danger",
466
+ "icon": "alert-triangle"
467
467
  }
468
468
  ]
469
469
  },
@@ -482,13 +482,13 @@
482
482
  "ref": "Graphs.traits.GraphItemGraph",
483
483
  "name": "ServiceNodeGraphs",
484
484
  "config": {
485
+ "chartType": "pie",
485
486
  "height": 240.0,
486
487
  "showLegend": true,
487
- "chartType": "pie",
488
- "subtitle": "Health distribution across the fleet",
489
- "categoryField": "status",
490
488
  "title": "Services by Status",
491
- "aggregation": "count"
489
+ "categoryField": "status",
490
+ "aggregation": "count",
491
+ "subtitle": "Health distribution across the fleet"
492
492
  },
493
493
  "listens": [
494
494
  {
@@ -506,27 +506,6 @@
506
506
  "name": "ServiceNodeBrowseList",
507
507
  "linkedEntity": "ServiceNode",
508
508
  "config": {
509
- "gap": "sm",
510
- "fields": [
511
- {
512
- "variant": "h4",
513
- "name": "name",
514
- "icon": "server"
515
- },
516
- {
517
- "name": "status",
518
- "variant": "badge"
519
- },
520
- {
521
- "variant": "body",
522
- "name": "region"
523
- },
524
- {
525
- "name": "lastChecked",
526
- "variant": "caption",
527
- "format": "date"
528
- }
529
- ],
530
509
  "cols": 1.0,
531
510
  "itemActions": [
532
511
  {
@@ -544,7 +523,28 @@
544
523
  "event": "DELETE",
545
524
  "variant": "danger"
546
525
  }
547
- ]
526
+ ],
527
+ "fields": [
528
+ {
529
+ "variant": "h4",
530
+ "icon": "server",
531
+ "name": "name"
532
+ },
533
+ {
534
+ "variant": "badge",
535
+ "name": "status"
536
+ },
537
+ {
538
+ "variant": "body",
539
+ "name": "region"
540
+ },
541
+ {
542
+ "variant": "caption",
543
+ "name": "lastChecked",
544
+ "format": "date"
545
+ }
546
+ ],
547
+ "gap": "sm"
548
548
  },
549
549
  "listens": [
550
550
  {
@@ -594,16 +594,16 @@
594
594
  "name": "ServiceNodeCreate",
595
595
  "linkedEntity": "ServiceNode",
596
596
  "config": {
597
+ "title": "Register Service",
598
+ "mode": "create",
599
+ "icon": "plus-circle",
597
600
  "fields": [
598
601
  "name",
599
602
  "status",
600
603
  "region",
601
604
  "url",
602
605
  "threshold"
603
- ],
604
- "icon": "plus-circle",
605
- "title": "Register Service",
606
- "mode": "create"
606
+ ]
607
607
  },
608
608
  "events": {
609
609
  "OPEN": "CREATE"
@@ -624,16 +624,16 @@
624
624
  "name": "ServiceNodeEdit",
625
625
  "linkedEntity": "ServiceNode",
626
626
  "config": {
627
- "icon": "edit",
628
627
  "title": "Edit Service",
629
- "mode": "edit",
628
+ "icon": "edit",
630
629
  "fields": [
631
630
  "name",
632
631
  "status",
633
632
  "region",
634
633
  "url",
635
634
  "threshold"
636
- ]
635
+ ],
636
+ "mode": "edit"
637
637
  },
638
638
  "events": {
639
639
  "OPEN": "EDIT"
@@ -664,9 +664,9 @@
664
664
  "successCount",
665
665
  "threshold"
666
666
  ],
667
- "mode": "edit",
667
+ "icon": "eye",
668
668
  "title": "View Service",
669
- "icon": "eye"
669
+ "mode": "edit"
670
670
  },
671
671
  "events": {
672
672
  "OPEN": "VIEW"
@@ -687,10 +687,10 @@
687
687
  "name": "ServiceNodeDelete",
688
688
  "linkedEntity": "ServiceNode",
689
689
  "config": {
690
- "icon": "alert-triangle",
691
690
  "title": "Delete Service",
692
691
  "alertMessage": "This action cannot be undone.",
693
- "confirmLabel": "Delete"
692
+ "confirmLabel": "Delete",
693
+ "icon": "alert-triangle"
694
694
  },
695
695
  "events": {
696
696
  "CONFIRM": "CONFIRM_DELETE",
@@ -1016,70 +1016,70 @@
1016
1016
  "render-ui",
1017
1017
  "main",
1018
1018
  {
1019
+ "type": "stack",
1020
+ "direction": "vertical",
1021
+ "gap": "lg",
1019
1022
  "children": [
1020
1023
  {
1024
+ "gap": "md",
1025
+ "justify": "between",
1021
1026
  "direction": "horizontal",
1027
+ "type": "stack",
1022
1028
  "align": "center",
1023
- "justify": "between",
1024
1029
  "children": [
1025
1030
  {
1031
+ "direction": "horizontal",
1032
+ "align": "center",
1033
+ "type": "stack",
1034
+ "gap": "md",
1026
1035
  "children": [
1027
1036
  {
1028
- "name": "shield-check",
1029
- "type": "icon"
1037
+ "type": "icon",
1038
+ "name": "shield-check"
1030
1039
  },
1031
1040
  {
1032
- "variant": "h3",
1033
1041
  "type": "typography",
1034
- "content": "Circuit Breaker"
1042
+ "content": "Circuit Breaker",
1043
+ "variant": "h3"
1035
1044
  }
1036
- ],
1037
- "type": "stack",
1038
- "direction": "horizontal",
1039
- "align": "center",
1040
- "gap": "md"
1045
+ ]
1041
1046
  },
1042
1047
  {
1043
1048
  "label": "Circuit Closed",
1044
- "pulse": false,
1049
+ "type": "status-dot",
1045
1050
  "status": "online",
1046
- "type": "status-dot"
1051
+ "pulse": false
1047
1052
  }
1048
- ],
1049
- "type": "stack",
1050
- "gap": "md"
1053
+ ]
1051
1054
  },
1052
1055
  {
1053
- "type": "alert",
1054
1056
  "variant": "success",
1055
- "message": "All requests are being processed."
1057
+ "message": "All requests are being processed.",
1058
+ "type": "alert"
1056
1059
  },
1057
1060
  {
1058
- "type": "simple-grid",
1059
- "cols": 2.0,
1060
1061
  "children": [
1061
1062
  {
1062
- "label": "Failures",
1063
+ "type": "stat-display",
1063
1064
  "value": "@entity.failureCount",
1064
- "type": "stat-display"
1065
+ "label": "Failures"
1065
1066
  },
1066
1067
  {
1067
- "label": "Successes",
1068
1068
  "type": "stat-display",
1069
- "value": "@entity.successCount"
1069
+ "value": "@entity.successCount",
1070
+ "label": "Successes"
1070
1071
  }
1071
- ]
1072
+ ],
1073
+ "type": "simple-grid",
1074
+ "cols": 2.0
1072
1075
  },
1073
1076
  {
1074
- "max": "@entity.threshold",
1075
- "type": "meter",
1077
+ "min": 0.0,
1076
1078
  "value": "@entity.failureCount",
1077
- "min": 0.0
1079
+ "type": "meter",
1080
+ "max": "@entity.threshold"
1078
1081
  }
1079
- ],
1080
- "type": "stack",
1081
- "gap": "lg",
1082
- "direction": "vertical"
1082
+ ]
1083
1083
  }
1084
1084
  ]
1085
1085
  ]
@@ -1093,12 +1093,13 @@
1093
1093
  "render-ui",
1094
1094
  "main",
1095
1095
  {
1096
- "direction": "vertical",
1097
- "gap": "lg",
1098
- "type": "stack",
1099
1096
  "children": [
1100
1097
  {
1098
+ "gap": "md",
1099
+ "direction": "horizontal",
1101
1100
  "type": "stack",
1101
+ "align": "center",
1102
+ "justify": "between",
1102
1103
  "children": [
1103
1104
  {
1104
1105
  "children": [
@@ -1107,36 +1108,32 @@
1107
1108
  "name": "alert-triangle"
1108
1109
  },
1109
1110
  {
1111
+ "variant": "h3",
1110
1112
  "type": "typography",
1111
- "content": "Circuit Breaker",
1112
- "variant": "h3"
1113
+ "content": "Circuit Breaker"
1113
1114
  }
1114
1115
  ],
1115
- "align": "center",
1116
1116
  "type": "stack",
1117
+ "align": "center",
1117
1118
  "direction": "horizontal",
1118
1119
  "gap": "md"
1119
1120
  },
1120
1121
  {
1121
- "pulse": true,
1122
- "status": "critical",
1123
1122
  "type": "status-dot",
1123
+ "status": "critical",
1124
+ "pulse": true,
1124
1125
  "label": "Circuit Open"
1125
1126
  }
1126
- ],
1127
- "justify": "between",
1128
- "gap": "md",
1129
- "direction": "horizontal",
1130
- "align": "center"
1127
+ ]
1131
1128
  },
1132
1129
  {
1133
- "variant": "error",
1130
+ "type": "alert",
1134
1131
  "message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
1135
- "type": "alert"
1132
+ "variant": "error"
1136
1133
  },
1137
1134
  {
1138
- "cols": 2.0,
1139
1135
  "type": "simple-grid",
1136
+ "cols": 2.0,
1140
1137
  "children": [
1141
1138
  {
1142
1139
  "value": "@entity.failureCount",
@@ -1144,26 +1141,29 @@
1144
1141
  "type": "stat-display"
1145
1142
  },
1146
1143
  {
1144
+ "type": "stat-display",
1147
1145
  "label": "Successes",
1148
- "value": "@entity.successCount",
1149
- "type": "stat-display"
1146
+ "value": "@entity.successCount"
1150
1147
  }
1151
1148
  ]
1152
1149
  },
1153
1150
  {
1154
- "min": 0.0,
1155
1151
  "value": "@entity.failureCount",
1156
1152
  "type": "meter",
1157
- "max": "@entity.threshold"
1153
+ "max": "@entity.threshold",
1154
+ "min": 0.0
1158
1155
  },
1159
1156
  {
1160
- "variant": "ghost",
1157
+ "label": "Reset",
1161
1158
  "action": "RESET",
1162
1159
  "icon": "rotate-ccw",
1163
- "label": "Reset",
1164
- "type": "button"
1160
+ "type": "button",
1161
+ "variant": "ghost"
1165
1162
  }
1166
- ]
1163
+ ],
1164
+ "gap": "lg",
1165
+ "type": "stack",
1166
+ "direction": "vertical"
1167
1167
  }
1168
1168
  ]
1169
1169
  ]
@@ -1177,69 +1177,69 @@
1177
1177
  "render-ui",
1178
1178
  "main",
1179
1179
  {
1180
+ "direction": "vertical",
1181
+ "type": "stack",
1180
1182
  "children": [
1181
1183
  {
1184
+ "type": "stack",
1185
+ "direction": "horizontal",
1186
+ "align": "center",
1187
+ "gap": "md",
1188
+ "justify": "between",
1182
1189
  "children": [
1183
1190
  {
1184
1191
  "type": "stack",
1185
- "gap": "md",
1186
1192
  "children": [
1187
1193
  {
1188
1194
  "type": "icon",
1189
1195
  "name": "shield-check"
1190
1196
  },
1191
1197
  {
1192
- "type": "typography",
1193
1198
  "content": "Circuit Breaker",
1199
+ "type": "typography",
1194
1200
  "variant": "h3"
1195
1201
  }
1196
1202
  ],
1203
+ "direction": "horizontal",
1197
1204
  "align": "center",
1198
- "direction": "horizontal"
1205
+ "gap": "md"
1199
1206
  },
1200
1207
  {
1201
- "label": "Circuit Closed",
1202
1208
  "type": "status-dot",
1203
- "status": "online",
1204
- "pulse": false
1209
+ "pulse": false,
1210
+ "label": "Circuit Closed",
1211
+ "status": "online"
1205
1212
  }
1206
- ],
1207
- "gap": "md",
1208
- "justify": "between",
1209
- "direction": "horizontal",
1210
- "type": "stack",
1211
- "align": "center"
1213
+ ]
1212
1214
  },
1213
1215
  {
1214
- "variant": "success",
1215
1216
  "message": "All requests are being processed.",
1216
- "type": "alert"
1217
+ "type": "alert",
1218
+ "variant": "success"
1217
1219
  },
1218
1220
  {
1219
- "cols": 2.0,
1220
1221
  "type": "simple-grid",
1222
+ "cols": 2.0,
1221
1223
  "children": [
1222
1224
  {
1223
- "value": "@entity.failureCount",
1224
1225
  "type": "stat-display",
1225
- "label": "Failures"
1226
+ "label": "Failures",
1227
+ "value": "@entity.failureCount"
1226
1228
  },
1227
1229
  {
1228
- "value": "@entity.successCount",
1229
1230
  "label": "Successes",
1230
- "type": "stat-display"
1231
+ "type": "stat-display",
1232
+ "value": "@entity.successCount"
1231
1233
  }
1232
1234
  ]
1233
1235
  },
1234
1236
  {
1235
- "min": 0.0,
1236
- "type": "meter",
1237
1237
  "value": "@entity.failureCount",
1238
- "max": "@entity.threshold"
1238
+ "type": "meter",
1239
+ "max": "@entity.threshold",
1240
+ "min": 0.0
1239
1241
  }
1240
1242
  ],
1241
- "type": "stack",
1242
- "direction": "vertical",
1243
1243
  "gap": "lg"
1244
1244
  }
1245
1245
  ]
@@ -1254,17 +1254,13 @@
1254
1254
  "render-ui",
1255
1255
  "main",
1256
1256
  {
1257
- "direction": "vertical",
1258
- "gap": "lg",
1259
- "type": "stack",
1260
1257
  "children": [
1261
1258
  {
1262
- "align": "center",
1263
- "justify": "between",
1264
1259
  "children": [
1265
1260
  {
1266
- "direction": "horizontal",
1261
+ "type": "stack",
1267
1262
  "align": "center",
1263
+ "direction": "horizontal",
1268
1264
  "children": [
1269
1265
  {
1270
1266
  "type": "icon",
@@ -1272,36 +1268,36 @@
1272
1268
  },
1273
1269
  {
1274
1270
  "content": "Circuit Breaker",
1275
- "variant": "h3",
1276
- "type": "typography"
1271
+ "type": "typography",
1272
+ "variant": "h3"
1277
1273
  }
1278
1274
  ],
1279
- "gap": "md",
1280
- "type": "stack"
1275
+ "gap": "md"
1281
1276
  },
1282
1277
  {
1283
- "status": "warning",
1284
- "type": "status-dot",
1278
+ "pulse": true,
1285
1279
  "label": "Half-Open",
1286
- "pulse": true
1280
+ "status": "warning",
1281
+ "type": "status-dot"
1287
1282
  }
1288
1283
  ],
1289
- "gap": "md",
1290
1284
  "type": "stack",
1291
- "direction": "horizontal"
1285
+ "justify": "between",
1286
+ "gap": "md",
1287
+ "direction": "horizontal",
1288
+ "align": "center"
1292
1289
  },
1293
1290
  {
1294
- "variant": "warning",
1295
1291
  "message": "Testing recovery. Limited requests are being allowed through.",
1296
- "type": "alert"
1292
+ "type": "alert",
1293
+ "variant": "warning"
1297
1294
  },
1298
1295
  {
1299
- "cols": 2.0,
1300
1296
  "children": [
1301
1297
  {
1302
- "type": "stat-display",
1303
1298
  "label": "Failures",
1304
- "value": "@entity.failureCount"
1299
+ "value": "@entity.failureCount",
1300
+ "type": "stat-display"
1305
1301
  },
1306
1302
  {
1307
1303
  "type": "stat-display",
@@ -1309,9 +1305,13 @@
1309
1305
  "value": "@entity.successCount"
1310
1306
  }
1311
1307
  ],
1312
- "type": "simple-grid"
1308
+ "type": "simple-grid",
1309
+ "cols": 2.0
1313
1310
  }
1314
- ]
1311
+ ],
1312
+ "type": "stack",
1313
+ "gap": "lg",
1314
+ "direction": "vertical"
1315
1315
  }
1316
1316
  ]
1317
1317
  ]
@@ -1325,49 +1325,45 @@
1325
1325
  "render-ui",
1326
1326
  "main",
1327
1327
  {
1328
- "direction": "vertical",
1329
- "type": "stack",
1330
- "gap": "lg",
1331
1328
  "children": [
1332
1329
  {
1330
+ "gap": "md",
1331
+ "direction": "horizontal",
1332
+ "justify": "between",
1333
+ "align": "center",
1333
1334
  "children": [
1334
1335
  {
1335
- "type": "stack",
1336
1336
  "direction": "horizontal",
1337
- "gap": "md",
1337
+ "type": "stack",
1338
+ "align": "center",
1338
1339
  "children": [
1339
1340
  {
1340
- "name": "shield-check",
1341
- "type": "icon"
1341
+ "type": "icon",
1342
+ "name": "shield-check"
1342
1343
  },
1343
1344
  {
1344
- "variant": "h3",
1345
1345
  "type": "typography",
1346
+ "variant": "h3",
1346
1347
  "content": "Circuit Breaker"
1347
1348
  }
1348
1349
  ],
1349
- "align": "center"
1350
+ "gap": "md"
1350
1351
  },
1351
1352
  {
1352
- "status": "online",
1353
1353
  "type": "status-dot",
1354
1354
  "label": "Circuit Closed",
1355
+ "status": "online",
1355
1356
  "pulse": false
1356
1357
  }
1357
1358
  ],
1358
- "direction": "horizontal",
1359
- "type": "stack",
1360
- "align": "center",
1361
- "gap": "md",
1362
- "justify": "between"
1359
+ "type": "stack"
1363
1360
  },
1364
1361
  {
1362
+ "type": "alert",
1365
1363
  "message": "All requests are being processed.",
1366
- "variant": "success",
1367
- "type": "alert"
1364
+ "variant": "success"
1368
1365
  },
1369
1366
  {
1370
- "type": "simple-grid",
1371
1367
  "cols": 2.0,
1372
1368
  "children": [
1373
1369
  {
@@ -1376,19 +1372,23 @@
1376
1372
  "type": "stat-display"
1377
1373
  },
1378
1374
  {
1379
- "type": "stat-display",
1375
+ "label": "Successes",
1380
1376
  "value": "@entity.successCount",
1381
- "label": "Successes"
1377
+ "type": "stat-display"
1382
1378
  }
1383
- ]
1379
+ ],
1380
+ "type": "simple-grid"
1384
1381
  },
1385
1382
  {
1386
- "max": "@entity.threshold",
1383
+ "value": "@entity.failureCount",
1387
1384
  "type": "meter",
1388
1385
  "min": 0.0,
1389
- "value": "@entity.failureCount"
1386
+ "max": "@entity.threshold"
1390
1387
  }
1391
- ]
1388
+ ],
1389
+ "direction": "vertical",
1390
+ "gap": "lg",
1391
+ "type": "stack"
1392
1392
  }
1393
1393
  ]
1394
1394
  ]
@@ -1403,16 +1403,13 @@
1403
1403
  "main",
1404
1404
  {
1405
1405
  "gap": "lg",
1406
- "direction": "vertical",
1406
+ "type": "stack",
1407
1407
  "children": [
1408
1408
  {
1409
- "type": "stack",
1410
- "direction": "horizontal",
1411
- "align": "center",
1412
1409
  "children": [
1413
1410
  {
1414
1411
  "direction": "horizontal",
1415
- "align": "center",
1412
+ "type": "stack",
1416
1413
  "children": [
1417
1414
  {
1418
1415
  "type": "icon",
@@ -1420,33 +1417,37 @@
1420
1417
  },
1421
1418
  {
1422
1419
  "content": "Circuit Breaker",
1423
- "variant": "h3",
1424
- "type": "typography"
1420
+ "type": "typography",
1421
+ "variant": "h3"
1425
1422
  }
1426
1423
  ],
1427
1424
  "gap": "md",
1428
- "type": "stack"
1425
+ "align": "center"
1429
1426
  },
1430
1427
  {
1431
- "type": "status-dot",
1432
- "pulse": false,
1433
1428
  "label": "Circuit Closed",
1434
- "status": "online"
1429
+ "status": "online",
1430
+ "type": "status-dot",
1431
+ "pulse": false
1435
1432
  }
1436
1433
  ],
1434
+ "align": "center",
1437
1435
  "justify": "between",
1438
- "gap": "md"
1436
+ "type": "stack",
1437
+ "gap": "md",
1438
+ "direction": "horizontal"
1439
1439
  },
1440
1440
  {
1441
+ "type": "alert",
1441
1442
  "variant": "success",
1442
- "message": "All requests are being processed.",
1443
- "type": "alert"
1443
+ "message": "All requests are being processed."
1444
1444
  },
1445
1445
  {
1446
+ "cols": 2.0,
1446
1447
  "children": [
1447
1448
  {
1448
- "label": "Failures",
1449
1449
  "type": "stat-display",
1450
+ "label": "Failures",
1450
1451
  "value": "@entity.failureCount"
1451
1452
  },
1452
1453
  {
@@ -1455,17 +1456,16 @@
1455
1456
  "value": "@entity.successCount"
1456
1457
  }
1457
1458
  ],
1458
- "type": "simple-grid",
1459
- "cols": 2.0
1459
+ "type": "simple-grid"
1460
1460
  },
1461
1461
  {
1462
1462
  "max": "@entity.threshold",
1463
- "value": "@entity.failureCount",
1463
+ "min": 0.0,
1464
1464
  "type": "meter",
1465
- "min": 0.0
1465
+ "value": "@entity.failureCount"
1466
1466
  }
1467
1467
  ],
1468
- "type": "stack"
1468
+ "direction": "vertical"
1469
1469
  }
1470
1470
  ]
1471
1471
  ]
@@ -1480,76 +1480,76 @@
1480
1480
  "main",
1481
1481
  {
1482
1482
  "type": "stack",
1483
- "direction": "vertical",
1484
- "gap": "lg",
1485
1483
  "children": [
1486
1484
  {
1487
- "type": "stack",
1488
1485
  "gap": "md",
1486
+ "justify": "between",
1489
1487
  "direction": "horizontal",
1490
1488
  "align": "center",
1491
- "justify": "between",
1489
+ "type": "stack",
1492
1490
  "children": [
1493
1491
  {
1492
+ "type": "stack",
1493
+ "direction": "horizontal",
1494
+ "align": "center",
1495
+ "gap": "md",
1494
1496
  "children": [
1495
1497
  {
1496
- "name": "alert-triangle",
1497
- "type": "icon"
1498
+ "type": "icon",
1499
+ "name": "alert-triangle"
1498
1500
  },
1499
1501
  {
1500
- "type": "typography",
1502
+ "variant": "h3",
1501
1503
  "content": "Circuit Breaker",
1502
- "variant": "h3"
1504
+ "type": "typography"
1503
1505
  }
1504
- ],
1505
- "type": "stack",
1506
- "gap": "md",
1507
- "direction": "horizontal",
1508
- "align": "center"
1506
+ ]
1509
1507
  },
1510
1508
  {
1511
- "pulse": true,
1512
- "status": "critical",
1513
1509
  "label": "Circuit Open",
1514
- "type": "status-dot"
1510
+ "type": "status-dot",
1511
+ "pulse": true,
1512
+ "status": "critical"
1515
1513
  }
1516
1514
  ]
1517
1515
  },
1518
1516
  {
1519
- "variant": "error",
1517
+ "message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
1520
1518
  "type": "alert",
1521
- "message": "Circuit is open. Requests are being rejected to prevent cascading failures."
1519
+ "variant": "error"
1522
1520
  },
1523
1521
  {
1524
- "cols": 2.0,
1522
+ "type": "simple-grid",
1525
1523
  "children": [
1526
1524
  {
1527
- "label": "Failures",
1525
+ "type": "stat-display",
1528
1526
  "value": "@entity.failureCount",
1529
- "type": "stat-display"
1527
+ "label": "Failures"
1530
1528
  },
1531
1529
  {
1532
- "label": "Successes",
1533
1530
  "type": "stat-display",
1531
+ "label": "Successes",
1534
1532
  "value": "@entity.successCount"
1535
1533
  }
1536
1534
  ],
1537
- "type": "simple-grid"
1535
+ "cols": 2.0
1538
1536
  },
1539
1537
  {
1540
1538
  "type": "meter",
1541
- "value": "@entity.failureCount",
1542
1539
  "max": "@entity.threshold",
1543
- "min": 0.0
1540
+ "min": 0.0,
1541
+ "value": "@entity.failureCount"
1544
1542
  },
1545
1543
  {
1546
- "variant": "ghost",
1547
1544
  "type": "button",
1548
- "action": "RESET",
1549
1545
  "label": "Reset",
1550
- "icon": "rotate-ccw"
1546
+ "variant": "ghost",
1547
+ "icon": "rotate-ccw",
1548
+ "action": "RESET"
1551
1549
  }
1552
- ]
1550
+ ],
1551
+ "gap": "lg",
1552
+ "direction": "vertical"
1553
1553
  }
1554
1554
  ]
1555
1555
  ]
@@ -1565,68 +1565,68 @@
1565
1565
  {
1566
1566
  "type": "stack",
1567
1567
  "direction": "vertical",
1568
- "gap": "lg",
1569
1568
  "children": [
1570
1569
  {
1571
- "align": "center",
1572
- "justify": "between",
1573
1570
  "gap": "md",
1571
+ "justify": "between",
1572
+ "direction": "horizontal",
1574
1573
  "children": [
1575
1574
  {
1576
1575
  "type": "stack",
1576
+ "direction": "horizontal",
1577
1577
  "gap": "md",
1578
1578
  "children": [
1579
1579
  {
1580
- "type": "icon",
1581
- "name": "shield-check"
1580
+ "name": "shield-check",
1581
+ "type": "icon"
1582
1582
  },
1583
1583
  {
1584
- "type": "typography",
1585
1584
  "content": "Circuit Breaker",
1586
- "variant": "h3"
1585
+ "variant": "h3",
1586
+ "type": "typography"
1587
1587
  }
1588
1588
  ],
1589
- "align": "center",
1590
- "direction": "horizontal"
1589
+ "align": "center"
1591
1590
  },
1592
1591
  {
1593
- "status": "online",
1594
- "pulse": false,
1595
1592
  "type": "status-dot",
1596
- "label": "Circuit Closed"
1593
+ "label": "Circuit Closed",
1594
+ "status": "online",
1595
+ "pulse": false
1597
1596
  }
1598
1597
  ],
1599
1598
  "type": "stack",
1600
- "direction": "horizontal"
1599
+ "align": "center"
1601
1600
  },
1602
1601
  {
1603
- "variant": "success",
1602
+ "type": "alert",
1604
1603
  "message": "All requests are being processed.",
1605
- "type": "alert"
1604
+ "variant": "success"
1606
1605
  },
1607
1606
  {
1608
1607
  "type": "simple-grid",
1609
1608
  "cols": 2.0,
1610
1609
  "children": [
1611
1610
  {
1612
- "label": "Failures",
1613
1611
  "type": "stat-display",
1614
- "value": "@entity.failureCount"
1612
+ "value": "@entity.failureCount",
1613
+ "label": "Failures"
1615
1614
  },
1616
1615
  {
1617
1616
  "type": "stat-display",
1618
- "label": "Successes",
1619
- "value": "@entity.successCount"
1617
+ "value": "@entity.successCount",
1618
+ "label": "Successes"
1620
1619
  }
1621
1620
  ]
1622
1621
  },
1623
1622
  {
1624
- "max": "@entity.threshold",
1625
- "min": 0.0,
1626
1623
  "type": "meter",
1627
- "value": "@entity.failureCount"
1624
+ "min": 0.0,
1625
+ "value": "@entity.failureCount",
1626
+ "max": "@entity.threshold"
1628
1627
  }
1629
- ]
1628
+ ],
1629
+ "gap": "lg"
1630
1630
  }
1631
1631
  ]
1632
1632
  ]
@@ -1755,37 +1755,37 @@
1755
1755
  "name": "AlertMetricAppLayout",
1756
1756
  "linkedEntity": "AlertMetric",
1757
1757
  "config": {
1758
+ "notifications": [],
1759
+ "notificationClickEvent": "ALERT_NOTIFICATIONS_OPEN",
1760
+ "contentTrait": "@trait.AlertCatalog",
1761
+ "appName": "DevOps Dashboard",
1758
1762
  "navItems": [
1759
1763
  {
1760
- "label": "Services",
1761
1764
  "icon": "server",
1765
+ "label": "Services",
1762
1766
  "href": "/services"
1763
1767
  },
1764
1768
  {
1769
+ "href": "/alerts",
1765
1770
  "label": "Alerts",
1766
- "icon": "bell",
1767
- "href": "/alerts"
1771
+ "icon": "bell"
1768
1772
  },
1769
1773
  {
1770
- "label": "Logs",
1771
1774
  "href": "/logs",
1772
- "icon": "terminal"
1775
+ "icon": "terminal",
1776
+ "label": "Logs"
1773
1777
  },
1774
1778
  {
1775
1779
  "href": "/metrics",
1776
- "label": "Metrics",
1777
- "icon": "layout-list"
1780
+ "icon": "layout-list",
1781
+ "label": "Metrics"
1778
1782
  }
1779
1783
  ],
1780
- "appName": "DevOps Dashboard",
1781
- "notifications": [],
1782
- "notificationClickEvent": "ALERT_NOTIFICATIONS_OPEN",
1783
- "searchEvent": "ALERT_SEARCH",
1784
- "contentTrait": "@trait.AlertCatalog"
1784
+ "searchEvent": "ALERT_SEARCH"
1785
1785
  },
1786
1786
  "events": {
1787
- "SEARCH": "ALERT_SEARCH",
1788
- "NOTIFY_CLICK": "ALERT_NOTIFICATIONS_OPEN"
1787
+ "NOTIFY_CLICK": "ALERT_NOTIFICATIONS_OPEN",
1788
+ "SEARCH": "ALERT_SEARCH"
1789
1789
  }
1790
1790
  },
1791
1791
  {
@@ -1830,55 +1830,55 @@
1830
1830
  "render-ui",
1831
1831
  "main",
1832
1832
  {
1833
- "gap": "lg",
1833
+ "type": "stack",
1834
1834
  "direction": "vertical",
1835
+ "gap": "lg",
1835
1836
  "children": [
1836
1837
  {
1837
- "align": "center",
1838
+ "direction": "horizontal",
1839
+ "gap": "md",
1838
1840
  "type": "stack",
1841
+ "justify": "between",
1842
+ "align": "center",
1839
1843
  "children": [
1840
1844
  {
1841
- "align": "center",
1842
- "direction": "horizontal",
1843
1845
  "type": "stack",
1846
+ "direction": "horizontal",
1844
1847
  "gap": "sm",
1848
+ "align": "center",
1845
1849
  "children": [
1846
1850
  {
1847
- "type": "icon",
1848
- "name": "bell"
1851
+ "name": "bell",
1852
+ "type": "icon"
1849
1853
  },
1850
1854
  {
1855
+ "variant": "h2",
1851
1856
  "type": "typography",
1852
- "content": "Alerts",
1853
- "variant": "h2"
1857
+ "content": "Alerts"
1854
1858
  }
1855
1859
  ]
1856
1860
  },
1857
1861
  {
1862
+ "type": "stack",
1863
+ "gap": "sm",
1864
+ "direction": "horizontal",
1858
1865
  "children": [
1859
1866
  {
1860
- "variant": "primary",
1861
- "type": "button",
1862
1867
  "label": "New Alert",
1868
+ "icon": "plus",
1863
1869
  "action": "CREATE",
1864
- "icon": "plus"
1870
+ "type": "button",
1871
+ "variant": "primary"
1865
1872
  }
1866
- ],
1867
- "direction": "horizontal",
1868
- "type": "stack",
1869
- "gap": "sm"
1873
+ ]
1870
1874
  }
1871
- ],
1872
- "direction": "horizontal",
1873
- "gap": "md",
1874
- "justify": "between"
1875
+ ]
1875
1876
  },
1876
1877
  {
1877
1878
  "type": "divider"
1878
1879
  },
1879
1880
  "@trait.AlertBrowseList"
1880
- ],
1881
- "type": "stack"
1881
+ ]
1882
1882
  }
1883
1883
  ]
1884
1884
  ]
@@ -1892,27 +1892,12 @@
1892
1892
  "name": "AlertBrowseList",
1893
1893
  "linkedEntity": "AlertMetric",
1894
1894
  "config": {
1895
- "itemActions": [
1896
- {
1897
- "label": "View",
1898
- "variant": "ghost",
1899
- "event": "VIEW"
1900
- },
1901
- {
1902
- "event": "EDIT",
1903
- "label": "Edit",
1904
- "variant": "ghost"
1905
- },
1906
- {
1907
- "variant": "danger",
1908
- "label": "Delete",
1909
- "event": "DELETE"
1910
- }
1911
- ],
1895
+ "cols": 1.0,
1896
+ "gap": "sm",
1912
1897
  "fields": [
1913
1898
  {
1914
- "variant": "badge",
1915
- "name": "severity"
1899
+ "name": "severity",
1900
+ "variant": "badge"
1916
1901
  },
1917
1902
  {
1918
1903
  "icon": "alert-triangle",
@@ -1924,13 +1909,28 @@
1924
1909
  "name": "source"
1925
1910
  },
1926
1911
  {
1927
- "format": "date",
1928
1912
  "name": "timestamp",
1929
- "variant": "caption"
1913
+ "variant": "caption",
1914
+ "format": "date"
1930
1915
  }
1931
1916
  ],
1932
- "cols": 1.0,
1933
- "gap": "sm"
1917
+ "itemActions": [
1918
+ {
1919
+ "label": "View",
1920
+ "event": "VIEW",
1921
+ "variant": "ghost"
1922
+ },
1923
+ {
1924
+ "label": "Edit",
1925
+ "variant": "ghost",
1926
+ "event": "EDIT"
1927
+ },
1928
+ {
1929
+ "label": "Delete",
1930
+ "event": "DELETE",
1931
+ "variant": "danger"
1932
+ }
1933
+ ]
1934
1934
  },
1935
1935
  "listens": [
1936
1936
  {
@@ -1964,15 +1964,15 @@
1964
1964
  "name": "AlertCreate",
1965
1965
  "linkedEntity": "AlertMetric",
1966
1966
  "config": {
1967
+ "title": "New Alert",
1967
1968
  "fields": [
1968
1969
  "severity",
1969
1970
  "message",
1970
1971
  "source",
1971
1972
  "timestamp"
1972
1973
  ],
1973
- "title": "New Alert",
1974
- "mode": "create",
1975
- "icon": "plus-circle"
1974
+ "icon": "plus-circle",
1975
+ "mode": "create"
1976
1976
  },
1977
1977
  "events": {
1978
1978
  "OPEN": "CREATE"
@@ -1993,14 +1993,14 @@
1993
1993
  "name": "AlertEdit",
1994
1994
  "linkedEntity": "AlertMetric",
1995
1995
  "config": {
1996
+ "mode": "edit",
1997
+ "icon": "edit",
1996
1998
  "fields": [
1997
1999
  "severity",
1998
2000
  "message",
1999
2001
  "source",
2000
2002
  "timestamp"
2001
2003
  ],
2002
- "mode": "edit",
2003
- "icon": "edit",
2004
2004
  "title": "Edit Alert"
2005
2005
  },
2006
2006
  "events": {
@@ -2023,14 +2023,14 @@
2023
2023
  "linkedEntity": "AlertMetric",
2024
2024
  "config": {
2025
2025
  "title": "View Alert",
2026
- "icon": "eye",
2027
2026
  "mode": "edit",
2028
2027
  "fields": [
2029
2028
  "severity",
2030
2029
  "message",
2031
2030
  "source",
2032
2031
  "timestamp"
2033
- ]
2032
+ ],
2033
+ "icon": "eye"
2034
2034
  },
2035
2035
  "events": {
2036
2036
  "OPEN": "VIEW"
@@ -2051,14 +2051,14 @@
2051
2051
  "name": "AlertDelete",
2052
2052
  "linkedEntity": "AlertMetric",
2053
2053
  "config": {
2054
- "confirmLabel": "Delete",
2055
- "icon": "alert-triangle",
2054
+ "title": "Delete Alert",
2056
2055
  "alertMessage": "This action cannot be undone.",
2057
- "title": "Delete Alert"
2056
+ "icon": "alert-triangle",
2057
+ "confirmLabel": "Delete"
2058
2058
  },
2059
2059
  "events": {
2060
- "REQUEST": "DELETE",
2061
- "CONFIRM": "CONFIRM_DELETE"
2060
+ "CONFIRM": "CONFIRM_DELETE",
2061
+ "REQUEST": "DELETE"
2062
2062
  },
2063
2063
  "listens": [
2064
2064
  {
@@ -2328,10 +2328,10 @@
2328
2328
  "email",
2329
2329
  "send",
2330
2330
  {
2331
- "subject": "@payload.subject",
2332
- "body": "@payload.body",
2331
+ "recipient": "@payload.recipient",
2333
2332
  "sender": "alerts@example.com",
2334
- "recipient": "@payload.recipient"
2333
+ "subject": "@payload.subject",
2334
+ "body": "@payload.body"
2335
2335
  }
2336
2336
  ]
2337
2337
  ]
@@ -2432,17 +2432,18 @@
2432
2432
  "name": "LogEntryAppLayout",
2433
2433
  "linkedEntity": "LogEntry",
2434
2434
  "config": {
2435
- "notifications": [],
2435
+ "appName": "DevOps Dashboard",
2436
+ "contentTrait": "@trait.LogCatalog",
2436
2437
  "navItems": [
2437
2438
  {
2438
- "label": "Services",
2439
2439
  "href": "/services",
2440
+ "label": "Services",
2440
2441
  "icon": "server"
2441
2442
  },
2442
2443
  {
2443
- "href": "/alerts",
2444
+ "label": "Alerts",
2444
2445
  "icon": "bell",
2445
- "label": "Alerts"
2446
+ "href": "/alerts"
2446
2447
  },
2447
2448
  {
2448
2449
  "label": "Logs",
@@ -2455,10 +2456,9 @@
2455
2456
  "href": "/metrics"
2456
2457
  }
2457
2458
  ],
2458
- "appName": "DevOps Dashboard",
2459
- "searchEvent": "LOG_SEARCH",
2459
+ "notifications": [],
2460
2460
  "notificationClickEvent": "LOG_NOTIFICATIONS_OPEN",
2461
- "contentTrait": "@trait.LogCatalog"
2461
+ "searchEvent": "LOG_SEARCH"
2462
2462
  },
2463
2463
  "events": {
2464
2464
  "SEARCH": "LOG_SEARCH",
@@ -2493,29 +2493,29 @@
2493
2493
  {
2494
2494
  "children": [
2495
2495
  {
2496
+ "type": "stack",
2497
+ "justify": "between",
2496
2498
  "children": [
2497
2499
  {
2498
- "gap": "sm",
2499
2500
  "align": "center",
2500
- "type": "stack",
2501
- "direction": "horizontal",
2502
2501
  "children": [
2503
2502
  {
2504
- "name": "terminal",
2505
- "type": "icon"
2503
+ "type": "icon",
2504
+ "name": "terminal"
2506
2505
  },
2507
2506
  {
2508
2507
  "type": "typography",
2509
2508
  "variant": "h2",
2510
2509
  "content": "Logs"
2511
2510
  }
2512
- ]
2511
+ ],
2512
+ "direction": "horizontal",
2513
+ "type": "stack",
2514
+ "gap": "sm"
2513
2515
  }
2514
2516
  ],
2515
- "justify": "between",
2516
- "gap": "md",
2517
- "type": "stack",
2518
2517
  "direction": "horizontal",
2518
+ "gap": "md",
2519
2519
  "align": "center"
2520
2520
  },
2521
2521
  {
@@ -2523,9 +2523,9 @@
2523
2523
  },
2524
2524
  "@trait.LogBrowseList"
2525
2525
  ],
2526
- "gap": "lg",
2527
2526
  "direction": "vertical",
2528
- "type": "stack"
2527
+ "type": "stack",
2528
+ "gap": "lg"
2529
2529
  }
2530
2530
  ]
2531
2531
  ]
@@ -2539,7 +2539,7 @@
2539
2539
  "name": "LogBrowseList",
2540
2540
  "linkedEntity": "LogEntry",
2541
2541
  "config": {
2542
- "cols": 1.0,
2542
+ "variant": "dense",
2543
2543
  "gap": "sm",
2544
2544
  "fields": [
2545
2545
  {
@@ -2547,9 +2547,9 @@
2547
2547
  "name": "level"
2548
2548
  },
2549
2549
  {
2550
- "icon": "file-text",
2550
+ "variant": "body",
2551
2551
  "name": "message",
2552
- "variant": "body"
2552
+ "icon": "file-text"
2553
2553
  },
2554
2554
  {
2555
2555
  "name": "service",
@@ -2561,7 +2561,7 @@
2561
2561
  "name": "timestamp"
2562
2562
  }
2563
2563
  ],
2564
- "variant": "dense"
2564
+ "cols": 1.0
2565
2565
  }
2566
2566
  }
2567
2567
  ],
@@ -2639,36 +2639,36 @@
2639
2639
  "linkedEntity": "SystemMetric",
2640
2640
  "config": {
2641
2641
  "appName": "DevOps Dashboard",
2642
- "searchEvent": "SYSTEM_METRIC_SEARCH",
2643
- "contentTrait": "@trait.SystemMetricDisplay",
2644
- "notificationClickEvent": "SYSTEM_METRIC_NOTIFICATIONS_OPEN",
2645
2642
  "notifications": [],
2643
+ "notificationClickEvent": "SYSTEM_METRIC_NOTIFICATIONS_OPEN",
2646
2644
  "navItems": [
2647
2645
  {
2648
- "label": "Services",
2649
2646
  "href": "/services",
2650
- "icon": "server"
2647
+ "icon": "server",
2648
+ "label": "Services"
2651
2649
  },
2652
2650
  {
2653
- "icon": "bell",
2651
+ "href": "/alerts",
2654
2652
  "label": "Alerts",
2655
- "href": "/alerts"
2653
+ "icon": "bell"
2656
2654
  },
2657
2655
  {
2658
- "label": "Logs",
2656
+ "icon": "terminal",
2659
2657
  "href": "/logs",
2660
- "icon": "terminal"
2658
+ "label": "Logs"
2661
2659
  },
2662
2660
  {
2663
- "href": "/metrics",
2664
2661
  "icon": "layout-list",
2665
- "label": "Metrics"
2662
+ "label": "Metrics",
2663
+ "href": "/metrics"
2666
2664
  }
2667
- ]
2665
+ ],
2666
+ "searchEvent": "SYSTEM_METRIC_SEARCH",
2667
+ "contentTrait": "@trait.SystemMetricDisplay"
2668
2668
  },
2669
2669
  "events": {
2670
- "SEARCH": "SYSTEM_METRIC_SEARCH",
2671
- "NOTIFY_CLICK": "SYSTEM_METRIC_NOTIFICATIONS_OPEN"
2670
+ "NOTIFY_CLICK": "SYSTEM_METRIC_NOTIFICATIONS_OPEN",
2671
+ "SEARCH": "SYSTEM_METRIC_SEARCH"
2672
2672
  }
2673
2673
  },
2674
2674
  {
@@ -2676,18 +2676,19 @@
2676
2676
  "name": "SystemMetricsBrowse",
2677
2677
  "linkedEntity": "SystemMetric",
2678
2678
  "config": {
2679
+ "pageSize": 100.0,
2679
2680
  "displayPageSize": 10.0,
2680
2681
  "fields": [
2681
2682
  {
2682
2683
  "name": "name",
2683
- "label": "Metric",
2684
- "variant": "h4"
2684
+ "variant": "h4",
2685
+ "label": "Metric"
2685
2686
  },
2686
2687
  {
2687
- "format": "number",
2688
- "variant": "h3",
2689
2688
  "name": "value",
2690
- "label": "Value"
2689
+ "variant": "h3",
2690
+ "label": "Value",
2691
+ "format": "number"
2691
2692
  },
2692
2693
  {
2693
2694
  "name": "unit",
@@ -2695,12 +2696,11 @@
2695
2696
  "variant": "caption"
2696
2697
  },
2697
2698
  {
2698
- "name": "trend",
2699
2699
  "variant": "badge",
2700
+ "name": "trend",
2700
2701
  "label": "Trend"
2701
2702
  }
2702
- ],
2703
- "pageSize": 100.0
2703
+ ]
2704
2704
  }
2705
2705
  },
2706
2706
  {
@@ -2729,14 +2729,8 @@
2729
2729
  "render-ui",
2730
2730
  "main",
2731
2731
  {
2732
- "direction": "vertical",
2733
- "className": "max-w-6xl mx-auto w-full p-4",
2734
2732
  "children": [
2735
2733
  {
2736
- "type": "stack",
2737
- "gap": "sm",
2738
- "direction": "horizontal",
2739
- "align": "center",
2740
2734
  "children": [
2741
2735
  {
2742
2736
  "type": "icon",
@@ -2747,20 +2741,26 @@
2747
2741
  "content": "System Metrics",
2748
2742
  "variant": "h2"
2749
2743
  }
2750
- ]
2744
+ ],
2745
+ "direction": "horizontal",
2746
+ "gap": "sm",
2747
+ "align": "center",
2748
+ "type": "stack"
2751
2749
  },
2752
2750
  {
2753
2751
  "type": "divider"
2754
2752
  },
2755
2753
  {
2756
- "type": "typography",
2757
2754
  "variant": "h3",
2758
- "content": "Recent"
2755
+ "content": "Recent",
2756
+ "type": "typography"
2759
2757
  },
2760
2758
  "@trait.SystemMetricsBrowse"
2761
2759
  ],
2762
- "gap": "lg",
2763
- "type": "stack"
2760
+ "className": "max-w-6xl mx-auto w-full p-4",
2761
+ "type": "stack",
2762
+ "direction": "vertical",
2763
+ "gap": "lg"
2764
2764
  }
2765
2765
  ]
2766
2766
  ]