@kosdev-code/kos-ddk-models 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (297) hide show
  1. package/constants.d.ts +3 -0
  2. package/constants.d.ts.map +1 -0
  3. package/index.d.ts +30 -0
  4. package/index.d.ts.map +1 -0
  5. package/index.js +1 -0
  6. package/index.mjs +2609 -0
  7. package/lib/agitation-control/agitation-control-model.d.ts +50 -0
  8. package/lib/agitation-control/agitation-control-model.d.ts.map +1 -0
  9. package/lib/agitation-control/agitation-control-registration.d.ts +89 -0
  10. package/lib/agitation-control/agitation-control-registration.d.ts.map +1 -0
  11. package/lib/agitation-control/index.d.ts +4 -0
  12. package/lib/agitation-control/index.d.ts.map +1 -0
  13. package/lib/agitation-control/types/index.d.ts +7 -0
  14. package/lib/animation/animation-model.d.ts +14 -0
  15. package/lib/animation/animation-model.d.ts.map +1 -0
  16. package/lib/animation/animation-registration.d.ts +86 -0
  17. package/lib/animation/animation-registration.d.ts.map +1 -0
  18. package/lib/animation/index.d.ts +4 -0
  19. package/lib/animation/index.d.ts.map +1 -0
  20. package/lib/animation/services/animation-services.d.ts +10 -0
  21. package/lib/animation/services/animation-services.d.ts.map +1 -0
  22. package/lib/animation/services/index.d.ts +2 -0
  23. package/lib/animation/services/index.d.ts.map +1 -0
  24. package/lib/animation/types/index.d.ts +14 -0
  25. package/lib/application/application-model.d.ts +33 -0
  26. package/lib/application/application-model.d.ts.map +1 -0
  27. package/lib/application/application-registration.d.ts +86 -0
  28. package/lib/application/application-registration.d.ts.map +1 -0
  29. package/lib/application/index.d.ts +4 -0
  30. package/lib/application/index.d.ts.map +1 -0
  31. package/lib/application/services/application-services.d.ts +29 -0
  32. package/lib/application/services/application-services.d.ts.map +1 -0
  33. package/lib/application/services/index.d.ts +2 -0
  34. package/lib/application/services/index.d.ts.map +1 -0
  35. package/lib/application/types/index.d.ts +31 -0
  36. package/lib/auth/auth-model.d.ts +17 -0
  37. package/lib/auth/auth-model.d.ts.map +1 -0
  38. package/lib/auth/auth-registration.d.ts +84 -0
  39. package/lib/auth/auth-registration.d.ts.map +1 -0
  40. package/lib/auth/index.d.ts +4 -0
  41. package/lib/auth/index.d.ts.map +1 -0
  42. package/lib/auth/services/auth-services.d.ts +10 -0
  43. package/lib/auth/services/auth-services.d.ts.map +1 -0
  44. package/lib/auth/services/index.d.ts +2 -0
  45. package/lib/auth/services/index.d.ts.map +1 -0
  46. package/lib/auth/types/index.d.ts +12 -0
  47. package/lib/carb-water/carb-water-model.d.ts +18 -0
  48. package/lib/carb-water/carb-water-model.d.ts.map +1 -0
  49. package/lib/carb-water/carb-water-registration.d.ts +85 -0
  50. package/lib/carb-water/carb-water-registration.d.ts.map +1 -0
  51. package/lib/carb-water/index.d.ts +4 -0
  52. package/lib/carb-water/index.d.ts.map +1 -0
  53. package/lib/carb-water/services/carb-water-services.d.ts +6 -0
  54. package/lib/carb-water/services/carb-water-services.d.ts.map +1 -0
  55. package/lib/carb-water/services/index.d.ts +2 -0
  56. package/lib/carb-water/services/index.d.ts.map +1 -0
  57. package/lib/carb-water/types/index.d.ts +1 -0
  58. package/lib/copy-logs/copy-logs-model.d.ts +45 -0
  59. package/lib/copy-logs/copy-logs-model.d.ts.map +1 -0
  60. package/lib/copy-logs/copy-logs-registration.d.ts +89 -0
  61. package/lib/copy-logs/copy-logs-registration.d.ts.map +1 -0
  62. package/lib/copy-logs/index.d.ts +5 -0
  63. package/lib/copy-logs/index.d.ts.map +1 -0
  64. package/lib/copy-logs/services/copy-logs-services.d.ts +22 -0
  65. package/lib/copy-logs/services/copy-logs-services.d.ts.map +1 -0
  66. package/lib/copy-logs/services/index.d.ts +2 -0
  67. package/lib/copy-logs/services/index.d.ts.map +1 -0
  68. package/lib/copy-logs/types/index.d.ts +8 -0
  69. package/lib/dashboard-operations/dashboard-operations-model.d.ts +28 -0
  70. package/lib/dashboard-operations/dashboard-operations-model.d.ts.map +1 -0
  71. package/lib/dashboard-operations/dashboard-operations-registration.d.ts +86 -0
  72. package/lib/dashboard-operations/dashboard-operations-registration.d.ts.map +1 -0
  73. package/lib/dashboard-operations/index.d.ts +4 -0
  74. package/lib/dashboard-operations/index.d.ts.map +1 -0
  75. package/lib/dashboard-operations/services/dashboard-operations-services.d.ts +7 -0
  76. package/lib/dashboard-operations/services/dashboard-operations-services.d.ts.map +1 -0
  77. package/lib/dashboard-operations/services/index.d.ts +2 -0
  78. package/lib/dashboard-operations/services/index.d.ts.map +1 -0
  79. package/lib/dashboard-operations/types/index.d.ts +21 -0
  80. package/lib/dispenser/dispenser-model.d.ts +13 -0
  81. package/lib/dispenser/dispenser-model.d.ts.map +1 -0
  82. package/lib/dispenser/dispenser-registration.d.ts +86 -0
  83. package/lib/dispenser/dispenser-registration.d.ts.map +1 -0
  84. package/lib/dispenser/index.d.ts +4 -0
  85. package/lib/dispenser/index.d.ts.map +1 -0
  86. package/lib/dispenser/services/dispenser-services.d.ts +10 -0
  87. package/lib/dispenser/services/dispenser-services.d.ts.map +1 -0
  88. package/lib/dispenser/services/index.d.ts +2 -0
  89. package/lib/dispenser/services/index.d.ts.map +1 -0
  90. package/lib/dispenser/types/index.d.ts +9 -0
  91. package/lib/dispenser-info/dispenser-info-model.d.ts +13 -0
  92. package/lib/dispenser-info/dispenser-info-model.d.ts.map +1 -0
  93. package/lib/dispenser-info/dispenser-info-registration.d.ts +84 -0
  94. package/lib/dispenser-info/dispenser-info-registration.d.ts.map +1 -0
  95. package/lib/dispenser-info/index.d.ts +4 -0
  96. package/lib/dispenser-info/index.d.ts.map +1 -0
  97. package/lib/dispenser-info/services/dispenser-info-services.d.ts +10 -0
  98. package/lib/dispenser-info/services/dispenser-info-services.d.ts.map +1 -0
  99. package/lib/dispenser-info/services/index.d.ts +2 -0
  100. package/lib/dispenser-info/services/index.d.ts.map +1 -0
  101. package/lib/dispenser-info/types/index.d.ts +10 -0
  102. package/lib/door/door-model.d.ts +20 -0
  103. package/lib/door/door-model.d.ts.map +1 -0
  104. package/lib/door/door-registration.d.ts +87 -0
  105. package/lib/door/door-registration.d.ts.map +1 -0
  106. package/lib/door/index.d.ts +4 -0
  107. package/lib/door/index.d.ts.map +1 -0
  108. package/lib/door/types/index.d.ts +3 -0
  109. package/lib/enrollment/enrollment-model.d.ts +14 -0
  110. package/lib/enrollment/enrollment-model.d.ts.map +1 -0
  111. package/lib/enrollment/enrollment-registration.d.ts +84 -0
  112. package/lib/enrollment/enrollment-registration.d.ts.map +1 -0
  113. package/lib/enrollment/index.d.ts +4 -0
  114. package/lib/enrollment/index.d.ts.map +1 -0
  115. package/lib/enrollment/services/enrollment-services.d.ts +10 -0
  116. package/lib/enrollment/services/enrollment-services.d.ts.map +1 -0
  117. package/lib/enrollment/services/index.d.ts +2 -0
  118. package/lib/enrollment/services/index.d.ts.map +1 -0
  119. package/lib/enrollment/types/index.d.ts +10 -0
  120. package/lib/extension/index.d.ts +2 -0
  121. package/lib/extension/index.d.ts.map +1 -0
  122. package/lib/fcm-pump/fcm-pump-model.d.ts +28 -0
  123. package/lib/fcm-pump/fcm-pump-model.d.ts.map +1 -0
  124. package/lib/fcm-pump/fcm-pump-registration.d.ts +87 -0
  125. package/lib/fcm-pump/fcm-pump-registration.d.ts.map +1 -0
  126. package/lib/fcm-pump/index.d.ts +5 -0
  127. package/lib/fcm-pump/index.d.ts.map +1 -0
  128. package/lib/fcm-pump/services/fcm-pump-services.d.ts +17 -0
  129. package/lib/fcm-pump/services/fcm-pump-services.d.ts.map +1 -0
  130. package/lib/fcm-pump/services/index.d.ts +2 -0
  131. package/lib/fcm-pump/services/index.d.ts.map +1 -0
  132. package/lib/fcm-pump/types/index.d.ts +5 -0
  133. package/lib/ingredient-summary/index.d.ts +3 -0
  134. package/lib/ingredient-summary/index.d.ts.map +1 -0
  135. package/lib/ingredient-summary/ingredient-summary-model.d.ts +18 -0
  136. package/lib/ingredient-summary/ingredient-summary-model.d.ts.map +1 -0
  137. package/lib/ingredient-summary/ingredient-summary-registration.d.ts +84 -0
  138. package/lib/ingredient-summary/ingredient-summary-registration.d.ts.map +1 -0
  139. package/lib/ingredient-summary/types/index.d.ts +11 -0
  140. package/lib/lfcv-pump/index.d.ts +5 -0
  141. package/lib/lfcv-pump/index.d.ts.map +1 -0
  142. package/lib/lfcv-pump/lfcv-pump-model.d.ts +20 -0
  143. package/lib/lfcv-pump/lfcv-pump-model.d.ts.map +1 -0
  144. package/lib/lfcv-pump/lfcv-pump-registration.d.ts +87 -0
  145. package/lib/lfcv-pump/lfcv-pump-registration.d.ts.map +1 -0
  146. package/lib/lfcv-pump/services/index.d.ts +2 -0
  147. package/lib/lfcv-pump/services/index.d.ts.map +1 -0
  148. package/lib/lfcv-pump/services/lfcv-pump-services.d.ts +10 -0
  149. package/lib/lfcv-pump/services/lfcv-pump-services.d.ts.map +1 -0
  150. package/lib/lfcv-pump/types/index.d.ts +5 -0
  151. package/lib/lockout/index.d.ts +5 -0
  152. package/lib/lockout/index.d.ts.map +1 -0
  153. package/lib/lockout/lockout-model.d.ts +79 -0
  154. package/lib/lockout/lockout-model.d.ts.map +1 -0
  155. package/lib/lockout/lockout-registration.d.ts +89 -0
  156. package/lib/lockout/lockout-registration.d.ts.map +1 -0
  157. package/lib/lockout/services/index.d.ts +2 -0
  158. package/lib/lockout/services/index.d.ts.map +1 -0
  159. package/lib/lockout/services/lockout-services.d.ts +3 -0
  160. package/lib/lockout/services/lockout-services.d.ts.map +1 -0
  161. package/lib/lockout/types/index.d.ts +1 -0
  162. package/lib/macro-assignment/index.d.ts +3 -0
  163. package/lib/macro-assignment/index.d.ts.map +1 -0
  164. package/lib/macro-assignment/macro-assignment-model.d.ts +78 -0
  165. package/lib/macro-assignment/macro-assignment-model.d.ts.map +1 -0
  166. package/lib/macro-assignment/macro-assignment-registration.d.ts +86 -0
  167. package/lib/macro-assignment/macro-assignment-registration.d.ts.map +1 -0
  168. package/lib/macro-assignment/services/index.d.ts +2 -0
  169. package/lib/macro-assignment/services/index.d.ts.map +1 -0
  170. package/lib/macro-assignment/services/macro-assignment-services.d.ts +2 -0
  171. package/lib/macro-assignment/services/macro-assignment-services.d.ts.map +1 -0
  172. package/lib/macro-assignment/types/index.d.ts +39 -0
  173. package/lib/network-test/index.d.ts +5 -0
  174. package/lib/network-test/index.d.ts.map +1 -0
  175. package/lib/network-test/network-test-container-model.d.ts +23 -0
  176. package/lib/network-test/network-test-container-model.d.ts.map +1 -0
  177. package/lib/network-test/network-test-container-registration.d.ts +86 -0
  178. package/lib/network-test/network-test-container-registration.d.ts.map +1 -0
  179. package/lib/network-test/network-test-model.d.ts +21 -0
  180. package/lib/network-test/network-test-model.d.ts.map +1 -0
  181. package/lib/network-test/network-test-registration.d.ts +84 -0
  182. package/lib/network-test/network-test-registration.d.ts.map +1 -0
  183. package/lib/network-test/services/index.d.ts +2 -0
  184. package/lib/network-test/services/index.d.ts.map +1 -0
  185. package/lib/network-test/services/network-test-services.d.ts +37 -0
  186. package/lib/network-test/services/network-test-services.d.ts.map +1 -0
  187. package/lib/network-test/types/index.d.ts +44 -0
  188. package/lib/nutritive-sweetener/index.d.ts +4 -0
  189. package/lib/nutritive-sweetener/index.d.ts.map +1 -0
  190. package/lib/nutritive-sweetener/nutritive-sweetener-model.d.ts +18 -0
  191. package/lib/nutritive-sweetener/nutritive-sweetener-model.d.ts.map +1 -0
  192. package/lib/nutritive-sweetener/nutritive-sweetener-registration.d.ts +85 -0
  193. package/lib/nutritive-sweetener/nutritive-sweetener-registration.d.ts.map +1 -0
  194. package/lib/nutritive-sweetener/services/index.d.ts +2 -0
  195. package/lib/nutritive-sweetener/services/index.d.ts.map +1 -0
  196. package/lib/nutritive-sweetener/services/nutritive-sweetener-services.d.ts +6 -0
  197. package/lib/nutritive-sweetener/services/nutritive-sweetener-services.d.ts.map +1 -0
  198. package/lib/nutritive-sweetener/types/index.d.ts +1 -0
  199. package/lib/plain-water/index.d.ts +4 -0
  200. package/lib/plain-water/index.d.ts.map +1 -0
  201. package/lib/plain-water/plain-water-model.d.ts +19 -0
  202. package/lib/plain-water/plain-water-model.d.ts.map +1 -0
  203. package/lib/plain-water/plain-water-registration.d.ts +85 -0
  204. package/lib/plain-water/plain-water-registration.d.ts.map +1 -0
  205. package/lib/plain-water/services/index.d.ts +2 -0
  206. package/lib/plain-water/services/index.d.ts.map +1 -0
  207. package/lib/plain-water/services/plain-water-services.d.ts +6 -0
  208. package/lib/plain-water/services/plain-water-services.d.ts.map +1 -0
  209. package/lib/plain-water/types/index.d.ts +1 -0
  210. package/lib/reboot/index.d.ts +4 -0
  211. package/lib/reboot/index.d.ts.map +1 -0
  212. package/lib/reboot/reboot-model.d.ts +14 -0
  213. package/lib/reboot/reboot-model.d.ts.map +1 -0
  214. package/lib/reboot/reboot-registration.d.ts +84 -0
  215. package/lib/reboot/reboot-registration.d.ts.map +1 -0
  216. package/lib/reboot/services/index.d.ts +2 -0
  217. package/lib/reboot/services/index.d.ts.map +1 -0
  218. package/lib/reboot/services/reboot-services.d.ts +2 -0
  219. package/lib/reboot/services/reboot-services.d.ts.map +1 -0
  220. package/lib/reboot/types/index.d.ts +8 -0
  221. package/lib/registration.d.ts +4 -0
  222. package/lib/registration.d.ts.map +1 -0
  223. package/lib/settings/index.d.ts +4 -0
  224. package/lib/settings/index.d.ts.map +1 -0
  225. package/lib/settings/services/index.d.ts +2 -0
  226. package/lib/settings/services/index.d.ts.map +1 -0
  227. package/lib/settings/services/settings-services.d.ts +13 -0
  228. package/lib/settings/services/settings-services.d.ts.map +1 -0
  229. package/lib/settings/settings-model.d.ts +23 -0
  230. package/lib/settings/settings-model.d.ts.map +1 -0
  231. package/lib/settings/settings-registration.d.ts +86 -0
  232. package/lib/settings/settings-registration.d.ts.map +1 -0
  233. package/lib/settings/types/index.d.ts +26 -0
  234. package/lib/setup-step/index.d.ts +5 -0
  235. package/lib/setup-step/index.d.ts.map +1 -0
  236. package/lib/setup-step/services/index.d.ts +2 -0
  237. package/lib/setup-step/services/index.d.ts.map +1 -0
  238. package/lib/setup-step/services/setup-step-services.d.ts +13 -0
  239. package/lib/setup-step/services/setup-step-services.d.ts.map +1 -0
  240. package/lib/setup-step/setup-step-container-model.d.ts +29 -0
  241. package/lib/setup-step/setup-step-container-model.d.ts.map +1 -0
  242. package/lib/setup-step/setup-step-container-registration.d.ts +86 -0
  243. package/lib/setup-step/setup-step-container-registration.d.ts.map +1 -0
  244. package/lib/setup-step/setup-step-model.d.ts +21 -0
  245. package/lib/setup-step/setup-step-model.d.ts.map +1 -0
  246. package/lib/setup-step/setup-step-registration.d.ts +84 -0
  247. package/lib/setup-step/setup-step-registration.d.ts.map +1 -0
  248. package/lib/setup-step/types/index.d.ts +40 -0
  249. package/lib/trouble-action/index.d.ts +4 -0
  250. package/lib/trouble-action/index.d.ts.map +1 -0
  251. package/lib/trouble-action/trouble-action-model.d.ts +20 -0
  252. package/lib/trouble-action/trouble-action-model.d.ts.map +1 -0
  253. package/lib/trouble-action/trouble-action-registration.d.ts +89 -0
  254. package/lib/trouble-action/trouble-action-registration.d.ts.map +1 -0
  255. package/lib/trouble-action/types/index.d.ts +8 -0
  256. package/lib/utilities/index.d.ts +5 -0
  257. package/lib/utilities/index.d.ts.map +1 -0
  258. package/lib/utilities/services/index.d.ts +2 -0
  259. package/lib/utilities/services/index.d.ts.map +1 -0
  260. package/lib/utilities/services/utilities-services.d.ts +13 -0
  261. package/lib/utilities/services/utilities-services.d.ts.map +1 -0
  262. package/lib/utilities/types/index.d.ts +32 -0
  263. package/lib/utilities/utilities-container-model.d.ts +19 -0
  264. package/lib/utilities/utilities-container-model.d.ts.map +1 -0
  265. package/lib/utilities/utilities-container-registration.d.ts +86 -0
  266. package/lib/utilities/utilities-container-registration.d.ts.map +1 -0
  267. package/lib/utilities/utilities-model.d.ts +19 -0
  268. package/lib/utilities/utilities-model.d.ts.map +1 -0
  269. package/lib/utilities/utilities-registration.d.ts +84 -0
  270. package/lib/utilities/utilities-registration.d.ts.map +1 -0
  271. package/lib/utils/assembly-utils.d.ts +17 -0
  272. package/lib/utils/assembly-utils.d.ts.map +1 -0
  273. package/lib/utils/holder-view-extension.d.ts +16 -0
  274. package/lib/utils/holder-view-extension.d.ts.map +1 -0
  275. package/lib/utils/index.d.ts +5 -0
  276. package/lib/utils/index.d.ts.map +1 -0
  277. package/lib/utils/time-utils.d.ts +9 -0
  278. package/lib/utils/time-utils.d.ts.map +1 -0
  279. package/lib/utils/trouble-visibility-filter.d.ts +5 -0
  280. package/lib/utils/trouble-visibility-filter.d.ts.map +1 -0
  281. package/package.json +20 -0
  282. package/start/index.d.ts +5 -0
  283. package/start/index.d.ts.map +1 -0
  284. package/start/services/index.d.ts +2 -0
  285. package/start/services/index.d.ts.map +1 -0
  286. package/start/services/start-services.d.ts +6 -0
  287. package/start/services/start-services.d.ts.map +1 -0
  288. package/start/start-model.d.ts +17 -0
  289. package/start/start-model.d.ts.map +1 -0
  290. package/start/start-registration.d.ts +89 -0
  291. package/start/start-registration.d.ts.map +1 -0
  292. package/start/types/index.d.ts +1 -0
  293. package/types/global.d.ts +19 -0
  294. package/types/global.d.ts.map +1 -0
  295. package/types/index.d.ts +2 -0
  296. package/types/index.d.ts.map +1 -0
  297. package/utils/openapi.d.ts +9271 -0
@@ -0,0 +1,87 @@
1
+ import { FcmPumpModel } from './fcm-pump-model';
2
+ import { FcmPumpOptions } from './types';
3
+ import { KosModelRegistrationFactory } from '../../../../../sdk/kos-ui-sdk/src/index.ts';
4
+
5
+ /**
6
+ * # FcmPump
7
+ *
8
+ * The registration bean includes convenience methods for creating and working with FcmPumpModel instances.
9
+ *
10
+ * ## type
11
+ * The type property is a string that identifies the model type.
12
+ * 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
13
+ * used when declaring dependencies on models.
14
+ *
15
+ * @example
16
+ * ```typescript
17
+ *
18
+ * @kosDependency({modelType: FcmPump.type, id: "fcmPumpId"})
19
+ * private fcmPumpModel: FcmPumpModel;
20
+ * ```
21
+ *
22
+ *
23
+ * ## factory
24
+ *
25
+ * The factory method creates a factory function that can be used to create new FcmPumpModel instances.
26
+ *
27
+
28
+ * The factory function is a curried function that takes the model id as the first argument and the options as the second argument.
29
+ *
30
+ * If a model with the specified id already exists, the factory function will return the existing model. The options will be ignored
31
+ * in this case and the existing model will be returned in its current state.
32
+ *
33
+ * @example
34
+ * ```typescript
35
+ * const model = FcmPump.factory("fcmPumpId")({
36
+ * // Add option data
37
+ * });
38
+ * ```
39
+
40
+
41
+ *
42
+ * ## predicate
43
+ *
44
+ * [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 FcmPumpModel.
45
+ *
46
+ * @example
47
+ * ```typescript
48
+ *
49
+ * const model: IKosDataModel = ...; // some model
50
+ *
51
+ * if (FcmPump.predicate(model)) {
52
+ * // if the function evaluates to true, the model is narrowed down to FcmPumpModel
53
+ * // and the compiler will know that the model has the FcmPumpModel interface
54
+ * model.updateAvailability(false);
55
+ * }
56
+ * ```
57
+ *
58
+ * ## registration
59
+ *
60
+ * The registration property is an object that can be used to simplify registration of the model with the model registry. The registration object
61
+ * can be spread into the model registration and provides all of the required information to register the model implementation class against the model type.
62
+ *
63
+ *
64
+ * @example
65
+ *
66
+ * In an application registration file you can declare the model registration as follows:
67
+ *
68
+ * **registration.ts**
69
+ * ```typescript
70
+ * import { FcmPump } from "@kos-ui/project-models";
71
+ * import { KosModelRegistry } from "@kosdev-code/kos-dispense-sdk";
72
+ *
73
+ * import { initKosProvider } from "@kosdev-code/kos-ui-sdk";
74
+ *
75
+ * KosModelRegistry.dispense
76
+ * .models()
77
+ * .model(FcmPump);
78
+ * ```
79
+ *
80
+ * ## registration.singleton
81
+
82
+ * The fcmPump 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.
83
+ * If the factory function is called with an ID that already exists, the existing model will be returned.
84
+
85
+ * */
86
+ export declare const FcmPump: KosModelRegistrationFactory<FcmPumpModel, FcmPumpOptions>;
87
+ //# sourceMappingURL=fcm-pump-registration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fcm-pump-registration.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-models/src/lib/fcm-pump/fcm-pump-registration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AACtE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAgFK;AACL,eAAO,MAAM,OAAO,2DAMlB,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { FcmPump } from './fcm-pump-registration';
2
+ export type * from './types';
3
+ export type { FcmPumpModel } from './fcm-pump-model';
4
+ export * as FcmPumpServices from './services';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-models/src/lib/fcm-pump/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAClD,mBAAmB,SAAS,CAAC;AAC7B,YAAY,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,KAAK,eAAe,MAAM,YAAY,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { FutureResponse } from '../../../../../../sdk/kos-ui-sdk/src/index.ts';
2
+
3
+ export type ElectricalTestErrorType = "errEEPROM" | "unknownError";
4
+ export type ElectricalTestData = {
5
+ error?: ElectricalTestErrorType;
6
+ result?: string;
7
+ };
8
+ export type ElectricalTestResponse = [
9
+ ElectricalTestErrorType | undefined,
10
+ ElectricalTestData
11
+ ];
12
+ export declare const performElectricalTest: (path: string) => Promise<ElectricalTestResponse>;
13
+ export declare const performPreCalibrate: (pump: string, tracker?: string) => Promise<FutureResponse>;
14
+ export declare const performCalibrate: (pump: string, tracker?: string) => Promise<FutureResponse>;
15
+ export declare const performVerify: (pump: string, volume: string, tracker?: string) => Promise<FutureResponse>;
16
+ export declare const performComplete: (pump: string, volume1: string, volume2: string) => Promise<any>;
17
+ //# sourceMappingURL=fcm-pump-services.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fcm-pump-services.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-models/src/lib/fcm-pump/services/fcm-pump-services.ts"],"names":[],"mappings":"AAAA,OAAO,EAML,KAAK,cAAc,EAGpB,MAAM,yBAAyB,CAAC;AAWjC,MAAM,MAAM,uBAAuB,GAAG,WAAW,GAAG,cAAc,CAAC;AACnE,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,CAAC,EAAE,uBAAuB,CAAC;IAChC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG;IACnC,uBAAuB,GAAG,SAAS;IACnC,kBAAkB;CACnB,CAAC;AAEF,eAAO,MAAM,qBAAqB,SAC1B,MAAM,KACX,QAAQ,sBAAsB,CAoChC,CAAC;AAEF,eAAO,MAAM,mBAAmB,SAAgB,MAAM,YAAY,MAAM,4BAoCvE,CAAC;AAEF,eAAO,MAAM,gBAAgB,SAAgB,MAAM,YAAY,MAAM,4BAoCpE,CAAC;AAEF,eAAO,MAAM,aAAa,SAClB,MAAM,UACJ,MAAM,YACJ,MAAM,4BAqCjB,CAAC;AAEF,eAAO,MAAM,eAAe,SACpB,MAAM,WACH,MAAM,WACN,MAAM,iBAuBhB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './fcm-pump-services';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-models/src/lib/fcm-pump/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { IKosCompanionOptions } from '../../../../../../sdk/kos-ui-sdk/src/index.ts';
2
+ import { PumpModel, PumpOptions } from '../../../../../../sdk/kos-dispense-sdk/src/index.ts';
3
+
4
+
5
+ export type FcmPumpOptions = IKosCompanionOptions<PumpModel, PumpOptions>;
@@ -0,0 +1,3 @@
1
+ export { IngredientSummary } from './ingredient-summary-registration';
2
+ export type * from './types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-models/src/lib/ingredient-summary/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AACtE,mBAAmB,SAAS,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { IngredientSummaryModel, IngredientSummaryOptions } from './types';
2
+ import { IKosDataModel, KosCreationContext } from '../../../../../sdk/kos-ui-sdk/src/index.ts';
3
+
4
+ export declare const MODEL_TYPE = "ingredient-summary-model";
5
+ export declare class IngredientSummaryModelImpl implements IngredientSummaryModel, IKosDataModel {
6
+ id: string;
7
+ private assemblyModel;
8
+ private dashboardOperationModel;
9
+ private appModel;
10
+ private logger;
11
+ constructor(modelId: string, options: IngredientSummaryOptions, context: KosCreationContext);
12
+ get highPriorityHolders(): import('../../../../../sdk/kos-dispense-sdk/src/index.ts').HolderModel<any>[];
13
+ get actionRequiredHolders(): import('../../../../../sdk/kos-dispense-sdk/src/index.ts').HolderModel<any>[];
14
+ get lowLevelHolders(): import('../../../../../sdk/kos-dispense-sdk/src/index.ts').HolderModel<any>[];
15
+ init(): Promise<void>;
16
+ load(): Promise<void>;
17
+ }
18
+ //# sourceMappingURL=ingredient-summary-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ingredient-summary-model.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-models/src/lib/ingredient-summary/ingredient-summary-model.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,aAAa,EAEb,kBAAkB,EACnB,MAAM,yBAAyB,CAAC;AAQjC,OAAO,KAAK,EAAE,sBAAsB,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAEhF,eAAO,MAAM,UAAU,6BAA6B,CAAC;AAErD,qBACa,0BACX,YAAW,sBAAsB,EAAE,aAAa;IAEhD,EAAE,EAAE,MAAM,CAAC;IAEX,OAAO,CAAC,aAAa,CAAiB;IAEtC,OAAO,CAAC,uBAAuB,CAA2B;IAG1D,OAAO,CAAC,QAAQ,CAAoB;IACpC,OAAO,CAAC,MAAM,CAAmB;gBAE/B,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,wBAAwB,EACjC,OAAO,EAAE,kBAAkB;IAW7B,IAAI,mBAAmB,+DAMtB;IAED,IAAI,qBAAqB,+DAUxB;IAED,IAAI,eAAe,+DAMlB;IAIK,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAIrB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAG5B"}
@@ -0,0 +1,84 @@
1
+ import { IngredientSummaryModel, IngredientSummaryOptions } from './types';
2
+ import { KosModelRegistrationBean } from '../../../../../sdk/kos-ui-sdk/src/index.ts';
3
+
4
+ /**
5
+ * # IngredientSummary
6
+ *
7
+ * The registration bean includes convenience methods for creating and working with IngredientSummaryModel 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: IngredientSummary.type, id: "ingredientSummaryId"})
18
+ * private ingredientSummaryModel: IngredientSummaryModel;
19
+ * ```
20
+ *
21
+ *
22
+ * ## factory
23
+ *
24
+ * The factory method creates a factory function that can be used to create new IngredientSummaryModel instances.
25
+ *
26
+
27
+ * The factory function is a curried function that takes the model id as the first argument and the options as the second argument.
28
+ *
29
+ * If a model with the specified id already exists, the factory function will return the existing model. The options will be ignored
30
+ * in this case and the existing model will be returned in its current state.
31
+ *
32
+ * @example
33
+ * ```typescript
34
+ * const model = IngredientSummary.factory("ingredientSummaryId")({
35
+ * // Add option data
36
+ * });
37
+ * ```
38
+
39
+
40
+ *
41
+ * ## predicate
42
+ *
43
+ * [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 IngredientSummaryModel.
44
+ *
45
+ * @example
46
+ * ```typescript
47
+ *
48
+ * const model: IKosDataModel = ...; // some model
49
+ *
50
+ * if (IngredientSummary.predicate(model)) {
51
+ * // if the function evaluates to true, the model is narrowed down to IngredientSummaryModel
52
+ * // and the compiler will know that the model has the IngredientSummaryModel interface
53
+ * model.updateAvailability(false);
54
+ * }
55
+ * ```
56
+ *
57
+ * ## registration
58
+ *
59
+ * The registration property is an object that can be used to simplify registration of the model with the model registry. The registration object
60
+ * can be spread into the model registration and provides all of the required information to register the model implementation class against the model type.
61
+ *
62
+ *
63
+ * @example
64
+ *
65
+ * In an application registration file you can declare the model registration as follows:
66
+ *
67
+ * **registration.ts**
68
+ * ```typescript
69
+ * import { IngredientSummary } from "@kosdev-code/kos-dispense-sdk";
70
+ * ...
71
+ * import { ExtensionManager, IKosRegistry } from "@kosdev-code/kos-ui-sdk";
72
+ * export const kosModels: IKosRegistry["models"] = {
73
+ * ...IngredientSummary.registration,
74
+ * };
75
+ * ```
76
+ *
77
+ * ## registration.singleton
78
+
79
+ * The ingredientSummary 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.
80
+ * If the factory function is called with an ID that already exists, the existing model will be returned.
81
+
82
+ * */
83
+ export declare const IngredientSummary: Readonly<KosModelRegistrationBean<IngredientSummaryModel, IngredientSummaryOptions>>;
84
+ //# sourceMappingURL=ingredient-summary-registration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ingredient-summary-registration.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-models/src/lib/ingredient-summary/ingredient-summary-registration.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AAMxE,OAAO,KAAK,EAAE,sBAAsB,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAEhF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA8EK;AACL,eAAO,MAAM,iBAAiB,EAAE,QAAQ,CACtC,wBAAwB,CAAC,sBAAsB,EAAE,wBAAwB,CAAC,CAa3E,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { HolderModel } from '../../../../../../sdk/kos-dispense-sdk/src/index.ts';
2
+ import { IKosIdentifiable } from '../../../../../../sdk/kos-ui-sdk/src/index.ts';
3
+
4
+
5
+ export interface IngredientSummaryOptions {}
6
+
7
+ export interface IngredientSummaryModel extends IKosIdentifiable {
8
+ readonly highPriorityHolders: HolderModel[];
9
+ readonly actionRequiredHolders: HolderModel[];
10
+ readonly lowLevelHolders: HolderModel[];
11
+ }
@@ -0,0 +1,5 @@
1
+ export { LfcvPump } from './lfcv-pump-registration';
2
+ export type * from './types';
3
+ export type { LfcvPumpModel } from './lfcv-pump-model';
4
+ export * as LfcvPumpServices from './services';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-models/src/lib/lfcv-pump/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACpD,mBAAmB,SAAS,CAAC;AAC7B,YAAY,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,KAAK,gBAAgB,MAAM,YAAY,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { LfcvPumpOptions } from './types';
2
+ import { FutureResponse, IKosDataModel, IKosIdentifiable, KosCreationContext, PublicModelInterface } from '../../../../../sdk/kos-ui-sdk/src/index.ts';
3
+ import { IntentAware, IntentAwareProps } from '../../../../../sdk/kos-dispense-sdk/src/index.ts';
4
+
5
+ export declare const MODEL_TYPE = "lfcv-pump-model";
6
+ export type LfcvPumpModel = PublicModelInterface<LfcvPumpModelImpl>;
7
+ export declare class LfcvPumpModelImpl implements IKosDataModel, IKosIdentifiable, IntentAware {
8
+ id: string;
9
+ private logger;
10
+ private pumpModel;
11
+ constructor(modelId: string, options: LfcvPumpOptions, context: KosCreationContext);
12
+ get name(): string;
13
+ get canPour(): boolean;
14
+ get isPouring(): boolean;
15
+ cancelPour(): Promise<void>;
16
+ performIntent(props: IntentAwareProps | string): Promise<FutureResponse | undefined>;
17
+ init(): Promise<void>;
18
+ load(): Promise<void>;
19
+ }
20
+ //# sourceMappingURL=lfcv-pump-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lfcv-pump-model.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-models/src/lib/lfcv-pump/lfcv-pump-model.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,WAAW,EACX,gBAAgB,EAEjB,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EACV,cAAc,EACd,aAAa,EACb,gBAAgB,EAEhB,kBAAkB,EAClB,oBAAoB,EACrB,MAAM,yBAAyB,CAAC;AAEjC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE/C,eAAO,MAAM,UAAU,oBAAoB,CAAC;AAE5C,MAAM,MAAM,aAAa,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAEpE,qBACa,iBACX,YAAW,aAAa,EAAE,gBAAgB,EAAE,WAAW;IAEvD,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,MAAM,CAAmB;IACjC,OAAO,CAAC,SAAS,CAAY;gBAE3B,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,eAAe,EACxB,OAAO,EAAE,kBAAkB;IAO7B,IAAI,IAAI,WAEP;IAED,IAAI,OAAO,YAEV;IAED,IAAI,SAAS,YAEZ;IAEK,UAAU;IAIhB,aAAa,CACX,KAAK,EAAE,gBAAgB,GAAG,MAAM,GAC/B,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC;IAMhC,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAIrB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAG5B"}
@@ -0,0 +1,87 @@
1
+ import { LfcvPumpModel } from './lfcv-pump-model';
2
+ import { LfcvPumpOptions } from './types';
3
+ import { KosModelRegistrationFactory } from '../../../../../sdk/kos-ui-sdk/src/index.ts';
4
+
5
+ /**
6
+ * # LfcvPump
7
+ *
8
+ * The registration bean includes convenience methods for creating and working with LfcvPumpModel instances.
9
+ *
10
+ * ## type
11
+ * The type property is a string that identifies the model type.
12
+ * 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
13
+ * used when declaring dependencies on models.
14
+ *
15
+ * @example
16
+ * ```typescript
17
+ *
18
+ * @kosDependency({modelType: LfcvPump.type, id: "lfcvPumpId"})
19
+ * private lfcvPumpModel: LfcvPumpModel;
20
+ * ```
21
+ *
22
+ *
23
+ * ## factory
24
+ *
25
+ * The factory method creates a factory function that can be used to create new LfcvPumpModel instances.
26
+ *
27
+
28
+ * The factory function is a curried function that takes the model id as the first argument and the options as the second argument.
29
+ *
30
+ * If a model with the specified id already exists, the factory function will return the existing model. The options will be ignored
31
+ * in this case and the existing model will be returned in its current state.
32
+ *
33
+ * @example
34
+ * ```typescript
35
+ * const model = LfcvPump.factory("lfcvPumpId")({
36
+ * // Add option data
37
+ * });
38
+ * ```
39
+
40
+
41
+ *
42
+ * ## predicate
43
+ *
44
+ * [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 LfcvPumpModel.
45
+ *
46
+ * @example
47
+ * ```typescript
48
+ *
49
+ * const model: IKosDataModel = ...; // some model
50
+ *
51
+ * if (LfcvPump.predicate(model)) {
52
+ * // if the function evaluates to true, the model is narrowed down to LfcvPumpModel
53
+ * // and the compiler will know that the model has the LfcvPumpModel interface
54
+ * model.updateAvailability(false);
55
+ * }
56
+ * ```
57
+ *
58
+ * ## registration
59
+ *
60
+ * The registration property is an object that can be used to simplify registration of the model with the model registry. The registration object
61
+ * can be spread into the model registration and provides all of the required information to register the model implementation class against the model type.
62
+ *
63
+ *
64
+ * @example
65
+ *
66
+ * In an application registration file you can declare the model registration as follows:
67
+ *
68
+ * **registration.ts**
69
+ * ```typescript
70
+ * import { LfcvPump } from "@kos-ui/project-models";
71
+ * import { KosModelRegistry } from "@kosdev-code/kos-dispense-sdk";
72
+ *
73
+ * import { initKosProvider } from "@kosdev-code/kos-ui-sdk";
74
+ *
75
+ * KosModelRegistry.dispense
76
+ * .models()
77
+ * .model(LfcvPump);
78
+ * ```
79
+ *
80
+ * ## registration.singleton
81
+
82
+ * The lfcvPump 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.
83
+ * If the factory function is called with an ID that already exists, the existing model will be returned.
84
+
85
+ * */
86
+ export declare const LfcvPump: KosModelRegistrationFactory<LfcvPumpModel, LfcvPumpOptions>;
87
+ //# sourceMappingURL=lfcv-pump-registration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lfcv-pump-registration.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-models/src/lib/lfcv-pump/lfcv-pump-registration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AACtE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE/C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAEvD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAgFK;AACL,eAAO,MAAM,QAAQ,6DAMnB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './lfcv-pump-services';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-models/src/lib/lfcv-pump/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,10 @@
1
+ interface LfcvPumpResponse {
2
+ id: string;
3
+ }
4
+ /**
5
+ * @category Service
6
+ * Retrieves the initial lfcv-pump data.
7
+ */
8
+ export declare const getLfcvPumps: () => Promise<import('../../../../../../sdk/kos-ui-sdk/src/index.ts').KosServiceResponse<LfcvPumpResponse[]> | undefined>;
9
+ export {};
10
+ //# sourceMappingURL=lfcv-pump-services.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lfcv-pump-services.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-models/src/lib/lfcv-pump/services/lfcv-pump-services.ts"],"names":[],"mappings":"AAcA,UAAU,gBAAgB;IACxB,EAAE,EAAE,MAAM,CAAC;CACZ;AACD;;;GAGG;AACH,eAAO,MAAM,YAAY,qGAIxB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { IKosCompanionOptions } from '../../../../../../sdk/kos-ui-sdk/src/index.ts';
2
+ import { PumpModel, PumpOptions } from '../../../../../../sdk/kos-dispense-sdk/src/index.ts';
3
+
4
+
5
+ export type LfcvPumpOptions = IKosCompanionOptions<PumpModel, PumpOptions>;
@@ -0,0 +1,5 @@
1
+ export { Lockout } from './lockout-registration';
2
+ export type * from './types';
3
+ export type { LockoutModel, CUILockout } from './lockout-model';
4
+ export * as LockoutServices from './services';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-models/src/lib/lockout/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AACjD,mBAAmB,SAAS,CAAC;AAC7B,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAChE,OAAO,KAAK,eAAe,MAAM,YAAY,CAAC"}
@@ -0,0 +1,79 @@
1
+ import { LockoutOptions } from './types';
2
+ import { ConfigPropertyTypes, IKosDataModel, IKosIdentifiable, KosConfigProperty, KosCreationContext, PublicModelInterface } from '../../../../../sdk/kos-ui-sdk/src/index.ts';
3
+
4
+ export declare const MODEL_TYPE = "lockout-model";
5
+ export type LockoutModel = PublicModelInterface<LockoutModelImpl>;
6
+ export interface CUILockout {
7
+ pin: string;
8
+ nextLockTime: number;
9
+ nextUnLockTime: number;
10
+ nextLockSkipped: number;
11
+ "oneTimeLockConfig.unLockManually": boolean;
12
+ "oneTimeLockConfig.lockTime": number;
13
+ "oneTimeLockConfig.unlockTime": number;
14
+ lockScheduleEnabled: boolean;
15
+ customizedLockScheduleEnabled: boolean;
16
+ "defaultLockConfig.unlockTime": number;
17
+ "defaultLockConfig.lockTime": number;
18
+ "dayWiseLockConfigMap.Mon.enabled": boolean;
19
+ "dayWiseLockConfigMap.Mon.unlockTime": number;
20
+ "dayWiseLockConfigMap.Mon.lockTime": number;
21
+ "dayWiseLockConfigMap.Tue.enabled": boolean;
22
+ "dayWiseLockConfigMap.Tue.unlockTime": number;
23
+ "dayWiseLockConfigMap.Tue.lockTime": number;
24
+ "dayWiseLockConfigMap.Wed.enabled": boolean;
25
+ "dayWiseLockConfigMap.Wed.unlockTime": number;
26
+ "dayWiseLockConfigMap.Wed.lockTime": number;
27
+ "dayWiseLockConfigMap.Thu.enabled": boolean;
28
+ "dayWiseLockConfigMap.Thu.lockTime": number;
29
+ "dayWiseLockConfigMap.Thu.unlockTime": number;
30
+ "dayWiseLockConfigMap.Fri.enabled": boolean;
31
+ "dayWiseLockConfigMap.Fri.unlockTime": number;
32
+ "dayWiseLockConfigMap.Fri.lockTime": number;
33
+ "dayWiseLockConfigMap.Sat.enabled": boolean;
34
+ "dayWiseLockConfigMap.Sat.unlockTime": number;
35
+ "dayWiseLockConfigMap.Sat.lockTime": number;
36
+ "dayWiseLockConfigMap.Sun.enabled": boolean;
37
+ "dayWiseLockConfigMap.Sun.unlockTime": number;
38
+ "dayWiseLockConfigMap.Sun.lockTime": number;
39
+ }
40
+ type CUILockoutKey = keyof CUILockout;
41
+ type ExtractKeysByPattern<T, P extends string> = {
42
+ [K in keyof T]: K extends P ? K : never;
43
+ }[keyof T];
44
+ type DayEnabledKeys = ExtractKeysByPattern<CUILockout, `dayWiseLockConfigMap.${string}.enabled`>;
45
+ type DayOpenAtKeys = ExtractKeysByPattern<CUILockout, `dayWiseLockConfigMap.${string}.unlockTime`>;
46
+ type DayCloseAtKeys = ExtractKeysByPattern<CUILockout, `dayWiseLockConfigMap.${string}.lockTime`>;
47
+ type ScheduleData = ScheduleDay[];
48
+ interface ScheduleDay {
49
+ day: string;
50
+ lock: DayEnabledKeys;
51
+ open: DayOpenAtKeys;
52
+ close: DayCloseAtKeys;
53
+ }
54
+ export declare class LockoutModelImpl implements IKosDataModel, IKosIdentifiable {
55
+ id: string;
56
+ private logger;
57
+ private dayEnabledList?;
58
+ private dayOpenAtList?;
59
+ private dayCloseAtList?;
60
+ private saveMap;
61
+ pin: KosConfigProperty<string>;
62
+ nextLockSkipped: KosConfigProperty<string>;
63
+ nextLockTime: KosConfigProperty<string>;
64
+ nextUnLockTime: KosConfigProperty<string>;
65
+ private cuiLockout;
66
+ get enabled(): boolean;
67
+ get schedule(): ScheduleData;
68
+ constructor(modelId: string, _options: LockoutOptions, context: KosCreationContext);
69
+ getProp(key: CUILockoutKey): any;
70
+ setProp(key: CUILockoutKey, value: ConfigPropertyTypes): void;
71
+ toggleSkip(): void;
72
+ unlock(pin: string): Promise<any>;
73
+ save(): Promise<void>;
74
+ reset(): void;
75
+ init(): Promise<void>;
76
+ load(): Promise<void>;
77
+ }
78
+ export {};
79
+ //# sourceMappingURL=lockout-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lockout-model.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-models/src/lib/lockout/lockout-model.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,89 @@
1
+ import { LockoutModel } from './lockout-model';
2
+ import { LockoutOptions } from './types';
3
+ import { SingletonKosModelRegistrationFactory } from '../../../../../sdk/kos-ui-sdk/src/index.ts';
4
+
5
+ /**
6
+ * # Lockout
7
+ *
8
+ * The registration bean includes convenience methods for creating and working with LockoutModel instances.
9
+ *
10
+ * ## type
11
+ * The type property is a string that identifies the model type.
12
+ * 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
13
+ * used when declaring dependencies on models.
14
+ *
15
+ * @example
16
+ * ```typescript
17
+ *
18
+ * @kosDependency({modelType: Lockout.type, id: "lockoutId"})
19
+ * private lockoutModel: LockoutModel;
20
+ * ```
21
+ *
22
+ *
23
+ * ## factory
24
+ *
25
+ * The factory method creates a factory function that can be used to create new LockoutModel instances.
26
+ *
27
+
28
+ * As this is a singleton model, the factory function accepts the model options as its argument.
29
+ *
30
+ * If a model with the same model type already exists, the factory function will return the existing model. The options will be ignored
31
+ * in this case and the existing model will be returned in its current state.
32
+ *
33
+ * @example
34
+ * ```typescript
35
+ * const model = Lockout.factory({
36
+ * // Add option data
37
+ * });
38
+ * ```
39
+
40
+
41
+ *
42
+ * ## predicate
43
+ *
44
+ * [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 LockoutModel.
45
+ *
46
+ * @example
47
+ * ```typescript
48
+ *
49
+ * const model: IKosDataModel = ...; // some model
50
+ *
51
+ * if (Lockout.predicate(model)) {
52
+ * // if the function evaluates to true, the model is narrowed down to LockoutModel
53
+ * // and the compiler will know that the model has the LockoutModel interface
54
+ * model.updateAvailability(false);
55
+ * }
56
+ * ```
57
+ *
58
+ * ## registration
59
+ *
60
+ * The registration property is an object that can be used to simplify registration of the model with the model registry. The registration object
61
+ * can be spread into the model registration and provides all of the required information to register the model implementation class against the model type.
62
+ *
63
+ *
64
+ * @example
65
+ *
66
+ * In an application registration file you can declare the model registration as follows:
67
+ *
68
+ * **registration.ts**
69
+ * ```typescript
70
+ * import { Lockout } from "@kos-ui/project-models";
71
+ * import { KosModelRegistry } from "@kosdev-code/kos-dispense-sdk";
72
+ *
73
+ * import { initKosProvider } from "@kosdev-code/kos-ui-sdk";
74
+ *
75
+ * KosModelRegistry.dispense
76
+ * .models()
77
+ * .model(Lockout);
78
+ * ```
79
+ *
80
+ * ## registration.singleton
81
+
82
+ * The lockout model is a singleton model. This means that each time the factory function is called , the same instance will be returned.
83
+ * If the model does not yet exist, it will be created passing in the provided options to initialize it.
84
+ *
85
+ * Singleton models don't require an ID as they will use the model type as their ID to guarantee uniqueness throughout the system.
86
+
87
+ * */
88
+ export declare const Lockout: SingletonKosModelRegistrationFactory<LockoutModel, LockoutOptions>;
89
+ //# sourceMappingURL=lockout-registration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lockout-registration.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-models/src/lib/lockout/lockout-registration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oCAAoC,EAAE,MAAM,yBAAyB,CAAC;AAC/E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEpD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAkFK;AACL,eAAO,MAAM,OAAO,oEAMlB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './lockout-services';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-models/src/lib/lockout/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const lock: () => Promise<import('../../../../../../sdk/kos-ui-sdk/src/index.ts').KosServiceResponse<any> | undefined>;
2
+ export declare const unlock: (pin: string) => Promise<any>;
3
+ //# sourceMappingURL=lockout-services.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lockout-services.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-models/src/lib/lockout/services/lockout-services.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,IAAI,sFAShB,CAAC;AAEF,eAAO,MAAM,MAAM,QAAe,MAAM,iBASvC,CAAC"}
@@ -0,0 +1 @@
1
+ export interface LockoutOptions {}