@almadar/std 15.15.0 → 15.15.1

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 (273) hide show
  1. package/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
  2. package/behaviors/registry/app/atoms/std-applicant.orb +207 -165
  3. package/behaviors/registry/app/atoms/std-application.orb +300 -188
  4. package/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
  5. package/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
  6. package/behaviors/registry/app/atoms/std-change-order.orb +458 -194
  7. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
  8. package/behaviors/registry/app/atoms/std-checkin.orb +215 -151
  9. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
  10. package/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
  11. package/behaviors/registry/app/atoms/std-class-session.orb +321 -190
  12. package/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
  13. package/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
  14. package/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
  15. package/behaviors/registry/app/atoms/std-donor.orb +191 -156
  16. package/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
  17. package/behaviors/registry/app/atoms/std-driver.orb +440 -202
  18. package/behaviors/registry/app/atoms/std-dunning.orb +431 -167
  19. package/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
  20. package/behaviors/registry/app/atoms/std-event.orb +309 -178
  21. package/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
  22. package/behaviors/registry/app/atoms/std-health-score.orb +218 -183
  23. package/behaviors/registry/app/atoms/std-help-article.orb +425 -162
  24. package/behaviors/registry/app/atoms/std-help-category.orb +409 -166
  25. package/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
  26. package/behaviors/registry/app/atoms/std-invoice.orb +349 -211
  27. package/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
  28. package/behaviors/registry/app/atoms/std-lease.orb +411 -178
  29. package/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
  30. package/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
  31. package/behaviors/registry/app/atoms/std-matter.orb +415 -189
  32. package/behaviors/registry/app/atoms/std-membership.orb +387 -167
  33. package/behaviors/registry/app/atoms/std-menu.orb +232 -175
  34. package/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
  35. package/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
  36. package/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
  37. package/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
  38. package/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
  39. package/behaviors/registry/app/atoms/std-receipt.orb +248 -177
  40. package/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
  41. package/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
  42. package/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
  43. package/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
  44. package/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
  45. package/behaviors/registry/app/atoms/std-rfi.orb +365 -210
  46. package/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
  47. package/behaviors/registry/app/atoms/std-segment.orb +173 -139
  48. package/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
  49. package/behaviors/registry/app/atoms/std-submittal.orb +323 -166
  50. package/behaviors/registry/app/atoms/std-table-map.orb +187 -63
  51. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
  52. package/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
  53. package/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
  54. package/behaviors/registry/app/atoms/std-tenant.orb +375 -147
  55. package/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
  56. package/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
  57. package/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
  58. package/behaviors/registry/app/atoms/std-trial.orb +401 -183
  59. package/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
  60. package/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
  61. package/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
  62. package/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
  63. package/behaviors/registry/app/atoms/std-work-order.orb +374 -219
  64. package/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
  65. package/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
  66. package/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
  67. package/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
  68. package/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
  69. package/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
  70. package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
  71. package/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
  72. package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
  73. package/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
  74. package/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
  75. package/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
  76. package/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
  77. package/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
  78. package/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
  79. package/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
  80. package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
  81. package/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
  82. package/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
  83. package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
  84. package/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
  85. package/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
  86. package/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
  87. package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
  88. package/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
  89. package/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
  90. package/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
  91. package/dist/behaviors/behaviors-registry.json +2913 -156
  92. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
  93. package/dist/behaviors/registry/app/atoms/std-applicant.orb +207 -165
  94. package/dist/behaviors/registry/app/atoms/std-application.orb +300 -188
  95. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
  96. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
  97. package/dist/behaviors/registry/app/atoms/std-change-order.orb +458 -194
  98. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
  99. package/dist/behaviors/registry/app/atoms/std-checkin.orb +215 -151
  100. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
  101. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
  102. package/dist/behaviors/registry/app/atoms/std-class-session.orb +321 -190
  103. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
  104. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
  105. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
  106. package/dist/behaviors/registry/app/atoms/std-donor.orb +191 -156
  107. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
  108. package/dist/behaviors/registry/app/atoms/std-driver.orb +440 -202
  109. package/dist/behaviors/registry/app/atoms/std-dunning.orb +431 -167
  110. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
  111. package/dist/behaviors/registry/app/atoms/std-event.orb +309 -178
  112. package/dist/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
  113. package/dist/behaviors/registry/app/atoms/std-health-score.orb +218 -183
  114. package/dist/behaviors/registry/app/atoms/std-help-article.orb +425 -162
  115. package/dist/behaviors/registry/app/atoms/std-help-category.orb +409 -166
  116. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
  117. package/dist/behaviors/registry/app/atoms/std-invoice.orb +349 -211
  118. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
  119. package/dist/behaviors/registry/app/atoms/std-lease.orb +411 -178
  120. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
  121. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
  122. package/dist/behaviors/registry/app/atoms/std-matter.orb +415 -189
  123. package/dist/behaviors/registry/app/atoms/std-membership.orb +387 -167
  124. package/dist/behaviors/registry/app/atoms/std-menu.orb +232 -175
  125. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
  126. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
  127. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
  128. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
  129. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
  130. package/dist/behaviors/registry/app/atoms/std-receipt.orb +248 -177
  131. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
  132. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
  133. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
  134. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
  135. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
  136. package/dist/behaviors/registry/app/atoms/std-rfi.orb +365 -210
  137. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
  138. package/dist/behaviors/registry/app/atoms/std-segment.orb +173 -139
  139. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
  140. package/dist/behaviors/registry/app/atoms/std-submittal.orb +323 -166
  141. package/dist/behaviors/registry/app/atoms/std-table-map.orb +187 -63
  142. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
  143. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
  144. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
  145. package/dist/behaviors/registry/app/atoms/std-tenant.orb +375 -147
  146. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
  147. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
  148. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
  149. package/dist/behaviors/registry/app/atoms/std-trial.orb +401 -183
  150. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
  151. package/dist/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
  152. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
  153. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
  154. package/dist/behaviors/registry/app/atoms/std-work-order.orb +374 -219
  155. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
  156. package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
  157. package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
  158. package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
  159. package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
  160. package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
  161. package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
  162. package/dist/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
  163. package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
  164. package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
  165. package/dist/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
  166. package/dist/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
  167. package/dist/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
  168. package/dist/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
  169. package/dist/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
  170. package/dist/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
  171. package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
  172. package/dist/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
  173. package/dist/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
  174. package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
  175. package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
  176. package/dist/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
  177. package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
  178. package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
  179. package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
  180. package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
  181. package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
  182. package/dist/behaviors-registry.json +2913 -156
  183. package/dist/registry/app/atoms/std-ap-bill.orb +423 -171
  184. package/dist/registry/app/atoms/std-applicant.orb +207 -165
  185. package/dist/registry/app/atoms/std-application.orb +300 -188
  186. package/dist/registry/app/atoms/std-approval-request.orb +370 -215
  187. package/dist/registry/app/atoms/std-campaign-goal.orb +382 -167
  188. package/dist/registry/app/atoms/std-change-order.orb +458 -194
  189. package/dist/registry/app/atoms/std-chart-of-accounts.orb +201 -130
  190. package/dist/registry/app/atoms/std-checkin.orb +215 -151
  191. package/dist/registry/app/atoms/std-checkout-terminal.orb +322 -133
  192. package/dist/registry/app/atoms/std-class-roster.orb +343 -170
  193. package/dist/registry/app/atoms/std-class-session.orb +321 -190
  194. package/dist/registry/app/atoms/std-court-deadline.orb +353 -182
  195. package/dist/registry/app/atoms/std-customer-account.orb +376 -157
  196. package/dist/registry/app/atoms/std-donation-receipt.orb +214 -143
  197. package/dist/registry/app/atoms/std-donor.orb +191 -156
  198. package/dist/registry/app/atoms/std-drip-sequence.orb +409 -170
  199. package/dist/registry/app/atoms/std-driver.orb +440 -202
  200. package/dist/registry/app/atoms/std-dunning.orb +431 -167
  201. package/dist/registry/app/atoms/std-email-broadcast.orb +386 -143
  202. package/dist/registry/app/atoms/std-event.orb +309 -178
  203. package/dist/registry/app/atoms/std-form-builder.orb +353 -220
  204. package/dist/registry/app/atoms/std-health-score.orb +218 -183
  205. package/dist/registry/app/atoms/std-help-article.orb +425 -162
  206. package/dist/registry/app/atoms/std-help-category.orb +409 -166
  207. package/dist/registry/app/atoms/std-interview-slot.orb +311 -138
  208. package/dist/registry/app/atoms/std-invoice.orb +349 -211
  209. package/dist/registry/app/atoms/std-kitchen-display.orb +308 -184
  210. package/dist/registry/app/atoms/std-lease.orb +411 -178
  211. package/dist/registry/app/atoms/std-ledger-entry.orb +266 -195
  212. package/dist/registry/app/atoms/std-maintenance-request.orb +396 -177
  213. package/dist/registry/app/atoms/std-matter.orb +415 -189
  214. package/dist/registry/app/atoms/std-membership.orb +387 -167
  215. package/dist/registry/app/atoms/std-menu.orb +232 -175
  216. package/dist/registry/app/atoms/std-modifier-group.orb +224 -167
  217. package/dist/registry/app/atoms/std-nps-survey.orb +390 -138
  218. package/dist/registry/app/atoms/std-offer-letter.orb +242 -133
  219. package/dist/registry/app/atoms/std-payout-ledger.orb +428 -176
  220. package/dist/registry/app/atoms/std-question-bank.orb +211 -145
  221. package/dist/registry/app/atoms/std-receipt.orb +248 -177
  222. package/dist/registry/app/atoms/std-recurring-charge.orb +421 -149
  223. package/dist/registry/app/atoms/std-renewal-risk.orb +382 -153
  224. package/dist/registry/app/atoms/std-rent-charge.orb +476 -176
  225. package/dist/registry/app/atoms/std-reorder-rule.orb +246 -176
  226. package/dist/registry/app/atoms/std-response-collector.orb +213 -150
  227. package/dist/registry/app/atoms/std-rfi.orb +365 -210
  228. package/dist/registry/app/atoms/std-route-optimize.orb +195 -146
  229. package/dist/registry/app/atoms/std-segment.orb +173 -139
  230. package/dist/registry/app/atoms/std-stock-level.orb +205 -135
  231. package/dist/registry/app/atoms/std-submittal.orb +323 -166
  232. package/dist/registry/app/atoms/std-table-map.orb +187 -63
  233. package/dist/registry/app/atoms/std-technician-dispatch.orb +290 -202
  234. package/dist/registry/app/atoms/std-telematics-event.orb +156 -128
  235. package/dist/registry/app/atoms/std-template-editor.orb +255 -189
  236. package/dist/registry/app/atoms/std-tenant.orb +375 -147
  237. package/dist/registry/app/atoms/std-ticket-tier.orb +463 -150
  238. package/dist/registry/app/atoms/std-time-entry.orb +259 -150
  239. package/dist/registry/app/atoms/std-timesheet.orb +292 -183
  240. package/dist/registry/app/atoms/std-trial.orb +401 -183
  241. package/dist/registry/app/atoms/std-vehicle.orb +447 -205
  242. package/dist/registry/app/atoms/std-vendor-onboarding.orb +289 -245
  243. package/dist/registry/app/atoms/std-waitlist.orb +308 -177
  244. package/dist/registry/app/atoms/std-warehouse.orb +211 -141
  245. package/dist/registry/app/atoms/std-work-order.orb +374 -219
  246. package/dist/registry/app/organisms/std-subscription-billing.orb +282 -195
  247. package/dist/registry/core/atoms/std-approval-gate.orb +703 -0
  248. package/dist/registry/core/atoms/std-audit-capture.orb +150 -64
  249. package/dist/registry/core/atoms/std-data-erasure.orb +546 -0
  250. package/dist/registry/core/atoms/std-lifecycle.orb +343 -0
  251. package/dist/registry/core/atoms/std-notify-on-event.orb +132 -46
  252. package/dist/registry/core/atoms/std-reminder-scheduler.orb +330 -0
  253. package/dist/registry/marketing/atoms/std-marketing-article.orb +96 -0
  254. package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
  255. package/dist/registry/marketing/atoms/std-marketing-community.orb +134 -0
  256. package/dist/registry/marketing/atoms/std-marketing-cta.orb +206 -0
  257. package/dist/registry/marketing/atoms/std-marketing-features.orb +193 -0
  258. package/dist/registry/marketing/atoms/std-marketing-footer.orb +192 -0
  259. package/dist/registry/marketing/atoms/std-marketing-hero.orb +262 -0
  260. package/dist/registry/marketing/atoms/std-marketing-nav.orb +190 -0
  261. package/dist/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
  262. package/dist/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
  263. package/dist/registry/marketing/atoms/std-marketing-split.orb +135 -0
  264. package/dist/registry/marketing/atoms/std-marketing-stats.orb +120 -0
  265. package/dist/registry/marketing/atoms/std-marketing-steps.orb +179 -0
  266. package/dist/registry/marketing/atoms/std-marketing-team.orb +192 -0
  267. package/dist/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
  268. package/dist/registry/marketing/molecules/std-about-page.orb +440 -0
  269. package/dist/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
  270. package/dist/registry/marketing/molecules/std-landing-page.orb +521 -0
  271. package/dist/registry/marketing/molecules/std-pricing-page.orb +406 -0
  272. package/dist/registry/marketing/organisms/std-marketing-site.orb +1654 -0
  273. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "std-menu",
3
- "version": "1.1.0",
4
- "description": "std-menu — restaurant POS menu items grouped by category with availability windows. Owns a MenuItem entity (price, category, available, prep time, modifier groups) and a single manage trait that loads items, browses them in a data-grid with Create / Update / Toggle-Available / Delete actions, and persists each verdict back to the row. Agents tune the list shape via `config.fields` + `config.itemActions`.",
3
+ "version": "1.2.0",
4
+ "description": "std-menu — restaurant POS menu items grouped by category with availability windows. Manage trait loads, browses, persists Create / Update / Toggle-Available / Delete. Exposes Restaurant/POS knobs (serviceCharge, tipPresets, allergenWarningsEnabled, …).",
5
5
  "orbitals": [
6
6
  {
7
7
  "name": "MenuOrbital",
@@ -798,8 +798,8 @@
798
798
  "MenuItem",
799
799
  {
800
800
  "emit": {
801
- "success": "MenuItemLoaded",
802
- "failure": "MenuItemLoadFailed"
801
+ "failure": "MenuItemLoadFailed",
802
+ "success": "MenuItemLoaded"
803
803
  }
804
804
  }
805
805
  ],
@@ -807,20 +807,20 @@
807
807
  "render-ui",
808
808
  "main",
809
809
  {
810
- "direction": "vertical",
811
810
  "className": "py-12",
812
- "align": "center",
813
811
  "type": "stack",
814
812
  "gap": "md",
813
+ "align": "center",
814
+ "direction": "vertical",
815
815
  "children": [
816
816
  {
817
817
  "type": "spinner"
818
818
  },
819
819
  {
820
- "color": "muted",
821
- "variant": "caption",
822
820
  "content": "Loading menu…",
823
- "type": "typography"
821
+ "variant": "caption",
822
+ "type": "typography",
823
+ "color": "muted"
824
824
  }
825
825
  ]
826
826
  }
@@ -837,55 +837,55 @@
837
837
  "main",
838
838
  {
839
839
  "direction": "vertical",
840
- "gap": "md",
841
840
  "type": "stack",
841
+ "gap": "md",
842
842
  "children": [
843
843
  {
844
- "type": "stack",
845
- "align": "center",
846
- "gap": "sm",
847
- "direction": "horizontal",
848
844
  "children": [
849
845
  {
850
846
  "type": "icon",
851
847
  "name": "utensils"
852
848
  },
853
849
  {
854
- "type": "typography",
855
850
  "content": "@config.title",
856
- "variant": "h3"
851
+ "variant": "h3",
852
+ "type": "typography"
857
853
  }
858
- ]
854
+ ],
855
+ "direction": "horizontal",
856
+ "type": "stack",
857
+ "gap": "sm",
858
+ "align": "center"
859
859
  },
860
860
  {
861
- "type": "simple-grid",
861
+ "cols": 4.0,
862
862
  "children": [
863
863
  {
864
864
  "value": "@payload.data.length",
865
- "icon": "utensils",
866
865
  "label": "Menu items",
866
+ "icon": "utensils",
867
867
  "type": "stat-display"
868
868
  },
869
869
  {
870
870
  "type": "stat-display",
871
- "label": "Available",
872
871
  "icon": "check-circle",
873
- "value": "62"
872
+ "value": "62",
873
+ "label": "Available"
874
874
  },
875
875
  {
876
- "label": "Categories",
877
876
  "type": "stat-display",
878
877
  "icon": "list",
878
+ "label": "Categories",
879
879
  "value": "8"
880
880
  },
881
881
  {
882
- "value": "$14.50",
883
882
  "label": "Avg price",
884
883
  "icon": "dollar-sign",
884
+ "value": "$14.50",
885
885
  "type": "stat-display"
886
886
  }
887
887
  ],
888
- "cols": 4.0
888
+ "type": "simple-grid"
889
889
  },
890
890
  {
891
891
  "type": "divider"
@@ -893,10 +893,10 @@
893
893
  {
894
894
  "type": "data-grid",
895
895
  "gap": "sm",
896
+ "entity": "@payload.data",
896
897
  "fields": "@config.fields",
897
- "itemActions": "@config.itemActions",
898
898
  "cols": 1.0,
899
- "entity": "@payload.data"
899
+ "itemActions": "@config.itemActions"
900
900
  }
901
901
  ]
902
902
  }
@@ -912,9 +912,9 @@
912
912
  "render-ui",
913
913
  "main",
914
914
  {
915
- "variant": "error",
915
+ "type": "alert",
916
916
  "message": "@payload.error",
917
- "type": "alert"
917
+ "variant": "error"
918
918
  }
919
919
  ]
920
920
  ]
@@ -998,52 +998,51 @@
998
998
  "render-ui",
999
999
  "main",
1000
1000
  {
1001
- "gap": "md",
1002
1001
  "type": "stack",
1003
1002
  "children": [
1004
1003
  {
1005
1004
  "gap": "sm",
1006
- "direction": "horizontal",
1007
1005
  "children": [
1008
1006
  {
1009
- "variant": "ghost",
1010
- "type": "button",
1011
1007
  "label": "Back",
1012
- "action": "CLOSE_VIEW"
1008
+ "type": "button",
1009
+ "action": "CLOSE_VIEW",
1010
+ "variant": "ghost"
1013
1011
  },
1014
1012
  {
1015
1013
  "type": "icon",
1016
1014
  "name": "utensils"
1017
1015
  },
1018
1016
  {
1019
- "content": "@entity.name",
1020
1017
  "variant": "h3",
1018
+ "content": "@entity.name",
1021
1019
  "type": "typography"
1022
1020
  },
1023
1021
  {
1024
- "label": "@entity.category",
1025
1022
  "type": "badge",
1023
+ "label": "@entity.category",
1026
1024
  "variant": "primary"
1027
1025
  }
1028
1026
  ],
1027
+ "align": "center",
1029
1028
  "type": "stack",
1030
- "align": "center"
1029
+ "direction": "horizontal"
1031
1030
  },
1032
1031
  {
1033
1032
  "type": "divider"
1034
1033
  },
1035
1034
  {
1036
1035
  "direction": "vertical",
1037
- "type": "stack",
1038
- "gap": "sm",
1039
1036
  "children": [
1040
1037
  {
1038
+ "gap": "md",
1039
+ "type": "stack",
1041
1040
  "children": [
1042
1041
  {
1043
- "content": "Description",
1044
- "type": "typography",
1045
1042
  "variant": "caption",
1046
- "color": "muted"
1043
+ "type": "typography",
1044
+ "color": "muted",
1045
+ "content": "Description"
1047
1046
  },
1048
1047
  {
1049
1048
  "type": "typography",
@@ -1051,47 +1050,47 @@
1051
1050
  "variant": "body"
1052
1051
  }
1053
1052
  ],
1054
- "gap": "md",
1055
- "type": "stack",
1056
1053
  "direction": "horizontal"
1057
1054
  },
1058
1055
  {
1059
- "gap": "md",
1060
- "type": "stack",
1061
1056
  "direction": "horizontal",
1057
+ "gap": "md",
1062
1058
  "children": [
1063
1059
  {
1064
1060
  "color": "muted",
1065
- "type": "typography",
1066
1061
  "content": "Available from",
1062
+ "type": "typography",
1067
1063
  "variant": "caption"
1068
1064
  },
1069
1065
  {
1070
1066
  "content": "@entity.availableFrom",
1071
- "variant": "body",
1072
- "type": "typography"
1067
+ "type": "typography",
1068
+ "variant": "body"
1073
1069
  }
1074
- ]
1070
+ ],
1071
+ "type": "stack"
1075
1072
  },
1076
1073
  {
1077
- "direction": "horizontal",
1078
- "type": "stack",
1074
+ "gap": "md",
1079
1075
  "children": [
1080
1076
  {
1081
1077
  "color": "muted",
1082
- "content": "Available until",
1083
1078
  "type": "typography",
1079
+ "content": "Available until",
1084
1080
  "variant": "caption"
1085
1081
  },
1086
1082
  {
1087
- "content": "@entity.availableUntil",
1083
+ "variant": "body",
1088
1084
  "type": "typography",
1089
- "variant": "body"
1085
+ "content": "@entity.availableUntil"
1090
1086
  }
1091
1087
  ],
1092
- "gap": "md"
1088
+ "type": "stack",
1089
+ "direction": "horizontal"
1093
1090
  }
1094
- ]
1091
+ ],
1092
+ "type": "stack",
1093
+ "gap": "sm"
1095
1094
  },
1096
1095
  {
1097
1096
  "type": "divider"
@@ -1101,61 +1100,62 @@
1101
1100
  "cols": 4.0,
1102
1101
  "children": [
1103
1102
  {
1104
- "label": "Price",
1105
- "icon": "dollar-sign",
1106
1103
  "type": "stat-display",
1107
- "value": "@entity.price"
1104
+ "value": "@entity.price",
1105
+ "icon": "dollar-sign",
1106
+ "label": "Price"
1108
1107
  },
1109
1108
  {
1110
1109
  "value": "@entity.currency",
1111
- "type": "stat-display",
1112
1110
  "icon": "circle-dollar-sign",
1111
+ "type": "stat-display",
1113
1112
  "label": "Currency"
1114
1113
  },
1115
1114
  {
1115
+ "label": "Prep (min)",
1116
1116
  "value": "@entity.prepTimeMinutes",
1117
- "icon": "clock",
1118
1117
  "type": "stat-display",
1119
- "label": "Prep (min)"
1118
+ "icon": "clock"
1120
1119
  },
1121
1120
  {
1121
+ "label": "Order",
1122
1122
  "type": "stat-display",
1123
- "icon": "list-ordered",
1124
1123
  "value": "@entity.order",
1125
- "label": "Order"
1124
+ "icon": "list-ordered"
1126
1125
  }
1127
1126
  ]
1128
1127
  },
1129
1128
  {
1130
- "direction": "horizontal",
1131
- "gap": "sm",
1132
- "align": "center",
1133
1129
  "type": "stack",
1134
1130
  "children": [
1135
1131
  {
1136
- "action": "TOGGLE_AVAILABLE",
1137
1132
  "type": "button",
1138
- "variant": "primary",
1139
- "label": "Toggle Available",
1133
+ "action": "TOGGLE_AVAILABLE",
1140
1134
  "actionPayload": {
1141
- "row": "@entity",
1142
- "itemId": "@entity.id"
1143
- }
1135
+ "itemId": "@entity.id",
1136
+ "row": "@entity"
1137
+ },
1138
+ "label": "Toggle Available",
1139
+ "variant": "primary"
1144
1140
  },
1145
1141
  {
1146
1142
  "label": "Delete",
1147
- "type": "button",
1148
1143
  "variant": "danger",
1149
- "action": "DELETE",
1150
1144
  "actionPayload": {
1151
1145
  "row": "@entity",
1152
1146
  "itemId": "@entity.id"
1153
- }
1147
+ },
1148
+ "type": "button",
1149
+ "action": "DELETE"
1154
1150
  }
1155
- ]
1151
+ ],
1152
+ "align": "center",
1153
+ "direction": "horizontal",
1154
+ "gap": "sm"
1156
1155
  }
1157
1156
  ],
1158
- "direction": "vertical"
1157
+ "direction": "vertical",
1158
+ "gap": "md"
1159
1159
  }
1160
1160
  ]
1161
1161
  ]
@@ -1242,8 +1242,8 @@
1242
1242
  "@entity",
1243
1243
  {
1244
1244
  "emit": {
1245
- "failure": "MenuItemWriteFailed",
1246
- "success": "MenuItemDeleted"
1245
+ "success": "MenuItemDeleted",
1246
+ "failure": "MenuItemWriteFailed"
1247
1247
  }
1248
1248
  }
1249
1249
  ],
@@ -1251,22 +1251,22 @@
1251
1251
  "render-ui",
1252
1252
  "main",
1253
1253
  {
1254
+ "className": "py-12",
1255
+ "gap": "md",
1254
1256
  "children": [
1255
1257
  {
1256
1258
  "type": "spinner"
1257
1259
  },
1258
1260
  {
1259
1261
  "variant": "caption",
1262
+ "color": "muted",
1260
1263
  "type": "typography",
1261
- "content": "Deleting menu item…",
1262
- "color": "muted"
1264
+ "content": "Deleting menu item…"
1263
1265
  }
1264
1266
  ],
1265
- "type": "stack",
1266
1267
  "direction": "vertical",
1267
- "className": "py-12",
1268
1268
  "align": "center",
1269
- "gap": "md"
1269
+ "type": "stack"
1270
1270
  }
1271
1271
  ]
1272
1272
  ]
@@ -1315,8 +1315,8 @@
1315
1315
  "MenuItem",
1316
1316
  {
1317
1317
  "emit": {
1318
- "failure": "MenuItemLoadFailed",
1319
- "success": "MenuItemLoaded"
1318
+ "success": "MenuItemLoaded",
1319
+ "failure": "MenuItemLoadFailed"
1320
1320
  }
1321
1321
  }
1322
1322
  ]
@@ -1332,8 +1332,8 @@
1332
1332
  "main",
1333
1333
  {
1334
1334
  "message": "@payload.error",
1335
- "variant": "error",
1336
- "type": "alert"
1335
+ "type": "alert",
1336
+ "variant": "error"
1337
1337
  }
1338
1338
  ]
1339
1339
  ]
@@ -1348,8 +1348,8 @@
1348
1348
  "MenuItem",
1349
1349
  {
1350
1350
  "emit": {
1351
- "failure": "MenuItemLoadFailed",
1352
- "success": "MenuItemLoaded"
1351
+ "success": "MenuItemLoaded",
1352
+ "failure": "MenuItemLoadFailed"
1353
1353
  }
1354
1354
  }
1355
1355
  ],
@@ -1358,21 +1358,21 @@
1358
1358
  "main",
1359
1359
  {
1360
1360
  "type": "stack",
1361
- "gap": "md",
1362
- "className": "py-12",
1361
+ "align": "center",
1363
1362
  "children": [
1364
1363
  {
1365
1364
  "type": "spinner"
1366
1365
  },
1367
1366
  {
1368
- "content": "Loading menu…",
1369
1367
  "type": "typography",
1370
1368
  "variant": "caption",
1371
- "color": "muted"
1369
+ "color": "muted",
1370
+ "content": "Loading menu…"
1372
1371
  }
1373
1372
  ],
1373
+ "gap": "md",
1374
1374
  "direction": "vertical",
1375
- "align": "center"
1375
+ "className": "py-12"
1376
1376
  }
1377
1377
  ]
1378
1378
  ]
@@ -1389,8 +1389,8 @@
1389
1389
  "@payload.data",
1390
1390
  {
1391
1391
  "emit": {
1392
- "success": "MenuItemCreated",
1393
- "failure": "MenuItemWriteFailed"
1392
+ "failure": "MenuItemWriteFailed",
1393
+ "success": "MenuItemCreated"
1394
1394
  }
1395
1395
  }
1396
1396
  ],
@@ -1398,22 +1398,22 @@
1398
1398
  "render-ui",
1399
1399
  "main",
1400
1400
  {
1401
- "className": "py-12",
1402
- "gap": "md",
1403
1401
  "type": "stack",
1402
+ "gap": "md",
1404
1403
  "children": [
1405
1404
  {
1406
1405
  "type": "spinner"
1407
1406
  },
1408
1407
  {
1409
- "color": "muted",
1410
- "type": "typography",
1408
+ "variant": "caption",
1411
1409
  "content": "Creating menu item…",
1412
- "variant": "caption"
1410
+ "type": "typography",
1411
+ "color": "muted"
1413
1412
  }
1414
1413
  ],
1415
- "direction": "vertical",
1416
- "align": "center"
1414
+ "align": "center",
1415
+ "className": "py-12",
1416
+ "direction": "vertical"
1417
1417
  }
1418
1418
  ]
1419
1419
  ]
@@ -1500,8 +1500,8 @@
1500
1500
  "@entity",
1501
1501
  {
1502
1502
  "emit": {
1503
- "success": "MenuItemUpdated",
1504
- "failure": "MenuItemWriteFailed"
1503
+ "failure": "MenuItemWriteFailed",
1504
+ "success": "MenuItemUpdated"
1505
1505
  }
1506
1506
  }
1507
1507
  ],
@@ -1509,22 +1509,22 @@
1509
1509
  "render-ui",
1510
1510
  "main",
1511
1511
  {
1512
- "align": "center",
1513
- "className": "py-12",
1512
+ "direction": "vertical",
1514
1513
  "children": [
1515
1514
  {
1516
1515
  "type": "spinner"
1517
1516
  },
1518
1517
  {
1518
+ "variant": "caption",
1519
1519
  "content": "Updating menu item…",
1520
1520
  "type": "typography",
1521
- "color": "muted",
1522
- "variant": "caption"
1521
+ "color": "muted"
1523
1522
  }
1524
1523
  ],
1524
+ "className": "py-12",
1525
1525
  "type": "stack",
1526
1526
  "gap": "md",
1527
- "direction": "vertical"
1527
+ "align": "center"
1528
1528
  }
1529
1529
  ]
1530
1530
  ]
@@ -1623,22 +1623,22 @@
1623
1623
  "render-ui",
1624
1624
  "main",
1625
1625
  {
1626
- "type": "stack",
1627
- "direction": "vertical",
1628
- "gap": "md",
1629
1626
  "align": "center",
1630
- "className": "py-12",
1627
+ "type": "stack",
1631
1628
  "children": [
1632
1629
  {
1633
1630
  "type": "spinner"
1634
1631
  },
1635
1632
  {
1636
1633
  "type": "typography",
1637
- "variant": "caption",
1634
+ "content": "Toggling availability…",
1638
1635
  "color": "muted",
1639
- "content": "Toggling availability…"
1636
+ "variant": "caption"
1640
1637
  }
1641
- ]
1638
+ ],
1639
+ "className": "py-12",
1640
+ "gap": "md",
1641
+ "direction": "vertical"
1642
1642
  }
1643
1643
  ]
1644
1644
  ]
@@ -1725,8 +1725,8 @@
1725
1725
  "@entity",
1726
1726
  {
1727
1727
  "emit": {
1728
- "success": "MenuItemDeleted",
1729
- "failure": "MenuItemWriteFailed"
1728
+ "failure": "MenuItemWriteFailed",
1729
+ "success": "MenuItemDeleted"
1730
1730
  }
1731
1731
  }
1732
1732
  ],
@@ -1734,22 +1734,22 @@
1734
1734
  "render-ui",
1735
1735
  "main",
1736
1736
  {
1737
- "align": "center",
1738
1737
  "className": "py-12",
1738
+ "type": "stack",
1739
1739
  "children": [
1740
1740
  {
1741
1741
  "type": "spinner"
1742
1742
  },
1743
1743
  {
1744
1744
  "variant": "caption",
1745
- "color": "muted",
1746
1745
  "type": "typography",
1746
+ "color": "muted",
1747
1747
  "content": "Deleting menu item…"
1748
1748
  }
1749
1749
  ],
1750
1750
  "direction": "vertical",
1751
- "type": "stack",
1752
- "gap": "md"
1751
+ "gap": "md",
1752
+ "align": "center"
1753
1753
  }
1754
1754
  ]
1755
1755
  ]
@@ -1764,8 +1764,8 @@
1764
1764
  "MenuItem",
1765
1765
  {
1766
1766
  "emit": {
1767
- "failure": "MenuItemLoadFailed",
1768
- "success": "MenuItemLoaded"
1767
+ "success": "MenuItemLoaded",
1768
+ "failure": "MenuItemLoadFailed"
1769
1769
  }
1770
1770
  }
1771
1771
  ],
@@ -1773,8 +1773,8 @@
1773
1773
  "render-ui",
1774
1774
  "main",
1775
1775
  {
1776
- "size": "sm",
1777
- "type": "spinner"
1776
+ "type": "spinner",
1777
+ "size": "sm"
1778
1778
  }
1779
1779
  ]
1780
1780
  ]
@@ -1782,38 +1782,95 @@
1782
1782
  ]
1783
1783
  },
1784
1784
  "config": {
1785
+ "title": {
1786
+ "type": "string",
1787
+ "default": "Menu",
1788
+ "label": "Section title",
1789
+ "description": "Heading shown above the menu item list",
1790
+ "tier": "customization"
1791
+ },
1792
+ "kitchenAutoFire": {
1793
+ "type": "boolean",
1794
+ "default": false,
1795
+ "label": "Kitchen auto-fire",
1796
+ "description": "Auto-send courses to the kitchen display without explicit fire action.",
1797
+ "tier": "customization"
1798
+ },
1799
+ "tableTurnoverTargetMinutes": {
1800
+ "type": "number",
1801
+ "default": 60.0,
1802
+ "label": "Table turnover target (min)",
1803
+ "description": "Target minutes between seatings on a single table. v1.2 declarative.",
1804
+ "tier": "advanced"
1805
+ },
1806
+ "tipPresets": {
1807
+ "type": "[number]",
1808
+ "default": [
1809
+ 15.0,
1810
+ 18.0,
1811
+ 20.0,
1812
+ 25.0
1813
+ ],
1814
+ "label": "Tip presets (%)",
1815
+ "description": "Quick-select tip percentages shown on the checkout terminal.",
1816
+ "tier": "customization",
1817
+ "items": {
1818
+ "type": "number"
1819
+ }
1820
+ },
1821
+ "allergenWarningsEnabled": {
1822
+ "type": "boolean",
1823
+ "default": true,
1824
+ "label": "Allergen warnings",
1825
+ "description": "Surface allergen warnings on menu items with declared allergens.",
1826
+ "tier": "customization"
1827
+ },
1828
+ "serviceCharge": {
1829
+ "type": "number",
1830
+ "default": 0.0,
1831
+ "label": "Service charge (%)",
1832
+ "description": "Default service-charge percentage applied to checks. v1.2 declarative.",
1833
+ "tier": "customization"
1834
+ },
1835
+ "coursingEnabled": {
1836
+ "type": "boolean",
1837
+ "default": false,
1838
+ "label": "Coursing enabled",
1839
+ "description": "Track ordered courses (apps / mains / desserts) for pacing.",
1840
+ "tier": "customization"
1841
+ },
1785
1842
  "fields": {
1786
1843
  "type": "[FieldSpec]",
1787
1844
  "default": [
1788
1845
  {
1846
+ "name": "name",
1789
1847
  "label": "Item",
1790
- "variant": "caption",
1791
- "name": "name"
1848
+ "variant": "caption"
1792
1849
  },
1793
1850
  {
1794
- "name": "category",
1851
+ "label": "Category",
1795
1852
  "variant": "badge",
1796
- "label": "Category"
1853
+ "name": "category"
1797
1854
  },
1798
1855
  {
1799
- "name": "price",
1800
1856
  "label": "Price",
1857
+ "name": "price",
1801
1858
  "variant": "caption"
1802
1859
  },
1803
1860
  {
1804
- "name": "currency",
1805
1861
  "label": "Currency",
1806
- "variant": "badge"
1862
+ "variant": "badge",
1863
+ "name": "currency"
1807
1864
  },
1808
1865
  {
1809
- "label": "Prep (min)",
1810
1866
  "name": "prepTimeMinutes",
1867
+ "label": "Prep (min)",
1811
1868
  "variant": "caption"
1812
1869
  },
1813
1870
  {
1814
- "name": "available",
1815
1871
  "label": "Available",
1816
- "variant": "badge"
1872
+ "variant": "badge",
1873
+ "name": "available"
1817
1874
  }
1818
1875
  ],
1819
1876
  "label": "Columns to show",
@@ -1822,11 +1879,26 @@
1822
1879
  "items": {
1823
1880
  "type": "object",
1824
1881
  "properties": {
1882
+ "header": {
1883
+ "name": "header",
1884
+ "type": "string",
1885
+ "required": false
1886
+ },
1825
1887
  "icon": {
1826
1888
  "name": "icon",
1827
1889
  "type": "string",
1828
1890
  "required": false
1829
1891
  },
1892
+ "variant": {
1893
+ "name": "variant",
1894
+ "type": "string",
1895
+ "required": false
1896
+ },
1897
+ "name": {
1898
+ "name": "name",
1899
+ "type": "string",
1900
+ "required": true
1901
+ },
1830
1902
  "format": {
1831
1903
  "name": "format",
1832
1904
  "type": "string",
@@ -1837,50 +1909,28 @@
1837
1909
  "type": "string",
1838
1910
  "required": false
1839
1911
  },
1840
- "variant": {
1841
- "name": "variant",
1842
- "type": "string",
1843
- "required": false
1844
- },
1845
1912
  "key": {
1846
1913
  "name": "key",
1847
1914
  "type": "string",
1848
1915
  "required": false
1849
- },
1850
- "header": {
1851
- "name": "header",
1852
- "type": "string",
1853
- "required": false
1854
- },
1855
- "name": {
1856
- "name": "name",
1857
- "type": "string",
1858
- "required": true
1859
1916
  }
1860
1917
  }
1861
1918
  }
1862
1919
  },
1863
- "title": {
1864
- "type": "string",
1865
- "default": "Menu",
1866
- "label": "Section title",
1867
- "description": "Heading shown above the menu item list",
1868
- "tier": "customization"
1869
- },
1870
1920
  "itemActions": {
1871
1921
  "type": "[ItemAction]",
1872
1922
  "default": [
1873
1923
  {
1874
- "label": "Open",
1875
- "icon": "arrow-right",
1876
1924
  "event": "OPEN_ITEM",
1925
+ "icon": "arrow-right",
1926
+ "label": "Open",
1877
1927
  "variant": "primary"
1878
1928
  },
1879
1929
  {
1880
1930
  "variant": "danger",
1881
- "event": "DELETE",
1931
+ "label": "Delete",
1882
1932
  "icon": "trash",
1883
- "label": "Delete"
1933
+ "event": "DELETE"
1884
1934
  }
1885
1935
  ],
1886
1936
  "label": "Row actions",
@@ -1889,8 +1939,13 @@
1889
1939
  "items": {
1890
1940
  "type": "object",
1891
1941
  "properties": {
1892
- "icon": {
1893
- "name": "icon",
1942
+ "event": {
1943
+ "name": "event",
1944
+ "type": "string",
1945
+ "required": true
1946
+ },
1947
+ "variant": {
1948
+ "name": "variant",
1894
1949
  "type": "string",
1895
1950
  "required": false
1896
1951
  },
@@ -1899,18 +1954,20 @@
1899
1954
  "type": "string",
1900
1955
  "required": true
1901
1956
  },
1902
- "event": {
1903
- "name": "event",
1904
- "type": "string",
1905
- "required": true
1906
- },
1907
- "variant": {
1908
- "name": "variant",
1957
+ "icon": {
1958
+ "name": "icon",
1909
1959
  "type": "string",
1910
1960
  "required": false
1911
1961
  }
1912
1962
  }
1913
1963
  }
1964
+ },
1965
+ "allowSplitChecks": {
1966
+ "type": "boolean",
1967
+ "default": true,
1968
+ "label": "Allow split checks",
1969
+ "description": "Permit splitting a single table check across multiple payments.",
1970
+ "tier": "customization"
1914
1971
  }
1915
1972
  },
1916
1973
  "scope": "collection"
@@ -1929,4 +1986,4 @@
1929
1986
  ]
1930
1987
  }
1931
1988
  ]
1932
- }
1989
+ }