@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
@@ -107,42 +107,42 @@
107
107
  "ref": "AppShell.traits.AppLayout",
108
108
  "name": "InventoryAppLayout",
109
109
  "config": {
110
- "contentTrait": "@trait.InventoryCatalog",
111
- "appName": "Inventory",
110
+ "notificationClickEvent": "INVENTORY_NOTIFICATIONS_OPEN",
112
111
  "searchEvent": "INVENTORY_SEARCH",
113
112
  "navItems": [
114
113
  {
115
- "label": "Items",
116
114
  "icon": "package",
115
+ "label": "Items",
117
116
  "href": "/inventory"
118
117
  },
119
118
  {
120
- "href": "/stock-adjustments",
121
- "label": "Adjustments",
122
- "icon": "sliders"
123
- },
124
- {
119
+ "icon": "package",
125
120
  "label": "Stock Levels",
126
- "href": "/stock",
127
- "icon": "layers"
121
+ "href": "/stock-levels"
128
122
  },
129
123
  {
130
- "icon": "warehouse",
131
124
  "label": "Warehouses",
125
+ "icon": "warehouse",
132
126
  "href": "/warehouses"
133
127
  },
134
128
  {
129
+ "icon": "refresh-ccw",
135
130
  "label": "Reorder Rules",
136
- "href": "/reorder-rules",
137
- "icon": "repeat"
131
+ "href": "/reorder-rules"
132
+ },
133
+ {
134
+ "icon": "edit",
135
+ "href": "/adjustments",
136
+ "label": "Adjustments"
138
137
  }
139
138
  ],
139
+ "appName": "Inventory Management",
140
140
  "notifications": [],
141
- "notificationClickEvent": "INVENTORY_NOTIFICATIONS_OPEN"
141
+ "contentTrait": "@trait.InventoryCatalog"
142
142
  },
143
143
  "events": {
144
- "NOTIFY_CLICK": "INVENTORY_NOTIFICATIONS_OPEN",
145
- "SEARCH": "INVENTORY_SEARCH"
144
+ "SEARCH": "INVENTORY_SEARCH",
145
+ "NOTIFY_CLICK": "INVENTORY_NOTIFICATIONS_OPEN"
146
146
  }
147
147
  },
148
148
  {
@@ -226,58 +226,59 @@
226
226
  "main",
227
227
  {
228
228
  "type": "stack",
229
+ "direction": "vertical",
229
230
  "children": [
230
231
  {
232
+ "gap": "md",
233
+ "type": "stack",
234
+ "direction": "horizontal",
235
+ "justify": "between",
236
+ "align": "center",
231
237
  "children": [
232
238
  {
233
- "align": "center",
234
239
  "direction": "horizontal",
240
+ "gap": "sm",
241
+ "type": "stack",
235
242
  "children": [
236
243
  {
237
244
  "type": "icon",
238
245
  "name": "package"
239
246
  },
240
247
  {
248
+ "type": "typography",
241
249
  "content": "Inventory Items",
242
- "variant": "h2",
243
- "type": "typography"
250
+ "variant": "h2"
244
251
  }
245
252
  ],
246
- "gap": "sm",
247
- "type": "stack"
253
+ "align": "center"
248
254
  },
249
255
  {
250
- "direction": "horizontal",
251
256
  "type": "stack",
257
+ "direction": "horizontal",
252
258
  "gap": "sm",
253
259
  "children": [
254
260
  {
261
+ "icon": "plus",
262
+ "label": "New Item",
255
263
  "action": "CREATE",
256
264
  "variant": "primary",
257
- "label": "New Item",
258
- "icon": "plus",
259
265
  "type": "button"
260
266
  }
261
267
  ]
262
268
  }
263
- ],
264
- "justify": "between",
265
- "align": "center",
266
- "direction": "horizontal",
267
- "type": "stack",
268
- "gap": "md"
269
+ ]
269
270
  },
270
271
  {
271
272
  "type": "divider"
272
273
  },
273
274
  {
275
+ "type": "stack",
276
+ "gap": "md",
277
+ "direction": "horizontal",
274
278
  "children": [
275
279
  "@trait.InventorySearch",
276
280
  "@trait.InventoryFilter"
277
281
  ],
278
- "direction": "horizontal",
279
- "gap": "md",
280
- "type": "stack",
281
282
  "align": "center"
282
283
  },
283
284
  "@trait.InventoryStats",
@@ -287,7 +288,6 @@
287
288
  },
288
289
  "@trait.InventoryBrowseList"
289
290
  ],
290
- "direction": "vertical",
291
291
  "gap": "lg"
292
292
  }
293
293
  ]
@@ -307,34 +307,34 @@
307
307
  "render-ui",
308
308
  "main",
309
309
  {
310
- "align": "center",
310
+ "type": "stack",
311
311
  "direction": "vertical",
312
- "gap": "md",
312
+ "align": "center",
313
313
  "children": [
314
314
  {
315
- "type": "icon",
316
- "name": "bell"
315
+ "name": "bell",
316
+ "type": "icon"
317
317
  },
318
318
  {
319
319
  "content": "No notifications",
320
- "variant": "h3",
321
- "type": "typography"
320
+ "type": "typography",
321
+ "variant": "h3"
322
322
  },
323
323
  {
324
+ "color": "muted",
324
325
  "type": "typography",
325
326
  "variant": "caption",
326
- "color": "muted",
327
327
  "content": "You're all caught up."
328
328
  },
329
329
  {
330
330
  "label": "Back to inventory",
331
- "action": "INIT",
332
331
  "type": "button",
333
- "variant": "ghost"
332
+ "variant": "ghost",
333
+ "action": "INIT"
334
334
  }
335
335
  ],
336
- "className": "py-8",
337
- "type": "stack"
336
+ "gap": "md",
337
+ "className": "py-8"
338
338
  }
339
339
  ]
340
340
  ]
@@ -358,13 +358,13 @@
358
358
  "filters": [
359
359
  {
360
360
  "field": "status",
361
- "label": "Status",
362
- "filterType": "select",
363
361
  "options": [
364
362
  "active",
365
363
  "discontinued",
366
364
  "draft"
367
- ]
365
+ ],
366
+ "label": "Status",
367
+ "filterType": "select"
368
368
  }
369
369
  ],
370
370
  "event": "INVENTORY_FILTER"
@@ -374,20 +374,20 @@
374
374
  "ref": "Stats.traits.StatsItemStats",
375
375
  "name": "InventoryStats",
376
376
  "config": {
377
+ "title": "Inventory",
377
378
  "metrics": [
378
379
  {
380
+ "variant": "primary",
379
381
  "icon": "package",
380
382
  "aggregation": "count",
381
383
  "format": "number",
382
- "variant": "primary",
383
384
  "label": "Total SKUs"
384
385
  },
385
386
  {
386
- "icon": "check-circle",
387
387
  "aggregation": "count",
388
- "format": "number",
389
- "variant": "success",
390
388
  "label": "Active",
389
+ "variant": "success",
390
+ "icon": "check-circle",
391
391
  "filter": [
392
392
  "fn",
393
393
  "row",
@@ -396,12 +396,15 @@
396
396
  "@row.status",
397
397
  "active"
398
398
  ]
399
- ]
399
+ ],
400
+ "format": "number"
400
401
  },
401
402
  {
402
403
  "icon": "circle-off",
404
+ "aggregation": "count",
403
405
  "variant": "warning",
404
406
  "format": "number",
407
+ "label": "Discontinued",
405
408
  "filter": [
406
409
  "fn",
407
410
  "row",
@@ -410,12 +413,9 @@
410
413
  "@row.status",
411
414
  "discontinued"
412
415
  ]
413
- ],
414
- "aggregation": "count",
415
- "label": "Discontinued"
416
+ ]
416
417
  }
417
- ],
418
- "title": "Inventory"
418
+ ]
419
419
  },
420
420
  "listens": [
421
421
  {
@@ -432,13 +432,13 @@
432
432
  "ref": "Graphs.traits.GraphItemGraph",
433
433
  "name": "InventoryGraphs",
434
434
  "config": {
435
- "showLegend": false,
436
- "chartType": "bar",
435
+ "title": "Items by Category",
436
+ "aggregation": "count",
437
437
  "subtitle": "SKU distribution across categories",
438
- "categoryField": "category",
439
438
  "height": 240.0,
440
- "title": "Items by Category",
441
- "aggregation": "count"
439
+ "showLegend": false,
440
+ "categoryField": "category",
441
+ "chartType": "bar"
442
442
  },
443
443
  "listens": [
444
444
  {
@@ -456,46 +456,46 @@
456
456
  "name": "InventoryBrowseList",
457
457
  "linkedEntity": "InventoryItem",
458
458
  "config": {
459
- "gap": "sm",
460
- "cols": 1.0,
461
- "itemActions": [
462
- {
463
- "event": "VIEW",
464
- "label": "View",
465
- "variant": "ghost"
466
- },
467
- {
468
- "label": "Edit",
469
- "event": "EDIT",
470
- "variant": "ghost"
471
- },
472
- {
473
- "event": "DELETE",
474
- "label": "Delete",
475
- "variant": "danger"
476
- }
477
- ],
478
459
  "fields": [
479
460
  {
480
- "name": "sku",
461
+ "icon": "tag",
481
462
  "variant": "h4",
482
- "icon": "tag"
463
+ "name": "sku"
483
464
  },
484
465
  {
485
466
  "name": "name",
486
467
  "variant": "body"
487
468
  },
488
469
  {
489
- "variant": "caption",
490
- "name": "category"
470
+ "name": "category",
471
+ "variant": "caption"
491
472
  },
492
473
  {
493
474
  "name": "status",
494
475
  "variant": "badge"
495
476
  },
496
477
  {
497
- "variant": "caption",
498
- "name": "defaultUnitCost"
478
+ "name": "defaultUnitCost",
479
+ "variant": "caption"
480
+ }
481
+ ],
482
+ "cols": 1.0,
483
+ "gap": "sm",
484
+ "itemActions": [
485
+ {
486
+ "event": "VIEW",
487
+ "label": "View",
488
+ "variant": "ghost"
489
+ },
490
+ {
491
+ "label": "Edit",
492
+ "event": "EDIT",
493
+ "variant": "ghost"
494
+ },
495
+ {
496
+ "event": "DELETE",
497
+ "variant": "danger",
498
+ "label": "Delete"
499
499
  }
500
500
  ]
501
501
  },
@@ -547,6 +547,8 @@
547
547
  "name": "InventoryCreate",
548
548
  "linkedEntity": "InventoryItem",
549
549
  "config": {
550
+ "mode": "create",
551
+ "title": "New Item",
550
552
  "fields": [
551
553
  "sku",
552
554
  "name",
@@ -554,9 +556,7 @@
554
556
  "defaultUnitCost",
555
557
  "status"
556
558
  ],
557
- "icon": "plus-circle",
558
- "mode": "create",
559
- "title": "New Item"
559
+ "icon": "plus-circle"
560
560
  },
561
561
  "events": {
562
562
  "OPEN": "CREATE"
@@ -577,7 +577,6 @@
577
577
  "name": "InventoryEdit",
578
578
  "linkedEntity": "InventoryItem",
579
579
  "config": {
580
- "mode": "edit",
581
580
  "fields": [
582
581
  "sku",
583
582
  "name",
@@ -585,6 +584,7 @@
585
584
  "defaultUnitCost",
586
585
  "status"
587
586
  ],
587
+ "mode": "edit",
588
588
  "icon": "edit",
589
589
  "title": "Edit Item"
590
590
  },
@@ -614,9 +614,9 @@
614
614
  "defaultUnitCost",
615
615
  "status"
616
616
  ],
617
- "title": "View Item",
618
617
  "icon": "eye",
619
- "mode": "edit"
618
+ "mode": "edit",
619
+ "title": "View Item"
620
620
  },
621
621
  "events": {
622
622
  "OPEN": "VIEW"
@@ -643,8 +643,8 @@
643
643
  "confirmLabel": "Delete"
644
644
  },
645
645
  "events": {
646
- "REQUEST": "DELETE",
647
- "CONFIRM": "CONFIRM_DELETE"
646
+ "CONFIRM": "CONFIRM_DELETE",
647
+ "REQUEST": "DELETE"
648
648
  },
649
649
  "listens": [
650
650
  {
@@ -885,6 +885,808 @@
885
885
  ]
886
886
  }
887
887
  ]
888
+ },
889
+ {
890
+ "name": "StockLevelPanelOrbital",
891
+ "uses": [
892
+ {
893
+ "from": "std/behaviors/std-app-layout",
894
+ "as": "AppShell"
895
+ },
896
+ {
897
+ "from": "std/behaviors/std-stock-level",
898
+ "as": "StockLevel"
899
+ }
900
+ ],
901
+ "entity": {
902
+ "name": "StockLevel",
903
+ "collection": "stocklevels",
904
+ "persistence": "persistent",
905
+ "fields": [
906
+ {
907
+ "name": "id",
908
+ "type": "string",
909
+ "required": true
910
+ },
911
+ {
912
+ "name": "sku",
913
+ "type": "string",
914
+ "required": true
915
+ },
916
+ {
917
+ "name": "productName",
918
+ "type": "string",
919
+ "default": ""
920
+ },
921
+ {
922
+ "name": "locationId",
923
+ "type": "string",
924
+ "default": ""
925
+ },
926
+ {
927
+ "name": "onHand",
928
+ "type": "number",
929
+ "default": 0.0
930
+ },
931
+ {
932
+ "name": "reserved",
933
+ "type": "number",
934
+ "default": 0.0
935
+ },
936
+ {
937
+ "name": "reorderPoint",
938
+ "type": "number",
939
+ "default": 0.0
940
+ },
941
+ {
942
+ "name": "lastCounted",
943
+ "type": "string",
944
+ "default": ""
945
+ }
946
+ ]
947
+ },
948
+ "traits": [
949
+ {
950
+ "ref": "AppShell.traits.AppLayout",
951
+ "name": "StockLevelAppLayout",
952
+ "config": {
953
+ "notifications": [],
954
+ "navItems": [
955
+ {
956
+ "label": "Items",
957
+ "href": "/inventory",
958
+ "icon": "package"
959
+ },
960
+ {
961
+ "href": "/stock-levels",
962
+ "icon": "package",
963
+ "label": "Stock Levels"
964
+ },
965
+ {
966
+ "href": "/warehouses",
967
+ "label": "Warehouses",
968
+ "icon": "warehouse"
969
+ },
970
+ {
971
+ "href": "/reorder-rules",
972
+ "icon": "refresh-ccw",
973
+ "label": "Reorder Rules"
974
+ },
975
+ {
976
+ "icon": "edit",
977
+ "label": "Adjustments",
978
+ "href": "/adjustments"
979
+ }
980
+ ],
981
+ "searchEvent": "STOCK_LEVEL_SEARCH",
982
+ "contentTrait": "@trait.StockLevelPanel",
983
+ "appName": "Inventory Management",
984
+ "notificationClickEvent": "STOCK_LEVEL_NOTIFICATIONS_OPEN"
985
+ },
986
+ "events": {
987
+ "NOTIFY_CLICK": "STOCK_LEVEL_NOTIFICATIONS_OPEN",
988
+ "SEARCH": "STOCK_LEVEL_SEARCH"
989
+ }
990
+ },
991
+ {
992
+ "name": "StockLevelPanel",
993
+ "category": "interaction",
994
+ "stateMachine": {
995
+ "states": [
996
+ {
997
+ "name": "composing",
998
+ "isInitial": true
999
+ }
1000
+ ],
1001
+ "events": [
1002
+ {
1003
+ "key": "INIT",
1004
+ "name": "Initialize"
1005
+ }
1006
+ ],
1007
+ "transitions": [
1008
+ {
1009
+ "from": "composing",
1010
+ "to": "composing",
1011
+ "event": "INIT",
1012
+ "effects": [
1013
+ [
1014
+ "render-ui",
1015
+ "main",
1016
+ {
1017
+ "direction": "vertical",
1018
+ "className": "max-w-6xl mx-auto w-full p-4",
1019
+ "type": "stack",
1020
+ "gap": "lg",
1021
+ "children": [
1022
+ {
1023
+ "type": "stack",
1024
+ "gap": "sm",
1025
+ "direction": "horizontal",
1026
+ "children": [
1027
+ {
1028
+ "type": "icon",
1029
+ "name": "package"
1030
+ },
1031
+ {
1032
+ "content": "Stock Levels",
1033
+ "variant": "h2",
1034
+ "type": "typography"
1035
+ }
1036
+ ],
1037
+ "align": "center"
1038
+ },
1039
+ {
1040
+ "type": "divider"
1041
+ },
1042
+ "@trait.StockLevelView"
1043
+ ]
1044
+ }
1045
+ ]
1046
+ ]
1047
+ }
1048
+ ]
1049
+ },
1050
+ "scope": "instance"
1051
+ },
1052
+ {
1053
+ "ref": "StockLevel.traits.StockLevelLedger",
1054
+ "name": "StockLevelView",
1055
+ "config": {
1056
+ "title": "Stock Levels"
1057
+ }
1058
+ }
1059
+ ],
1060
+ "pages": [
1061
+ {
1062
+ "name": "StockLevelsPage",
1063
+ "path": "/stock-levels",
1064
+ "traits": [
1065
+ {
1066
+ "ref": "StockLevelAppLayout"
1067
+ },
1068
+ {
1069
+ "ref": "StockLevelPanel"
1070
+ },
1071
+ {
1072
+ "ref": "StockLevelView"
1073
+ }
1074
+ ]
1075
+ }
1076
+ ]
1077
+ },
1078
+ {
1079
+ "name": "WarehousePanelOrbital",
1080
+ "uses": [
1081
+ {
1082
+ "from": "std/behaviors/std-app-layout",
1083
+ "as": "AppShell"
1084
+ },
1085
+ {
1086
+ "from": "std/behaviors/std-warehouse",
1087
+ "as": "Warehouse"
1088
+ }
1089
+ ],
1090
+ "entity": {
1091
+ "name": "Warehouse",
1092
+ "collection": "warehouses",
1093
+ "persistence": "persistent",
1094
+ "fields": [
1095
+ {
1096
+ "name": "id",
1097
+ "type": "string",
1098
+ "required": true
1099
+ },
1100
+ {
1101
+ "name": "name",
1102
+ "type": "string",
1103
+ "required": true
1104
+ },
1105
+ {
1106
+ "name": "code",
1107
+ "type": "string",
1108
+ "default": ""
1109
+ },
1110
+ {
1111
+ "name": "address",
1112
+ "type": "string",
1113
+ "default": ""
1114
+ },
1115
+ {
1116
+ "name": "type",
1117
+ "type": "string",
1118
+ "default": "warehouse",
1119
+ "values": [
1120
+ "warehouse",
1121
+ "store",
1122
+ "transit"
1123
+ ]
1124
+ },
1125
+ {
1126
+ "name": "isActive",
1127
+ "type": "boolean",
1128
+ "default": true
1129
+ },
1130
+ {
1131
+ "name": "totalSkus",
1132
+ "type": "number",
1133
+ "default": 0.0
1134
+ }
1135
+ ]
1136
+ },
1137
+ "traits": [
1138
+ {
1139
+ "ref": "AppShell.traits.AppLayout",
1140
+ "name": "WarehouseAppLayout",
1141
+ "config": {
1142
+ "notifications": [],
1143
+ "navItems": [
1144
+ {
1145
+ "label": "Items",
1146
+ "icon": "package",
1147
+ "href": "/inventory"
1148
+ },
1149
+ {
1150
+ "icon": "package",
1151
+ "label": "Stock Levels",
1152
+ "href": "/stock-levels"
1153
+ },
1154
+ {
1155
+ "label": "Warehouses",
1156
+ "href": "/warehouses",
1157
+ "icon": "warehouse"
1158
+ },
1159
+ {
1160
+ "icon": "refresh-ccw",
1161
+ "label": "Reorder Rules",
1162
+ "href": "/reorder-rules"
1163
+ },
1164
+ {
1165
+ "label": "Adjustments",
1166
+ "icon": "edit",
1167
+ "href": "/adjustments"
1168
+ }
1169
+ ],
1170
+ "appName": "Inventory Management",
1171
+ "contentTrait": "@trait.WarehousePanel",
1172
+ "searchEvent": "WAREHOUSE_SEARCH",
1173
+ "notificationClickEvent": "WAREHOUSE_NOTIFICATIONS_OPEN"
1174
+ },
1175
+ "events": {
1176
+ "SEARCH": "WAREHOUSE_SEARCH",
1177
+ "NOTIFY_CLICK": "WAREHOUSE_NOTIFICATIONS_OPEN"
1178
+ }
1179
+ },
1180
+ {
1181
+ "name": "WarehousePanel",
1182
+ "category": "interaction",
1183
+ "stateMachine": {
1184
+ "states": [
1185
+ {
1186
+ "name": "composing",
1187
+ "isInitial": true
1188
+ }
1189
+ ],
1190
+ "events": [
1191
+ {
1192
+ "key": "INIT",
1193
+ "name": "Initialize"
1194
+ }
1195
+ ],
1196
+ "transitions": [
1197
+ {
1198
+ "from": "composing",
1199
+ "to": "composing",
1200
+ "event": "INIT",
1201
+ "effects": [
1202
+ [
1203
+ "render-ui",
1204
+ "main",
1205
+ {
1206
+ "className": "max-w-6xl mx-auto w-full p-4",
1207
+ "gap": "lg",
1208
+ "children": [
1209
+ {
1210
+ "children": [
1211
+ {
1212
+ "type": "icon",
1213
+ "name": "warehouse"
1214
+ },
1215
+ {
1216
+ "variant": "h2",
1217
+ "type": "typography",
1218
+ "content": "Warehouses"
1219
+ }
1220
+ ],
1221
+ "gap": "sm",
1222
+ "direction": "horizontal",
1223
+ "align": "center",
1224
+ "type": "stack"
1225
+ },
1226
+ {
1227
+ "type": "divider"
1228
+ },
1229
+ "@trait.WarehouseView"
1230
+ ],
1231
+ "direction": "vertical",
1232
+ "type": "stack"
1233
+ }
1234
+ ]
1235
+ ]
1236
+ }
1237
+ ]
1238
+ },
1239
+ "scope": "instance"
1240
+ },
1241
+ {
1242
+ "ref": "Warehouse.traits.WarehouseDirectory",
1243
+ "name": "WarehouseView",
1244
+ "config": {
1245
+ "title": "Locations"
1246
+ }
1247
+ }
1248
+ ],
1249
+ "pages": [
1250
+ {
1251
+ "name": "WarehousesPage",
1252
+ "path": "/warehouses",
1253
+ "traits": [
1254
+ {
1255
+ "ref": "WarehouseAppLayout"
1256
+ },
1257
+ {
1258
+ "ref": "WarehousePanel"
1259
+ },
1260
+ {
1261
+ "ref": "WarehouseView"
1262
+ }
1263
+ ]
1264
+ }
1265
+ ]
1266
+ },
1267
+ {
1268
+ "name": "ReorderRulePanelOrbital",
1269
+ "uses": [
1270
+ {
1271
+ "from": "std/behaviors/std-app-layout",
1272
+ "as": "AppShell"
1273
+ },
1274
+ {
1275
+ "from": "std/behaviors/std-reorder-rule",
1276
+ "as": "ReorderRule"
1277
+ }
1278
+ ],
1279
+ "entity": {
1280
+ "name": "ReorderRule",
1281
+ "collection": "reorderrules",
1282
+ "persistence": "persistent",
1283
+ "fields": [
1284
+ {
1285
+ "name": "id",
1286
+ "type": "string",
1287
+ "required": true
1288
+ },
1289
+ {
1290
+ "name": "sku",
1291
+ "type": "string",
1292
+ "required": true
1293
+ },
1294
+ {
1295
+ "name": "locationId",
1296
+ "type": "string",
1297
+ "default": ""
1298
+ },
1299
+ {
1300
+ "name": "thresholdQty",
1301
+ "type": "number",
1302
+ "default": 0.0
1303
+ },
1304
+ {
1305
+ "name": "reorderQty",
1306
+ "type": "number",
1307
+ "default": 0.0
1308
+ },
1309
+ {
1310
+ "name": "vendor",
1311
+ "type": "string",
1312
+ "default": ""
1313
+ },
1314
+ {
1315
+ "name": "leadTimeDays",
1316
+ "type": "number",
1317
+ "default": 0.0
1318
+ },
1319
+ {
1320
+ "name": "isActive",
1321
+ "type": "boolean",
1322
+ "default": true
1323
+ }
1324
+ ]
1325
+ },
1326
+ "traits": [
1327
+ {
1328
+ "ref": "AppShell.traits.AppLayout",
1329
+ "name": "ReorderRuleAppLayout",
1330
+ "config": {
1331
+ "notifications": [],
1332
+ "notificationClickEvent": "REORDER_RULE_NOTIFICATIONS_OPEN",
1333
+ "contentTrait": "@trait.ReorderRulePanel",
1334
+ "searchEvent": "REORDER_RULE_SEARCH",
1335
+ "navItems": [
1336
+ {
1337
+ "icon": "package",
1338
+ "label": "Items",
1339
+ "href": "/inventory"
1340
+ },
1341
+ {
1342
+ "label": "Stock Levels",
1343
+ "href": "/stock-levels",
1344
+ "icon": "package"
1345
+ },
1346
+ {
1347
+ "href": "/warehouses",
1348
+ "icon": "warehouse",
1349
+ "label": "Warehouses"
1350
+ },
1351
+ {
1352
+ "icon": "refresh-ccw",
1353
+ "href": "/reorder-rules",
1354
+ "label": "Reorder Rules"
1355
+ },
1356
+ {
1357
+ "href": "/adjustments",
1358
+ "label": "Adjustments",
1359
+ "icon": "edit"
1360
+ }
1361
+ ],
1362
+ "appName": "Inventory Management"
1363
+ },
1364
+ "events": {
1365
+ "NOTIFY_CLICK": "REORDER_RULE_NOTIFICATIONS_OPEN",
1366
+ "SEARCH": "REORDER_RULE_SEARCH"
1367
+ }
1368
+ },
1369
+ {
1370
+ "name": "ReorderRulePanel",
1371
+ "category": "interaction",
1372
+ "stateMachine": {
1373
+ "states": [
1374
+ {
1375
+ "name": "composing",
1376
+ "isInitial": true
1377
+ }
1378
+ ],
1379
+ "events": [
1380
+ {
1381
+ "key": "INIT",
1382
+ "name": "Initialize"
1383
+ }
1384
+ ],
1385
+ "transitions": [
1386
+ {
1387
+ "from": "composing",
1388
+ "to": "composing",
1389
+ "event": "INIT",
1390
+ "effects": [
1391
+ [
1392
+ "render-ui",
1393
+ "main",
1394
+ {
1395
+ "gap": "lg",
1396
+ "type": "stack",
1397
+ "direction": "vertical",
1398
+ "className": "max-w-6xl mx-auto w-full p-4",
1399
+ "children": [
1400
+ {
1401
+ "children": [
1402
+ {
1403
+ "type": "icon",
1404
+ "name": "refresh-ccw"
1405
+ },
1406
+ {
1407
+ "variant": "h2",
1408
+ "type": "typography",
1409
+ "content": "Reorder Rules"
1410
+ }
1411
+ ],
1412
+ "gap": "sm",
1413
+ "align": "center",
1414
+ "type": "stack",
1415
+ "direction": "horizontal"
1416
+ },
1417
+ {
1418
+ "type": "divider"
1419
+ },
1420
+ "@trait.ReorderRuleView"
1421
+ ]
1422
+ }
1423
+ ]
1424
+ ]
1425
+ }
1426
+ ]
1427
+ },
1428
+ "scope": "instance"
1429
+ },
1430
+ {
1431
+ "ref": "ReorderRule.traits.ReorderRuleManager",
1432
+ "name": "ReorderRuleView",
1433
+ "config": {
1434
+ "title": "Reorder Rules"
1435
+ }
1436
+ }
1437
+ ],
1438
+ "pages": [
1439
+ {
1440
+ "name": "ReorderRulesPage",
1441
+ "path": "/reorder-rules",
1442
+ "traits": [
1443
+ {
1444
+ "ref": "ReorderRuleAppLayout"
1445
+ },
1446
+ {
1447
+ "ref": "ReorderRulePanel"
1448
+ },
1449
+ {
1450
+ "ref": "ReorderRuleView"
1451
+ }
1452
+ ]
1453
+ }
1454
+ ]
1455
+ },
1456
+ {
1457
+ "name": "StockAdjustmentPanelOrbital",
1458
+ "uses": [
1459
+ {
1460
+ "from": "std/behaviors/std-app-layout",
1461
+ "as": "AppShell"
1462
+ },
1463
+ {
1464
+ "from": "std/behaviors/std-stock-adjustment",
1465
+ "as": "StockAdjustment"
1466
+ }
1467
+ ],
1468
+ "entity": {
1469
+ "name": "StockAdjustment",
1470
+ "collection": "stockadjustments",
1471
+ "persistence": "persistent",
1472
+ "fields": [
1473
+ {
1474
+ "name": "id",
1475
+ "type": "string",
1476
+ "required": true
1477
+ },
1478
+ {
1479
+ "name": "stockLevelId",
1480
+ "type": "string",
1481
+ "required": true
1482
+ },
1483
+ {
1484
+ "name": "sku",
1485
+ "type": "string",
1486
+ "default": ""
1487
+ },
1488
+ {
1489
+ "name": "name",
1490
+ "type": "string",
1491
+ "default": ""
1492
+ },
1493
+ {
1494
+ "name": "warehouseId",
1495
+ "type": "string",
1496
+ "default": ""
1497
+ },
1498
+ {
1499
+ "name": "warehouseName",
1500
+ "type": "string",
1501
+ "default": ""
1502
+ },
1503
+ {
1504
+ "name": "quantityDelta",
1505
+ "type": "number",
1506
+ "default": 0.0
1507
+ },
1508
+ {
1509
+ "name": "reason",
1510
+ "type": "string",
1511
+ "default": "manual",
1512
+ "values": [
1513
+ "manual",
1514
+ "damaged",
1515
+ "transfer_in",
1516
+ "transfer_out",
1517
+ "shrinkage",
1518
+ "recount"
1519
+ ]
1520
+ },
1521
+ {
1522
+ "name": "adjustedBy",
1523
+ "type": "string",
1524
+ "default": ""
1525
+ },
1526
+ {
1527
+ "name": "adjustedAt",
1528
+ "type": "string",
1529
+ "default": ""
1530
+ },
1531
+ {
1532
+ "name": "notes",
1533
+ "type": "string",
1534
+ "default": ""
1535
+ },
1536
+ {
1537
+ "name": "pendingId",
1538
+ "type": "string",
1539
+ "default": ""
1540
+ }
1541
+ ]
1542
+ },
1543
+ "traits": [
1544
+ {
1545
+ "ref": "AppShell.traits.AppLayout",
1546
+ "name": "StockAdjustmentAppLayout",
1547
+ "config": {
1548
+ "contentTrait": "@trait.StockAdjustmentPanel",
1549
+ "navItems": [
1550
+ {
1551
+ "icon": "package",
1552
+ "label": "Items",
1553
+ "href": "/inventory"
1554
+ },
1555
+ {
1556
+ "href": "/stock-levels",
1557
+ "icon": "package",
1558
+ "label": "Stock Levels"
1559
+ },
1560
+ {
1561
+ "label": "Warehouses",
1562
+ "href": "/warehouses",
1563
+ "icon": "warehouse"
1564
+ },
1565
+ {
1566
+ "icon": "refresh-ccw",
1567
+ "label": "Reorder Rules",
1568
+ "href": "/reorder-rules"
1569
+ },
1570
+ {
1571
+ "href": "/adjustments",
1572
+ "label": "Adjustments",
1573
+ "icon": "edit"
1574
+ }
1575
+ ],
1576
+ "notificationClickEvent": "STOCK_ADJUSTMENT_NOTIFICATIONS_OPEN",
1577
+ "appName": "Inventory Management",
1578
+ "notifications": [],
1579
+ "searchEvent": "STOCK_ADJUSTMENT_SEARCH"
1580
+ },
1581
+ "events": {
1582
+ "SEARCH": "STOCK_ADJUSTMENT_SEARCH",
1583
+ "NOTIFY_CLICK": "STOCK_ADJUSTMENT_NOTIFICATIONS_OPEN"
1584
+ }
1585
+ },
1586
+ {
1587
+ "name": "StockAdjustmentPanel",
1588
+ "category": "interaction",
1589
+ "stateMachine": {
1590
+ "states": [
1591
+ {
1592
+ "name": "composing",
1593
+ "isInitial": true
1594
+ }
1595
+ ],
1596
+ "events": [
1597
+ {
1598
+ "key": "INIT",
1599
+ "name": "Initialize"
1600
+ }
1601
+ ],
1602
+ "transitions": [
1603
+ {
1604
+ "from": "composing",
1605
+ "to": "composing",
1606
+ "event": "INIT",
1607
+ "effects": [
1608
+ [
1609
+ "render-ui",
1610
+ "main",
1611
+ {
1612
+ "type": "stack",
1613
+ "children": [
1614
+ {
1615
+ "type": "stack",
1616
+ "direction": "horizontal",
1617
+ "children": [
1618
+ {
1619
+ "name": "edit",
1620
+ "type": "icon"
1621
+ },
1622
+ {
1623
+ "type": "typography",
1624
+ "variant": "h2",
1625
+ "content": "Stock Adjustments"
1626
+ }
1627
+ ],
1628
+ "align": "center",
1629
+ "gap": "sm"
1630
+ },
1631
+ {
1632
+ "type": "divider"
1633
+ },
1634
+ "@trait.StockAdjustmentBrowse"
1635
+ ],
1636
+ "direction": "vertical",
1637
+ "gap": "lg",
1638
+ "className": "max-w-6xl mx-auto w-full p-4"
1639
+ }
1640
+ ]
1641
+ ]
1642
+ }
1643
+ ]
1644
+ },
1645
+ "scope": "instance"
1646
+ },
1647
+ {
1648
+ "ref": "StockAdjustment.traits.StockAdjustmentBrowse",
1649
+ "name": "StockAdjustmentBrowse"
1650
+ },
1651
+ {
1652
+ "ref": "StockAdjustment.traits.StockAdjustmentCreate",
1653
+ "name": "StockAdjustmentCreate"
1654
+ },
1655
+ {
1656
+ "ref": "StockAdjustment.traits.StockAdjustmentDelete",
1657
+ "name": "StockAdjustmentDelete"
1658
+ },
1659
+ {
1660
+ "ref": "StockAdjustment.traits.StockAdjustmentPersistor",
1661
+ "name": "StockAdjustmentPersistor"
1662
+ }
1663
+ ],
1664
+ "pages": [
1665
+ {
1666
+ "name": "AdjustmentsPage",
1667
+ "path": "/adjustments",
1668
+ "traits": [
1669
+ {
1670
+ "ref": "StockAdjustmentAppLayout"
1671
+ },
1672
+ {
1673
+ "ref": "StockAdjustmentPanel"
1674
+ },
1675
+ {
1676
+ "ref": "StockAdjustmentBrowse"
1677
+ },
1678
+ {
1679
+ "ref": "StockAdjustmentCreate"
1680
+ },
1681
+ {
1682
+ "ref": "StockAdjustmentDelete"
1683
+ },
1684
+ {
1685
+ "ref": "StockAdjustmentPersistor"
1686
+ }
1687
+ ]
1688
+ }
1689
+ ]
888
1690
  }
889
1691
  ]
890
- }
1692
+ }