@kosdev-code/kos-dispense-sdk 2.0.2

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 (319) hide show
  1. package/dispense-registration-manager-DxIbOft8.js +1759 -0
  2. package/dispense-registration-manager-DxIbOft8.js.map +1 -0
  3. package/dispense-registration-manager-aM9RAFHn.cjs +2 -0
  4. package/dispense-registration-manager-aM9RAFHn.cjs.map +1 -0
  5. package/extension-utils-hWIrDMX4.cjs +2 -0
  6. package/extension-utils-hWIrDMX4.cjs.map +1 -0
  7. package/extension-utils-qcU_4sXo.js +370 -0
  8. package/extension-utils-qcU_4sXo.js.map +1 -0
  9. package/index.cjs +2 -0
  10. package/index.cjs.map +1 -0
  11. package/index.d.ts +4 -0
  12. package/index.d.ts.map +1 -0
  13. package/index.js +103 -0
  14. package/index.js.map +1 -0
  15. package/models/constants/constants.d.ts +229 -0
  16. package/models/constants/constants.d.ts.map +1 -0
  17. package/models/constants/index.d.ts +2 -0
  18. package/models/constants/index.d.ts.map +1 -0
  19. package/models/index.d.ts +6 -0
  20. package/models/index.d.ts.map +1 -0
  21. package/models/models/assembly/assembly-model.d.ts +40 -0
  22. package/models/models/assembly/assembly-model.d.ts.map +1 -0
  23. package/models/models/assembly/assembly-registration.d.ts +81 -0
  24. package/models/models/assembly/assembly-registration.d.ts.map +1 -0
  25. package/models/models/assembly/board-utils.d.ts +6 -0
  26. package/models/models/assembly/board-utils.d.ts.map +1 -0
  27. package/models/models/assembly/holder-utils.d.ts +5 -0
  28. package/models/models/assembly/holder-utils.d.ts.map +1 -0
  29. package/models/models/assembly/index.d.ts +4 -0
  30. package/models/models/assembly/index.d.ts.map +1 -0
  31. package/models/models/assembly/nozzle-utils.d.ts +6 -0
  32. package/models/models/assembly/nozzle-utils.d.ts.map +1 -0
  33. package/models/models/assembly/pump-utils.d.ts +7 -0
  34. package/models/models/assembly/pump-utils.d.ts.map +1 -0
  35. package/models/models/assembly/services/assembly-services.d.ts +8 -0
  36. package/models/models/assembly/services/assembly-services.d.ts.map +1 -0
  37. package/models/models/assembly/services/index.d.ts +2 -0
  38. package/models/models/assembly/services/index.d.ts.map +1 -0
  39. package/models/models/assembly/types/index.d.ts +64 -0
  40. package/models/models/availability/availability-model.d.ts +89 -0
  41. package/models/models/availability/availability-model.d.ts.map +1 -0
  42. package/models/models/availability/index.d.ts +3 -0
  43. package/models/models/availability/index.d.ts.map +1 -0
  44. package/models/models/availability/types/index.d.ts +71 -0
  45. package/models/models/board/board-container-model.d.ts +23 -0
  46. package/models/models/board/board-container-model.d.ts.map +1 -0
  47. package/models/models/board/board-container-registration.d.ts +87 -0
  48. package/models/models/board/board-container-registration.d.ts.map +1 -0
  49. package/models/models/board/board-model.d.ts +18 -0
  50. package/models/models/board/board-model.d.ts.map +1 -0
  51. package/models/models/board/board-registration.d.ts +84 -0
  52. package/models/models/board/board-registration.d.ts.map +1 -0
  53. package/models/models/board/index.d.ts +5 -0
  54. package/models/models/board/index.d.ts.map +1 -0
  55. package/models/models/board/types/index.d.ts +36 -0
  56. package/models/models/board/types/services.d.ts +12 -0
  57. package/models/models/board/types/services.d.ts.map +1 -0
  58. package/models/models/board/utils/board-trouble-data-mapper.d.ts +7 -0
  59. package/models/models/board/utils/board-trouble-data-mapper.d.ts.map +1 -0
  60. package/models/models/board/utils/board-trouble-resolver.d.ts +7 -0
  61. package/models/models/board/utils/board-trouble-resolver.d.ts.map +1 -0
  62. package/models/models/device-assembly/device-assembly-model.d.ts +17 -0
  63. package/models/models/device-assembly/device-assembly-model.d.ts.map +1 -0
  64. package/models/models/device-assembly/device-assembly-registration.d.ts +89 -0
  65. package/models/models/device-assembly/device-assembly-registration.d.ts.map +1 -0
  66. package/models/models/device-assembly/index.d.ts +4 -0
  67. package/models/models/device-assembly/index.d.ts.map +1 -0
  68. package/models/models/device-assembly/types/index.d.ts +1 -0
  69. package/models/models/holder/holder-model.d.ts +93 -0
  70. package/models/models/holder/holder-model.d.ts.map +1 -0
  71. package/models/models/holder/index.d.ts +5 -0
  72. package/models/models/holder/index.d.ts.map +1 -0
  73. package/models/models/holder/services/assignment-services.d.ts +25 -0
  74. package/models/models/holder/services/assignment-services.d.ts.map +1 -0
  75. package/models/models/holder/services/holder-services.d.ts +28 -0
  76. package/models/models/holder/services/holder-services.d.ts.map +1 -0
  77. package/models/models/holder/services/index.d.ts +3 -0
  78. package/models/models/holder/services/index.d.ts.map +1 -0
  79. package/models/models/holder/types/index.d.ts +163 -0
  80. package/models/models/holder/utils/holder-utils.d.ts +9 -0
  81. package/models/models/holder/utils/holder-utils.d.ts.map +1 -0
  82. package/models/models/holder-container/holder-container-model.d.ts +80 -0
  83. package/models/models/holder-container/holder-container-model.d.ts.map +1 -0
  84. package/models/models/holder-container/index.d.ts +3 -0
  85. package/models/models/holder-container/index.d.ts.map +1 -0
  86. package/models/models/holder-container/types/index.d.ts +69 -0
  87. package/models/models/index.d.ts +13 -0
  88. package/models/models/index.d.ts.map +1 -0
  89. package/models/models/ingredient/index.d.ts +4 -0
  90. package/models/models/ingredient/index.d.ts.map +1 -0
  91. package/models/models/ingredient/ingredient-model.d.ts +86 -0
  92. package/models/models/ingredient/ingredient-model.d.ts.map +1 -0
  93. package/models/models/ingredient/services/index.d.ts +2 -0
  94. package/models/models/ingredient/services/index.d.ts.map +1 -0
  95. package/models/models/ingredient/services/ingredient-services.d.ts +30 -0
  96. package/models/models/ingredient/services/ingredient-services.d.ts.map +1 -0
  97. package/models/models/ingredient/types/index.d.ts +67 -0
  98. package/models/models/ingredient-container/index.d.ts +3 -0
  99. package/models/models/ingredient-container/index.d.ts.map +1 -0
  100. package/models/models/ingredient-container/ingredient-container-model.d.ts +80 -0
  101. package/models/models/ingredient-container/ingredient-container-model.d.ts.map +1 -0
  102. package/models/models/ingredient-container/types/index.d.ts +67 -0
  103. package/models/models/nozzle/index.d.ts +5 -0
  104. package/models/models/nozzle/index.d.ts.map +1 -0
  105. package/models/models/nozzle/nozzle-model.d.ts +257 -0
  106. package/models/models/nozzle/nozzle-model.d.ts.map +1 -0
  107. package/models/models/nozzle/services/index.d.ts +2 -0
  108. package/models/models/nozzle/services/index.d.ts.map +1 -0
  109. package/models/models/nozzle/services/nozzle-services.d.ts +181 -0
  110. package/models/models/nozzle/services/nozzle-services.d.ts.map +1 -0
  111. package/models/models/nozzle/types/index.d.ts +85 -0
  112. package/models/models/pump/index.d.ts +4 -0
  113. package/models/models/pump/index.d.ts.map +1 -0
  114. package/models/models/pump/pump-model.d.ts +91 -0
  115. package/models/models/pump/pump-model.d.ts.map +1 -0
  116. package/models/models/pump/services/index.d.ts +2 -0
  117. package/models/models/pump/services/index.d.ts.map +1 -0
  118. package/models/models/pump/services/pump-services.d.ts +27 -0
  119. package/models/models/pump/services/pump-services.d.ts.map +1 -0
  120. package/models/models/pump/types/index.d.ts +55 -0
  121. package/models/models/pump/utils/pump-trouble-resolver.d.ts +8 -0
  122. package/models/models/pump/utils/pump-trouble-resolver.d.ts.map +1 -0
  123. package/models/models/pump-container/index.d.ts +3 -0
  124. package/models/models/pump-container/index.d.ts.map +1 -0
  125. package/models/models/pump-container/pump-container-model.d.ts +85 -0
  126. package/models/models/pump-container/pump-container-model.d.ts.map +1 -0
  127. package/models/models/pump-container/types/index.d.ts +31 -0
  128. package/models/models/types/assembly.d.ts +83 -0
  129. package/models/models/types/assembly.d.ts.map +1 -0
  130. package/models/models/types/index.d.ts +4 -0
  131. package/models/models/types/index.d.ts.map +1 -0
  132. package/models/models/types/intent.d.ts +19 -0
  133. package/models/models/types/intent.d.ts.map +1 -0
  134. package/models/models/types/pouring.d.ts +9 -0
  135. package/models/models/types/pouring.d.ts.map +1 -0
  136. package/models/utils/dispense-registration-manager.d.ts +28 -0
  137. package/models/utils/dispense-registration-manager.d.ts.map +1 -0
  138. package/models/utils/extension-utils.d.ts +265 -0
  139. package/models/utils/extension-utils.d.ts.map +1 -0
  140. package/models/utils/openapi.d.ts +9276 -0
  141. package/models/utils/registration.d.ts +4 -0
  142. package/models/utils/registration.d.ts.map +1 -0
  143. package/models/utils/service.d.ts +64 -0
  144. package/models/utils/service.d.ts.map +1 -0
  145. package/models.cjs +2 -0
  146. package/models.cjs.map +1 -0
  147. package/models.d.ts +1 -0
  148. package/models.js +38 -0
  149. package/models.js.map +1 -0
  150. package/package.json +36 -0
  151. package/pump-provider-COTqsOH-.js +1013 -0
  152. package/pump-provider-COTqsOH-.js.map +1 -0
  153. package/pump-provider-D2HzZ2Bj.cjs +2 -0
  154. package/pump-provider-D2HzZ2Bj.cjs.map +1 -0
  155. package/ui/contexts/assembly/assembly-provider.d.ts +12 -0
  156. package/ui/contexts/assembly/assembly-provider.d.ts.map +1 -0
  157. package/ui/contexts/assembly/index.d.ts +2 -0
  158. package/ui/contexts/assembly/index.d.ts.map +1 -0
  159. package/ui/contexts/availability/availability-provider.d.ts +13 -0
  160. package/ui/contexts/availability/availability-provider.d.ts.map +1 -0
  161. package/ui/contexts/availability/index.d.ts +2 -0
  162. package/ui/contexts/availability/index.d.ts.map +1 -0
  163. package/ui/contexts/board/board-provider.d.ts +13 -0
  164. package/ui/contexts/board/board-provider.d.ts.map +1 -0
  165. package/ui/contexts/board/index.d.ts +2 -0
  166. package/ui/contexts/board/index.d.ts.map +1 -0
  167. package/ui/contexts/board-container/board-container-provider.d.ts +12 -0
  168. package/ui/contexts/board-container/board-container-provider.d.ts.map +1 -0
  169. package/ui/contexts/board-container/index.d.ts +2 -0
  170. package/ui/contexts/board-container/index.d.ts.map +1 -0
  171. package/ui/contexts/cui-kit/cui-kit.d.ts +22 -0
  172. package/ui/contexts/cui-kit/cui-kit.d.ts.map +1 -0
  173. package/ui/contexts/cui-kit/index.d.ts +2 -0
  174. package/ui/contexts/cui-kit/index.d.ts.map +1 -0
  175. package/ui/contexts/device-assembly/device-assembly-provider.d.ts +12 -0
  176. package/ui/contexts/device-assembly/device-assembly-provider.d.ts.map +1 -0
  177. package/ui/contexts/device-assembly/index.d.ts +2 -0
  178. package/ui/contexts/device-assembly/index.d.ts.map +1 -0
  179. package/ui/contexts/holder/holder-provider.d.ts +13 -0
  180. package/ui/contexts/holder/holder-provider.d.ts.map +1 -0
  181. package/ui/contexts/holder/index.d.ts +2 -0
  182. package/ui/contexts/holder/index.d.ts.map +1 -0
  183. package/ui/contexts/holder-container/holder-container-provider.d.ts +13 -0
  184. package/ui/contexts/holder-container/holder-container-provider.d.ts.map +1 -0
  185. package/ui/contexts/holder-container/index.d.ts +2 -0
  186. package/ui/contexts/holder-container/index.d.ts.map +1 -0
  187. package/ui/contexts/index.d.ts +13 -0
  188. package/ui/contexts/index.d.ts.map +1 -0
  189. package/ui/contexts/ingredient/index.d.ts +2 -0
  190. package/ui/contexts/ingredient/index.d.ts.map +1 -0
  191. package/ui/contexts/ingredient/ingredient-provider.d.ts +13 -0
  192. package/ui/contexts/ingredient/ingredient-provider.d.ts.map +1 -0
  193. package/ui/contexts/ingredient-container/index.d.ts +2 -0
  194. package/ui/contexts/ingredient-container/index.d.ts.map +1 -0
  195. package/ui/contexts/ingredient-container/ingredient-container-provider.d.ts +13 -0
  196. package/ui/contexts/ingredient-container/ingredient-container-provider.d.ts.map +1 -0
  197. package/ui/contexts/nozzle/index.d.ts +2 -0
  198. package/ui/contexts/nozzle/index.d.ts.map +1 -0
  199. package/ui/contexts/nozzle/nozzle-provider.d.ts +13 -0
  200. package/ui/contexts/nozzle/nozzle-provider.d.ts.map +1 -0
  201. package/ui/contexts/pump/index.d.ts +2 -0
  202. package/ui/contexts/pump/index.d.ts.map +1 -0
  203. package/ui/contexts/pump/pump-provider.d.ts +13 -0
  204. package/ui/contexts/pump/pump-provider.d.ts.map +1 -0
  205. package/ui/hooks/assembly/index.d.ts +3 -0
  206. package/ui/hooks/assembly/index.d.ts.map +1 -0
  207. package/ui/hooks/assembly/use-assembly.d.ts +14 -0
  208. package/ui/hooks/assembly/use-assembly.d.ts.map +1 -0
  209. package/ui/hooks/assembly/with-assembly.d.ts +8 -0
  210. package/ui/hooks/assembly/with-assembly.d.ts.map +1 -0
  211. package/ui/hooks/availability/index.d.ts +3 -0
  212. package/ui/hooks/availability/index.d.ts.map +1 -0
  213. package/ui/hooks/availability/use-availability.d.ts +14 -0
  214. package/ui/hooks/availability/use-availability.d.ts.map +1 -0
  215. package/ui/hooks/availability/with-availability.d.ts +8 -0
  216. package/ui/hooks/availability/with-availability.d.ts.map +1 -0
  217. package/ui/hooks/board/index.d.ts +3 -0
  218. package/ui/hooks/board/index.d.ts.map +1 -0
  219. package/ui/hooks/board/use-board.d.ts +14 -0
  220. package/ui/hooks/board/use-board.d.ts.map +1 -0
  221. package/ui/hooks/board/with-board.d.ts +8 -0
  222. package/ui/hooks/board/with-board.d.ts.map +1 -0
  223. package/ui/hooks/board-container/index.d.ts +3 -0
  224. package/ui/hooks/board-container/index.d.ts.map +1 -0
  225. package/ui/hooks/board-container/use-board-container.d.ts +14 -0
  226. package/ui/hooks/board-container/use-board-container.d.ts.map +1 -0
  227. package/ui/hooks/board-container/with-board-container.d.ts +8 -0
  228. package/ui/hooks/board-container/with-board-container.d.ts.map +1 -0
  229. package/ui/hooks/cui-kit/index.d.ts +8 -0
  230. package/ui/hooks/cui-kit/index.d.ts.map +1 -0
  231. package/ui/hooks/cui-kit/use-ambient-attract-timers.d.ts +18 -0
  232. package/ui/hooks/cui-kit/use-ambient-attract-timers.d.ts.map +1 -0
  233. package/ui/hooks/cui-kit/use-beverages.d.ts +17 -0
  234. package/ui/hooks/cui-kit/use-beverages.d.ts.map +1 -0
  235. package/ui/hooks/cui-kit/use-brands.d.ts +17 -0
  236. package/ui/hooks/cui-kit/use-brands.d.ts.map +1 -0
  237. package/ui/hooks/cui-kit/use-cui-kit.d.ts +127 -0
  238. package/ui/hooks/cui-kit/use-cui-kit.d.ts.map +1 -0
  239. package/ui/hooks/cui-kit/use-default-cui-kit-lifecycle.d.ts +88 -0
  240. package/ui/hooks/cui-kit/use-default-cui-kit-lifecycle.d.ts.map +1 -0
  241. package/ui/hooks/cui-kit/use-dispense-lifecycle.d.ts +19 -0
  242. package/ui/hooks/cui-kit/use-dispense-lifecycle.d.ts.map +1 -0
  243. package/ui/hooks/cui-kit/use-dispense-timers.d.ts +17 -0
  244. package/ui/hooks/cui-kit/use-dispense-timers.d.ts.map +1 -0
  245. package/ui/hooks/cui-kit/use-flavors.d.ts +17 -0
  246. package/ui/hooks/cui-kit/use-flavors.d.ts.map +1 -0
  247. package/ui/hooks/device-assembly/index.d.ts +3 -0
  248. package/ui/hooks/device-assembly/index.d.ts.map +1 -0
  249. package/ui/hooks/device-assembly/use-device-assembly.d.ts +14 -0
  250. package/ui/hooks/device-assembly/use-device-assembly.d.ts.map +1 -0
  251. package/ui/hooks/device-assembly/with-device-assembly.d.ts +9 -0
  252. package/ui/hooks/device-assembly/with-device-assembly.d.ts.map +1 -0
  253. package/ui/hooks/holder/index.d.ts +3 -0
  254. package/ui/hooks/holder/index.d.ts.map +1 -0
  255. package/ui/hooks/holder/use-holder.d.ts +14 -0
  256. package/ui/hooks/holder/use-holder.d.ts.map +1 -0
  257. package/ui/hooks/holder/with-holder.d.ts +8 -0
  258. package/ui/hooks/holder/with-holder.d.ts.map +1 -0
  259. package/ui/hooks/holder-container/index.d.ts +3 -0
  260. package/ui/hooks/holder-container/index.d.ts.map +1 -0
  261. package/ui/hooks/holder-container/use-holder-container.d.ts +14 -0
  262. package/ui/hooks/holder-container/use-holder-container.d.ts.map +1 -0
  263. package/ui/hooks/holder-container/with-holder-container.d.ts +8 -0
  264. package/ui/hooks/holder-container/with-holder-container.d.ts.map +1 -0
  265. package/ui/hooks/index.d.ts +14 -0
  266. package/ui/hooks/index.d.ts.map +1 -0
  267. package/ui/hooks/ingredient/index.d.ts +4 -0
  268. package/ui/hooks/ingredient/index.d.ts.map +1 -0
  269. package/ui/hooks/ingredient/use-ingredient-pour.d.ts +49 -0
  270. package/ui/hooks/ingredient/use-ingredient-pour.d.ts.map +1 -0
  271. package/ui/hooks/ingredient/use-ingredient.d.ts +14 -0
  272. package/ui/hooks/ingredient/use-ingredient.d.ts.map +1 -0
  273. package/ui/hooks/ingredient/with-ingredient.d.ts +8 -0
  274. package/ui/hooks/ingredient/with-ingredient.d.ts.map +1 -0
  275. package/ui/hooks/ingredient-container/index.d.ts +3 -0
  276. package/ui/hooks/ingredient-container/index.d.ts.map +1 -0
  277. package/ui/hooks/ingredient-container/use-ingredient-container.d.ts +14 -0
  278. package/ui/hooks/ingredient-container/use-ingredient-container.d.ts.map +1 -0
  279. package/ui/hooks/ingredient-container/with-ingredient-container.d.ts +8 -0
  280. package/ui/hooks/ingredient-container/with-ingredient-container.d.ts.map +1 -0
  281. package/ui/hooks/nozzle/index.d.ts +3 -0
  282. package/ui/hooks/nozzle/index.d.ts.map +1 -0
  283. package/ui/hooks/nozzle/use-dispense-kit.d.ts +22 -0
  284. package/ui/hooks/nozzle/use-dispense-kit.d.ts.map +1 -0
  285. package/ui/hooks/nozzle/use-nozzle.d.ts +14 -0
  286. package/ui/hooks/nozzle/use-nozzle.d.ts.map +1 -0
  287. package/ui/hooks/nozzle/with-nozzle.d.ts +8 -0
  288. package/ui/hooks/nozzle/with-nozzle.d.ts.map +1 -0
  289. package/ui/hooks/nozzle-pour/index.d.ts +2 -0
  290. package/ui/hooks/nozzle-pour/index.d.ts.map +1 -0
  291. package/ui/hooks/nozzle-pour/use-nozzle-pour.d.ts +48 -0
  292. package/ui/hooks/nozzle-pour/use-nozzle-pour.d.ts.map +1 -0
  293. package/ui/hooks/pump/index.d.ts +3 -0
  294. package/ui/hooks/pump/index.d.ts.map +1 -0
  295. package/ui/hooks/pump/use-pump.d.ts +14 -0
  296. package/ui/hooks/pump/use-pump.d.ts.map +1 -0
  297. package/ui/hooks/pump/with-pump.d.ts +8 -0
  298. package/ui/hooks/pump/with-pump.d.ts.map +1 -0
  299. package/ui/hooks/utils/pour-strategy/hold-to-pour-intent-strategy.d.ts +5 -0
  300. package/ui/hooks/utils/pour-strategy/hold-to-pour-intent-strategy.d.ts.map +1 -0
  301. package/ui/hooks/utils/pour-strategy/hold-to-pour-strategy.d.ts +4 -0
  302. package/ui/hooks/utils/pour-strategy/hold-to-pour-strategy.d.ts.map +1 -0
  303. package/ui/hooks/utils/pour-strategy/index.d.ts +7 -0
  304. package/ui/hooks/utils/pour-strategy/index.d.ts.map +1 -0
  305. package/ui/hooks/utils/pour-strategy/pour-strategy.d.ts +8 -0
  306. package/ui/hooks/utils/pour-strategy/pour-strategy.d.ts.map +1 -0
  307. package/ui/hooks/utils/pour-strategy/tap-or-hold-to-pour-intent-strategy.d.ts +13 -0
  308. package/ui/hooks/utils/pour-strategy/tap-or-hold-to-pour-intent-strategy.d.ts.map +1 -0
  309. package/ui/hooks/utils/pour-strategy/tap-to-pour-intent-strategy.d.ts +5 -0
  310. package/ui/hooks/utils/pour-strategy/tap-to-pour-intent-strategy.d.ts.map +1 -0
  311. package/ui/hooks/utils/pour-strategy/tap-to-pour-strategy.d.ts +4 -0
  312. package/ui/hooks/utils/pour-strategy/tap-to-pour-strategy.d.ts.map +1 -0
  313. package/ui/index.d.ts +3 -0
  314. package/ui/index.d.ts.map +1 -0
  315. package/ui.cjs +2 -0
  316. package/ui.cjs.map +1 -0
  317. package/ui.d.ts +1 -0
  318. package/ui.js +70 -0
  319. package/ui.js.map +1 -0
@@ -0,0 +1,85 @@
1
+ import { AvailabilityModel } from '../../availability';
2
+
3
+
4
+ /**
5
+ * Options for a nozzle.
6
+ */
7
+ export interface NozzleOptions {
8
+ /**
9
+ * The nozzle path.
10
+ */
11
+ path: string;
12
+ name: string;
13
+ name: string;
14
+ urlPrefix: string;
15
+ topicPrefix: string;
16
+ beverageTopicPrefix: string;
17
+ }
18
+
19
+ /**
20
+ * The selected pourable for a nozzle. This interface provides an abstraction that
21
+ * determines the combination of beverages and additional items that are selected
22
+ * for pouring.
23
+ *
24
+ * For example, a legacy plus dispenser may have a beverage and additional items such as flavor shots
25
+ * that a user can select.
26
+ *
27
+ * In micro-dosing dispensers, the selected pourable may be a single beverage that is represents a recipe defined in
28
+ * the brandset.
29
+ *
30
+ * The structure of the selected pourable is determined by the {@link ExtensionType.SelectedPourableMapper} extension point
31
+ * and allows for the payload to be customized for the dispenser implementation.
32
+ * */
33
+ export interface SelectedPourable {
34
+ beverage?: AvailabilityModel;
35
+ additional?: AvailabilityModel[];
36
+ context?: any;
37
+ }
38
+
39
+ /**
40
+ * The PourAware interface can be implemented on any companion models for the nozzle model to provide
41
+ * immediate access to pour lifecycle events such as start, progress, and cancel.
42
+ */
43
+ export interface PourAware<
44
+ T extends Record<string, any> = Record<string, any>
45
+ > {
46
+ /**
47
+ * Called when a pour is successfully started.
48
+ */
49
+ onPourStart?: () => void;
50
+
51
+ /**
52
+ * Called when a pour is cancelled.
53
+ */
54
+ onPourCancel?: () => void;
55
+
56
+ /**
57
+ * Called when a pour is in progress. This will give access to the future associated with the pour and
58
+ * can be used to update the UI with the progress of the pour based on progress future or clientData.
59
+ *
60
+ * @param future - The future model for the pour.
61
+ */
62
+ onPourProgress: (future: IFutureModel<T>) => void;
63
+ }
64
+
65
+ interface BasePourEvent {
66
+ nozzleId: string;
67
+ }
68
+
69
+ interface PourStartEvent extends BasePourEvent {
70
+ type: "fixed" | "free";
71
+ }
72
+
73
+ type PourCancelEvent = BasePourEvent;
74
+
75
+ interface PourProgressEvent<T extends Record<string, any> = Record<string, any>>
76
+ extends BasePourEvent {
77
+ remainingTimeMs: number;
78
+ endState?: FutureEndState;
79
+ reason?: string;
80
+ clientData?: T;
81
+ futureId: string;
82
+ status: string;
83
+ timeRemaining: string;
84
+ progress: number;
85
+ }
@@ -0,0 +1,4 @@
1
+ export { Pump } from './pump-model';
2
+ export type * from './types';
3
+ export * as PumpServices from './services';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-dispense-sdk/src/models/models/pump/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACpC,mBAAmB,SAAS,CAAC;AAC7B,OAAO,KAAK,YAAY,MAAM,YAAY,CAAC"}
@@ -0,0 +1,91 @@
1
+ import { PumpModel, PumpOptions } from './types';
2
+ import { KosModelRegistrationBean } from '@kosdev-code/kos-ui-sdk';
3
+
4
+ /**
5
+ * # Pump
6
+ *
7
+ * The registration bean includes convenience methods for creating and working with PumpModel instances.
8
+ *
9
+ * ## type
10
+ * The type property is a string that identifies the model type.
11
+ * The type is used to identify the model type in the model registry and to narrow down the model type in type predicates. It's most frequently
12
+ * used when declaring dependencies on models.
13
+ *
14
+ * @example
15
+ * ```typescript
16
+ *
17
+ * @kosDependency({modelType: Pump.type, id: "pumpId"})
18
+ * private pumpModel: PumpModel;
19
+ * ```
20
+ *
21
+ *
22
+ * ## factory
23
+ *
24
+ * The factory method creates a factory function that can be used to create new PumpModel instances.
25
+ *
26
+ * The factory function is a curried function that takes the model id as the first argument and the options as the second argument.
27
+ *
28
+ * If a model with the specified id already exists, the factory function will return the existing model. The options will be ignored
29
+ * in this case and the existing model will be returned in its current state.
30
+ *
31
+ * @example
32
+ *
33
+ * ```typescript
34
+ * const model = Pump.factory("S1")({
35
+ * name: "S1",
36
+ * path: "core.assembly.pump.S1",
37
+ * beveragePour: true,
38
+ * type: "syrup",
39
+ * ingredientId: "1234532",
40
+ * holderPath: "core.dispenser.holder.s1",
41
+ * boardPath: "core.dispenser.board.s1",
42
+ * nozzlePath: "core.dispenser.nozzle.s1",
43
+ * inserted: true,
44
+ * category: "flavor",
45
+ * prevIngredientId: "1234567",
46
+ * });
47
+ * ```
48
+ *
49
+ * ## predicate
50
+ *
51
+ * [Typescript type predicate](https://www.typescriptlang.org/docs/handbook/2/narrowing.html#using-type-predicates) function that will identify and narrow down a model to a PumpModel.
52
+ *
53
+ * @example
54
+ * ```typescript
55
+ *
56
+ * const model: IKosDataModel = ...; // some model
57
+ *
58
+ * if (Pump.predicate(model)) {
59
+ * // if the function evaluates to true, the model is narrowed down to PumpModel
60
+ * // and the compiler will know that the model has the PumpModel interface
61
+ * model.updateAvailability(false);
62
+ * }
63
+ * ```
64
+ *
65
+ * ## registration
66
+ *
67
+ * The registration property is an object that can be used to simplify registration of the model with the model registry. The registration object
68
+ * can be spread into the model registration and provides all of the required information to register the model implementation class against the model type.
69
+ *
70
+ *
71
+ * @example
72
+ *
73
+ * In an application registration file you can declare the model registration as follows:
74
+ *
75
+ * **registration.ts**
76
+ * ```typescript
77
+ * import { Pump } from "@kosdev-code/kos-dispense-sdk";
78
+ * ...
79
+ * import { IKosRegistry } from "@kosdev-code/kos-ui-sdk";
80
+ * export const kosModels: IKosRegistry["models"] = {
81
+ * ...Pump.registration,
82
+ * };
83
+ * ```
84
+ *
85
+ * ## registration.singleton
86
+ *
87
+ * The pump model is not a singleton model. This means that each time the factory function is called with a unique ID, a new model instance will be created.
88
+ * If the factory function is called with an ID that already exists, the existing model will be returned.
89
+ * */
90
+ export declare const Pump: Readonly<KosModelRegistrationBean<PumpModel, PumpOptions>>;
91
+ //# sourceMappingURL=pump-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pump-model.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-dispense-sdk/src/models/models/pump/pump-model.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAIV,wBAAwB,EAIzB,MAAM,yBAAyB,CAAC;AAejC,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAkMtD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAqFK;AACL,eAAO,MAAM,IAAI,EAAE,QAAQ,CAAC,wBAAwB,CAAC,SAAS,EAAE,WAAW,CAAC,CAWzE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './pump-services';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/sdk/kos-dispense-sdk/src/models/models/pump/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,27 @@
1
+ import { FutureResponse, KosServiceResponse } from '@kosdev-code/kos-ui-sdk';
2
+
3
+ export interface PumpResponse {
4
+ inserted: boolean;
5
+ beveragePour: boolean;
6
+ ingredientPour: boolean;
7
+ type: string;
8
+ ingredientId: string;
9
+ holderPath: string;
10
+ boardPath: string;
11
+ nozzlePath: string;
12
+ name: string;
13
+ path: string;
14
+ category: string;
15
+ }
16
+ interface IntentRequest {
17
+ intent: string;
18
+ pumpId: string;
19
+ tracker: string;
20
+ }
21
+ interface IntentVolumeResponse {
22
+ volume: number;
23
+ }
24
+ export declare const sendIntent: ({ intent, pumpId, tracker, }: IntentRequest) => Promise<KosServiceResponse<FutureResponse> | undefined>;
25
+ export declare const getIntentVolume: (pumpId: string, intent: string) => Promise<IntentVolumeResponse>;
26
+ export {};
27
+ //# sourceMappingURL=pump-services.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pump-services.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/sdk/kos-dispense-sdk/src/models/models/pump/services/pump-services.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,cAAc,EAEd,kBAAkB,EAGnB,MAAM,yBAAyB,CAAC;AAWjC,MAAM,WAAW,YAAY;IAC3B,QAAQ,EAAE,OAAO,CAAC;IAClB,YAAY,EAAE,OAAO,CAAC;IACtB,cAAc,EAAE,OAAO,CAAC;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,UAAU,aAAa;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,UAAU,oBAAoB;IAC5B,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,UAAU,iCAIpB,aAAa,4DAQf,CAAC;AAEF,eAAO,MAAM,eAAe,WAAkB,MAAM,UAAU,MAAM,kCAQnE,CAAC"}
@@ -0,0 +1,55 @@
1
+ import { IntentAware } from '../../types';
2
+ import { IKosDataModel } from '@kosdev-code/kos-ui-sdk';
3
+
4
+
5
+ export enum PourStatus {
6
+ IDLE = "idle",
7
+ POURING = "pouring",
8
+ }
9
+ export interface PumpOptions<AdditionalData extends object = any> {
10
+ inserted: boolean;
11
+ type: string;
12
+ ingredientId?: string;
13
+ holderPath: string;
14
+ boardPath: string;
15
+ nozzlePath: string;
16
+ childPump: boolean;
17
+ virtual?: boolean;
18
+ name: string;
19
+ path: string;
20
+ prevIngredientId?: string;
21
+ [key: keyof AdditionalData]: AdditionalData[key];
22
+ }
23
+
24
+ interface IntentResponse {
25
+ tracker: string;
26
+ id: string;
27
+ }
28
+
29
+ /**
30
+ * @category Model
31
+ */
32
+ export interface PumpModel<AdditionalData extends object = any>
33
+ extends IKosDataModel,
34
+ IntentAware,
35
+ AdditionalData {
36
+ id: string;
37
+ inserted: boolean;
38
+ type: string;
39
+ virtual?: boolean;
40
+ childPump: boolean;
41
+ future?: IFutureModel;
42
+ ingredientId?: string;
43
+ holderPath: string;
44
+ boardPath: string;
45
+ nozzlePath: string;
46
+ name: string;
47
+ path: string;
48
+ prevIngredientId?: string;
49
+ [key: keyof AdditionalData]: AdditionalData[key];
50
+ isPouring: boolean;
51
+ canPour: boolean;
52
+ readonly pouringState: string;
53
+ updateModel(options: PumpOptions): void;
54
+ resolveIntentVolume(intent: string): Promise<{ volume: number }>;
55
+ }
@@ -0,0 +1,8 @@
1
+ import { TroubleModel } from '@kosdev-code/kos-ui-sdk';
2
+
3
+ export interface PumpTroubleData {
4
+ pumpPath: string;
5
+ }
6
+ export declare const getPumpRelatedPaths: (pumpPath: string) => Promise<string[]>;
7
+ export declare const pumpTroubleResolver: (trouble: TroubleModel<PumpTroubleData>) => Promise<string[]>;
8
+ //# sourceMappingURL=pump-trouble-resolver.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pump-trouble-resolver.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/sdk/kos-dispense-sdk/src/models/models/pump/utils/pump-trouble-resolver.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAI5D,MAAM,WAAW,eAAe;IAC9B,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,mBAAmB,aAAoB,MAAM,sBASzD,CAAC;AAEF,eAAO,MAAM,mBAAmB,YACrB,aAAa,eAAe,CAAC,sBAOvC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { PumpContainer, PumpIndex } from './pump-container-model';
2
+ export type * from './types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-dispense-sdk/src/models/models/pump-container/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAClE,mBAAmB,SAAS,CAAC"}
@@ -0,0 +1,85 @@
1
+ import { PumpContainerModel, PumpContainerOptions } from './types';
2
+ import { SingletonKosModelRegistrationBean } from '@kosdev-code/kos-ui-sdk';
3
+
4
+ export declare enum PumpIndex {
5
+ byBoard = "byBoard",
6
+ byType = "byType",
7
+ byNozzle = "byNozzle"
8
+ }
9
+ /**
10
+ * # PumpContainer
11
+ *
12
+ * The registration bean includes convenience methods for creating and working with PumpContainerModel instances.
13
+ *
14
+ * ## type
15
+ * The type property is a string that identifies the model type.
16
+ * The type is used to identify the model type in the model registry and to narrow down the model type in type predicates. It's most frequently
17
+ * used when declaring dependencies on models.
18
+ *
19
+ * @example
20
+ * ```typescript
21
+ *
22
+ * @kosDependency({modelType: PumpContainer.type})
23
+ * private holderContainerModel: PumpContainerModel;
24
+ * ```
25
+ *
26
+ *
27
+ * ## factory
28
+ *
29
+ * The factory function that can be used to create new PumpContainerModel instances.
30
+ *
31
+ * As this is a singleton model, the factory function accepts the model options as its argument.
32
+ *
33
+ * If a model with the same model type already exists, the factory function will return the existing model. The options will be ignored
34
+ * in this case and the existing model will be returned in its current state.
35
+ *
36
+ *
37
+ * @example
38
+ *
39
+ * ```typescript
40
+ * const model = PumpContainer.factory({ });
41
+ * ```
42
+ *
43
+ * ## predicate
44
+ *
45
+ * [Typescript type predicate](https://www.typescriptlang.org/docs/handbook/2/narrowing.html#using-type-predicates) function that will identify and narrow down a model to a PumpContainerModel.
46
+ *
47
+ * @example
48
+ * ```typescript
49
+ *
50
+ * const model: IKosDataModel = ...; // some model
51
+ *
52
+ * if (PumpContainer.predicate(model)) {
53
+ * // if the function evaluates to true, the model is narrowed down to PumpContainerModel
54
+ * // and the compiler will know that the model has the PumpContainerModel interface
55
+ * model.updateAvailability(false);
56
+ * }
57
+ * ```
58
+ *
59
+ * ## registration
60
+ *
61
+ * The registration property is an object that can be used to simplify registration of the model with the model registry. The registration object
62
+ * can be spread into the model registration and provides all of the required information to register the model implementation class against the model type.
63
+ *
64
+ *
65
+ * @example
66
+ *
67
+ * In an application registration file you can declare the model registration as follows:
68
+ *
69
+ * **registration.ts**
70
+ * ```typescript
71
+ * import { PumpContainer } from "@kosdev-code/kos-dispense-sdk";
72
+ * ...
73
+ * import { IKosRegistry } from "@kosdev-code/kos-ui-sdk";
74
+ * export const kosModels: IKosRegistry["models"] = {
75
+ * ...PumpContainer.registration,
76
+ * };
77
+ * ```
78
+ *
79
+ * ## registration.singleton
80
+ * The PumpContainer model is a singleton. This means that each time the factory function is called , the same instance will be returned.
81
+ * If the model does not yet exist, it will be created passing in the provided options to initialize it.
82
+ *
83
+ * * */
84
+ export declare const PumpContainer: SingletonKosModelRegistrationBean<PumpContainerModel, PumpContainerOptions>;
85
+ //# sourceMappingURL=pump-container-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pump-container-model.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-dispense-sdk/src/models/models/pump-container/pump-container-model.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAEV,iCAAiC,EAClC,MAAM,yBAAyB,CAAC;AASjC,OAAO,KAAK,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAQxE,oBAAY,SAAS;IACnB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,QAAQ,aAAa;CACtB;AAiED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA0EO;AACP,eAAO,MAAM,aAAa,EAAE,iCAAiC,CAC3D,kBAAkB,EAClB,oBAAoB,CAarB,CAAC"}
@@ -0,0 +1,31 @@
1
+ import { PumpModel } from '../../pump/types';
2
+ import { IKosDataModel, IKosModelContainer, IKosModelHolder } from '@kosdev-code/kos-ui-sdk';
3
+
4
+
5
+ export interface PumpContainerOptions {}
6
+
7
+ /**
8
+ * Represents a collection of holders for the dispenser or a specific assembly.
9
+ *
10
+ * Provides default indexing to allow for grouping of holders by nozzle.
11
+ *
12
+ *
13
+ * @category Model
14
+ */
15
+ export interface PumpContainerModel<T extends object = unknown>
16
+ extends IKosDataModel,
17
+ IKosModelHolder<PumpModel<T>> {
18
+ /** the unique identifier for the model */
19
+ id: string;
20
+
21
+ /** the collection of holder models */
22
+ models: IKosModelContainer<PumpModel<T>>;
23
+ readonly pumpModels: PumpModel<T>[];
24
+
25
+ /**
26
+ * The collection of pump paths.
27
+ */
28
+ readonly pumpPaths: string[];
29
+ /** convenience method to update the holder container based on the options */
30
+ updateModel(options: PumpContainerOptions): void;
31
+ }
@@ -0,0 +1,83 @@
1
+ export type AssemblyBoard<BoardExt extends object = {}> = {
2
+ [key in keyof BoardExt]: BoardExt[key];
3
+ } & {
4
+ type: string;
5
+ name: string;
6
+ path: string;
7
+ linked: boolean;
8
+ instanceId?: string;
9
+ };
10
+ export interface HolderSlice {
11
+ pos: number;
12
+ maxVolMl?: number;
13
+ currentVolMl?: number;
14
+ }
15
+ export type AssemblyHolder<HolderExt extends object = {}> = {
16
+ [key in keyof HolderExt]: HolderExt[key];
17
+ } & {
18
+ agitated: boolean;
19
+ name: string;
20
+ path: string;
21
+ ingType?: string;
22
+ ingSource?: string;
23
+ ingredientId?: string;
24
+ type?: string;
25
+ slice?: HolderSlice;
26
+ container?: {
27
+ enjoyByDate: number;
28
+ };
29
+ };
30
+ export type SubAssemblyPump<PumpExt extends object = {}> = Omit<AssemblyPump<PumpExt>, "pumps">;
31
+ export type AssemblyPump<PumpExt extends object = {}> = {
32
+ [key in keyof PumpExt]: PumpExt[key];
33
+ } & {
34
+ name: string;
35
+ path: string;
36
+ inserted: boolean;
37
+ childPump?: boolean;
38
+ virtual?: boolean;
39
+ pumps?: SubAssemblyPump<PumpExt>[];
40
+ type: string;
41
+ boardPath: string;
42
+ holderPath: string;
43
+ ingredientId?: string;
44
+ prevIngredientId?: string;
45
+ };
46
+ interface AssemblyPipeline {
47
+ name: string;
48
+ topicPrefix: string;
49
+ path: string;
50
+ }
51
+ export type AssemblyNozzle<NozzleExt extends object = {}, PumpExt extends object = {}> = {
52
+ [key in keyof NozzleExt]: NozzleExt[key];
53
+ } & {
54
+ name: string;
55
+ path: string;
56
+ urlPrefix: string;
57
+ topicPrefix: string;
58
+ pumps: AssemblyPump<PumpExt>[];
59
+ pipelines: AssemblyPipeline[];
60
+ };
61
+ export type Assembly<AssemblyExt extends object = any, NozzleExt extends object = any, HolderExt extends object = any, BoardExt extends object = any, PumpExt extends object = any> = {
62
+ [key in keyof AssemblyExt]: AssemblyExt[key];
63
+ } & {
64
+ boards: AssemblyBoard<BoardExt>[];
65
+ holders: Record<string, AssemblyHolder<HolderExt>[]>;
66
+ nozzles: AssemblyNozzle<NozzleExt, PumpExt>[];
67
+ core: boolean;
68
+ name: string;
69
+ path: string;
70
+ };
71
+ export interface BaseAssemblyResponse<AssemblyExt extends object = any, NozzleExt extends object = any, HolderExt extends object = any, BoardExt extends object = any, PumpExt extends object = any> {
72
+ assemblies: Assembly<AssemblyExt, NozzleExt, HolderExt, BoardExt, PumpExt>[];
73
+ }
74
+ interface AssemblyResponseKeys {
75
+ AssemblyExt: object;
76
+ NozzleExt: object;
77
+ HolderExt: object;
78
+ BoardExt: object;
79
+ PumpExt: object;
80
+ }
81
+ export type AssemblyResponse<T extends Partial<AssemblyResponseKeys>> = BaseAssemblyResponse<T["AssemblyExt"] extends object ? T["AssemblyExt"] : any, T["NozzleExt"] extends object ? T["NozzleExt"] : any, T["HolderExt"] extends object ? T["HolderExt"] : any, T["BoardExt"] extends object ? T["BoardExt"] : any, T["PumpExt"] extends object ? T["PumpExt"] : any>;
82
+ export {};
83
+ //# sourceMappingURL=assembly.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assembly.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-dispense-sdk/src/models/models/types/assembly.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ export * as AssemblyTypes from './assembly';
2
+ export * from './intent';
3
+ export * from './pouring';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-dispense-sdk/src/models/models/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,YAAY,CAAC;AAC5C,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { IKosIdentifiable, FutureResponse } from '@kosdev-code/kos-ui-sdk';
2
+
3
+ export interface IntentAwareProps {
4
+ intent: string;
5
+ pumpPath?: string;
6
+ }
7
+ /**
8
+ * Perform a named pour intent on the holder pump.
9
+ *
10
+ * @param props.intent The name of the intent to perform.
11
+ * @param props.pumpPath The path of the pump to perform the intent on. If not specified, the first pump will be used.
12
+ */
13
+ export interface IntentAware extends IKosIdentifiable {
14
+ canPour: boolean;
15
+ isPouring: boolean;
16
+ cancelPour: () => Promise<void>;
17
+ performIntent(props: IntentAwareProps | string): Promise<FutureResponse | undefined>;
18
+ }
19
+ //# sourceMappingURL=intent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"intent.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-dispense-sdk/src/models/models/types/intent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAE9D,MAAM,WAAW,gBAAgB;IAC/B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;;;;GAKG;AACH,MAAM,WAAW,WAAY,SAAQ,gBAAgB;IACnD,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAChC,aAAa,CACX,KAAK,EAAE,gBAAgB,GAAG,MAAM,GAC/B,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC,CAAC;CACxC"}
@@ -0,0 +1,9 @@
1
+ export declare enum PourState {
2
+ IDLE = "IDLE",
3
+ POURING = "POURING",
4
+ POUR_STARTING = "POUR_STARTING",
5
+ POUR_CANCELING = "POUR_CANCELING",
6
+ POUR_CANCELED = "POUR_CANCELED",
7
+ POUR_COMPLETE = "POUR_COMPLETE"
8
+ }
9
+ //# sourceMappingURL=pouring.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pouring.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-dispense-sdk/src/models/models/types/pouring.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,aAAa,kBAAkB;IAC/B,cAAc,mBAAmB;IACjC,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;CAChC"}
@@ -0,0 +1,28 @@
1
+ import { KosModelRegistry as CoreKosModelRegistration, RegistrationManager, RegistrationResult } from '@kosdev-code/kos-ui-sdk';
2
+
3
+ export declare const registerDispenseModels: <R>(root: R) => () => {
4
+ preload: (type: string) => RegistrationResult<R>;
5
+ model: <T extends import('@kosdev-code/kos-ui-sdk').BaseKosModelRegistrationBean<any, any> | import('packages/sdk/kos-ui-sdk/src/core/core/registration/model-registration').KosModelRegistrationType<any, any>>(registration: T, preload?: boolean | undefined) => RegistrationResult<R>;
6
+ companion: (parentType: string, companion: import('@kosdev-code/kos-ui-sdk').KosCompanionModelType<any>) => RegistrationResult<R>;
7
+ legacy: <T_1 extends import('@kosdev-code/kos-ui-sdk').IKosModelRegistration>(type: string, registration: T_1) => RegistrationResult<R>;
8
+ };
9
+ export type DispenseKosModelRegistration<R> = typeof CoreKosModelRegistration & {
10
+ dispense: {
11
+ models: () => RegistrationResult<R>;
12
+ };
13
+ preload: ReturnType<typeof RegistrationManager.model.preloadModel>;
14
+ model: ReturnType<typeof RegistrationManager.model.register>;
15
+ companion: ReturnType<typeof RegistrationManager.companion.register>;
16
+ };
17
+ declare const _KosModelRegistry: {
18
+ core: {
19
+ models: () => RegistrationResult<{}>;
20
+ };
21
+ preload: (type: string) => RegistrationResult<unknown>;
22
+ model: <T extends import('@kosdev-code/kos-ui-sdk').BaseKosModelRegistrationBean<any, any> | import('packages/sdk/kos-ui-sdk/src/core/core/registration/model-registration').KosModelRegistrationType<any, any>>(registration: T, preload?: boolean | undefined) => RegistrationResult<unknown>;
23
+ companion: (parentType: string, companion: import('@kosdev-code/kos-ui-sdk').KosCompanionModelType<any>) => RegistrationResult<unknown>;
24
+ };
25
+ type KosModelRegistryType = DispenseKosModelRegistration<typeof _KosModelRegistry>;
26
+ declare const KosModelRegistry: KosModelRegistryType;
27
+ export { KosModelRegistry };
28
+ //# sourceMappingURL=dispense-registration-manager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dispense-registration-manager.d.ts","sourceRoot":"","sources":["../../../../../../packages/sdk/kos-dispense-sdk/src/models/utils/dispense-registration-manager.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,IAAI,wBAAwB,EAG5C,mBAAmB,EAInB,KAAK,kBAAkB,EAExB,MAAM,yBAAyB,CAAC;AAOjC,eAAO,MAAM,sBAAsB,YACvB,CAAC;;;;;CAuCV,CAAC;AAEJ,MAAM,MAAM,4BAA4B,CAAC,CAAC,IACxC,OAAO,wBAAwB,GAAG;IAChC,QAAQ,EAAE;QAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC,CAAC,CAAC,CAAA;KAAE,CAAC;IAClD,OAAO,EAAE,UAAU,CAAC,OAAO,mBAAmB,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;IACnE,KAAK,EAAE,UAAU,CAAC,OAAO,mBAAmB,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;IAC7D,SAAS,EAAE,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC;CACtE,CAAC;AAEJ,QAAA,MAAM,iBAAiB;;;;;;;CAEtB,CAAC;AAcF,KAAK,oBAAoB,GAAG,4BAA4B,CACtD,OAAO,iBAAiB,CACzB,CAAC;AAEF,QAAA,MAAM,gBAAgB,EAAE,oBAA+C,CAAC;AAExE,OAAO,EAAE,gBAAgB,EAAE,CAAC"}