@almadar/std 14.24.0 → 14.25.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 (411) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
  25. package/behaviors/registry/app/atoms/std-applicant.orb +43 -43
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
  30. package/behaviors/registry/app/atoms/std-checkin.orb +57 -57
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
  33. package/behaviors/registry/app/atoms/std-class-session.orb +104 -47
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
  37. package/behaviors/registry/app/atoms/std-donor.orb +107 -34
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +98 -86
  40. package/behaviors/registry/app/atoms/std-dunning.orb +181 -45
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +285 -75
  44. package/behaviors/registry/app/atoms/std-help-article.orb +217 -75
  45. package/behaviors/registry/app/atoms/std-help-category.orb +129 -88
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
  47. package/behaviors/registry/app/atoms/std-invoice.orb +130 -112
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
  49. package/behaviors/registry/app/atoms/std-lease.orb +172 -44
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
  52. package/behaviors/registry/app/atoms/std-matter.orb +265 -46
  53. package/behaviors/registry/app/atoms/std-membership.orb +116 -58
  54. package/behaviors/registry/app/atoms/std-menu.orb +55 -55
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
  60. package/behaviors/registry/app/atoms/std-receipt.orb +42 -42
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
  66. package/behaviors/registry/app/atoms/std-rfi.orb +175 -120
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
  68. package/behaviors/registry/app/atoms/std-segment.orb +90 -39
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
  70. package/behaviors/registry/app/atoms/std-submittal.orb +245 -106
  71. package/behaviors/registry/app/atoms/std-table-map.orb +41 -41
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
  75. package/behaviors/registry/app/atoms/std-tenant.orb +88 -38
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
  79. package/behaviors/registry/app/atoms/std-trial.orb +137 -61
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
  83. package/behaviors/registry/app/atoms/std-work-order.orb +50 -50
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
  85. package/behaviors/registry/app/molecules/std-application.orb +137 -137
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
  87. package/behaviors/registry/app/molecules/std-cart.orb +51 -51
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
  92. package/behaviors/registry/app/organisms/std-accounting.orb +103 -103
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
  97. package/behaviors/registry/app/organisms/std-cms.orb +252 -252
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
  100. package/behaviors/registry/app/organisms/std-crm.orb +274 -274
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
  106. package/behaviors/registry/app/organisms/std-field-service.orb +171 -171
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
  110. package/behaviors/registry/app/organisms/std-forum.orb +142 -142
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
  114. package/behaviors/registry/app/organisms/std-inventory.orb +899 -97
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
  117. package/behaviors/registry/app/organisms/std-listings.orb +151 -151
  118. package/behaviors/registry/app/organisms/std-lms.orb +409 -409
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
  122. package/behaviors/registry/app/organisms/std-notes.orb +289 -78
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
  131. package/behaviors/registry/app/organisms/std-survey.orb +138 -138
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
  134. package/behaviors/registry/app/organisms/std-wiki.orb +130 -130
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +60 -60
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
  139. package/behaviors/registry/core/atoms/std-calendar.orb +53 -53
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
  142. package/behaviors/registry/core/atoms/std-display.orb +3 -3
  143. package/behaviors/registry/core/atoms/std-drawer.orb +13 -13
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
  145. package/behaviors/registry/core/atoms/std-file-store.orb +171 -36
  146. package/behaviors/registry/core/atoms/std-filter.orb +9 -9
  147. package/behaviors/registry/core/atoms/std-flag.orb +87 -87
  148. package/behaviors/registry/core/atoms/std-gallery.orb +44 -44
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
  150. package/behaviors/registry/core/atoms/std-graphs.orb +34 -34
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
  153. package/behaviors/registry/core/atoms/std-modal.orb +17 -17
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
  155. package/behaviors/registry/core/atoms/std-pagination.orb +12 -12
  156. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
  162. package/behaviors/registry/core/atoms/std-search.orb +5 -5
  163. package/behaviors/registry/core/atoms/std-selection.orb +106 -106
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
  165. package/behaviors/registry/core/atoms/std-stats.orb +140 -140
  166. package/behaviors/registry/core/atoms/std-tabs.orb +34 -34
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
  168. package/behaviors/registry/core/atoms/std-thread.orb +50 -50
  169. package/behaviors/registry/core/atoms/std-version-history.orb +70 -70
  170. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
  177. package/behaviors/registry/core/molecules/std-list.orb +55 -55
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
  183. package/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
  184. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
  185. package/behaviors/registry/game/atoms/std-overworld.orb +62 -62
  186. package/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
  187. package/behaviors/registry/game/atoms/std-quest.orb +122 -122
  188. package/behaviors/registry/game/atoms/std-timer.orb +292 -292
  189. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
  190. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
  191. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
  192. package/behaviors/registry/service/atoms/std-service-email.orb +60 -60
  193. package/behaviors/registry/service/atoms/std-service-github.orb +61 -61
  194. package/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
  195. package/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
  196. package/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
  197. package/behaviors/registry/service/atoms/std-service-print.orb +113 -113
  198. package/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
  199. package/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
  200. package/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
  201. package/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
  202. package/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
  203. package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
  204. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
  205. package/dist/behaviors/behaviors-registry.json +4 -684
  206. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
  207. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
  208. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
  209. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  210. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
  211. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
  212. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
  213. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
  214. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
  215. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
  216. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
  217. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
  218. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
  219. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
  220. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
  221. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
  222. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  223. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
  224. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
  225. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
  226. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
  227. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
  228. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
  229. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
  230. package/dist/behaviors/registry/app/atoms/std-applicant.orb +43 -43
  231. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
  232. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
  233. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  234. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
  235. package/dist/behaviors/registry/app/atoms/std-checkin.orb +57 -57
  236. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
  237. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
  238. package/dist/behaviors/registry/app/atoms/std-class-session.orb +104 -47
  239. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
  240. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
  241. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
  242. package/dist/behaviors/registry/app/atoms/std-donor.orb +107 -34
  243. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  244. package/dist/behaviors/registry/app/atoms/std-driver.orb +98 -86
  245. package/dist/behaviors/registry/app/atoms/std-dunning.orb +181 -45
  246. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
  247. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  248. package/dist/behaviors/registry/app/atoms/std-health-score.orb +285 -75
  249. package/dist/behaviors/registry/app/atoms/std-help-article.orb +217 -75
  250. package/dist/behaviors/registry/app/atoms/std-help-category.orb +129 -88
  251. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
  252. package/dist/behaviors/registry/app/atoms/std-invoice.orb +130 -112
  253. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
  254. package/dist/behaviors/registry/app/atoms/std-lease.orb +172 -44
  255. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
  256. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
  257. package/dist/behaviors/registry/app/atoms/std-matter.orb +265 -46
  258. package/dist/behaviors/registry/app/atoms/std-membership.orb +116 -58
  259. package/dist/behaviors/registry/app/atoms/std-menu.orb +55 -55
  260. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
  261. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
  262. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
  263. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
  264. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-receipt.orb +42 -42
  266. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
  267. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
  268. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
  269. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
  270. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
  271. package/dist/behaviors/registry/app/atoms/std-rfi.orb +175 -120
  272. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
  273. package/dist/behaviors/registry/app/atoms/std-segment.orb +90 -39
  274. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
  275. package/dist/behaviors/registry/app/atoms/std-submittal.orb +245 -106
  276. package/dist/behaviors/registry/app/atoms/std-table-map.orb +41 -41
  277. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
  278. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
  279. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
  280. package/dist/behaviors/registry/app/atoms/std-tenant.orb +88 -38
  281. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
  282. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
  283. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
  284. package/dist/behaviors/registry/app/atoms/std-trial.orb +137 -61
  285. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
  286. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
  287. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
  288. package/dist/behaviors/registry/app/atoms/std-work-order.orb +50 -50
  289. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
  290. package/dist/behaviors/registry/app/molecules/std-application.orb +137 -137
  291. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
  292. package/dist/behaviors/registry/app/molecules/std-cart.orb +51 -51
  293. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
  294. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
  295. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
  296. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
  297. package/dist/behaviors/registry/app/organisms/std-accounting.orb +103 -103
  298. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
  299. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
  300. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
  301. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
  302. package/dist/behaviors/registry/app/organisms/std-cms.orb +252 -252
  303. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
  304. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
  305. package/dist/behaviors/registry/app/organisms/std-crm.orb +274 -274
  306. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
  307. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
  308. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
  309. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
  310. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
  311. package/dist/behaviors/registry/app/organisms/std-field-service.orb +171 -171
  312. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
  313. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
  314. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
  315. package/dist/behaviors/registry/app/organisms/std-forum.orb +142 -142
  316. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
  317. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
  318. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
  319. package/dist/behaviors/registry/app/organisms/std-inventory.orb +899 -97
  320. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
  321. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
  322. package/dist/behaviors/registry/app/organisms/std-listings.orb +151 -151
  323. package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
  324. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
  325. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
  326. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
  327. package/dist/behaviors/registry/app/organisms/std-notes.orb +289 -78
  328. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
  329. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
  330. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
  331. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
  332. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
  333. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
  335. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
  336. package/dist/behaviors/registry/app/organisms/std-survey.orb +138 -138
  337. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
  338. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
  339. package/dist/behaviors/registry/app/organisms/std-wiki.orb +130 -130
  340. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
  341. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  342. package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
  343. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
  344. package/dist/behaviors/registry/core/atoms/std-calendar.orb +53 -53
  345. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
  346. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
  347. package/dist/behaviors/registry/core/atoms/std-display.orb +3 -3
  348. package/dist/behaviors/registry/core/atoms/std-drawer.orb +13 -13
  349. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
  350. package/dist/behaviors/registry/core/atoms/std-file-store.orb +171 -36
  351. package/dist/behaviors/registry/core/atoms/std-filter.orb +9 -9
  352. package/dist/behaviors/registry/core/atoms/std-flag.orb +87 -87
  353. package/dist/behaviors/registry/core/atoms/std-gallery.orb +44 -44
  354. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
  355. package/dist/behaviors/registry/core/atoms/std-graphs.orb +34 -34
  356. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
  357. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
  358. package/dist/behaviors/registry/core/atoms/std-modal.orb +17 -17
  359. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
  360. package/dist/behaviors/registry/core/atoms/std-pagination.orb +12 -12
  361. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  362. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  363. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
  364. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  365. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
  366. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
  367. package/dist/behaviors/registry/core/atoms/std-search.orb +5 -5
  368. package/dist/behaviors/registry/core/atoms/std-selection.orb +106 -106
  369. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
  370. package/dist/behaviors/registry/core/atoms/std-stats.orb +140 -140
  371. package/dist/behaviors/registry/core/atoms/std-tabs.orb +34 -34
  372. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
  373. package/dist/behaviors/registry/core/atoms/std-thread.orb +50 -50
  374. package/dist/behaviors/registry/core/atoms/std-version-history.orb +70 -70
  375. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  376. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
  377. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
  378. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
  379. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
  380. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
  381. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
  382. package/dist/behaviors/registry/core/molecules/std-list.orb +55 -55
  383. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
  384. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
  385. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
  386. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
  387. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
  388. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
  389. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
  390. package/dist/behaviors/registry/game/atoms/std-overworld.orb +62 -62
  391. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
  392. package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
  393. package/dist/behaviors/registry/game/atoms/std-timer.orb +292 -292
  394. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
  395. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
  396. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
  397. package/dist/behaviors/registry/service/atoms/std-service-email.orb +60 -60
  398. package/dist/behaviors/registry/service/atoms/std-service-github.orb +61 -61
  399. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
  400. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
  401. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
  402. package/dist/behaviors/registry/service/atoms/std-service-print.orb +113 -113
  403. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
  404. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
  405. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
  406. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
  407. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
  408. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
  409. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
  410. package/dist/behaviors-registry.json +4 -684
  411. 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
108
  "appName": "DevOps Dashboard",
113
109
  "navItems": [
114
110
  {
115
- "label": "Services",
111
+ "href": "/services",
116
112
  "icon": "server",
117
- "href": "/services"
113
+ "label": "Services"
118
114
  },
119
115
  {
120
116
  "icon": "bell",
121
- "href": "/alerts",
122
- "label": "Alerts"
117
+ "label": "Alerts",
118
+ "href": "/alerts"
123
119
  },
124
120
  {
125
121
  "label": "Logs",
126
- "href": "/logs",
127
- "icon": "terminal"
122
+ "icon": "terminal",
123
+ "href": "/logs"
128
124
  },
129
125
  {
130
126
  "icon": "layout-list",
131
- "label": "Metrics",
132
- "href": "/metrics"
127
+ "href": "/metrics",
128
+ "label": "Metrics"
133
129
  }
134
- ]
130
+ ],
131
+ "notificationClickEvent": "SERVICE_NOTIFICATIONS_OPEN",
132
+ "notifications": [],
133
+ "searchEvent": "SERVICE_SEARCH",
134
+ "contentTrait": "@trait.ServiceNodeCatalog"
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
  {
@@ -218,46 +218,47 @@
218
218
  "render-ui",
219
219
  "main",
220
220
  {
221
+ "type": "stack",
221
222
  "children": [
222
223
  {
223
- "align": "center",
224
224
  "gap": "md",
225
- "type": "stack",
226
- "direction": "horizontal",
227
225
  "children": [
228
226
  {
229
- "direction": "horizontal",
227
+ "type": "stack",
228
+ "align": "center",
230
229
  "children": [
231
230
  {
232
- "type": "icon",
233
- "name": "server"
231
+ "name": "server",
232
+ "type": "icon"
234
233
  },
235
234
  {
236
- "content": "Services",
235
+ "type": "typography",
237
236
  "variant": "h2",
238
- "type": "typography"
237
+ "content": "Services"
239
238
  }
240
239
  ],
241
- "align": "center",
242
- "type": "stack",
240
+ "direction": "horizontal",
243
241
  "gap": "sm"
244
242
  },
245
243
  {
244
+ "type": "stack",
246
245
  "gap": "sm",
247
246
  "children": [
248
247
  {
248
+ "type": "button",
249
249
  "label": "Register Service",
250
- "action": "CREATE",
250
+ "icon": "plus",
251
251
  "variant": "primary",
252
- "type": "button",
253
- "icon": "plus"
252
+ "action": "CREATE"
254
253
  }
255
254
  ],
256
- "direction": "horizontal",
257
- "type": "stack"
255
+ "direction": "horizontal"
258
256
  }
259
257
  ],
260
- "justify": "between"
258
+ "align": "center",
259
+ "justify": "between",
260
+ "type": "stack",
261
+ "direction": "horizontal"
261
262
  },
262
263
  {
263
264
  "type": "divider"
@@ -278,16 +279,12 @@
278
279
  "type": "divider"
279
280
  },
280
281
  {
281
- "direction": "horizontal",
282
- "type": "stack",
283
- "gap": "sm",
284
- "align": "center",
285
282
  "children": [
286
283
  {
287
- "status": "online",
288
- "label": "Healthy",
289
284
  "type": "status-dot",
290
- "pulse": false
285
+ "status": "online",
286
+ "pulse": false,
287
+ "label": "Healthy"
291
288
  },
292
289
  {
293
290
  "status": "warning",
@@ -297,11 +294,15 @@
297
294
  },
298
295
  {
299
296
  "label": "Down",
297
+ "type": "status-dot",
300
298
  "pulse": true,
301
- "status": "critical",
302
- "type": "status-dot"
299
+ "status": "critical"
303
300
  }
304
- ]
301
+ ],
302
+ "type": "stack",
303
+ "align": "center",
304
+ "gap": "sm",
305
+ "direction": "horizontal"
305
306
  },
306
307
  "@trait.ServiceNodeBrowseList",
307
308
  {
@@ -309,9 +310,8 @@
309
310
  },
310
311
  "@trait.ServiceNodeCircuitBreaker"
311
312
  ],
312
- "type": "stack",
313
- "gap": "lg",
314
- "direction": "vertical"
313
+ "direction": "vertical",
314
+ "gap": "lg"
315
315
  }
316
316
  ]
317
317
  ]
@@ -330,34 +330,34 @@
330
330
  "render-ui",
331
331
  "main",
332
332
  {
333
- "className": "py-8",
334
333
  "children": [
335
334
  {
336
- "type": "icon",
337
- "name": "bell"
335
+ "name": "bell",
336
+ "type": "icon"
338
337
  },
339
338
  {
339
+ "content": "No notifications",
340
340
  "variant": "h3",
341
- "type": "typography",
342
- "content": "No notifications"
341
+ "type": "typography"
343
342
  },
344
343
  {
345
- "variant": "caption",
344
+ "type": "typography",
346
345
  "color": "muted",
347
346
  "content": "You're all caught up.",
348
- "type": "typography"
347
+ "variant": "caption"
349
348
  },
350
349
  {
351
- "action": "INIT",
350
+ "type": "button",
352
351
  "label": "Back to services",
353
352
  "variant": "ghost",
354
- "type": "button"
353
+ "action": "INIT"
355
354
  }
356
355
  ],
356
+ "type": "stack",
357
357
  "gap": "md",
358
- "align": "center",
358
+ "className": "py-8",
359
359
  "direction": "vertical",
360
- "type": "stack"
360
+ "align": "center"
361
361
  }
362
362
  ]
363
363
  ]
@@ -378,46 +378,49 @@
378
378
  "ref": "Filter.traits.FilterTargetFilter",
379
379
  "name": "ServiceNodeFilter",
380
380
  "config": {
381
- "event": "SERVICE_FILTER",
382
381
  "filters": [
383
382
  {
384
383
  "label": "Status",
385
384
  "filterType": "select",
385
+ "field": "status",
386
386
  "options": [
387
387
  "healthy",
388
388
  "degraded",
389
389
  "down"
390
- ],
391
- "field": "status"
390
+ ]
392
391
  },
393
392
  {
394
393
  "field": "region",
394
+ "label": "Region",
395
395
  "options": [
396
396
  "us-east",
397
397
  "us-west",
398
398
  "eu-central",
399
399
  "ap-south"
400
400
  ],
401
- "filterType": "select",
402
- "label": "Region"
401
+ "filterType": "select"
403
402
  }
404
- ]
403
+ ],
404
+ "event": "SERVICE_FILTER"
405
405
  }
406
406
  },
407
407
  {
408
408
  "ref": "Stats.traits.StatsItemStats",
409
409
  "name": "ServiceNodeStats",
410
410
  "config": {
411
- "title": "Services",
412
411
  "metrics": [
413
412
  {
414
413
  "aggregation": "count",
415
414
  "variant": "primary",
416
- "icon": "server",
417
415
  "label": "Total",
416
+ "icon": "server",
418
417
  "format": "number"
419
418
  },
420
419
  {
420
+ "label": "Healthy",
421
+ "variant": "success",
422
+ "format": "number",
423
+ "icon": "check-circle",
421
424
  "filter": [
422
425
  "fn",
423
426
  "row",
@@ -427,15 +430,12 @@
427
430
  "healthy"
428
431
  ]
429
432
  ],
430
- "label": "Healthy",
431
- "icon": "check-circle",
432
- "aggregation": "count",
433
- "variant": "success",
434
- "format": "number"
433
+ "aggregation": "count"
435
434
  },
436
435
  {
437
- "icon": "alert-circle",
436
+ "aggregation": "count",
438
437
  "label": "Degraded",
438
+ "variant": "warning",
439
439
  "filter": [
440
440
  "fn",
441
441
  "row",
@@ -445,11 +445,15 @@
445
445
  "degraded"
446
446
  ]
447
447
  ],
448
- "aggregation": "count",
449
- "variant": "warning",
448
+ "icon": "alert-circle",
450
449
  "format": "number"
451
450
  },
452
451
  {
452
+ "aggregation": "count",
453
+ "icon": "alert-triangle",
454
+ "format": "number",
455
+ "label": "Down",
456
+ "variant": "danger",
453
457
  "filter": [
454
458
  "fn",
455
459
  "row",
@@ -458,14 +462,10 @@
458
462
  "@row.status",
459
463
  "down"
460
464
  ]
461
- ],
462
- "icon": "alert-triangle",
463
- "variant": "danger",
464
- "aggregation": "count",
465
- "label": "Down",
466
- "format": "number"
465
+ ]
467
466
  }
468
- ]
467
+ ],
468
+ "title": "Services"
469
469
  },
470
470
  "listens": [
471
471
  {
@@ -482,13 +482,13 @@
482
482
  "ref": "Graphs.traits.GraphItemGraph",
483
483
  "name": "ServiceNodeGraphs",
484
484
  "config": {
485
+ "title": "Services by Status",
485
486
  "height": 240.0,
486
- "showLegend": true,
487
487
  "chartType": "pie",
488
- "subtitle": "Health distribution across the fleet",
488
+ "showLegend": true,
489
489
  "categoryField": "status",
490
- "title": "Services by Status",
491
- "aggregation": "count"
490
+ "aggregation": "count",
491
+ "subtitle": "Health distribution across the fleet"
492
492
  },
493
493
  "listens": [
494
494
  {
@@ -506,45 +506,45 @@
506
506
  "name": "ServiceNodeBrowseList",
507
507
  "linkedEntity": "ServiceNode",
508
508
  "config": {
509
+ "itemActions": [
510
+ {
511
+ "event": "VIEW",
512
+ "variant": "ghost",
513
+ "label": "View"
514
+ },
515
+ {
516
+ "label": "Edit",
517
+ "event": "EDIT",
518
+ "variant": "ghost"
519
+ },
520
+ {
521
+ "label": "Delete",
522
+ "variant": "danger",
523
+ "event": "DELETE"
524
+ }
525
+ ],
509
526
  "gap": "sm",
510
527
  "fields": [
511
528
  {
512
- "variant": "h4",
529
+ "icon": "server",
513
530
  "name": "name",
514
- "icon": "server"
531
+ "variant": "h4"
515
532
  },
516
533
  {
517
534
  "name": "status",
518
535
  "variant": "badge"
519
536
  },
520
537
  {
521
- "variant": "body",
522
- "name": "region"
538
+ "name": "region",
539
+ "variant": "body"
523
540
  },
524
541
  {
525
- "name": "lastChecked",
526
542
  "variant": "caption",
527
- "format": "date"
543
+ "format": "date",
544
+ "name": "lastChecked"
528
545
  }
529
546
  ],
530
- "cols": 1.0,
531
- "itemActions": [
532
- {
533
- "event": "VIEW",
534
- "variant": "ghost",
535
- "label": "View"
536
- },
537
- {
538
- "variant": "ghost",
539
- "event": "EDIT",
540
- "label": "Edit"
541
- },
542
- {
543
- "label": "Delete",
544
- "event": "DELETE",
545
- "variant": "danger"
546
- }
547
- ]
547
+ "cols": 1.0
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
- "title": "Edit Service",
629
- "mode": "edit",
630
627
  "fields": [
631
628
  "name",
632
629
  "status",
633
630
  "region",
634
631
  "url",
635
632
  "threshold"
636
- ]
633
+ ],
634
+ "title": "Edit Service",
635
+ "icon": "edit",
636
+ "mode": "edit"
637
637
  },
638
638
  "events": {
639
639
  "OPEN": "EDIT"
@@ -654,6 +654,9 @@
654
654
  "name": "ServiceNodeView",
655
655
  "linkedEntity": "ServiceNode",
656
656
  "config": {
657
+ "title": "View Service",
658
+ "icon": "eye",
659
+ "mode": "edit",
657
660
  "fields": [
658
661
  "name",
659
662
  "status",
@@ -663,10 +666,7 @@
663
666
  "failureCount",
664
667
  "successCount",
665
668
  "threshold"
666
- ],
667
- "mode": "edit",
668
- "title": "View Service",
669
- "icon": "eye"
669
+ ]
670
670
  },
671
671
  "events": {
672
672
  "OPEN": "VIEW"
@@ -1016,69 +1016,69 @@
1016
1016
  "render-ui",
1017
1017
  "main",
1018
1018
  {
1019
+ "type": "stack",
1020
+ "gap": "lg",
1019
1021
  "children": [
1020
1022
  {
1021
- "direction": "horizontal",
1022
- "align": "center",
1023
1023
  "justify": "between",
1024
1024
  "children": [
1025
1025
  {
1026
+ "align": "center",
1026
1027
  "children": [
1027
1028
  {
1028
1029
  "name": "shield-check",
1029
1030
  "type": "icon"
1030
1031
  },
1031
1032
  {
1032
- "variant": "h3",
1033
1033
  "type": "typography",
1034
- "content": "Circuit Breaker"
1034
+ "content": "Circuit Breaker",
1035
+ "variant": "h3"
1035
1036
  }
1036
1037
  ],
1038
+ "gap": "md",
1037
1039
  "type": "stack",
1038
- "direction": "horizontal",
1039
- "align": "center",
1040
- "gap": "md"
1040
+ "direction": "horizontal"
1041
1041
  },
1042
1042
  {
1043
- "label": "Circuit Closed",
1044
- "pulse": false,
1045
1043
  "status": "online",
1046
- "type": "status-dot"
1044
+ "pulse": false,
1045
+ "type": "status-dot",
1046
+ "label": "Circuit Closed"
1047
1047
  }
1048
1048
  ],
1049
1049
  "type": "stack",
1050
+ "align": "center",
1051
+ "direction": "horizontal",
1050
1052
  "gap": "md"
1051
1053
  },
1052
1054
  {
1055
+ "message": "All requests are being processed.",
1053
1056
  "type": "alert",
1054
- "variant": "success",
1055
- "message": "All requests are being processed."
1057
+ "variant": "success"
1056
1058
  },
1057
1059
  {
1058
- "type": "simple-grid",
1059
- "cols": 2.0,
1060
1060
  "children": [
1061
1061
  {
1062
- "label": "Failures",
1063
1062
  "value": "@entity.failureCount",
1064
- "type": "stat-display"
1063
+ "type": "stat-display",
1064
+ "label": "Failures"
1065
1065
  },
1066
1066
  {
1067
1067
  "label": "Successes",
1068
- "type": "stat-display",
1069
- "value": "@entity.successCount"
1068
+ "value": "@entity.successCount",
1069
+ "type": "stat-display"
1070
1070
  }
1071
- ]
1071
+ ],
1072
+ "type": "simple-grid",
1073
+ "cols": 2.0
1072
1074
  },
1073
1075
  {
1074
- "max": "@entity.threshold",
1076
+ "min": 0.0,
1075
1077
  "type": "meter",
1076
- "value": "@entity.failureCount",
1077
- "min": 0.0
1078
+ "max": "@entity.threshold",
1079
+ "value": "@entity.failureCount"
1078
1080
  }
1079
1081
  ],
1080
- "type": "stack",
1081
- "gap": "lg",
1082
1082
  "direction": "vertical"
1083
1083
  }
1084
1084
  ]
@@ -1093,14 +1093,16 @@
1093
1093
  "render-ui",
1094
1094
  "main",
1095
1095
  {
1096
- "direction": "vertical",
1097
- "gap": "lg",
1098
1096
  "type": "stack",
1099
1097
  "children": [
1100
1098
  {
1101
- "type": "stack",
1099
+ "align": "center",
1102
1100
  "children": [
1103
1101
  {
1102
+ "gap": "md",
1103
+ "direction": "horizontal",
1104
+ "type": "stack",
1105
+ "align": "center",
1104
1106
  "children": [
1105
1107
  {
1106
1108
  "type": "icon",
@@ -1111,37 +1113,33 @@
1111
1113
  "content": "Circuit Breaker",
1112
1114
  "variant": "h3"
1113
1115
  }
1114
- ],
1115
- "align": "center",
1116
- "type": "stack",
1117
- "direction": "horizontal",
1118
- "gap": "md"
1116
+ ]
1119
1117
  },
1120
1118
  {
1121
- "pulse": true,
1122
1119
  "status": "critical",
1123
- "type": "status-dot",
1124
- "label": "Circuit Open"
1120
+ "pulse": true,
1121
+ "label": "Circuit Open",
1122
+ "type": "status-dot"
1125
1123
  }
1126
1124
  ],
1127
- "justify": "between",
1128
1125
  "gap": "md",
1126
+ "justify": "between",
1129
1127
  "direction": "horizontal",
1130
- "align": "center"
1128
+ "type": "stack"
1131
1129
  },
1132
1130
  {
1133
1131
  "variant": "error",
1134
- "message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
1135
- "type": "alert"
1132
+ "type": "alert",
1133
+ "message": "Circuit is open. Requests are being rejected to prevent cascading failures."
1136
1134
  },
1137
1135
  {
1138
- "cols": 2.0,
1139
1136
  "type": "simple-grid",
1137
+ "cols": 2.0,
1140
1138
  "children": [
1141
1139
  {
1142
- "value": "@entity.failureCount",
1140
+ "type": "stat-display",
1143
1141
  "label": "Failures",
1144
- "type": "stat-display"
1142
+ "value": "@entity.failureCount"
1145
1143
  },
1146
1144
  {
1147
1145
  "label": "Successes",
@@ -1157,13 +1155,15 @@
1157
1155
  "max": "@entity.threshold"
1158
1156
  },
1159
1157
  {
1160
- "variant": "ghost",
1158
+ "label": "Reset",
1161
1159
  "action": "RESET",
1160
+ "type": "button",
1162
1161
  "icon": "rotate-ccw",
1163
- "label": "Reset",
1164
- "type": "button"
1162
+ "variant": "ghost"
1165
1163
  }
1166
- ]
1164
+ ],
1165
+ "direction": "vertical",
1166
+ "gap": "lg"
1167
1167
  }
1168
1168
  ]
1169
1169
  ]
@@ -1177,68 +1177,68 @@
1177
1177
  "render-ui",
1178
1178
  "main",
1179
1179
  {
1180
+ "type": "stack",
1180
1181
  "children": [
1181
1182
  {
1183
+ "gap": "md",
1184
+ "align": "center",
1185
+ "direction": "horizontal",
1186
+ "justify": "between",
1182
1187
  "children": [
1183
1188
  {
1189
+ "direction": "horizontal",
1184
1190
  "type": "stack",
1185
- "gap": "md",
1186
1191
  "children": [
1187
1192
  {
1188
- "type": "icon",
1189
- "name": "shield-check"
1193
+ "name": "shield-check",
1194
+ "type": "icon"
1190
1195
  },
1191
1196
  {
1192
- "type": "typography",
1193
1197
  "content": "Circuit Breaker",
1194
- "variant": "h3"
1198
+ "variant": "h3",
1199
+ "type": "typography"
1195
1200
  }
1196
1201
  ],
1197
- "align": "center",
1198
- "direction": "horizontal"
1202
+ "gap": "md",
1203
+ "align": "center"
1199
1204
  },
1200
1205
  {
1201
- "label": "Circuit Closed",
1206
+ "pulse": false,
1202
1207
  "type": "status-dot",
1203
1208
  "status": "online",
1204
- "pulse": false
1209
+ "label": "Circuit Closed"
1205
1210
  }
1206
1211
  ],
1207
- "gap": "md",
1208
- "justify": "between",
1209
- "direction": "horizontal",
1210
- "type": "stack",
1211
- "align": "center"
1212
+ "type": "stack"
1212
1213
  },
1213
1214
  {
1214
- "variant": "success",
1215
1215
  "message": "All requests are being processed.",
1216
- "type": "alert"
1216
+ "type": "alert",
1217
+ "variant": "success"
1217
1218
  },
1218
1219
  {
1219
- "cols": 2.0,
1220
- "type": "simple-grid",
1221
1220
  "children": [
1222
1221
  {
1223
- "value": "@entity.failureCount",
1224
1222
  "type": "stat-display",
1225
- "label": "Failures"
1223
+ "label": "Failures",
1224
+ "value": "@entity.failureCount"
1226
1225
  },
1227
1226
  {
1228
1227
  "value": "@entity.successCount",
1229
1228
  "label": "Successes",
1230
1229
  "type": "stat-display"
1231
1230
  }
1232
- ]
1231
+ ],
1232
+ "cols": 2.0,
1233
+ "type": "simple-grid"
1233
1234
  },
1234
1235
  {
1235
- "min": 0.0,
1236
1236
  "type": "meter",
1237
+ "max": "@entity.threshold",
1237
1238
  "value": "@entity.failureCount",
1238
- "max": "@entity.threshold"
1239
+ "min": 0.0
1239
1240
  }
1240
1241
  ],
1241
- "type": "stack",
1242
1242
  "direction": "vertical",
1243
1243
  "gap": "lg"
1244
1244
  }
@@ -1254,53 +1254,49 @@
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",
1259
+ "direction": "horizontal",
1260
+ "type": "stack",
1261
+ "gap": "md",
1263
1262
  "justify": "between",
1264
1263
  "children": [
1265
1264
  {
1266
- "direction": "horizontal",
1267
- "align": "center",
1265
+ "gap": "md",
1268
1266
  "children": [
1269
1267
  {
1270
- "type": "icon",
1271
- "name": "activity"
1268
+ "name": "activity",
1269
+ "type": "icon"
1272
1270
  },
1273
1271
  {
1272
+ "type": "typography",
1274
1273
  "content": "Circuit Breaker",
1275
- "variant": "h3",
1276
- "type": "typography"
1274
+ "variant": "h3"
1277
1275
  }
1278
1276
  ],
1279
- "gap": "md",
1280
- "type": "stack"
1277
+ "align": "center",
1278
+ "type": "stack",
1279
+ "direction": "horizontal"
1281
1280
  },
1282
1281
  {
1283
- "status": "warning",
1284
1282
  "type": "status-dot",
1283
+ "status": "warning",
1285
1284
  "label": "Half-Open",
1286
1285
  "pulse": true
1287
1286
  }
1288
1287
  ],
1289
- "gap": "md",
1290
- "type": "stack",
1291
- "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",
1299
+ "type": "stat-display",
1304
1300
  "value": "@entity.failureCount"
1305
1301
  },
1306
1302
  {
@@ -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
+ "direction": "vertical",
1313
+ "type": "stack",
1314
+ "gap": "lg"
1315
1315
  }
1316
1316
  ]
1317
1317
  ]
@@ -1326,69 +1326,69 @@
1326
1326
  "main",
1327
1327
  {
1328
1328
  "direction": "vertical",
1329
- "type": "stack",
1330
- "gap": "lg",
1331
1329
  "children": [
1332
1330
  {
1331
+ "direction": "horizontal",
1332
+ "gap": "md",
1333
+ "type": "stack",
1334
+ "justify": "between",
1333
1335
  "children": [
1334
1336
  {
1335
- "type": "stack",
1337
+ "align": "center",
1336
1338
  "direction": "horizontal",
1337
- "gap": "md",
1338
1339
  "children": [
1339
1340
  {
1340
- "name": "shield-check",
1341
- "type": "icon"
1341
+ "type": "icon",
1342
+ "name": "shield-check"
1342
1343
  },
1343
1344
  {
1345
+ "content": "Circuit Breaker",
1344
1346
  "variant": "h3",
1345
- "type": "typography",
1346
- "content": "Circuit Breaker"
1347
+ "type": "typography"
1347
1348
  }
1348
1349
  ],
1349
- "align": "center"
1350
+ "gap": "md",
1351
+ "type": "stack"
1350
1352
  },
1351
1353
  {
1352
- "status": "online",
1353
- "type": "status-dot",
1354
1354
  "label": "Circuit Closed",
1355
- "pulse": false
1355
+ "pulse": false,
1356
+ "status": "online",
1357
+ "type": "status-dot"
1356
1358
  }
1357
1359
  ],
1358
- "direction": "horizontal",
1359
- "type": "stack",
1360
- "align": "center",
1361
- "gap": "md",
1362
- "justify": "between"
1360
+ "align": "center"
1363
1361
  },
1364
1362
  {
1365
- "message": "All requests are being processed.",
1366
1363
  "variant": "success",
1367
- "type": "alert"
1364
+ "type": "alert",
1365
+ "message": "All requests are being processed."
1368
1366
  },
1369
1367
  {
1370
- "type": "simple-grid",
1371
1368
  "cols": 2.0,
1369
+ "type": "simple-grid",
1372
1370
  "children": [
1373
1371
  {
1374
1372
  "label": "Failures",
1375
- "value": "@entity.failureCount",
1376
- "type": "stat-display"
1373
+ "type": "stat-display",
1374
+ "value": "@entity.failureCount"
1377
1375
  },
1378
1376
  {
1379
1377
  "type": "stat-display",
1380
- "value": "@entity.successCount",
1381
- "label": "Successes"
1378
+ "label": "Successes",
1379
+ "value": "@entity.successCount"
1382
1380
  }
1383
1381
  ]
1384
1382
  },
1385
1383
  {
1386
- "max": "@entity.threshold",
1387
- "type": "meter",
1388
1384
  "min": 0.0,
1389
- "value": "@entity.failureCount"
1385
+ "value": "@entity.failureCount",
1386
+ "type": "meter",
1387
+ "max": "@entity.threshold"
1390
1388
  }
1391
- ]
1389
+ ],
1390
+ "type": "stack",
1391
+ "gap": "lg"
1392
1392
  }
1393
1393
  ]
1394
1394
  ]
@@ -1404,68 +1404,68 @@
1404
1404
  {
1405
1405
  "gap": "lg",
1406
1406
  "direction": "vertical",
1407
+ "type": "stack",
1407
1408
  "children": [
1408
1409
  {
1409
- "type": "stack",
1410
- "direction": "horizontal",
1411
- "align": "center",
1410
+ "justify": "between",
1411
+ "gap": "md",
1412
1412
  "children": [
1413
1413
  {
1414
1414
  "direction": "horizontal",
1415
1415
  "align": "center",
1416
+ "type": "stack",
1416
1417
  "children": [
1417
1418
  {
1418
1419
  "type": "icon",
1419
1420
  "name": "shield-check"
1420
1421
  },
1421
1422
  {
1422
- "content": "Circuit Breaker",
1423
1423
  "variant": "h3",
1424
+ "content": "Circuit Breaker",
1424
1425
  "type": "typography"
1425
1426
  }
1426
1427
  ],
1427
- "gap": "md",
1428
- "type": "stack"
1428
+ "gap": "md"
1429
1429
  },
1430
1430
  {
1431
- "type": "status-dot",
1432
1431
  "pulse": false,
1432
+ "type": "status-dot",
1433
1433
  "label": "Circuit Closed",
1434
1434
  "status": "online"
1435
1435
  }
1436
1436
  ],
1437
- "justify": "between",
1438
- "gap": "md"
1437
+ "direction": "horizontal",
1438
+ "type": "stack",
1439
+ "align": "center"
1439
1440
  },
1440
1441
  {
1441
- "variant": "success",
1442
+ "type": "alert",
1442
1443
  "message": "All requests are being processed.",
1443
- "type": "alert"
1444
+ "variant": "success"
1444
1445
  },
1445
1446
  {
1447
+ "type": "simple-grid",
1448
+ "cols": 2.0,
1446
1449
  "children": [
1447
1450
  {
1448
- "label": "Failures",
1449
1451
  "type": "stat-display",
1452
+ "label": "Failures",
1450
1453
  "value": "@entity.failureCount"
1451
1454
  },
1452
1455
  {
1453
1456
  "type": "stat-display",
1454
- "label": "Successes",
1455
- "value": "@entity.successCount"
1457
+ "value": "@entity.successCount",
1458
+ "label": "Successes"
1456
1459
  }
1457
- ],
1458
- "type": "simple-grid",
1459
- "cols": 2.0
1460
+ ]
1460
1461
  },
1461
1462
  {
1462
- "max": "@entity.threshold",
1463
1463
  "value": "@entity.failureCount",
1464
+ "min": 0.0,
1464
1465
  "type": "meter",
1465
- "min": 0.0
1466
+ "max": "@entity.threshold"
1466
1467
  }
1467
- ],
1468
- "type": "stack"
1468
+ ]
1469
1469
  }
1470
1470
  ]
1471
1471
  ]
@@ -1479,18 +1479,16 @@
1479
1479
  "render-ui",
1480
1480
  "main",
1481
1481
  {
1482
- "type": "stack",
1483
- "direction": "vertical",
1484
1482
  "gap": "lg",
1483
+ "type": "stack",
1485
1484
  "children": [
1486
1485
  {
1487
- "type": "stack",
1488
- "gap": "md",
1489
- "direction": "horizontal",
1490
1486
  "align": "center",
1491
- "justify": "between",
1492
1487
  "children": [
1493
1488
  {
1489
+ "align": "center",
1490
+ "direction": "horizontal",
1491
+ "type": "stack",
1494
1492
  "children": [
1495
1493
  {
1496
1494
  "name": "alert-triangle",
@@ -1498,30 +1496,30 @@
1498
1496
  },
1499
1497
  {
1500
1498
  "type": "typography",
1501
- "content": "Circuit Breaker",
1502
- "variant": "h3"
1499
+ "variant": "h3",
1500
+ "content": "Circuit Breaker"
1503
1501
  }
1504
1502
  ],
1505
- "type": "stack",
1506
- "gap": "md",
1507
- "direction": "horizontal",
1508
- "align": "center"
1503
+ "gap": "md"
1509
1504
  },
1510
1505
  {
1511
- "pulse": true,
1512
- "status": "critical",
1513
1506
  "label": "Circuit Open",
1507
+ "status": "critical",
1508
+ "pulse": true,
1514
1509
  "type": "status-dot"
1515
1510
  }
1516
- ]
1511
+ ],
1512
+ "direction": "horizontal",
1513
+ "justify": "between",
1514
+ "type": "stack",
1515
+ "gap": "md"
1517
1516
  },
1518
1517
  {
1519
- "variant": "error",
1518
+ "message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
1520
1519
  "type": "alert",
1521
- "message": "Circuit is open. Requests are being rejected to prevent cascading failures."
1520
+ "variant": "error"
1522
1521
  },
1523
1522
  {
1524
- "cols": 2.0,
1525
1523
  "children": [
1526
1524
  {
1527
1525
  "label": "Failures",
@@ -1529,27 +1527,29 @@
1529
1527
  "type": "stat-display"
1530
1528
  },
1531
1529
  {
1532
- "label": "Successes",
1533
1530
  "type": "stat-display",
1534
- "value": "@entity.successCount"
1531
+ "value": "@entity.successCount",
1532
+ "label": "Successes"
1535
1533
  }
1536
1534
  ],
1535
+ "cols": 2.0,
1537
1536
  "type": "simple-grid"
1538
1537
  },
1539
1538
  {
1540
- "type": "meter",
1541
- "value": "@entity.failureCount",
1542
1539
  "max": "@entity.threshold",
1540
+ "value": "@entity.failureCount",
1541
+ "type": "meter",
1543
1542
  "min": 0.0
1544
1543
  },
1545
1544
  {
1545
+ "label": "Reset",
1546
1546
  "variant": "ghost",
1547
+ "icon": "rotate-ccw",
1547
1548
  "type": "button",
1548
- "action": "RESET",
1549
- "label": "Reset",
1550
- "icon": "rotate-ccw"
1549
+ "action": "RESET"
1551
1550
  }
1552
- ]
1551
+ ],
1552
+ "direction": "vertical"
1553
1553
  }
1554
1554
  ]
1555
1555
  ]
@@ -1563,70 +1563,70 @@
1563
1563
  "render-ui",
1564
1564
  "main",
1565
1565
  {
1566
- "type": "stack",
1567
- "direction": "vertical",
1568
- "gap": "lg",
1569
1566
  "children": [
1570
1567
  {
1571
- "align": "center",
1572
- "justify": "between",
1573
- "gap": "md",
1574
1568
  "children": [
1575
1569
  {
1576
- "type": "stack",
1577
1570
  "gap": "md",
1571
+ "type": "stack",
1572
+ "direction": "horizontal",
1578
1573
  "children": [
1579
1574
  {
1580
1575
  "type": "icon",
1581
1576
  "name": "shield-check"
1582
1577
  },
1583
1578
  {
1579
+ "variant": "h3",
1584
1580
  "type": "typography",
1585
- "content": "Circuit Breaker",
1586
- "variant": "h3"
1581
+ "content": "Circuit Breaker"
1587
1582
  }
1588
1583
  ],
1589
- "align": "center",
1590
- "direction": "horizontal"
1584
+ "align": "center"
1591
1585
  },
1592
1586
  {
1593
- "status": "online",
1594
- "pulse": false,
1595
1587
  "type": "status-dot",
1596
- "label": "Circuit Closed"
1588
+ "status": "online",
1589
+ "label": "Circuit Closed",
1590
+ "pulse": false
1597
1591
  }
1598
1592
  ],
1593
+ "align": "center",
1594
+ "gap": "md",
1595
+ "justify": "between",
1599
1596
  "type": "stack",
1600
1597
  "direction": "horizontal"
1601
1598
  },
1602
1599
  {
1603
- "variant": "success",
1600
+ "type": "alert",
1604
1601
  "message": "All requests are being processed.",
1605
- "type": "alert"
1602
+ "variant": "success"
1606
1603
  },
1607
1604
  {
1608
- "type": "simple-grid",
1609
- "cols": 2.0,
1610
1605
  "children": [
1611
1606
  {
1612
- "label": "Failures",
1613
1607
  "type": "stat-display",
1614
- "value": "@entity.failureCount"
1608
+ "value": "@entity.failureCount",
1609
+ "label": "Failures"
1615
1610
  },
1616
1611
  {
1617
- "type": "stat-display",
1618
1612
  "label": "Successes",
1613
+ "type": "stat-display",
1619
1614
  "value": "@entity.successCount"
1620
1615
  }
1621
- ]
1616
+ ],
1617
+ "cols": 2.0,
1618
+ "type": "simple-grid"
1622
1619
  },
1623
1620
  {
1624
1621
  "max": "@entity.threshold",
1625
- "min": 0.0,
1622
+ "value": "@entity.failureCount",
1626
1623
  "type": "meter",
1627
- "value": "@entity.failureCount"
1624
+ "min": 0.0
1628
1625
  }
1629
- ]
1626
+ ],
1627
+ "direction": "vertical",
1628
+ "type": "stack",
1629
+ "gap": "lg"
1630
1630
  }
1631
1631
  ]
1632
1632
  ]
@@ -1755,16 +1755,21 @@
1755
1755
  "name": "AlertMetricAppLayout",
1756
1756
  "linkedEntity": "AlertMetric",
1757
1757
  "config": {
1758
+ "appName": "DevOps Dashboard",
1759
+ "contentTrait": "@trait.AlertCatalog",
1760
+ "notifications": [],
1761
+ "notificationClickEvent": "ALERT_NOTIFICATIONS_OPEN",
1762
+ "searchEvent": "ALERT_SEARCH",
1758
1763
  "navItems": [
1759
1764
  {
1760
- "label": "Services",
1765
+ "href": "/services",
1761
1766
  "icon": "server",
1762
- "href": "/services"
1767
+ "label": "Services"
1763
1768
  },
1764
1769
  {
1765
- "label": "Alerts",
1770
+ "href": "/alerts",
1766
1771
  "icon": "bell",
1767
- "href": "/alerts"
1772
+ "label": "Alerts"
1768
1773
  },
1769
1774
  {
1770
1775
  "label": "Logs",
@@ -1776,16 +1781,11 @@
1776
1781
  "label": "Metrics",
1777
1782
  "icon": "layout-list"
1778
1783
  }
1779
- ],
1780
- "appName": "DevOps Dashboard",
1781
- "notifications": [],
1782
- "notificationClickEvent": "ALERT_NOTIFICATIONS_OPEN",
1783
- "searchEvent": "ALERT_SEARCH",
1784
- "contentTrait": "@trait.AlertCatalog"
1784
+ ]
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
  {
1838
+ "direction": "horizontal",
1839
+ "gap": "md",
1837
1840
  "align": "center",
1838
- "type": "stack",
1839
1841
  "children": [
1840
1842
  {
1843
+ "type": "stack",
1841
1844
  "align": "center",
1842
1845
  "direction": "horizontal",
1843
- "type": "stack",
1844
- "gap": "sm",
1845
1846
  "children": [
1846
1847
  {
1847
1848
  "type": "icon",
1848
1849
  "name": "bell"
1849
1850
  },
1850
1851
  {
1852
+ "variant": "h2",
1851
1853
  "type": "typography",
1852
- "content": "Alerts",
1853
- "variant": "h2"
1854
+ "content": "Alerts"
1854
1855
  }
1855
- ]
1856
+ ],
1857
+ "gap": "sm"
1856
1858
  },
1857
1859
  {
1860
+ "gap": "sm",
1861
+ "direction": "horizontal",
1862
+ "type": "stack",
1858
1863
  "children": [
1859
1864
  {
1860
1865
  "variant": "primary",
1861
- "type": "button",
1862
1866
  "label": "New Alert",
1863
1867
  "action": "CREATE",
1864
- "icon": "plus"
1868
+ "icon": "plus",
1869
+ "type": "button"
1865
1870
  }
1866
- ],
1867
- "direction": "horizontal",
1868
- "type": "stack",
1869
- "gap": "sm"
1871
+ ]
1870
1872
  }
1871
1873
  ],
1872
- "direction": "horizontal",
1873
- "gap": "md",
1874
+ "type": "stack",
1874
1875
  "justify": "between"
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
  ]
@@ -1894,43 +1894,43 @@
1894
1894
  "config": {
1895
1895
  "itemActions": [
1896
1896
  {
1897
- "label": "View",
1898
1897
  "variant": "ghost",
1898
+ "label": "View",
1899
1899
  "event": "VIEW"
1900
1900
  },
1901
1901
  {
1902
1902
  "event": "EDIT",
1903
- "label": "Edit",
1904
- "variant": "ghost"
1903
+ "variant": "ghost",
1904
+ "label": "Edit"
1905
1905
  },
1906
1906
  {
1907
- "variant": "danger",
1908
1907
  "label": "Delete",
1909
- "event": "DELETE"
1908
+ "event": "DELETE",
1909
+ "variant": "danger"
1910
1910
  }
1911
1911
  ],
1912
+ "gap": "sm",
1912
1913
  "fields": [
1913
1914
  {
1914
- "variant": "badge",
1915
- "name": "severity"
1915
+ "name": "severity",
1916
+ "variant": "badge"
1916
1917
  },
1917
1918
  {
1919
+ "variant": "h4",
1918
1920
  "icon": "alert-triangle",
1919
- "name": "message",
1920
- "variant": "h4"
1921
+ "name": "message"
1921
1922
  },
1922
1923
  {
1923
1924
  "variant": "body",
1924
1925
  "name": "source"
1925
1926
  },
1926
1927
  {
1927
- "format": "date",
1928
1928
  "name": "timestamp",
1929
- "variant": "caption"
1929
+ "variant": "caption",
1930
+ "format": "date"
1930
1931
  }
1931
1932
  ],
1932
- "cols": 1.0,
1933
- "gap": "sm"
1933
+ "cols": 1.0
1934
1934
  },
1935
1935
  "listens": [
1936
1936
  {
@@ -1970,9 +1970,9 @@
1970
1970
  "source",
1971
1971
  "timestamp"
1972
1972
  ],
1973
- "title": "New Alert",
1973
+ "icon": "plus-circle",
1974
1974
  "mode": "create",
1975
- "icon": "plus-circle"
1975
+ "title": "New Alert"
1976
1976
  },
1977
1977
  "events": {
1978
1978
  "OPEN": "CREATE"
@@ -1993,15 +1993,15 @@
1993
1993
  "name": "AlertEdit",
1994
1994
  "linkedEntity": "AlertMetric",
1995
1995
  "config": {
1996
+ "icon": "edit",
1997
+ "title": "Edit Alert",
1998
+ "mode": "edit",
1996
1999
  "fields": [
1997
2000
  "severity",
1998
2001
  "message",
1999
2002
  "source",
2000
2003
  "timestamp"
2001
- ],
2002
- "mode": "edit",
2003
- "icon": "edit",
2004
- "title": "Edit Alert"
2004
+ ]
2005
2005
  },
2006
2006
  "events": {
2007
2007
  "OPEN": "EDIT"
@@ -2051,10 +2051,10 @@
2051
2051
  "name": "AlertDelete",
2052
2052
  "linkedEntity": "AlertMetric",
2053
2053
  "config": {
2054
- "confirmLabel": "Delete",
2055
2054
  "icon": "alert-triangle",
2055
+ "title": "Delete Alert",
2056
2056
  "alertMessage": "This action cannot be undone.",
2057
- "title": "Delete Alert"
2057
+ "confirmLabel": "Delete"
2058
2058
  },
2059
2059
  "events": {
2060
2060
  "REQUEST": "DELETE",
@@ -2328,10 +2328,10 @@
2328
2328
  "email",
2329
2329
  "send",
2330
2330
  {
2331
+ "recipient": "@payload.recipient",
2331
2332
  "subject": "@payload.subject",
2332
- "body": "@payload.body",
2333
2333
  "sender": "alerts@example.com",
2334
- "recipient": "@payload.recipient"
2334
+ "body": "@payload.body"
2335
2335
  }
2336
2336
  ]
2337
2337
  ]
@@ -2432,33 +2432,33 @@
2432
2432
  "name": "LogEntryAppLayout",
2433
2433
  "linkedEntity": "LogEntry",
2434
2434
  "config": {
2435
- "notifications": [],
2435
+ "contentTrait": "@trait.LogCatalog",
2436
+ "appName": "DevOps Dashboard",
2437
+ "searchEvent": "LOG_SEARCH",
2436
2438
  "navItems": [
2437
2439
  {
2440
+ "icon": "server",
2438
2441
  "label": "Services",
2439
- "href": "/services",
2440
- "icon": "server"
2442
+ "href": "/services"
2441
2443
  },
2442
2444
  {
2443
2445
  "href": "/alerts",
2444
- "icon": "bell",
2445
- "label": "Alerts"
2446
+ "label": "Alerts",
2447
+ "icon": "bell"
2446
2448
  },
2447
2449
  {
2448
- "label": "Logs",
2449
2450
  "href": "/logs",
2450
- "icon": "terminal"
2451
+ "icon": "terminal",
2452
+ "label": "Logs"
2451
2453
  },
2452
2454
  {
2453
2455
  "icon": "layout-list",
2454
- "label": "Metrics",
2455
- "href": "/metrics"
2456
+ "href": "/metrics",
2457
+ "label": "Metrics"
2456
2458
  }
2457
2459
  ],
2458
- "appName": "DevOps Dashboard",
2459
- "searchEvent": "LOG_SEARCH",
2460
- "notificationClickEvent": "LOG_NOTIFICATIONS_OPEN",
2461
- "contentTrait": "@trait.LogCatalog"
2460
+ "notifications": [],
2461
+ "notificationClickEvent": "LOG_NOTIFICATIONS_OPEN"
2462
2462
  },
2463
2463
  "events": {
2464
2464
  "SEARCH": "LOG_SEARCH",
@@ -2491,14 +2491,20 @@
2491
2491
  "render-ui",
2492
2492
  "main",
2493
2493
  {
2494
+ "gap": "lg",
2495
+ "type": "stack",
2494
2496
  "children": [
2495
2497
  {
2498
+ "type": "stack",
2499
+ "direction": "horizontal",
2500
+ "justify": "between",
2501
+ "align": "center",
2496
2502
  "children": [
2497
2503
  {
2504
+ "direction": "horizontal",
2498
2505
  "gap": "sm",
2499
2506
  "align": "center",
2500
2507
  "type": "stack",
2501
- "direction": "horizontal",
2502
2508
  "children": [
2503
2509
  {
2504
2510
  "name": "terminal",
@@ -2506,26 +2512,20 @@
2506
2512
  },
2507
2513
  {
2508
2514
  "type": "typography",
2509
- "variant": "h2",
2510
- "content": "Logs"
2515
+ "content": "Logs",
2516
+ "variant": "h2"
2511
2517
  }
2512
2518
  ]
2513
2519
  }
2514
2520
  ],
2515
- "justify": "between",
2516
- "gap": "md",
2517
- "type": "stack",
2518
- "direction": "horizontal",
2519
- "align": "center"
2521
+ "gap": "md"
2520
2522
  },
2521
2523
  {
2522
2524
  "type": "divider"
2523
2525
  },
2524
2526
  "@trait.LogBrowseList"
2525
2527
  ],
2526
- "gap": "lg",
2527
- "direction": "vertical",
2528
- "type": "stack"
2528
+ "direction": "vertical"
2529
2529
  }
2530
2530
  ]
2531
2531
  ]
@@ -2539,7 +2539,6 @@
2539
2539
  "name": "LogBrowseList",
2540
2540
  "linkedEntity": "LogEntry",
2541
2541
  "config": {
2542
- "cols": 1.0,
2543
2542
  "gap": "sm",
2544
2543
  "fields": [
2545
2544
  {
@@ -2547,20 +2546,21 @@
2547
2546
  "name": "level"
2548
2547
  },
2549
2548
  {
2550
- "icon": "file-text",
2551
2549
  "name": "message",
2552
- "variant": "body"
2550
+ "variant": "body",
2551
+ "icon": "file-text"
2553
2552
  },
2554
2553
  {
2555
2554
  "name": "service",
2556
2555
  "variant": "caption"
2557
2556
  },
2558
2557
  {
2559
- "variant": "caption",
2560
2558
  "format": "date",
2559
+ "variant": "caption",
2561
2560
  "name": "timestamp"
2562
2561
  }
2563
2562
  ],
2563
+ "cols": 1.0,
2564
2564
  "variant": "dense"
2565
2565
  }
2566
2566
  }
@@ -2638,21 +2638,16 @@
2638
2638
  "name": "SystemMetricAppLayout",
2639
2639
  "linkedEntity": "SystemMetric",
2640
2640
  "config": {
2641
- "appName": "DevOps Dashboard",
2642
- "searchEvent": "SYSTEM_METRIC_SEARCH",
2643
- "contentTrait": "@trait.SystemMetricDisplay",
2644
- "notificationClickEvent": "SYSTEM_METRIC_NOTIFICATIONS_OPEN",
2645
- "notifications": [],
2646
2641
  "navItems": [
2647
2642
  {
2648
- "label": "Services",
2649
2643
  "href": "/services",
2644
+ "label": "Services",
2650
2645
  "icon": "server"
2651
2646
  },
2652
2647
  {
2653
- "icon": "bell",
2648
+ "href": "/alerts",
2654
2649
  "label": "Alerts",
2655
- "href": "/alerts"
2650
+ "icon": "bell"
2656
2651
  },
2657
2652
  {
2658
2653
  "label": "Logs",
@@ -2660,15 +2655,20 @@
2660
2655
  "icon": "terminal"
2661
2656
  },
2662
2657
  {
2663
- "href": "/metrics",
2658
+ "label": "Metrics",
2664
2659
  "icon": "layout-list",
2665
- "label": "Metrics"
2660
+ "href": "/metrics"
2666
2661
  }
2667
- ]
2662
+ ],
2663
+ "contentTrait": "@trait.SystemMetricDisplay",
2664
+ "searchEvent": "SYSTEM_METRIC_SEARCH",
2665
+ "notificationClickEvent": "SYSTEM_METRIC_NOTIFICATIONS_OPEN",
2666
+ "notifications": [],
2667
+ "appName": "DevOps Dashboard"
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,31 +2676,31 @@
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
- "name": "name",
2683
2683
  "label": "Metric",
2684
- "variant": "h4"
2684
+ "variant": "h4",
2685
+ "name": "name"
2685
2686
  },
2686
2687
  {
2687
- "format": "number",
2688
2688
  "variant": "h3",
2689
2689
  "name": "value",
2690
- "label": "Value"
2690
+ "label": "Value",
2691
+ "format": "number"
2691
2692
  },
2692
2693
  {
2693
2694
  "name": "unit",
2694
- "label": "Unit",
2695
- "variant": "caption"
2695
+ "variant": "caption",
2696
+ "label": "Unit"
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
  {
@@ -2730,13 +2730,13 @@
2730
2730
  "main",
2731
2731
  {
2732
2732
  "direction": "vertical",
2733
+ "type": "stack",
2734
+ "gap": "lg",
2733
2735
  "className": "max-w-6xl mx-auto w-full p-4",
2734
2736
  "children": [
2735
2737
  {
2736
2738
  "type": "stack",
2737
2739
  "gap": "sm",
2738
- "direction": "horizontal",
2739
- "align": "center",
2740
2740
  "children": [
2741
2741
  {
2742
2742
  "type": "icon",
@@ -2744,23 +2744,23 @@
2744
2744
  },
2745
2745
  {
2746
2746
  "type": "typography",
2747
- "content": "System Metrics",
2748
- "variant": "h2"
2747
+ "variant": "h2",
2748
+ "content": "System Metrics"
2749
2749
  }
2750
- ]
2750
+ ],
2751
+ "direction": "horizontal",
2752
+ "align": "center"
2751
2753
  },
2752
2754
  {
2753
2755
  "type": "divider"
2754
2756
  },
2755
2757
  {
2758
+ "content": "Recent",
2756
2759
  "type": "typography",
2757
- "variant": "h3",
2758
- "content": "Recent"
2760
+ "variant": "h3"
2759
2761
  },
2760
2762
  "@trait.SystemMetricsBrowse"
2761
- ],
2762
- "gap": "lg",
2763
- "type": "stack"
2763
+ ]
2764
2764
  }
2765
2765
  ]
2766
2766
  ]
@@ -2789,4 +2789,4 @@
2789
2789
  ]
2790
2790
  }
2791
2791
  ]
2792
- }
2792
+ }