@reventlessdev/online-shop-dcb-ordering 1.0.0-alpha.103

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 (603) hide show
  1. package/CHANGELOG.md +885 -0
  2. package/LICENSE +202 -0
  3. package/__mocks__/emptyModule.js +1 -0
  4. package/lib/bs/.compiler.log +2 -0
  5. package/lib/bs/OrderingPlugin.cmi +0 -0
  6. package/lib/bs/OrderingPlugin.cmj +0 -0
  7. package/lib/bs/OrderingPlugin.cmt +0 -0
  8. package/lib/bs/OrderingPlugin.mlmap +46 -0
  9. package/lib/bs/build.ninja +0 -0
  10. package/lib/bs/compiler-info.json +8 -0
  11. package/lib/bs/src/CatalogProduct/StateChangeSlice/SyncCatalogProduct-OrderingPlugin.cmi +0 -0
  12. package/lib/bs/src/CatalogProduct/StateChangeSlice/SyncCatalogProduct-OrderingPlugin.cmj +0 -0
  13. package/lib/bs/src/CatalogProduct/StateChangeSlice/SyncCatalogProduct-OrderingPlugin.cmt +0 -0
  14. package/lib/bs/src/CatalogProduct/StateChangeSlice/SyncCatalogProduct.ast +0 -0
  15. package/lib/bs/src/CatalogProduct/StateChangeSlice/SyncCatalogProduct.res +28 -0
  16. package/lib/bs/src/CatalogProduct/StateChangeSlice/SyncCatalogProduct.res.mjs +71 -0
  17. package/lib/bs/src/CatalogProduct/StateChangeSlice/SyncCatalogProduct_Behavior-OrderingPlugin.cmi +0 -0
  18. package/lib/bs/src/CatalogProduct/StateChangeSlice/SyncCatalogProduct_Behavior-OrderingPlugin.cmj +0 -0
  19. package/lib/bs/src/CatalogProduct/StateChangeSlice/SyncCatalogProduct_Behavior-OrderingPlugin.cmt +0 -0
  20. package/lib/bs/src/CatalogProduct/StateChangeSlice/SyncCatalogProduct_Behavior.ast +0 -0
  21. package/lib/bs/src/CatalogProduct/StateChangeSlice/SyncCatalogProduct_Behavior.res +27 -0
  22. package/lib/bs/src/CatalogProduct/StateChangeSlice/SyncCatalogProduct_Behavior.res.mjs +73 -0
  23. package/lib/bs/src/CatalogProduct/StateViewSlice/AvailableProducts-OrderingPlugin.cmi +0 -0
  24. package/lib/bs/src/CatalogProduct/StateViewSlice/AvailableProducts-OrderingPlugin.cmj +0 -0
  25. package/lib/bs/src/CatalogProduct/StateViewSlice/AvailableProducts-OrderingPlugin.cmt +0 -0
  26. package/lib/bs/src/CatalogProduct/StateViewSlice/AvailableProducts.ast +0 -0
  27. package/lib/bs/src/CatalogProduct/StateViewSlice/AvailableProducts.res +13 -0
  28. package/lib/bs/src/CatalogProduct/StateViewSlice/AvailableProducts.res.mjs +70 -0
  29. package/lib/bs/src/CatalogProduct/StateViewSlice/AvailableProducts_Projection-OrderingPlugin.cmi +0 -0
  30. package/lib/bs/src/CatalogProduct/StateViewSlice/AvailableProducts_Projection-OrderingPlugin.cmj +0 -0
  31. package/lib/bs/src/CatalogProduct/StateViewSlice/AvailableProducts_Projection-OrderingPlugin.cmt +0 -0
  32. package/lib/bs/src/CatalogProduct/StateViewSlice/AvailableProducts_Projection.ast +0 -0
  33. package/lib/bs/src/CatalogProduct/StateViewSlice/AvailableProducts_Projection.res +8 -0
  34. package/lib/bs/src/CatalogProduct/StateViewSlice/AvailableProducts_Projection.res.mjs +38 -0
  35. package/lib/bs/src/Customer/StateChangeSlice/ChangeAddress-OrderingPlugin.cmi +0 -0
  36. package/lib/bs/src/Customer/StateChangeSlice/ChangeAddress-OrderingPlugin.cmj +0 -0
  37. package/lib/bs/src/Customer/StateChangeSlice/ChangeAddress-OrderingPlugin.cmt +0 -0
  38. package/lib/bs/src/Customer/StateChangeSlice/ChangeAddress.ast +0 -0
  39. package/lib/bs/src/Customer/StateChangeSlice/ChangeAddress.res +20 -0
  40. package/lib/bs/src/Customer/StateChangeSlice/ChangeAddress.res.mjs +58 -0
  41. package/lib/bs/src/Customer/StateChangeSlice/ChangeAddress_Behavior-OrderingPlugin.cmi +0 -0
  42. package/lib/bs/src/Customer/StateChangeSlice/ChangeAddress_Behavior-OrderingPlugin.cmj +0 -0
  43. package/lib/bs/src/Customer/StateChangeSlice/ChangeAddress_Behavior-OrderingPlugin.cmt +0 -0
  44. package/lib/bs/src/Customer/StateChangeSlice/ChangeAddress_Behavior.ast +0 -0
  45. package/lib/bs/src/Customer/StateChangeSlice/ChangeAddress_Behavior.res +30 -0
  46. package/lib/bs/src/Customer/StateChangeSlice/ChangeAddress_Behavior.res.mjs +74 -0
  47. package/lib/bs/src/Customer/StateChangeSlice/ChangeEmail-OrderingPlugin.cmi +0 -0
  48. package/lib/bs/src/Customer/StateChangeSlice/ChangeEmail-OrderingPlugin.cmj +0 -0
  49. package/lib/bs/src/Customer/StateChangeSlice/ChangeEmail-OrderingPlugin.cmt +0 -0
  50. package/lib/bs/src/Customer/StateChangeSlice/ChangeEmail.ast +0 -0
  51. package/lib/bs/src/Customer/StateChangeSlice/ChangeEmail.res +20 -0
  52. package/lib/bs/src/Customer/StateChangeSlice/ChangeEmail.res.mjs +58 -0
  53. package/lib/bs/src/Customer/StateChangeSlice/ChangeEmail_Behavior-OrderingPlugin.cmi +0 -0
  54. package/lib/bs/src/Customer/StateChangeSlice/ChangeEmail_Behavior-OrderingPlugin.cmj +0 -0
  55. package/lib/bs/src/Customer/StateChangeSlice/ChangeEmail_Behavior-OrderingPlugin.cmt +0 -0
  56. package/lib/bs/src/Customer/StateChangeSlice/ChangeEmail_Behavior.ast +0 -0
  57. package/lib/bs/src/Customer/StateChangeSlice/ChangeEmail_Behavior.res +26 -0
  58. package/lib/bs/src/Customer/StateChangeSlice/ChangeEmail_Behavior.res.mjs +74 -0
  59. package/lib/bs/src/Customer/StateChangeSlice/DeactivateCustomer-OrderingPlugin.cmi +0 -0
  60. package/lib/bs/src/Customer/StateChangeSlice/DeactivateCustomer-OrderingPlugin.cmj +0 -0
  61. package/lib/bs/src/Customer/StateChangeSlice/DeactivateCustomer-OrderingPlugin.cmt +0 -0
  62. package/lib/bs/src/Customer/StateChangeSlice/DeactivateCustomer.ast +0 -0
  63. package/lib/bs/src/Customer/StateChangeSlice/DeactivateCustomer.res +17 -0
  64. package/lib/bs/src/Customer/StateChangeSlice/DeactivateCustomer.res.mjs +46 -0
  65. package/lib/bs/src/Customer/StateChangeSlice/DeactivateCustomer_Behavior-OrderingPlugin.cmi +0 -0
  66. package/lib/bs/src/Customer/StateChangeSlice/DeactivateCustomer_Behavior-OrderingPlugin.cmj +0 -0
  67. package/lib/bs/src/Customer/StateChangeSlice/DeactivateCustomer_Behavior-OrderingPlugin.cmt +0 -0
  68. package/lib/bs/src/Customer/StateChangeSlice/DeactivateCustomer_Behavior.ast +0 -0
  69. package/lib/bs/src/Customer/StateChangeSlice/DeactivateCustomer_Behavior.res +23 -0
  70. package/lib/bs/src/Customer/StateChangeSlice/DeactivateCustomer_Behavior.res.mjs +58 -0
  71. package/lib/bs/src/Customer/StateChangeSlice/RegisterCustomer-OrderingPlugin.cmi +0 -0
  72. package/lib/bs/src/Customer/StateChangeSlice/RegisterCustomer-OrderingPlugin.cmj +0 -0
  73. package/lib/bs/src/Customer/StateChangeSlice/RegisterCustomer-OrderingPlugin.cmt +0 -0
  74. package/lib/bs/src/Customer/StateChangeSlice/RegisterCustomer.ast +0 -0
  75. package/lib/bs/src/Customer/StateChangeSlice/RegisterCustomer.res +22 -0
  76. package/lib/bs/src/Customer/StateChangeSlice/RegisterCustomer.res.mjs +47 -0
  77. package/lib/bs/src/Customer/StateChangeSlice/RegisterCustomer_Behavior-OrderingPlugin.cmi +0 -0
  78. package/lib/bs/src/Customer/StateChangeSlice/RegisterCustomer_Behavior-OrderingPlugin.cmj +0 -0
  79. package/lib/bs/src/Customer/StateChangeSlice/RegisterCustomer_Behavior-OrderingPlugin.cmt +0 -0
  80. package/lib/bs/src/Customer/StateChangeSlice/RegisterCustomer_Behavior.ast +0 -0
  81. package/lib/bs/src/Customer/StateChangeSlice/RegisterCustomer_Behavior.res +20 -0
  82. package/lib/bs/src/Customer/StateChangeSlice/RegisterCustomer_Behavior.res.mjs +44 -0
  83. package/lib/bs/src/Customer/StateViewSlice/Customers-OrderingPlugin.cmi +0 -0
  84. package/lib/bs/src/Customer/StateViewSlice/Customers-OrderingPlugin.cmj +0 -0
  85. package/lib/bs/src/Customer/StateViewSlice/Customers-OrderingPlugin.cmt +0 -0
  86. package/lib/bs/src/Customer/StateViewSlice/Customers.ast +0 -0
  87. package/lib/bs/src/Customer/StateViewSlice/Customers.res +18 -0
  88. package/lib/bs/src/Customer/StateViewSlice/Customers.res.mjs +69 -0
  89. package/lib/bs/src/Customer/StateViewSlice/Customers_Projection-OrderingPlugin.cmi +0 -0
  90. package/lib/bs/src/Customer/StateViewSlice/Customers_Projection-OrderingPlugin.cmj +0 -0
  91. package/lib/bs/src/Customer/StateViewSlice/Customers_Projection-OrderingPlugin.cmt +0 -0
  92. package/lib/bs/src/Customer/StateViewSlice/Customers_Projection.ast +0 -0
  93. package/lib/bs/src/Customer/StateViewSlice/Customers_Projection.res +13 -0
  94. package/lib/bs/src/Customer/StateViewSlice/Customers_Projection.res.mjs +62 -0
  95. package/lib/bs/src/Extension/Products_Extension-OrderingPlugin.cmi +0 -0
  96. package/lib/bs/src/Extension/Products_Extension-OrderingPlugin.cmj +0 -0
  97. package/lib/bs/src/Extension/Products_Extension-OrderingPlugin.cmt +0 -0
  98. package/lib/bs/src/Extension/Products_Extension.ast +0 -0
  99. package/lib/bs/src/Extension/Products_Extension.res +23 -0
  100. package/lib/bs/src/Extension/Products_Extension.res.mjs +43 -0
  101. package/lib/bs/src/ExtensionPoint/Orders_ExtensionPointMapping-OrderingPlugin.cmi +0 -0
  102. package/lib/bs/src/ExtensionPoint/Orders_ExtensionPointMapping-OrderingPlugin.cmj +0 -0
  103. package/lib/bs/src/ExtensionPoint/Orders_ExtensionPointMapping-OrderingPlugin.cmt +0 -0
  104. package/lib/bs/src/ExtensionPoint/Orders_ExtensionPointMapping.ast +0 -0
  105. package/lib/bs/src/ExtensionPoint/Orders_ExtensionPointMapping.res +33 -0
  106. package/lib/bs/src/ExtensionPoint/Orders_ExtensionPointMapping.res.mjs +82 -0
  107. package/lib/bs/src/Order/AutomationSlice/AutoShipOrder-OrderingPlugin.cmi +0 -0
  108. package/lib/bs/src/Order/AutomationSlice/AutoShipOrder-OrderingPlugin.cmj +0 -0
  109. package/lib/bs/src/Order/AutomationSlice/AutoShipOrder-OrderingPlugin.cmt +0 -0
  110. package/lib/bs/src/Order/AutomationSlice/AutoShipOrder.ast +0 -0
  111. package/lib/bs/src/Order/AutomationSlice/AutoShipOrder.res +19 -0
  112. package/lib/bs/src/Order/AutomationSlice/AutoShipOrder.res.mjs +42 -0
  113. package/lib/bs/src/Order/AutomationSlice/AutoShipOrder_Automation-OrderingPlugin.cmi +0 -0
  114. package/lib/bs/src/Order/AutomationSlice/AutoShipOrder_Automation-OrderingPlugin.cmj +0 -0
  115. package/lib/bs/src/Order/AutomationSlice/AutoShipOrder_Automation-OrderingPlugin.cmt +0 -0
  116. package/lib/bs/src/Order/AutomationSlice/AutoShipOrder_Automation.ast +0 -0
  117. package/lib/bs/src/Order/AutomationSlice/AutoShipOrder_Automation.res +36 -0
  118. package/lib/bs/src/Order/AutomationSlice/AutoShipOrder_Automation.res.mjs +101 -0
  119. package/lib/bs/src/Order/OutboundTranslationSlice/SendOrderConfirmation-OrderingPlugin.cmi +0 -0
  120. package/lib/bs/src/Order/OutboundTranslationSlice/SendOrderConfirmation-OrderingPlugin.cmj +0 -0
  121. package/lib/bs/src/Order/OutboundTranslationSlice/SendOrderConfirmation-OrderingPlugin.cmt +0 -0
  122. package/lib/bs/src/Order/OutboundTranslationSlice/SendOrderConfirmation.ast +0 -0
  123. package/lib/bs/src/Order/OutboundTranslationSlice/SendOrderConfirmation.res +19 -0
  124. package/lib/bs/src/Order/OutboundTranslationSlice/SendOrderConfirmation.res.mjs +42 -0
  125. package/lib/bs/src/Order/OutboundTranslationSlice/SendOrderConfirmation_Translation-OrderingPlugin.cmi +0 -0
  126. package/lib/bs/src/Order/OutboundTranslationSlice/SendOrderConfirmation_Translation-OrderingPlugin.cmj +0 -0
  127. package/lib/bs/src/Order/OutboundTranslationSlice/SendOrderConfirmation_Translation-OrderingPlugin.cmt +0 -0
  128. package/lib/bs/src/Order/OutboundTranslationSlice/SendOrderConfirmation_Translation.ast +0 -0
  129. package/lib/bs/src/Order/OutboundTranslationSlice/SendOrderConfirmation_Translation.res +24 -0
  130. package/lib/bs/src/Order/OutboundTranslationSlice/SendOrderConfirmation_Translation.res.mjs +46 -0
  131. package/lib/bs/src/Order/StateChangeSlice/CancelOrder-OrderingPlugin.cmi +0 -0
  132. package/lib/bs/src/Order/StateChangeSlice/CancelOrder-OrderingPlugin.cmj +0 -0
  133. package/lib/bs/src/Order/StateChangeSlice/CancelOrder-OrderingPlugin.cmt +0 -0
  134. package/lib/bs/src/Order/StateChangeSlice/CancelOrder.ast +0 -0
  135. package/lib/bs/src/Order/StateChangeSlice/CancelOrder.res +24 -0
  136. package/lib/bs/src/Order/StateChangeSlice/CancelOrder.res.mjs +60 -0
  137. package/lib/bs/src/Order/StateChangeSlice/CancelOrder_Behavior-OrderingPlugin.cmi +0 -0
  138. package/lib/bs/src/Order/StateChangeSlice/CancelOrder_Behavior-OrderingPlugin.cmj +0 -0
  139. package/lib/bs/src/Order/StateChangeSlice/CancelOrder_Behavior-OrderingPlugin.cmt +0 -0
  140. package/lib/bs/src/Order/StateChangeSlice/CancelOrder_Behavior.ast +0 -0
  141. package/lib/bs/src/Order/StateChangeSlice/CancelOrder_Behavior.res +26 -0
  142. package/lib/bs/src/Order/StateChangeSlice/CancelOrder_Behavior.res.mjs +81 -0
  143. package/lib/bs/src/Order/StateChangeSlice/PlaceOrder-OrderingPlugin.cmi +0 -0
  144. package/lib/bs/src/Order/StateChangeSlice/PlaceOrder-OrderingPlugin.cmj +0 -0
  145. package/lib/bs/src/Order/StateChangeSlice/PlaceOrder-OrderingPlugin.cmt +0 -0
  146. package/lib/bs/src/Order/StateChangeSlice/PlaceOrder.ast +0 -0
  147. package/lib/bs/src/Order/StateChangeSlice/PlaceOrder.res +33 -0
  148. package/lib/bs/src/Order/StateChangeSlice/PlaceOrder.res.mjs +63 -0
  149. package/lib/bs/src/Order/StateChangeSlice/PlaceOrder_Behavior-OrderingPlugin.cmi +0 -0
  150. package/lib/bs/src/Order/StateChangeSlice/PlaceOrder_Behavior-OrderingPlugin.cmj +0 -0
  151. package/lib/bs/src/Order/StateChangeSlice/PlaceOrder_Behavior-OrderingPlugin.cmt +0 -0
  152. package/lib/bs/src/Order/StateChangeSlice/PlaceOrder_Behavior.ast +0 -0
  153. package/lib/bs/src/Order/StateChangeSlice/PlaceOrder_Behavior.res +44 -0
  154. package/lib/bs/src/Order/StateChangeSlice/PlaceOrder_Behavior.res.mjs +70 -0
  155. package/lib/bs/src/Order/StateChangeSlice/ShipOrder-OrderingPlugin.cmi +0 -0
  156. package/lib/bs/src/Order/StateChangeSlice/ShipOrder-OrderingPlugin.cmj +0 -0
  157. package/lib/bs/src/Order/StateChangeSlice/ShipOrder-OrderingPlugin.cmt +0 -0
  158. package/lib/bs/src/Order/StateChangeSlice/ShipOrder.ast +0 -0
  159. package/lib/bs/src/Order/StateChangeSlice/ShipOrder.res +21 -0
  160. package/lib/bs/src/Order/StateChangeSlice/ShipOrder.res.mjs +56 -0
  161. package/lib/bs/src/Order/StateChangeSlice/ShipOrder_Behavior-OrderingPlugin.cmi +0 -0
  162. package/lib/bs/src/Order/StateChangeSlice/ShipOrder_Behavior-OrderingPlugin.cmj +0 -0
  163. package/lib/bs/src/Order/StateChangeSlice/ShipOrder_Behavior-OrderingPlugin.cmt +0 -0
  164. package/lib/bs/src/Order/StateChangeSlice/ShipOrder_Behavior.ast +0 -0
  165. package/lib/bs/src/Order/StateChangeSlice/ShipOrder_Behavior.res +26 -0
  166. package/lib/bs/src/Order/StateChangeSlice/ShipOrder_Behavior.res.mjs +73 -0
  167. package/lib/bs/src/Order/StateViewSlice/Orders-OrderingPlugin.cmi +0 -0
  168. package/lib/bs/src/Order/StateViewSlice/Orders-OrderingPlugin.cmj +0 -0
  169. package/lib/bs/src/Order/StateViewSlice/Orders-OrderingPlugin.cmt +0 -0
  170. package/lib/bs/src/Order/StateViewSlice/Orders.ast +0 -0
  171. package/lib/bs/src/Order/StateViewSlice/Orders.res +23 -0
  172. package/lib/bs/src/Order/StateViewSlice/Orders.res.mjs +81 -0
  173. package/lib/bs/src/Order/StateViewSlice/Orders_Projection-OrderingPlugin.cmi +0 -0
  174. package/lib/bs/src/Order/StateViewSlice/Orders_Projection-OrderingPlugin.cmj +0 -0
  175. package/lib/bs/src/Order/StateViewSlice/Orders_Projection-OrderingPlugin.cmt +0 -0
  176. package/lib/bs/src/Order/StateViewSlice/Orders_Projection.ast +0 -0
  177. package/lib/bs/src/Order/StateViewSlice/Orders_Projection.res +10 -0
  178. package/lib/bs/src/Order/StateViewSlice/Orders_Projection.res.mjs +52 -0
  179. package/lib/bs/src/Plugin-OrderingPlugin.cmi +0 -0
  180. package/lib/bs/src/Plugin-OrderingPlugin.cmj +0 -0
  181. package/lib/bs/src/Plugin-OrderingPlugin.cmt +0 -0
  182. package/lib/bs/src/Plugin.ast +0 -0
  183. package/lib/bs/src/Plugin.res +64 -0
  184. package/lib/bs/src/Plugin.res.mjs +346 -0
  185. package/lib/bs/src/Service/EmailService-OrderingPlugin.cmi +0 -0
  186. package/lib/bs/src/Service/EmailService-OrderingPlugin.cmj +0 -0
  187. package/lib/bs/src/Service/EmailService-OrderingPlugin.cmt +0 -0
  188. package/lib/bs/src/Service/EmailService.ast +0 -0
  189. package/lib/bs/src/Service/EmailService.res +3 -0
  190. package/lib/bs/src/Service/EmailService.res.mjs +11 -0
  191. package/lib/bs/tests/CatalogProduct/StateChangeSlice/SyncCatalogProduct_GWT-OrderingPlugin.cmi +0 -0
  192. package/lib/bs/tests/CatalogProduct/StateChangeSlice/SyncCatalogProduct_GWT-OrderingPlugin.cmj +0 -0
  193. package/lib/bs/tests/CatalogProduct/StateChangeSlice/SyncCatalogProduct_GWT-OrderingPlugin.cmt +0 -0
  194. package/lib/bs/tests/CatalogProduct/StateChangeSlice/SyncCatalogProduct_GWT.ast +0 -0
  195. package/lib/bs/tests/CatalogProduct/StateChangeSlice/SyncCatalogProduct_GWT.res +27 -0
  196. package/lib/bs/tests/CatalogProduct/StateChangeSlice/SyncCatalogProduct_GWT.res.mjs +109 -0
  197. package/lib/bs/tests/CatalogProduct/StateViewSlice/AvailableProducts_GWT-OrderingPlugin.cmi +0 -0
  198. package/lib/bs/tests/CatalogProduct/StateViewSlice/AvailableProducts_GWT-OrderingPlugin.cmj +0 -0
  199. package/lib/bs/tests/CatalogProduct/StateViewSlice/AvailableProducts_GWT-OrderingPlugin.cmt +0 -0
  200. package/lib/bs/tests/CatalogProduct/StateViewSlice/AvailableProducts_GWT.ast +0 -0
  201. package/lib/bs/tests/CatalogProduct/StateViewSlice/AvailableProducts_GWT.res +15 -0
  202. package/lib/bs/tests/CatalogProduct/StateViewSlice/AvailableProducts_GWT.res.mjs +93 -0
  203. package/lib/bs/tests/Customer/StateChangeSlice/ChangeAddress_GWT-OrderingPlugin.cmi +0 -0
  204. package/lib/bs/tests/Customer/StateChangeSlice/ChangeAddress_GWT-OrderingPlugin.cmj +0 -0
  205. package/lib/bs/tests/Customer/StateChangeSlice/ChangeAddress_GWT-OrderingPlugin.cmt +0 -0
  206. package/lib/bs/tests/Customer/StateChangeSlice/ChangeAddress_GWT.ast +0 -0
  207. package/lib/bs/tests/Customer/StateChangeSlice/ChangeAddress_GWT.res +27 -0
  208. package/lib/bs/tests/Customer/StateChangeSlice/ChangeAddress_GWT.res.mjs +102 -0
  209. package/lib/bs/tests/Customer/StateChangeSlice/ChangeEmail_GWT-OrderingPlugin.cmi +0 -0
  210. package/lib/bs/tests/Customer/StateChangeSlice/ChangeEmail_GWT-OrderingPlugin.cmj +0 -0
  211. package/lib/bs/tests/Customer/StateChangeSlice/ChangeEmail_GWT-OrderingPlugin.cmt +0 -0
  212. package/lib/bs/tests/Customer/StateChangeSlice/ChangeEmail_GWT.ast +0 -0
  213. package/lib/bs/tests/Customer/StateChangeSlice/ChangeEmail_GWT.res +27 -0
  214. package/lib/bs/tests/Customer/StateChangeSlice/ChangeEmail_GWT.res.mjs +102 -0
  215. package/lib/bs/tests/Customer/StateChangeSlice/DeactivateCustomer_GWT-OrderingPlugin.cmi +0 -0
  216. package/lib/bs/tests/Customer/StateChangeSlice/DeactivateCustomer_GWT-OrderingPlugin.cmj +0 -0
  217. package/lib/bs/tests/Customer/StateChangeSlice/DeactivateCustomer_GWT-OrderingPlugin.cmt +0 -0
  218. package/lib/bs/tests/Customer/StateChangeSlice/DeactivateCustomer_GWT.ast +0 -0
  219. package/lib/bs/tests/Customer/StateChangeSlice/DeactivateCustomer_GWT.res +21 -0
  220. package/lib/bs/tests/Customer/StateChangeSlice/DeactivateCustomer_GWT.res.mjs +84 -0
  221. package/lib/bs/tests/Customer/StateChangeSlice/RegisterCustomer_GWT-OrderingPlugin.cmi +0 -0
  222. package/lib/bs/tests/Customer/StateChangeSlice/RegisterCustomer_GWT-OrderingPlugin.cmj +0 -0
  223. package/lib/bs/tests/Customer/StateChangeSlice/RegisterCustomer_GWT-OrderingPlugin.cmt +0 -0
  224. package/lib/bs/tests/Customer/StateChangeSlice/RegisterCustomer_GWT.ast +0 -0
  225. package/lib/bs/tests/Customer/StateChangeSlice/RegisterCustomer_GWT.res +21 -0
  226. package/lib/bs/tests/Customer/StateChangeSlice/RegisterCustomer_GWT.res.mjs +83 -0
  227. package/lib/bs/tests/Customer/StateViewSlice/Customers_GWT-OrderingPlugin.cmi +0 -0
  228. package/lib/bs/tests/Customer/StateViewSlice/Customers_GWT-OrderingPlugin.cmj +0 -0
  229. package/lib/bs/tests/Customer/StateViewSlice/Customers_GWT-OrderingPlugin.cmt +0 -0
  230. package/lib/bs/tests/Customer/StateViewSlice/Customers_GWT.ast +0 -0
  231. package/lib/bs/tests/Customer/StateViewSlice/Customers_GWT.res +45 -0
  232. package/lib/bs/tests/Customer/StateViewSlice/Customers_GWT.res.mjs +124 -0
  233. package/lib/bs/tests/Extension/Products_Extension_GWT-OrderingPlugin.cmi +0 -0
  234. package/lib/bs/tests/Extension/Products_Extension_GWT-OrderingPlugin.cmj +0 -0
  235. package/lib/bs/tests/Extension/Products_Extension_GWT-OrderingPlugin.cmt +0 -0
  236. package/lib/bs/tests/Extension/Products_Extension_GWT.ast +0 -0
  237. package/lib/bs/tests/Extension/Products_Extension_GWT.res +23 -0
  238. package/lib/bs/tests/Extension/Products_Extension_GWT.res.mjs +108 -0
  239. package/lib/bs/tests/ExtensionPoint/Orders_ExtensionPointMapping_GWT-OrderingPlugin.cmi +0 -0
  240. package/lib/bs/tests/ExtensionPoint/Orders_ExtensionPointMapping_GWT-OrderingPlugin.cmj +0 -0
  241. package/lib/bs/tests/ExtensionPoint/Orders_ExtensionPointMapping_GWT-OrderingPlugin.cmt +0 -0
  242. package/lib/bs/tests/ExtensionPoint/Orders_ExtensionPointMapping_GWT.ast +0 -0
  243. package/lib/bs/tests/ExtensionPoint/Orders_ExtensionPointMapping_GWT.res +23 -0
  244. package/lib/bs/tests/ExtensionPoint/Orders_ExtensionPointMapping_GWT.res.mjs +139 -0
  245. package/lib/bs/tests/Order/AutomationSlice/AutoShipOrder_GWT-OrderingPlugin.cmi +0 -0
  246. package/lib/bs/tests/Order/AutomationSlice/AutoShipOrder_GWT-OrderingPlugin.cmj +0 -0
  247. package/lib/bs/tests/Order/AutomationSlice/AutoShipOrder_GWT-OrderingPlugin.cmt +0 -0
  248. package/lib/bs/tests/Order/AutomationSlice/AutoShipOrder_GWT.ast +0 -0
  249. package/lib/bs/tests/Order/AutomationSlice/AutoShipOrder_GWT.res +55 -0
  250. package/lib/bs/tests/Order/AutomationSlice/AutoShipOrder_GWT.res.mjs +133 -0
  251. package/lib/bs/tests/Order/OutboundTranslationSlice/SendOrderConfirmation_GWT-OrderingPlugin.cmi +0 -0
  252. package/lib/bs/tests/Order/OutboundTranslationSlice/SendOrderConfirmation_GWT-OrderingPlugin.cmj +0 -0
  253. package/lib/bs/tests/Order/OutboundTranslationSlice/SendOrderConfirmation_GWT-OrderingPlugin.cmt +0 -0
  254. package/lib/bs/tests/Order/OutboundTranslationSlice/SendOrderConfirmation_GWT.ast +0 -0
  255. package/lib/bs/tests/Order/OutboundTranslationSlice/SendOrderConfirmation_GWT.res +33 -0
  256. package/lib/bs/tests/Order/OutboundTranslationSlice/SendOrderConfirmation_GWT.res.mjs +101 -0
  257. package/lib/bs/tests/Order/StateChangeSlice/CancelOrder_GWT-OrderingPlugin.cmi +0 -0
  258. package/lib/bs/tests/Order/StateChangeSlice/CancelOrder_GWT-OrderingPlugin.cmj +0 -0
  259. package/lib/bs/tests/Order/StateChangeSlice/CancelOrder_GWT-OrderingPlugin.cmt +0 -0
  260. package/lib/bs/tests/Order/StateChangeSlice/CancelOrder_GWT.ast +0 -0
  261. package/lib/bs/tests/Order/StateChangeSlice/CancelOrder_GWT.res +27 -0
  262. package/lib/bs/tests/Order/StateChangeSlice/CancelOrder_GWT.res.mjs +107 -0
  263. package/lib/bs/tests/Order/StateChangeSlice/PlaceOrder_GWT-OrderingPlugin.cmi +0 -0
  264. package/lib/bs/tests/Order/StateChangeSlice/PlaceOrder_GWT-OrderingPlugin.cmj +0 -0
  265. package/lib/bs/tests/Order/StateChangeSlice/PlaceOrder_GWT-OrderingPlugin.cmt +0 -0
  266. package/lib/bs/tests/Order/StateChangeSlice/PlaceOrder_GWT.ast +0 -0
  267. package/lib/bs/tests/Order/StateChangeSlice/PlaceOrder_GWT.res +39 -0
  268. package/lib/bs/tests/Order/StateChangeSlice/PlaceOrder_GWT.res.mjs +139 -0
  269. package/lib/bs/tests/Order/StateChangeSlice/ShipOrder_GWT-OrderingPlugin.cmi +0 -0
  270. package/lib/bs/tests/Order/StateChangeSlice/ShipOrder_GWT-OrderingPlugin.cmj +0 -0
  271. package/lib/bs/tests/Order/StateChangeSlice/ShipOrder_GWT-OrderingPlugin.cmt +0 -0
  272. package/lib/bs/tests/Order/StateChangeSlice/ShipOrder_GWT.ast +0 -0
  273. package/lib/bs/tests/Order/StateChangeSlice/ShipOrder_GWT.res +27 -0
  274. package/lib/bs/tests/Order/StateChangeSlice/ShipOrder_GWT.res.mjs +91 -0
  275. package/lib/bs/tests/Order/StateViewSlice/Orders_GWT-OrderingPlugin.cmi +0 -0
  276. package/lib/bs/tests/Order/StateViewSlice/Orders_GWT-OrderingPlugin.cmj +0 -0
  277. package/lib/bs/tests/Order/StateViewSlice/Orders_GWT-OrderingPlugin.cmt +0 -0
  278. package/lib/bs/tests/Order/StateViewSlice/Orders_GWT.ast +0 -0
  279. package/lib/bs/tests/Order/StateViewSlice/Orders_GWT.res +36 -0
  280. package/lib/bs/tests/Order/StateViewSlice/Orders_GWT.res.mjs +114 -0
  281. package/lib/ocaml/.compiler.log +2 -0
  282. package/lib/ocaml/AutoShipOrder-OrderingPlugin.cmi +0 -0
  283. package/lib/ocaml/AutoShipOrder-OrderingPlugin.cmj +0 -0
  284. package/lib/ocaml/AutoShipOrder-OrderingPlugin.cmt +0 -0
  285. package/lib/ocaml/AutoShipOrder.ast +0 -0
  286. package/lib/ocaml/AutoShipOrder.res +19 -0
  287. package/lib/ocaml/AutoShipOrder_Automation-OrderingPlugin.cmi +0 -0
  288. package/lib/ocaml/AutoShipOrder_Automation-OrderingPlugin.cmj +0 -0
  289. package/lib/ocaml/AutoShipOrder_Automation-OrderingPlugin.cmt +0 -0
  290. package/lib/ocaml/AutoShipOrder_Automation.ast +0 -0
  291. package/lib/ocaml/AutoShipOrder_Automation.res +36 -0
  292. package/lib/ocaml/AutoShipOrder_GWT-OrderingPlugin.cmi +0 -0
  293. package/lib/ocaml/AutoShipOrder_GWT-OrderingPlugin.cmj +0 -0
  294. package/lib/ocaml/AutoShipOrder_GWT-OrderingPlugin.cmt +0 -0
  295. package/lib/ocaml/AutoShipOrder_GWT.ast +0 -0
  296. package/lib/ocaml/AutoShipOrder_GWT.res +55 -0
  297. package/lib/ocaml/AvailableProducts-OrderingPlugin.cmi +0 -0
  298. package/lib/ocaml/AvailableProducts-OrderingPlugin.cmj +0 -0
  299. package/lib/ocaml/AvailableProducts-OrderingPlugin.cmt +0 -0
  300. package/lib/ocaml/AvailableProducts.ast +0 -0
  301. package/lib/ocaml/AvailableProducts.res +13 -0
  302. package/lib/ocaml/AvailableProducts_GWT-OrderingPlugin.cmi +0 -0
  303. package/lib/ocaml/AvailableProducts_GWT-OrderingPlugin.cmj +0 -0
  304. package/lib/ocaml/AvailableProducts_GWT-OrderingPlugin.cmt +0 -0
  305. package/lib/ocaml/AvailableProducts_GWT.ast +0 -0
  306. package/lib/ocaml/AvailableProducts_GWT.res +15 -0
  307. package/lib/ocaml/AvailableProducts_Projection-OrderingPlugin.cmi +0 -0
  308. package/lib/ocaml/AvailableProducts_Projection-OrderingPlugin.cmj +0 -0
  309. package/lib/ocaml/AvailableProducts_Projection-OrderingPlugin.cmt +0 -0
  310. package/lib/ocaml/AvailableProducts_Projection.ast +0 -0
  311. package/lib/ocaml/AvailableProducts_Projection.res +8 -0
  312. package/lib/ocaml/CancelOrder-OrderingPlugin.cmi +0 -0
  313. package/lib/ocaml/CancelOrder-OrderingPlugin.cmj +0 -0
  314. package/lib/ocaml/CancelOrder-OrderingPlugin.cmt +0 -0
  315. package/lib/ocaml/CancelOrder.ast +0 -0
  316. package/lib/ocaml/CancelOrder.res +24 -0
  317. package/lib/ocaml/CancelOrder_Behavior-OrderingPlugin.cmi +0 -0
  318. package/lib/ocaml/CancelOrder_Behavior-OrderingPlugin.cmj +0 -0
  319. package/lib/ocaml/CancelOrder_Behavior-OrderingPlugin.cmt +0 -0
  320. package/lib/ocaml/CancelOrder_Behavior.ast +0 -0
  321. package/lib/ocaml/CancelOrder_Behavior.res +26 -0
  322. package/lib/ocaml/CancelOrder_GWT-OrderingPlugin.cmi +0 -0
  323. package/lib/ocaml/CancelOrder_GWT-OrderingPlugin.cmj +0 -0
  324. package/lib/ocaml/CancelOrder_GWT-OrderingPlugin.cmt +0 -0
  325. package/lib/ocaml/CancelOrder_GWT.ast +0 -0
  326. package/lib/ocaml/CancelOrder_GWT.res +27 -0
  327. package/lib/ocaml/ChangeAddress-OrderingPlugin.cmi +0 -0
  328. package/lib/ocaml/ChangeAddress-OrderingPlugin.cmj +0 -0
  329. package/lib/ocaml/ChangeAddress-OrderingPlugin.cmt +0 -0
  330. package/lib/ocaml/ChangeAddress.ast +0 -0
  331. package/lib/ocaml/ChangeAddress.res +20 -0
  332. package/lib/ocaml/ChangeAddress_Behavior-OrderingPlugin.cmi +0 -0
  333. package/lib/ocaml/ChangeAddress_Behavior-OrderingPlugin.cmj +0 -0
  334. package/lib/ocaml/ChangeAddress_Behavior-OrderingPlugin.cmt +0 -0
  335. package/lib/ocaml/ChangeAddress_Behavior.ast +0 -0
  336. package/lib/ocaml/ChangeAddress_Behavior.res +30 -0
  337. package/lib/ocaml/ChangeAddress_GWT-OrderingPlugin.cmi +0 -0
  338. package/lib/ocaml/ChangeAddress_GWT-OrderingPlugin.cmj +0 -0
  339. package/lib/ocaml/ChangeAddress_GWT-OrderingPlugin.cmt +0 -0
  340. package/lib/ocaml/ChangeAddress_GWT.ast +0 -0
  341. package/lib/ocaml/ChangeAddress_GWT.res +27 -0
  342. package/lib/ocaml/ChangeEmail-OrderingPlugin.cmi +0 -0
  343. package/lib/ocaml/ChangeEmail-OrderingPlugin.cmj +0 -0
  344. package/lib/ocaml/ChangeEmail-OrderingPlugin.cmt +0 -0
  345. package/lib/ocaml/ChangeEmail.ast +0 -0
  346. package/lib/ocaml/ChangeEmail.res +20 -0
  347. package/lib/ocaml/ChangeEmail_Behavior-OrderingPlugin.cmi +0 -0
  348. package/lib/ocaml/ChangeEmail_Behavior-OrderingPlugin.cmj +0 -0
  349. package/lib/ocaml/ChangeEmail_Behavior-OrderingPlugin.cmt +0 -0
  350. package/lib/ocaml/ChangeEmail_Behavior.ast +0 -0
  351. package/lib/ocaml/ChangeEmail_Behavior.res +26 -0
  352. package/lib/ocaml/ChangeEmail_GWT-OrderingPlugin.cmi +0 -0
  353. package/lib/ocaml/ChangeEmail_GWT-OrderingPlugin.cmj +0 -0
  354. package/lib/ocaml/ChangeEmail_GWT-OrderingPlugin.cmt +0 -0
  355. package/lib/ocaml/ChangeEmail_GWT.ast +0 -0
  356. package/lib/ocaml/ChangeEmail_GWT.res +27 -0
  357. package/lib/ocaml/Customers-OrderingPlugin.cmi +0 -0
  358. package/lib/ocaml/Customers-OrderingPlugin.cmj +0 -0
  359. package/lib/ocaml/Customers-OrderingPlugin.cmt +0 -0
  360. package/lib/ocaml/Customers.ast +0 -0
  361. package/lib/ocaml/Customers.res +18 -0
  362. package/lib/ocaml/Customers_GWT-OrderingPlugin.cmi +0 -0
  363. package/lib/ocaml/Customers_GWT-OrderingPlugin.cmj +0 -0
  364. package/lib/ocaml/Customers_GWT-OrderingPlugin.cmt +0 -0
  365. package/lib/ocaml/Customers_GWT.ast +0 -0
  366. package/lib/ocaml/Customers_GWT.res +45 -0
  367. package/lib/ocaml/Customers_Projection-OrderingPlugin.cmi +0 -0
  368. package/lib/ocaml/Customers_Projection-OrderingPlugin.cmj +0 -0
  369. package/lib/ocaml/Customers_Projection-OrderingPlugin.cmt +0 -0
  370. package/lib/ocaml/Customers_Projection.ast +0 -0
  371. package/lib/ocaml/Customers_Projection.res +13 -0
  372. package/lib/ocaml/DeactivateCustomer-OrderingPlugin.cmi +0 -0
  373. package/lib/ocaml/DeactivateCustomer-OrderingPlugin.cmj +0 -0
  374. package/lib/ocaml/DeactivateCustomer-OrderingPlugin.cmt +0 -0
  375. package/lib/ocaml/DeactivateCustomer.ast +0 -0
  376. package/lib/ocaml/DeactivateCustomer.res +17 -0
  377. package/lib/ocaml/DeactivateCustomer_Behavior-OrderingPlugin.cmi +0 -0
  378. package/lib/ocaml/DeactivateCustomer_Behavior-OrderingPlugin.cmj +0 -0
  379. package/lib/ocaml/DeactivateCustomer_Behavior-OrderingPlugin.cmt +0 -0
  380. package/lib/ocaml/DeactivateCustomer_Behavior.ast +0 -0
  381. package/lib/ocaml/DeactivateCustomer_Behavior.res +23 -0
  382. package/lib/ocaml/DeactivateCustomer_GWT-OrderingPlugin.cmi +0 -0
  383. package/lib/ocaml/DeactivateCustomer_GWT-OrderingPlugin.cmj +0 -0
  384. package/lib/ocaml/DeactivateCustomer_GWT-OrderingPlugin.cmt +0 -0
  385. package/lib/ocaml/DeactivateCustomer_GWT.ast +0 -0
  386. package/lib/ocaml/DeactivateCustomer_GWT.res +21 -0
  387. package/lib/ocaml/EmailService-OrderingPlugin.cmi +0 -0
  388. package/lib/ocaml/EmailService-OrderingPlugin.cmj +0 -0
  389. package/lib/ocaml/EmailService-OrderingPlugin.cmt +0 -0
  390. package/lib/ocaml/EmailService.ast +0 -0
  391. package/lib/ocaml/EmailService.res +3 -0
  392. package/lib/ocaml/OrderingPlugin.cmi +0 -0
  393. package/lib/ocaml/OrderingPlugin.cmj +0 -0
  394. package/lib/ocaml/OrderingPlugin.cmt +0 -0
  395. package/lib/ocaml/OrderingPlugin.mlmap +46 -0
  396. package/lib/ocaml/Orders-OrderingPlugin.cmi +0 -0
  397. package/lib/ocaml/Orders-OrderingPlugin.cmj +0 -0
  398. package/lib/ocaml/Orders-OrderingPlugin.cmt +0 -0
  399. package/lib/ocaml/Orders.ast +0 -0
  400. package/lib/ocaml/Orders.res +23 -0
  401. package/lib/ocaml/Orders_ExtensionPointMapping-OrderingPlugin.cmi +0 -0
  402. package/lib/ocaml/Orders_ExtensionPointMapping-OrderingPlugin.cmj +0 -0
  403. package/lib/ocaml/Orders_ExtensionPointMapping-OrderingPlugin.cmt +0 -0
  404. package/lib/ocaml/Orders_ExtensionPointMapping.ast +0 -0
  405. package/lib/ocaml/Orders_ExtensionPointMapping.res +33 -0
  406. package/lib/ocaml/Orders_ExtensionPointMapping_GWT-OrderingPlugin.cmi +0 -0
  407. package/lib/ocaml/Orders_ExtensionPointMapping_GWT-OrderingPlugin.cmj +0 -0
  408. package/lib/ocaml/Orders_ExtensionPointMapping_GWT-OrderingPlugin.cmt +0 -0
  409. package/lib/ocaml/Orders_ExtensionPointMapping_GWT.ast +0 -0
  410. package/lib/ocaml/Orders_ExtensionPointMapping_GWT.res +23 -0
  411. package/lib/ocaml/Orders_GWT-OrderingPlugin.cmi +0 -0
  412. package/lib/ocaml/Orders_GWT-OrderingPlugin.cmj +0 -0
  413. package/lib/ocaml/Orders_GWT-OrderingPlugin.cmt +0 -0
  414. package/lib/ocaml/Orders_GWT.ast +0 -0
  415. package/lib/ocaml/Orders_GWT.res +36 -0
  416. package/lib/ocaml/Orders_Projection-OrderingPlugin.cmi +0 -0
  417. package/lib/ocaml/Orders_Projection-OrderingPlugin.cmj +0 -0
  418. package/lib/ocaml/Orders_Projection-OrderingPlugin.cmt +0 -0
  419. package/lib/ocaml/Orders_Projection.ast +0 -0
  420. package/lib/ocaml/Orders_Projection.res +10 -0
  421. package/lib/ocaml/PlaceOrder-OrderingPlugin.cmi +0 -0
  422. package/lib/ocaml/PlaceOrder-OrderingPlugin.cmj +0 -0
  423. package/lib/ocaml/PlaceOrder-OrderingPlugin.cmt +0 -0
  424. package/lib/ocaml/PlaceOrder.ast +0 -0
  425. package/lib/ocaml/PlaceOrder.res +33 -0
  426. package/lib/ocaml/PlaceOrder_Behavior-OrderingPlugin.cmi +0 -0
  427. package/lib/ocaml/PlaceOrder_Behavior-OrderingPlugin.cmj +0 -0
  428. package/lib/ocaml/PlaceOrder_Behavior-OrderingPlugin.cmt +0 -0
  429. package/lib/ocaml/PlaceOrder_Behavior.ast +0 -0
  430. package/lib/ocaml/PlaceOrder_Behavior.res +44 -0
  431. package/lib/ocaml/PlaceOrder_GWT-OrderingPlugin.cmi +0 -0
  432. package/lib/ocaml/PlaceOrder_GWT-OrderingPlugin.cmj +0 -0
  433. package/lib/ocaml/PlaceOrder_GWT-OrderingPlugin.cmt +0 -0
  434. package/lib/ocaml/PlaceOrder_GWT.ast +0 -0
  435. package/lib/ocaml/PlaceOrder_GWT.res +39 -0
  436. package/lib/ocaml/Plugin-OrderingPlugin.cmi +0 -0
  437. package/lib/ocaml/Plugin-OrderingPlugin.cmj +0 -0
  438. package/lib/ocaml/Plugin-OrderingPlugin.cmt +0 -0
  439. package/lib/ocaml/Plugin.ast +0 -0
  440. package/lib/ocaml/Plugin.res +64 -0
  441. package/lib/ocaml/Products_Extension-OrderingPlugin.cmi +0 -0
  442. package/lib/ocaml/Products_Extension-OrderingPlugin.cmj +0 -0
  443. package/lib/ocaml/Products_Extension-OrderingPlugin.cmt +0 -0
  444. package/lib/ocaml/Products_Extension.ast +0 -0
  445. package/lib/ocaml/Products_Extension.res +23 -0
  446. package/lib/ocaml/Products_Extension_GWT-OrderingPlugin.cmi +0 -0
  447. package/lib/ocaml/Products_Extension_GWT-OrderingPlugin.cmj +0 -0
  448. package/lib/ocaml/Products_Extension_GWT-OrderingPlugin.cmt +0 -0
  449. package/lib/ocaml/Products_Extension_GWT.ast +0 -0
  450. package/lib/ocaml/Products_Extension_GWT.res +23 -0
  451. package/lib/ocaml/RegisterCustomer-OrderingPlugin.cmi +0 -0
  452. package/lib/ocaml/RegisterCustomer-OrderingPlugin.cmj +0 -0
  453. package/lib/ocaml/RegisterCustomer-OrderingPlugin.cmt +0 -0
  454. package/lib/ocaml/RegisterCustomer.ast +0 -0
  455. package/lib/ocaml/RegisterCustomer.res +22 -0
  456. package/lib/ocaml/RegisterCustomer_Behavior-OrderingPlugin.cmi +0 -0
  457. package/lib/ocaml/RegisterCustomer_Behavior-OrderingPlugin.cmj +0 -0
  458. package/lib/ocaml/RegisterCustomer_Behavior-OrderingPlugin.cmt +0 -0
  459. package/lib/ocaml/RegisterCustomer_Behavior.ast +0 -0
  460. package/lib/ocaml/RegisterCustomer_Behavior.res +20 -0
  461. package/lib/ocaml/RegisterCustomer_GWT-OrderingPlugin.cmi +0 -0
  462. package/lib/ocaml/RegisterCustomer_GWT-OrderingPlugin.cmj +0 -0
  463. package/lib/ocaml/RegisterCustomer_GWT-OrderingPlugin.cmt +0 -0
  464. package/lib/ocaml/RegisterCustomer_GWT.ast +0 -0
  465. package/lib/ocaml/RegisterCustomer_GWT.res +21 -0
  466. package/lib/ocaml/SendOrderConfirmation-OrderingPlugin.cmi +0 -0
  467. package/lib/ocaml/SendOrderConfirmation-OrderingPlugin.cmj +0 -0
  468. package/lib/ocaml/SendOrderConfirmation-OrderingPlugin.cmt +0 -0
  469. package/lib/ocaml/SendOrderConfirmation.ast +0 -0
  470. package/lib/ocaml/SendOrderConfirmation.res +19 -0
  471. package/lib/ocaml/SendOrderConfirmation_GWT-OrderingPlugin.cmi +0 -0
  472. package/lib/ocaml/SendOrderConfirmation_GWT-OrderingPlugin.cmj +0 -0
  473. package/lib/ocaml/SendOrderConfirmation_GWT-OrderingPlugin.cmt +0 -0
  474. package/lib/ocaml/SendOrderConfirmation_GWT.ast +0 -0
  475. package/lib/ocaml/SendOrderConfirmation_GWT.res +33 -0
  476. package/lib/ocaml/SendOrderConfirmation_Translation-OrderingPlugin.cmi +0 -0
  477. package/lib/ocaml/SendOrderConfirmation_Translation-OrderingPlugin.cmj +0 -0
  478. package/lib/ocaml/SendOrderConfirmation_Translation-OrderingPlugin.cmt +0 -0
  479. package/lib/ocaml/SendOrderConfirmation_Translation.ast +0 -0
  480. package/lib/ocaml/SendOrderConfirmation_Translation.res +24 -0
  481. package/lib/ocaml/ShipOrder-OrderingPlugin.cmi +0 -0
  482. package/lib/ocaml/ShipOrder-OrderingPlugin.cmj +0 -0
  483. package/lib/ocaml/ShipOrder-OrderingPlugin.cmt +0 -0
  484. package/lib/ocaml/ShipOrder.ast +0 -0
  485. package/lib/ocaml/ShipOrder.res +21 -0
  486. package/lib/ocaml/ShipOrder_Behavior-OrderingPlugin.cmi +0 -0
  487. package/lib/ocaml/ShipOrder_Behavior-OrderingPlugin.cmj +0 -0
  488. package/lib/ocaml/ShipOrder_Behavior-OrderingPlugin.cmt +0 -0
  489. package/lib/ocaml/ShipOrder_Behavior.ast +0 -0
  490. package/lib/ocaml/ShipOrder_Behavior.res +26 -0
  491. package/lib/ocaml/ShipOrder_GWT-OrderingPlugin.cmi +0 -0
  492. package/lib/ocaml/ShipOrder_GWT-OrderingPlugin.cmj +0 -0
  493. package/lib/ocaml/ShipOrder_GWT-OrderingPlugin.cmt +0 -0
  494. package/lib/ocaml/ShipOrder_GWT.ast +0 -0
  495. package/lib/ocaml/ShipOrder_GWT.res +27 -0
  496. package/lib/ocaml/SyncCatalogProduct-OrderingPlugin.cmi +0 -0
  497. package/lib/ocaml/SyncCatalogProduct-OrderingPlugin.cmj +0 -0
  498. package/lib/ocaml/SyncCatalogProduct-OrderingPlugin.cmt +0 -0
  499. package/lib/ocaml/SyncCatalogProduct.ast +0 -0
  500. package/lib/ocaml/SyncCatalogProduct.res +28 -0
  501. package/lib/ocaml/SyncCatalogProduct_Behavior-OrderingPlugin.cmi +0 -0
  502. package/lib/ocaml/SyncCatalogProduct_Behavior-OrderingPlugin.cmj +0 -0
  503. package/lib/ocaml/SyncCatalogProduct_Behavior-OrderingPlugin.cmt +0 -0
  504. package/lib/ocaml/SyncCatalogProduct_Behavior.ast +0 -0
  505. package/lib/ocaml/SyncCatalogProduct_Behavior.res +27 -0
  506. package/lib/ocaml/SyncCatalogProduct_GWT-OrderingPlugin.cmi +0 -0
  507. package/lib/ocaml/SyncCatalogProduct_GWT-OrderingPlugin.cmj +0 -0
  508. package/lib/ocaml/SyncCatalogProduct_GWT-OrderingPlugin.cmt +0 -0
  509. package/lib/ocaml/SyncCatalogProduct_GWT.ast +0 -0
  510. package/lib/ocaml/SyncCatalogProduct_GWT.res +27 -0
  511. package/package.json +52 -0
  512. package/rescript.json +37 -0
  513. package/src/CatalogProduct/StateChangeSlice/SyncCatalogProduct.res +28 -0
  514. package/src/CatalogProduct/StateChangeSlice/SyncCatalogProduct.res.mjs +71 -0
  515. package/src/CatalogProduct/StateChangeSlice/SyncCatalogProduct_Behavior.res +27 -0
  516. package/src/CatalogProduct/StateChangeSlice/SyncCatalogProduct_Behavior.res.mjs +73 -0
  517. package/src/CatalogProduct/StateViewSlice/AvailableProducts.res +13 -0
  518. package/src/CatalogProduct/StateViewSlice/AvailableProducts.res.mjs +70 -0
  519. package/src/CatalogProduct/StateViewSlice/AvailableProducts_Projection.res +8 -0
  520. package/src/CatalogProduct/StateViewSlice/AvailableProducts_Projection.res.mjs +38 -0
  521. package/src/Customer/StateChangeSlice/ChangeAddress.res +20 -0
  522. package/src/Customer/StateChangeSlice/ChangeAddress.res.mjs +58 -0
  523. package/src/Customer/StateChangeSlice/ChangeAddress_Behavior.res +30 -0
  524. package/src/Customer/StateChangeSlice/ChangeAddress_Behavior.res.mjs +74 -0
  525. package/src/Customer/StateChangeSlice/ChangeEmail.res +20 -0
  526. package/src/Customer/StateChangeSlice/ChangeEmail.res.mjs +58 -0
  527. package/src/Customer/StateChangeSlice/ChangeEmail_Behavior.res +26 -0
  528. package/src/Customer/StateChangeSlice/ChangeEmail_Behavior.res.mjs +74 -0
  529. package/src/Customer/StateChangeSlice/DeactivateCustomer.res +17 -0
  530. package/src/Customer/StateChangeSlice/DeactivateCustomer.res.mjs +46 -0
  531. package/src/Customer/StateChangeSlice/DeactivateCustomer_Behavior.res +23 -0
  532. package/src/Customer/StateChangeSlice/DeactivateCustomer_Behavior.res.mjs +58 -0
  533. package/src/Customer/StateChangeSlice/RegisterCustomer.res +22 -0
  534. package/src/Customer/StateChangeSlice/RegisterCustomer.res.mjs +47 -0
  535. package/src/Customer/StateChangeSlice/RegisterCustomer_Behavior.res +20 -0
  536. package/src/Customer/StateChangeSlice/RegisterCustomer_Behavior.res.mjs +44 -0
  537. package/src/Customer/StateViewSlice/Customers.res +18 -0
  538. package/src/Customer/StateViewSlice/Customers.res.mjs +69 -0
  539. package/src/Customer/StateViewSlice/Customers_Projection.res +13 -0
  540. package/src/Customer/StateViewSlice/Customers_Projection.res.mjs +62 -0
  541. package/src/Extension/Products_Extension.res +23 -0
  542. package/src/Extension/Products_Extension.res.mjs +43 -0
  543. package/src/ExtensionPoint/Orders_ExtensionPointMapping.res +33 -0
  544. package/src/ExtensionPoint/Orders_ExtensionPointMapping.res.mjs +82 -0
  545. package/src/Order/AutomationSlice/AutoShipOrder.res +19 -0
  546. package/src/Order/AutomationSlice/AutoShipOrder.res.mjs +42 -0
  547. package/src/Order/AutomationSlice/AutoShipOrder_Automation.res +36 -0
  548. package/src/Order/AutomationSlice/AutoShipOrder_Automation.res.mjs +101 -0
  549. package/src/Order/OutboundTranslationSlice/SendOrderConfirmation.res +19 -0
  550. package/src/Order/OutboundTranslationSlice/SendOrderConfirmation.res.mjs +42 -0
  551. package/src/Order/OutboundTranslationSlice/SendOrderConfirmation_Translation.res +24 -0
  552. package/src/Order/OutboundTranslationSlice/SendOrderConfirmation_Translation.res.mjs +46 -0
  553. package/src/Order/StateChangeSlice/CancelOrder.res +24 -0
  554. package/src/Order/StateChangeSlice/CancelOrder.res.mjs +60 -0
  555. package/src/Order/StateChangeSlice/CancelOrder_Behavior.res +26 -0
  556. package/src/Order/StateChangeSlice/CancelOrder_Behavior.res.mjs +81 -0
  557. package/src/Order/StateChangeSlice/PlaceOrder.res +33 -0
  558. package/src/Order/StateChangeSlice/PlaceOrder.res.mjs +63 -0
  559. package/src/Order/StateChangeSlice/PlaceOrder_Behavior.res +44 -0
  560. package/src/Order/StateChangeSlice/PlaceOrder_Behavior.res.mjs +70 -0
  561. package/src/Order/StateChangeSlice/ShipOrder.res +21 -0
  562. package/src/Order/StateChangeSlice/ShipOrder.res.mjs +56 -0
  563. package/src/Order/StateChangeSlice/ShipOrder_Behavior.res +26 -0
  564. package/src/Order/StateChangeSlice/ShipOrder_Behavior.res.mjs +73 -0
  565. package/src/Order/StateViewSlice/Orders.res +23 -0
  566. package/src/Order/StateViewSlice/Orders.res.mjs +81 -0
  567. package/src/Order/StateViewSlice/Orders_Projection.res +10 -0
  568. package/src/Order/StateViewSlice/Orders_Projection.res.mjs +52 -0
  569. package/src/Plugin.res +64 -0
  570. package/src/Plugin.res.mjs +346 -0
  571. package/src/Service/EmailService.res +3 -0
  572. package/src/Service/EmailService.res.mjs +11 -0
  573. package/src/plugin.json +1 -0
  574. package/tests/CatalogProduct/StateChangeSlice/SyncCatalogProduct_GWT.res +27 -0
  575. package/tests/CatalogProduct/StateChangeSlice/SyncCatalogProduct_GWT.res.mjs +109 -0
  576. package/tests/CatalogProduct/StateViewSlice/AvailableProducts_GWT.res +15 -0
  577. package/tests/CatalogProduct/StateViewSlice/AvailableProducts_GWT.res.mjs +93 -0
  578. package/tests/Customer/StateChangeSlice/ChangeAddress_GWT.res +27 -0
  579. package/tests/Customer/StateChangeSlice/ChangeAddress_GWT.res.mjs +102 -0
  580. package/tests/Customer/StateChangeSlice/ChangeEmail_GWT.res +27 -0
  581. package/tests/Customer/StateChangeSlice/ChangeEmail_GWT.res.mjs +102 -0
  582. package/tests/Customer/StateChangeSlice/DeactivateCustomer_GWT.res +21 -0
  583. package/tests/Customer/StateChangeSlice/DeactivateCustomer_GWT.res.mjs +84 -0
  584. package/tests/Customer/StateChangeSlice/RegisterCustomer_GWT.res +21 -0
  585. package/tests/Customer/StateChangeSlice/RegisterCustomer_GWT.res.mjs +83 -0
  586. package/tests/Customer/StateViewSlice/Customers_GWT.res +45 -0
  587. package/tests/Customer/StateViewSlice/Customers_GWT.res.mjs +124 -0
  588. package/tests/Extension/Products_Extension_GWT.res +23 -0
  589. package/tests/Extension/Products_Extension_GWT.res.mjs +108 -0
  590. package/tests/ExtensionPoint/Orders_ExtensionPointMapping_GWT.res +23 -0
  591. package/tests/ExtensionPoint/Orders_ExtensionPointMapping_GWT.res.mjs +139 -0
  592. package/tests/Order/AutomationSlice/AutoShipOrder_GWT.res +55 -0
  593. package/tests/Order/AutomationSlice/AutoShipOrder_GWT.res.mjs +133 -0
  594. package/tests/Order/OutboundTranslationSlice/SendOrderConfirmation_GWT.res +33 -0
  595. package/tests/Order/OutboundTranslationSlice/SendOrderConfirmation_GWT.res.mjs +101 -0
  596. package/tests/Order/StateChangeSlice/CancelOrder_GWT.res +27 -0
  597. package/tests/Order/StateChangeSlice/CancelOrder_GWT.res.mjs +107 -0
  598. package/tests/Order/StateChangeSlice/PlaceOrder_GWT.res +39 -0
  599. package/tests/Order/StateChangeSlice/PlaceOrder_GWT.res.mjs +139 -0
  600. package/tests/Order/StateChangeSlice/ShipOrder_GWT.res +27 -0
  601. package/tests/Order/StateChangeSlice/ShipOrder_GWT.res.mjs +91 -0
  602. package/tests/Order/StateViewSlice/Orders_GWT.res +36 -0
  603. package/tests/Order/StateViewSlice/Orders_GWT.res.mjs +114 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,885 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ # 1.0.0-alpha.103 (2026-06-27)
7
+
8
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
9
+
10
+
11
+
12
+
13
+
14
+ # 1.0.0-alpha.102 (2026-06-22)
15
+
16
+ ### Bug Fixes
17
+
18
+ * **ppx:** compose [@ref](https://github.com/ref) with the DCB tag key for plural *Ids fields ([cba2193](https://github.com/ReventlessDev/reventless-core/commit/cba2193d1c377c1bf91dee1f01da2a91a82ab488))
19
+ ### Features
20
+
21
+ * **ordering-example:** pin PlaceOrder product picker to same-plugin AvailableProducts ([a1b78d1](https://github.com/ReventlessDev/reventless-core/commit/a1b78d17fe4e65d634429f02cf7c7b7b275a9bf8))
22
+
23
+
24
+ # 1.0.0-alpha.101 (2026-06-21)
25
+
26
+ ### Features
27
+
28
+ * **dcb:** cross-partition secondary-tag reads (Phase 7) ([9e1f8b3](https://github.com/ReventlessDev/reventless-core/commit/9e1f8b3595004b92148dd053aae380078baa42a3))
29
+
30
+
31
+ # 1.0.0-alpha.100 (2026-06-21)
32
+
33
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
34
+
35
+
36
+
37
+
38
+
39
+ # 1.0.0-alpha.99 (2026-06-21)
40
+
41
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
42
+
43
+
44
+
45
+
46
+
47
+ # 1.0.0-alpha.98 (2026-06-20)
48
+
49
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
50
+
51
+
52
+
53
+
54
+
55
+ # 1.0.0-alpha.97 (2026-06-20)
56
+
57
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
58
+
59
+
60
+
61
+
62
+
63
+ # 1.0.0-alpha.96 (2026-06-20)
64
+
65
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
66
+
67
+
68
+
69
+
70
+
71
+ # 1.0.0-alpha.95 (2026-06-20)
72
+
73
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
74
+
75
+
76
+
77
+
78
+
79
+ # 1.0.0-alpha.94 (2026-06-20)
80
+
81
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
82
+
83
+
84
+
85
+
86
+
87
+ # 1.0.0-alpha.93 (2026-06-18)
88
+
89
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
90
+
91
+
92
+
93
+
94
+
95
+ # 1.0.0-alpha.92 (2026-06-18)
96
+
97
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
98
+
99
+
100
+
101
+
102
+
103
+ # 1.0.0-alpha.91 (2026-06-18)
104
+
105
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
106
+
107
+
108
+
109
+
110
+
111
+ # 1.0.0-alpha.90 (2026-06-18)
112
+
113
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
114
+
115
+
116
+
117
+
118
+
119
+ # 1.0.0-alpha.89 (2026-06-17)
120
+
121
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
122
+
123
+
124
+
125
+
126
+
127
+ # 1.0.0-alpha.88 (2026-06-17)
128
+
129
+ ### Bug Fixes
130
+
131
+ * **packaging:** executable ppx binaries + promote phantom deps for standalone installs ([9b6bea2](https://github.com/ReventlessDev/reventless-core/commit/9b6bea24570b0b0654c825d560ef781c0295512a))
132
+ * feat!: harmonize plugin make() across aggregate/DCB/hybrid; AutoUI default-on ([6f3b95e](https://github.com/ReventlessDev/reventless-core/commit/6f3b95e6aa8a136c6e837346c41a3a4dff0f9405))
133
+ ### Features
134
+
135
+ * **examples:** bring aggregates and dcb examples to hybrid parity ([dcf797a](https://github.com/ReventlessDev/reventless-core/commit/dcf797a73693a0dca2b2021486a15df8fc69d1e0))
136
+
137
+ ### BREAKING CHANGES
138
+
139
+ * makeAutoUIManifest signature dropped ~aggregates and
140
+ ~readModels; replaced with ~pluginStructure. Hand-written Plugin.res files
141
+ that pass ~uiBundleUrl to plugin.make must drop the arg and rely on the
142
+ generator-emitted env var read.
143
+
144
+
145
+
146
+ # 1.0.0-alpha.87 (2026-06-12)
147
+
148
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
149
+
150
+
151
+
152
+
153
+
154
+ # 1.0.0-alpha.86 (2026-06-12)
155
+
156
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
157
+
158
+
159
+
160
+
161
+
162
+ # 1.0.0-alpha.85 (2026-06-11)
163
+
164
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
165
+
166
+
167
+
168
+
169
+
170
+ # 1.0.0-alpha.84 (2026-06-10)
171
+
172
+ * refactor(reventless-local)!: rename reventless-in-memory to reventless-local ([f36e17c](https://github.com/ReventlessDev/reventless-core/commit/f36e17c407714ab9740393fac96865d6a5c143c9))
173
+ ### Features
174
+
175
+ * **reventless-core:** extension-point source events in pluginStructure ([9c47a0e](https://github.com/ReventlessDev/reventless-core/commit/9c47a0ea9a1643ac12fbe8dc1c43244e580de024))
176
+
177
+ ### BREAKING CHANGES
178
+
179
+ * @reventlessdev/reventless-in-memory -> @reventlessdev/reventless-local;
180
+ namespace ReventlessInMemory -> ReventlessLocal.
181
+
182
+
183
+
184
+ # 1.0.0-alpha.83 (2026-06-09)
185
+
186
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
187
+
188
+
189
+
190
+
191
+
192
+ # 1.0.0-alpha.82 (2026-06-08)
193
+
194
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
195
+
196
+
197
+
198
+
199
+
200
+ # 1.0.0-alpha.81 (2026-06-08)
201
+
202
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
203
+
204
+
205
+
206
+
207
+
208
+ # 1.0.0-alpha.80 (2026-06-08)
209
+
210
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
211
+
212
+
213
+
214
+
215
+
216
+ # 1.0.0-alpha.79 (2026-06-08)
217
+
218
+ ### Features
219
+
220
+ * **reventless-core:** extension-point source events in pluginStructure ([1e1d925](https://github.com/ReventlessDev/reventless-core/commit/1e1d9258b5a228b9fdfa003348a5367281573b3c))
221
+
222
+
223
+ # 1.0.0-alpha.78 (2026-06-07)
224
+
225
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
226
+
227
+
228
+
229
+
230
+
231
+ # 1.0.0-alpha.77 (2026-06-06)
232
+
233
+ * refactor(reventless-local)!: rename reventless-in-memory to reventless-local ([966855f](https://github.com/ReventlessDev/reventless-core/commit/966855fd31e518d56a381bf40204735809cead15))
234
+
235
+ ### BREAKING CHANGES
236
+
237
+ * @reventlessdev/reventless-in-memory -> @reventlessdev/reventless-local;
238
+ namespace ReventlessInMemory -> ReventlessLocal.
239
+
240
+
241
+
242
+ # 1.0.0-alpha.76 (2026-06-04)
243
+
244
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
245
+
246
+
247
+
248
+
249
+
250
+ # 1.0.0-alpha.75 (2026-06-04)
251
+
252
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
253
+
254
+
255
+
256
+
257
+
258
+ # 1.0.0-alpha.74 (2026-06-04)
259
+
260
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
261
+
262
+
263
+
264
+
265
+
266
+ # 1.0.0-alpha.73 (2026-06-04)
267
+
268
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
269
+
270
+
271
+
272
+
273
+
274
+ # 1.0.0-alpha.72 (2026-06-04)
275
+
276
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
277
+
278
+
279
+
280
+
281
+
282
+ # 1.0.0-alpha.71 (2026-05-28)
283
+
284
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
285
+
286
+
287
+
288
+
289
+
290
+ # 1.0.0-alpha.70 (2026-05-28)
291
+
292
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
293
+
294
+
295
+
296
+
297
+
298
+ # 1.0.0-alpha.69 (2026-05-27)
299
+
300
+ ### Bug Fixes
301
+
302
+ * **framework:** wire plugin ExtensionPoints into EventCollector runtime context ([2ce8dff](https://github.com/ReventlessDev/reventless-core/commit/2ce8dff426b576811a28c012934d77ecba8a33c0))
303
+
304
+
305
+ # 1.0.0-alpha.68 (2026-05-27)
306
+
307
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
308
+
309
+
310
+
311
+
312
+
313
+ # 1.0.0-alpha.67 (2026-05-27)
314
+
315
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
316
+
317
+
318
+
319
+
320
+
321
+ # 1.0.0-alpha.66 (2026-05-27)
322
+
323
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
324
+
325
+
326
+
327
+
328
+
329
+ # 1.0.0-alpha.65 (2026-05-26)
330
+
331
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
332
+
333
+
334
+
335
+
336
+
337
+ # 1.0.0-alpha.64 (2026-05-26)
338
+
339
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
340
+
341
+
342
+
343
+
344
+
345
+ # 1.0.0-alpha.63 (2026-05-25)
346
+
347
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
348
+
349
+
350
+
351
+
352
+
353
+ # 1.0.0-alpha.62 (2026-05-25)
354
+
355
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
356
+
357
+
358
+
359
+
360
+
361
+ # 1.0.0-alpha.61 (2026-05-25)
362
+
363
+ ### Features
364
+
365
+ * **examples:** DCB PlaceOrder availability check, idempotency guards, and convention cleanup ([c5b4e3e](https://github.com/ReventlessDev/reventless-core/commit/c5b4e3e6a45faf75c1cc0469290df6926834558d))
366
+
367
+
368
+ # 1.0.0-alpha.60 (2026-05-21)
369
+
370
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
371
+
372
+
373
+
374
+
375
+
376
+ # 1.0.0-alpha.59 (2026-05-21)
377
+
378
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
379
+
380
+
381
+
382
+
383
+
384
+ # 1.0.0-alpha.58 (2026-05-21)
385
+
386
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
387
+
388
+
389
+
390
+
391
+
392
+ # 1.0.0-alpha.57 (2026-05-20)
393
+
394
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
395
+
396
+
397
+
398
+
399
+
400
+ # 1.0.0-alpha.56 (2026-05-20)
401
+
402
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
403
+
404
+
405
+
406
+
407
+
408
+ # 1.0.0-alpha.55 (2026-05-20)
409
+
410
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
411
+
412
+
413
+
414
+
415
+
416
+ # 1.0.0-alpha.54 (2026-05-19)
417
+
418
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
419
+
420
+
421
+
422
+
423
+
424
+ # 1.0.0-alpha.53 (2026-05-19)
425
+
426
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
427
+
428
+
429
+
430
+
431
+
432
+ # 1.0.0-alpha.52 (2026-05-19)
433
+
434
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
435
+
436
+
437
+
438
+
439
+
440
+ # 1.0.0-alpha.51 (2026-05-19)
441
+
442
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
443
+
444
+
445
+
446
+
447
+
448
+ # 1.0.0-alpha.50 (2026-05-18)
449
+
450
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
451
+
452
+
453
+
454
+
455
+
456
+ # 1.0.0-alpha.49 (2026-05-18)
457
+
458
+ ### Features
459
+
460
+ * **plugin:** wire end-to-end user-extension dispatch through plugin EventCollectors ([f616abe](https://github.com/ReventlessDev/reventless-core/commit/f616abe169289f836f8e538b5419cb82cda886d7))
461
+
462
+
463
+ # 1.0.0-alpha.48 (2026-05-17)
464
+
465
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
466
+
467
+
468
+
469
+
470
+
471
+ # 1.0.0-alpha.47 (2026-05-17)
472
+
473
+ ### Bug Fixes
474
+
475
+ * **deps:** pin sury-ppx to 11.0.0-alpha.2 to prevent prerelease drift ([c9d05fe](https://github.com/ReventlessDev/reventless-core/commit/c9d05fe5118a9c0442ca3e071f2606b3a139fc81))
476
+
477
+
478
+ # 1.0.0-alpha.46 (2026-05-17)
479
+
480
+ ### Bug Fixes
481
+
482
+ * **aws:** wire schedulerRoleArn through admin registers; default heartbeat to 5 min ([f9580a2](https://github.com/ReventlessDev/reventless-core/commit/f9580a2fc7f85a67747ccaab87358f303bd90ab9))
483
+
484
+
485
+ # 1.0.0-alpha.45 (2026-05-17)
486
+
487
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
488
+
489
+
490
+
491
+
492
+
493
+ # 1.0.0-alpha.44 (2026-05-17)
494
+
495
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
496
+
497
+
498
+
499
+
500
+
501
+ # 1.0.0-alpha.43 (2026-05-17)
502
+
503
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
504
+
505
+
506
+
507
+
508
+
509
+ # 1.0.0-alpha.42 (2026-05-16)
510
+
511
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
512
+
513
+
514
+
515
+
516
+
517
+ # 1.0.0-alpha.41 (2026-05-16)
518
+
519
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
520
+
521
+
522
+
523
+
524
+
525
+ # 1.0.0-alpha.40 (2026-05-16)
526
+
527
+ ### Features
528
+
529
+ * **ppx:** add @[@reventless](https://github.com/reventless).visibility to hide components from AutoUI ([bd302cf](https://github.com/ReventlessDev/reventless-core/commit/bd302cfc5bd5d4dfe50c8e1bf8596ab67e36c74e))
530
+
531
+
532
+ # 1.0.0-alpha.39 (2026-05-16)
533
+
534
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
535
+
536
+
537
+
538
+
539
+
540
+ # 1.0.0-alpha.38 (2026-05-16)
541
+
542
+ ### Features
543
+
544
+ * **examples:** annotate Order [@allowed](https://github.com/allowed)States + [@status](https://github.com/status) across online-shop examples ([b63a6c1](https://github.com/ReventlessDev/reventless-core/commit/b63a6c184e74443df21cb5abdefdafca5a143668))
545
+
546
+
547
+ # 1.0.0-alpha.37 (2026-05-14)
548
+
549
+ ### Features
550
+
551
+ * **ppx:** inline-spec walk + Spec module types require authorization ([7db9ec0](https://github.com/ReventlessDev/reventless-core/commit/7db9ec0f186578ce0088973dba22da9257be6a61))
552
+
553
+
554
+ # 1.0.0-alpha.36 (2026-05-13)
555
+
556
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
557
+
558
+
559
+
560
+
561
+
562
+ # 1.0.0-alpha.35 (2026-05-10)
563
+
564
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
565
+
566
+
567
+
568
+
569
+
570
+ # 1.0.0-alpha.34 (2026-05-05)
571
+
572
+ ### Features
573
+
574
+ * **extension:** add PublishStateChangeSliceCommand for slice delegates ([0500b79](https://github.com/ReventlessDev/reventless-core/commit/0500b79d80632611e52ff0565e3e04472330a51e))
575
+
576
+
577
+ # 1.0.0-alpha.33 (2026-05-04)
578
+
579
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
580
+
581
+
582
+
583
+
584
+
585
+ # 1.0.0-alpha.32 (2026-05-03)
586
+
587
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
588
+
589
+
590
+
591
+
592
+
593
+ # 1.0.0-alpha.31 (2026-05-03)
594
+
595
+ ### Bug Fixes
596
+
597
+ * **examples:** Orders EP Delegate.name must match DCB log convention ([1f6c094](https://github.com/ReventlessDev/reventless-core/commit/1f6c09494bf295ae4743cdedc01c16f97e9ff8d6))
598
+
599
+
600
+ # 1.0.0-alpha.30 (2026-05-03)
601
+
602
+ ### Bug Fixes
603
+
604
+ * three follow-ups from the GWT-coverage migration ([3be14a4](https://github.com/ReventlessDev/reventless-core/commit/3be14a4cab276a989ae4a93aa650a6086ec118cf))
605
+ * feat(ppx)!: add @@reventless.mappings/extension/task; collapse AutomationSlice.Make to 2 args ([c0268ac](https://github.com/ReventlessDev/reventless-core/commit/c0268ac42c1c887fe25467af61b412ab2e27a5a7))
606
+ ### Features
607
+
608
+ * **ppx,examples:** full GWT coverage for example plugins ([9331744](https://github.com/ReventlessDev/reventless-core/commit/9331744d232802d996f3897d7eca6e8c6b735f68))
609
+
610
+ ### BREAKING CHANGES
611
+
612
+ * Platform.AutomationSlice.Make is now 2-arg (Spec, Automation).
613
+ External callers must either rerun generate-plugin or merge their _Mappings
614
+ contents into _Automation (or add the same two-line bridge).
615
+
616
+ Verified: zero warnings, 1174/1175 tests pass — the single failing test
617
+ (OrderingE2ETest "after syncing missing product, PlaceOrder succeeds") was
618
+ confirmed pre-existing on alpha (the known testPromise concurrency race).
619
+
620
+
621
+
622
+ # 1.0.0-alpha.29 (2026-04-28)
623
+
624
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
625
+
626
+
627
+
628
+
629
+
630
+ # 1.0.0-alpha.28 (2026-04-27)
631
+
632
+ ### Bug Fixes
633
+
634
+ * **spec:** regenerate plugins; simplify codegen, drop Maker suffix ([8d81302](https://github.com/ReventlessDev/reventless-core/commit/8d81302a9dc3403f98298ff69b19901d625dff7e))
635
+
636
+
637
+ # 1.0.0-alpha.27 (2026-04-26)
638
+
639
+ * refactor(automation)!: drop tagSet and toTags from Mapping API ([c9cd7f2](https://github.com/ReventlessDev/reventless-core/commit/c9cd7f2a1c1758990cb3d83a6876348477fe89d6))
640
+ * feat!: mixed-source AutomationSlice — Plan 04 ([fae3fbf](https://github.com/ReventlessDev/reventless-core/commit/fae3fbf93b12ecf62d0883fe7335ed73c6f52d67))
641
+
642
+ ### BREAKING CHANGES
643
+
644
+ * Mapping/MappingImpl no longer have `type tagSet`
645
+ or `let toTags`. Mappings declared in user code with `type tagSet`
646
+ or `let toTags` need those lines removed. Migrate any toTags
647
+ validation logic to `collect` (filter) or to `@s.matches` /
648
+ `@compositePartitionTag` annotations on the command schema.
649
+ * AutomationSlice.Spec drops consumedEvent;
650
+ AutomationSlice_Builder.Make takes Mappings as 3rd arg; make signature
651
+ swaps ~dcbEventLog for ~allEventTopics + ~context; Plugin_Builder.Spec
652
+ gains platformName. Existing slices need a sibling _Mappings.res file
653
+ and updated Plugin.res (regenerate via prebuild hook).
654
+
655
+ Tests: 362/362 pass. Build clean, zero warnings.
656
+
657
+ Plan: docs/plans/done/mixed-source-automationslice.md
658
+ Guide: docs/guides/mixed-source-automationslice.md
659
+
660
+
661
+
662
+ # 1.0.0-alpha.26 (2026-04-24)
663
+
664
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
665
+
666
+
667
+
668
+
669
+
670
+ # 1.0.0-alpha.25 (2026-04-24)
671
+
672
+ ### Features
673
+
674
+ * **gwt:** extract GWT test DSLs into @reventlessdev/reventless-gwt package ([dd64b4e](https://github.com/ReventlessDev/reventless-core/commit/dd64b4e1fd0bb203821d055b6743a52aec1836fb))
675
+
676
+
677
+ # 1.0.0-alpha.24 (2026-04-22)
678
+
679
+ ### Features
680
+
681
+ * **build:** migrate from npm to pnpm (hoisted layout) ([1de8b77](https://github.com/ReventlessDev/reventless-core/commit/1de8b7753b8f45c63ea3c8d9f64de2f27febd029))
682
+
683
+
684
+ # 1.0.0-alpha.23 (2026-04-20)
685
+
686
+ ### Features
687
+
688
+ * add automationSlices, translation slices, and extensions to pluginStructure ([631e2f3](https://github.com/ReventlessDev/reventless-core/commit/631e2f3636f0a422e58712f70106c0df8effc1e9))
689
+
690
+
691
+ # 1.0.0-alpha.22 (2026-04-18)
692
+
693
+ ### Features
694
+
695
+ * **core:** AutoUI definition — makeAutoUIDefinition, Platform_UIDefinitions query, generator support ([513ca53](https://github.com/ReventlessDev/reventless-core/commit/513ca5399b0b6e5ae6a982fd15693de2ea208b8d))
696
+ * **core:** uiFragments manifest — Phase 1 implementation with generic types ([1e73f62](https://github.com/ReventlessDev/reventless-core/commit/1e73f623984118081d2b985c48521812e4f8417e))
697
+
698
+
699
+ # 1.0.0-alpha.21 (2026-04-15)
700
+
701
+ ### Features
702
+
703
+ * zero-touch plugin assembly — generate Plugin.res from folder structure ([73ea654](https://github.com/ReventlessDev/reventless-core/commit/73ea654ab9a73f15ea7e18631e8194bfe0f4580f))
704
+
705
+
706
+ # 1.0.0-alpha.20 (2026-04-07)
707
+
708
+ ### Features
709
+
710
+ * **ppx+querydb:** annotation-driven key design and sort key queries ([dee6de8](https://github.com/ReventlessDev/reventless-core/commit/dee6de84c2d2de5431d064f18ac7132bc8c23110))
711
+ * **ppx:** auto-inject open Reventless.Projection for StateViewSlice files ([ad15b25](https://github.com/ReventlessDev/reventless-core/commit/ad15b253f2645ff2fa790d557734c3ccacb33936))
712
+
713
+
714
+ # 1.0.0-alpha.19 (2026-04-06)
715
+
716
+ ### Bug Fixes
717
+
718
+ * add package-specs to all rescript.json to prevent CJS .js output ([780f1e0](https://github.com/ReventlessDev/reventless-core/commit/780f1e035173b73b17b78466ad01fb69c7cca350))
719
+
720
+
721
+ # 1.0.0-alpha.18 (2026-04-06)
722
+
723
+ ### Features
724
+
725
+ * implement [@composite](https://github.com/composite)PartitionTag PPX annotation for multi-field DCB partition keys ([cf26b15](https://github.com/ReventlessDev/reventless-core/commit/cf26b15f639d151451c9aa04d32603ef9d5df315))
726
+
727
+
728
+ # 1.0.0-alpha.17 (2026-04-04)
729
+
730
+ ### Bug Fixes
731
+
732
+ * DCB [@partition](https://github.com/partition)Tag runtime errors, GraphQL Node interface, and ESM config ([dc4c4e1](https://github.com/ReventlessDev/reventless-core/commit/dc4c4e10f1ef09aba840e7b359df453b122c6aa4))
733
+ * feat!: add reventless-ppx with @@reventless.spec, @@reventless.behavior, @@reventless.dcbTags ([cb203ec](https://github.com/ReventlessDev/reventless-core/commit/cb203ece5ea3a1b92ba7d1a57d9e12bb6c4c2487))
734
+
735
+ ### BREAKING CHANGES
736
+
737
+ * Example spec files no longer export manual moduleUrl/name/Id
738
+ declarations — these are now PPX-generated. Downstream code referencing these
739
+ exports is unaffected (same values, different source).
740
+
741
+
742
+
743
+ # 1.0.0-alpha.16 (2026-03-30)
744
+
745
+ ### Features
746
+
747
+ * **examples:** publish example packages to GitHub Package Registry ([2495ba5](https://github.com/ReventlessDev/reventless-core/commit/2495ba5c4436613d58964f9948c1bacbde61965f))
748
+
749
+
750
+ # [1.0.0-alpha.15](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-dcb-ordering@1.0.0-alpha.13...@reventlessdev/online-shop-dcb-ordering@1.0.0-alpha.15) (2026-03-28)
751
+
752
+ ### Bug Fixes
753
+
754
+ * **examples:** regenerate stale .mjs for aggregate, dcb, and hybrid plugins ([b5b4de5](https://github.com/ReventlessDev/reventless-core/commit/b5b4de5c4db7f5f8eb9071157302c4f0796b1889))
755
+ * feat!: flatten DcbSpec module type into direct Plugin.make parameters ([1c0bc57](https://github.com/ReventlessDev/reventless-core/commit/1c0bc576fcd88b92510900c16f5f117e864d9d7f))
756
+
757
+ ### BREAKING CHANGES
758
+
759
+ * Plugin.make no longer accepts ~dcbSpec=module(DcbSpec).
760
+ Pass slice arrays directly instead. Empty arrays can be omitted.
761
+
762
+
763
+
764
+ # [1.0.0-alpha.14](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-dcb-ordering@1.0.0-alpha.13...@reventlessdev/online-shop-dcb-ordering@1.0.0-alpha.14) (2026-03-27)
765
+
766
+ * feat!: flatten DcbSpec module type into direct Plugin.make parameters ([1c0bc57](https://github.com/ReventlessDev/reventless-core/commit/1c0bc576fcd88b92510900c16f5f117e864d9d7f))
767
+
768
+ ### BREAKING CHANGES
769
+
770
+ * Plugin.make no longer accepts ~dcbSpec=module(DcbSpec).
771
+ Pass slice arrays directly instead. Empty arrays can be omitted.
772
+
773
+
774
+
775
+ # [1.0.0-alpha.13](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-dcb-ordering@1.0.0-alpha.10...@reventlessdev/online-shop-dcb-ordering@1.0.0-alpha.13) (2026-03-27)
776
+
777
+ * feat!: remove resolverConfig from Behavior module type ([6f54015](https://github.com/ReventlessDev/reventless-core/commit/6f54015e3abc1c5c05472c8f54645723a0f5ed28))
778
+ * feat!: decouple DCB slices from shared event log union type ([2a40e8d](https://github.com/ReventlessDev/reventless-core/commit/2a40e8dd9babfb88440fcaccde6fb667b60e0ba9))
779
+
780
+ ### BREAKING CHANGES
781
+
782
+ * Behavior.T no longer requires resolverConfig. Remove it
783
+ from all Behavior implementations.
784
+ * All DCB slice specs must use `producedEvent`/`consumedEvent`
785
+ instead of `module DcbEventLogSpec`. Plugin `DcbSpec` no longer has `type event`
786
+ or `with type dcbEvent` constraints.
787
+
788
+
789
+
790
+ # [1.0.0-alpha.12](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-dcb-ordering@1.0.0-alpha.10...@reventlessdev/online-shop-dcb-ordering@1.0.0-alpha.12) (2026-03-26)
791
+
792
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
793
+
794
+
795
+
796
+
797
+
798
+ # [1.0.0-alpha.11](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-dcb-ordering@1.0.0-alpha.10...@reventlessdev/online-shop-dcb-ordering@1.0.0-alpha.11) (2026-03-26)
799
+
800
+ **Note:** Version bump only for package @reventlessdev/online-shop-dcb-ordering
801
+
802
+
803
+
804
+
805
+
806
+ # [1.0.0-alpha.10](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-dcb-ordering@1.0.0-alpha.9...@reventlessdev/online-shop-dcb-ordering@1.0.0-alpha.10) (2026-03-23)
807
+
808
+ * refactor!: streamline component function naming to unified two-function pattern ([06814fd](https://github.com/ReventlessDev/reventless-core/commit/06814fd8589cf05ce8a9f9654552e7d5cd9c6bf2))
809
+ * fix(reventless-aws)!: resolve DcbEventLogSpec undefined at runtime and add AppSync routing ([85138a3](https://github.com/ReventlessDev/reventless-core/commit/85138a39afe97047ea5f063508994e20544eb780))
810
+
811
+ ### BREAKING CHANGES
812
+
813
+ * All component function signatures changed. Behavior.decide
814
+ now returns result<array<event>, error> instead of using errorHandler callback.
815
+ StateChangeSlice type decisionModel renamed to state. Projection.Mapping.map
816
+ renamed to project. StateViewSlice.project takes one argument instead of two.
817
+
818
+ * DcbEventLog.Spec now requires `let moduleUrl: string` field.
819
+ Add `let moduleUrl: string = %raw(\`import.meta.url\`)` to event log modules.
820
+ # [1.0.0-alpha.9](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-dcb-ordering@1.0.0-alpha.8...@reventlessdev/online-shop-dcb-ordering@1.0.0-alpha.9) (2026-03-22)
821
+
822
+ * feat(reventless-aws)!: replace esbuild pipeline with compiled ReScript entry points ([6cb3133](https://github.com/ReventlessDev/reventless-core/commit/6cb313323c73a078d0922fa6b977466f61de74ea))
823
+
824
+ ### BREAKING CHANGES
825
+
826
+ * esbuild removed from dependencies, `makeBundled` and
827
+ `makeBundledFromEntryPoint` removed from RuntimeEnvironment_Lambda,
828
+ `BundledEnvironment` module type removed from Runtime.
829
+ # [1.0.0-alpha.8](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-dcb-ordering@1.0.0-alpha.7...@reventlessdev/online-shop-dcb-ordering@1.0.0-alpha.8) (2026-03-16)
830
+
831
+ * feat!: auto-detect plugin version from package.json via V8 stack trace ([e172673](https://github.com/ReventlessDev/reventless-core/commit/e17267390c197fa34052cef8325c579bb781419f))
832
+
833
+ ### BREAKING CHANGES
834
+
835
+ * Plugin.make no longer accepts ~version.
836
+ # [1.0.0-alpha.7](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-dcb-ordering@1.0.0-alpha.6...@reventlessdev/online-shop-dcb-ordering@1.0.0-alpha.7) (2026-03-12)
837
+
838
+ ### Features
839
+
840
+ * **deps:** upgrade rescript to 12.2 and migrate Belt usages to stdlib ([eaa96ea](https://github.com/ReventlessDev/reventless-core/commit/eaa96ea61ca40d61573fb5fe2002a1f73d43ce3e))
841
+ # [1.0.0-alpha.6](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-dcb-ordering@1.0.0-alpha.5...@reventlessdev/online-shop-dcb-ordering@1.0.0-alpha.6) (2026-03-08)
842
+
843
+ ### Features
844
+
845
+ * replace explicit queryMode with automatic schema-driven DCB query construction ([8df4350](https://github.com/ReventlessDev/reventless-core/commit/8df4350c37f1f15678f4796f229647eaeb3e8222))
846
+ # 1.0.0-alpha.5 (2026-03-08)
847
+
848
+ ### Features
849
+
850
+ * **examples:** add AutomationSlice, InboundTranslationSlice, and OutboundTranslationSlice to DCB online shop ([6e2da0a](https://github.com/ReventlessDev/reventless-core/commit/6e2da0a2629085750bdd707feb961e4e65c2c70c))
851
+ * restructure DCB example into online-shop-dcb with spec packages ([0ee5a10](https://github.com/ReventlessDev/reventless-core/commit/0ee5a10c55248c8e27087f69cdce61a24f98027f))
852
+ # [1.0.0-alpha.4](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/example-dcb-ordering@1.0.0-alpha.3...@reventlessdev/example-dcb-ordering@1.0.0-alpha.4) (2026-03-03)
853
+
854
+ ### Features
855
+
856
+ * **api:** implement Api component with GraphQL fragment generation and schema stitching ([c882d3a](https://github.com/ReventlessDev/reventless-core/commit/c882d3aae8722cf6cbe9b4fbf9518d9f434ce06a))
857
+ # [1.0.0-alpha.3](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/example-dcb-ordering@1.0.0-alpha.2...@reventlessdev/example-dcb-ordering@1.0.0-alpha.3) (2026-03-02)
858
+
859
+ **Note:** Version bump only for package @reventlessdev/example-dcb-ordering
860
+
861
+ # [1.0.0-alpha.2](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/example-dcb-ordering@1.0.0-alpha.1...@reventlessdev/example-dcb-ordering@1.0.0-alpha.2) (2026-03-02)
862
+
863
+ ### Features
864
+
865
+ * **examples/dcb:** connect Catalog and Ordering via extension points ([bc95640](https://github.com/ReventlessDev/reventless-core/commit/bc95640cfe8c52a4e95e8c3216a53a29c4f08493))
866
+
867
+ ### BREAKING CHANGES
868
+
869
+ * **examples/dcb:** OrderCancelled now carries `productIds: array<string>`
870
+ so the OrdersExtensionPoint can decompose cancellations into per-product
871
+ ItemOrderCancelled events.
872
+ # 1.0.0-alpha.1 (2026-03-01)
873
+
874
+ * feat(reventless-spec)!: swap namespaces — spec→Reventless, core→ReventlessCore ([0fcf24e](https://github.com/ReventlessDev/reventless-core/commit/0fcf24e3fc1dcc88e9ee741dc99eb7bd726f9fd7))
875
+ ### Features
876
+
877
+ * **examples:** add DCB-based online shop example with catalog and ordering packages ([45a8159](https://github.com/ReventlessDev/reventless-core/commit/45a8159a6365d8c9ea2665cb58eaf8ee90c3f11d))
878
+ * **rescript-effect:** Effect library bindings + stream-based framework handlers ([#30](https://github.com/ReventlessDev/reventless-core/issues/30)) ([f2ca5cf](https://github.com/ReventlessDev/reventless-core/commit/f2ca5cf3d56d66a9f4ab56b543d7bf82e48448dd))
879
+
880
+ ### BREAKING CHANGES
881
+
882
+ * ReventlessSpec namespace renamed to Reventless; the reventless-core
883
+ package namespace renamed from Reventless to ReventlessCore.
884
+ All usages of ReventlessSpec.* must be updated to Reventless.*;
885
+ all usages of Reventless.* (core) in dependent packages must be updated to ReventlessCore.*