@kosdev-code/kos-ddk-models 0.1.0-dev.5681 → 0.1.0-dev.5685

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 (2) hide show
  1. package/kos-models.json +358 -0
  2. package/package.json +6 -5
@@ -0,0 +1,358 @@
1
+ {
2
+ "generatedAt": "2026-02-25T22:26:20.940Z",
3
+ "packageName": "@kosdev-code/kos-ddk-models",
4
+ "models": {
5
+ "fcm-pump-model": {
6
+ "modelTypeId": "fcm-pump-model",
7
+ "singleton": false,
8
+ "container": false,
9
+ "dependencies": [],
10
+ "children": []
11
+ },
12
+ "lfcv-pump-model": {
13
+ "modelTypeId": "lfcv-pump-model",
14
+ "singleton": false,
15
+ "container": false,
16
+ "dependencies": [],
17
+ "children": []
18
+ },
19
+ "lockout-model": {
20
+ "modelTypeId": "lockout-model",
21
+ "className": "LockoutModelImpl",
22
+ "singleton": true,
23
+ "container": false,
24
+ "sourcePath": "src/lib/lockout/lockout-model.ts",
25
+ "dependencies": [],
26
+ "children": []
27
+ },
28
+ "state-action-model": {
29
+ "modelTypeId": "state-action-model",
30
+ "singleton": true,
31
+ "container": false,
32
+ "dependencies": [],
33
+ "children": []
34
+ },
35
+ "trouble-action-model": {
36
+ "modelTypeId": "trouble-action-model",
37
+ "className": "TroubleActionModelImpl",
38
+ "singleton": true,
39
+ "container": false,
40
+ "sourcePath": "src/lib/trouble-action/trouble-action-model.ts",
41
+ "dependencies": [],
42
+ "children": []
43
+ },
44
+ "ota-model": {
45
+ "modelTypeId": "ota-model",
46
+ "singleton": false,
47
+ "container": false,
48
+ "dependencies": [],
49
+ "children": []
50
+ },
51
+ "start-model": {
52
+ "modelTypeId": "start-model",
53
+ "className": "StartModelImpl",
54
+ "singleton": true,
55
+ "container": false,
56
+ "sourcePath": "src/start/start-model.ts",
57
+ "dependencies": [],
58
+ "children": []
59
+ },
60
+ "copy-logs-model": {
61
+ "modelTypeId": "copy-logs-model",
62
+ "className": "CopyLogsModelImpl",
63
+ "singleton": true,
64
+ "container": false,
65
+ "sourcePath": "src/lib/copy-logs/copy-logs-model.ts",
66
+ "dependencies": [],
67
+ "children": []
68
+ },
69
+ "door-model": {
70
+ "modelTypeId": "door-model",
71
+ "className": "DoorModelImpl",
72
+ "singleton": false,
73
+ "container": false,
74
+ "sourcePath": "src/lib/door/door-model.ts",
75
+ "dependencies": [],
76
+ "children": []
77
+ },
78
+ "agitation-control-model": {
79
+ "modelTypeId": "agitation-control-model",
80
+ "className": "AgitationControlModelImpl",
81
+ "singleton": true,
82
+ "container": false,
83
+ "sourcePath": "src/lib/agitation-control/agitation-control-model.ts",
84
+ "dependencies": [
85
+ {
86
+ "modelType": "application-model",
87
+ "propertyName": "application"
88
+ }
89
+ ],
90
+ "children": []
91
+ },
92
+ "spm-pump-model": {
93
+ "modelTypeId": "spm-pump-model",
94
+ "singleton": false,
95
+ "container": false,
96
+ "dependencies": [],
97
+ "children": []
98
+ },
99
+ "cgp-pump-model": {
100
+ "modelTypeId": "cgp-pump-model",
101
+ "singleton": false,
102
+ "container": false,
103
+ "dependencies": [],
104
+ "children": []
105
+ },
106
+ "plain-water-model": {
107
+ "modelTypeId": "plain-water-model",
108
+ "className": "PlainWaterModelImpl",
109
+ "singleton": false,
110
+ "container": false,
111
+ "sourcePath": "src/lib/plain-water/plain-water-model.ts",
112
+ "dependencies": [
113
+ {
114
+ "modelType": "assembly-model",
115
+ "propertyName": "assemblyModel"
116
+ }
117
+ ],
118
+ "children": []
119
+ },
120
+ "application-model": {
121
+ "modelTypeId": "application-model",
122
+ "className": "ApplicationModelImpl",
123
+ "singleton": true,
124
+ "container": false,
125
+ "sourcePath": "src/lib/application/application-model.ts",
126
+ "dependencies": [
127
+ {
128
+ "modelType": "auth-model",
129
+ "propertyName": "authModel"
130
+ },
131
+ {
132
+ "modelType": "setup-step-container-model",
133
+ "propertyName": "setupStepContainer"
134
+ }
135
+ ],
136
+ "children": [
137
+ {
138
+ "propertyName": "door",
139
+ "modelType": "door-model"
140
+ }
141
+ ]
142
+ },
143
+ "dispenser-model": {
144
+ "modelTypeId": "dispenser-model",
145
+ "className": "DispenserModelImpl",
146
+ "singleton": true,
147
+ "container": false,
148
+ "sourcePath": "src/lib/dispenser/dispenser-model.ts",
149
+ "dependencies": [],
150
+ "children": []
151
+ },
152
+ "macro-assignment-model": {
153
+ "modelTypeId": "macro-assignment-model",
154
+ "className": "MacroAssignmentModelImpl",
155
+ "singleton": true,
156
+ "container": false,
157
+ "sourcePath": "src/lib/macro-assignment/macro-assignment-model.ts",
158
+ "dependencies": [
159
+ {
160
+ "modelType": "holder-container-model",
161
+ "propertyName": "holders"
162
+ },
163
+ {
164
+ "modelType": "ingredient-container-model",
165
+ "propertyName": "ingredients"
166
+ }
167
+ ],
168
+ "children": []
169
+ },
170
+ "utilities-model": {
171
+ "modelTypeId": "utilities-model",
172
+ "className": "UtilitiesModelImpl",
173
+ "singleton": false,
174
+ "container": false,
175
+ "sourcePath": "src/lib/utilities/utilities-model.ts",
176
+ "dependencies": [],
177
+ "children": []
178
+ },
179
+ "setup-step-model": {
180
+ "modelTypeId": "setup-step-model",
181
+ "className": "SetupStepModelImpl",
182
+ "singleton": false,
183
+ "container": false,
184
+ "sourcePath": "src/lib/setup-step/setup-step-model.ts",
185
+ "dependencies": [],
186
+ "children": []
187
+ },
188
+ "setup-step-container-model": {
189
+ "modelTypeId": "setup-step-container-model",
190
+ "className": "SetupStepContainerModelImpl",
191
+ "singleton": true,
192
+ "container": false,
193
+ "sourcePath": "src/lib/setup-step/setup-step-container-model.ts",
194
+ "dependencies": [
195
+ {
196
+ "modelType": "auth-model",
197
+ "propertyName": "authModel"
198
+ }
199
+ ],
200
+ "children": [
201
+ {
202
+ "propertyName": "models",
203
+ "modelType": "setup-step-model"
204
+ }
205
+ ]
206
+ },
207
+ "utilities-container-model": {
208
+ "modelTypeId": "utilities-container-model",
209
+ "className": "UtilitiesContainerModelImpl",
210
+ "singleton": true,
211
+ "container": false,
212
+ "sourcePath": "src/lib/utilities/utilities-container-model.ts",
213
+ "dependencies": [],
214
+ "children": [
215
+ {
216
+ "propertyName": "_models",
217
+ "modelType": "utilities-model"
218
+ }
219
+ ]
220
+ },
221
+ "animation-model": {
222
+ "modelTypeId": "animation-model",
223
+ "className": "AnimationModelImpl",
224
+ "singleton": true,
225
+ "container": false,
226
+ "sourcePath": "src/lib/animation/animation-model.ts",
227
+ "dependencies": [],
228
+ "children": []
229
+ },
230
+ "enrollment-model": {
231
+ "modelTypeId": "enrollment-model",
232
+ "className": "EnrollmentModelImpl",
233
+ "singleton": true,
234
+ "container": false,
235
+ "sourcePath": "src/lib/enrollment/enrollment-model.ts",
236
+ "dependencies": [],
237
+ "children": []
238
+ },
239
+ "nutritive-sweetener-model": {
240
+ "modelTypeId": "nutritive-sweetener-model",
241
+ "className": "NutritiveSweetenerModelImpl",
242
+ "singleton": false,
243
+ "container": false,
244
+ "sourcePath": "src/lib/nutritive-sweetener/nutritive-sweetener-model.ts",
245
+ "dependencies": [
246
+ {
247
+ "modelType": "assembly-model",
248
+ "propertyName": "assemblyModel"
249
+ }
250
+ ],
251
+ "children": []
252
+ },
253
+ "auth-model": {
254
+ "modelTypeId": "auth-model",
255
+ "className": "AuthModelImpl",
256
+ "singleton": false,
257
+ "container": false,
258
+ "sourcePath": "src/lib/auth/auth-model.ts",
259
+ "dependencies": [],
260
+ "children": []
261
+ },
262
+ "dispenser-info-model": {
263
+ "modelTypeId": "dispenser-info-model",
264
+ "className": "DispenserInfoModelImpl",
265
+ "singleton": false,
266
+ "container": false,
267
+ "sourcePath": "src/lib/dispenser-info/dispenser-info-model.ts",
268
+ "dependencies": [],
269
+ "children": []
270
+ },
271
+ "carb-water-model": {
272
+ "modelTypeId": "carb-water-model",
273
+ "className": "CarbWaterModelImpl",
274
+ "singleton": false,
275
+ "container": false,
276
+ "sourcePath": "src/lib/carb-water/carb-water-model.ts",
277
+ "dependencies": [
278
+ {
279
+ "modelType": "assembly-model",
280
+ "propertyName": "assemblyModel"
281
+ }
282
+ ],
283
+ "children": []
284
+ },
285
+ "ingredient-summary-model": {
286
+ "modelTypeId": "ingredient-summary-model",
287
+ "className": "IngredientSummaryModelImpl",
288
+ "singleton": false,
289
+ "container": false,
290
+ "sourcePath": "src/lib/ingredient-summary/ingredient-summary-model.ts",
291
+ "dependencies": [
292
+ {
293
+ "modelType": "assembly-model",
294
+ "propertyName": "assemblyModel"
295
+ },
296
+ {
297
+ "modelType": "dashboard-operations-model",
298
+ "propertyName": "dashboardOperationModel"
299
+ },
300
+ {
301
+ "modelType": "application-model",
302
+ "propertyName": "appModel"
303
+ }
304
+ ],
305
+ "children": []
306
+ },
307
+ "dashboard-operations-model": {
308
+ "modelTypeId": "dashboard-operations-model",
309
+ "className": "DashboardOperationsModelImpl",
310
+ "singleton": true,
311
+ "container": false,
312
+ "sourcePath": "src/lib/dashboard-operations/dashboard-operations-model.ts",
313
+ "dependencies": [],
314
+ "children": []
315
+ },
316
+ "reboot-model": {
317
+ "modelTypeId": "reboot-model",
318
+ "className": "RebootModelImpl",
319
+ "singleton": false,
320
+ "container": false,
321
+ "sourcePath": "src/lib/reboot/reboot-model.ts",
322
+ "dependencies": [],
323
+ "children": []
324
+ },
325
+ "network-test-model": {
326
+ "modelTypeId": "network-test-model",
327
+ "className": "NetworkTestModelImpl",
328
+ "singleton": false,
329
+ "container": false,
330
+ "sourcePath": "src/lib/network-test/network-test-model.ts",
331
+ "dependencies": [],
332
+ "children": []
333
+ },
334
+ "network-test-container-model": {
335
+ "modelTypeId": "network-test-container-model",
336
+ "className": "NetworkTestContainerModelImpl",
337
+ "singleton": true,
338
+ "container": false,
339
+ "sourcePath": "src/lib/network-test/network-test-container-model.ts",
340
+ "dependencies": [],
341
+ "children": [
342
+ {
343
+ "propertyName": "models",
344
+ "modelType": "network-test-model"
345
+ }
346
+ ]
347
+ },
348
+ "settings-model": {
349
+ "modelTypeId": "settings-model",
350
+ "className": "SettingsModelImpl",
351
+ "singleton": true,
352
+ "container": false,
353
+ "sourcePath": "src/lib/settings/settings-model.ts",
354
+ "dependencies": [],
355
+ "children": []
356
+ }
357
+ }
358
+ }
package/package.json CHANGED
@@ -1,17 +1,18 @@
1
1
  {
2
2
  "name": "@kosdev-code/kos-ddk-models",
3
- "version": "0.1.0-dev.5681",
3
+ "version": "0.1.0-dev.5685",
4
4
  "dependencies": {
5
- "@kosdev-code/kos-ui-sdk": "0.1.0-dev.5681",
6
- "@kosdev-code/kos-dispense-sdk": "0.1.0-dev.5681",
7
- "@kosdev-code/kos-freestyle-sdk": "0.1.0-dev.5681"
5
+ "@kosdev-code/kos-ui-sdk": "0.1.0-dev.5685",
6
+ "@kosdev-code/kos-dispense-sdk": "0.1.0-dev.5685",
7
+ "@kosdev-code/kos-freestyle-sdk": "0.1.0-dev.5685"
8
8
  },
9
+ "kosModels": "./kos-models.json",
9
10
  "main": "./index.js",
10
11
  "module": "./index.mjs",
11
12
  "typings": "./index.d.ts",
12
13
  "kos": {
13
14
  "build": {
14
- "gitHash": "840450ecb04ba5bbef34845ca0a8b1c22b69c427"
15
+ "gitHash": "05fdd9d43095e00deafb0bcbf8787497e64336d3"
15
16
  }
16
17
  },
17
18
  "publishConfig": {