pmcf 3.1.1 → 3.2.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.
- package/package.json +2 -2
- package/src/services/influxdb.mjs +13 -2
- package/src/services/mosquitto.mjs +24 -5
- package/types/base.d.mts +0 -6
- package/types/cluster.d.mts +0 -38
- package/types/extra-source-service.d.mts +0 -16
- package/types/host.d.mts +0 -24
- package/types/location.d.mts +0 -29
- package/types/network-interfaces/ethernet.d.mts +0 -40
- package/types/network-interfaces/loopback.d.mts +0 -40
- package/types/network-interfaces/network-interface.d.mts +0 -40
- package/types/network-interfaces/wireguard.d.mts +0 -40
- package/types/network-interfaces/wlan.d.mts +0 -60
- package/types/network-support.d.mts +0 -11
- package/types/network.d.mts +0 -20
- package/types/owner.d.mts +0 -14
- package/types/root.d.mts +0 -29
- package/types/service.d.mts +0 -36
- package/types/services/bind.d.mts +0 -44
- package/types/services/chrony.d.mts +0 -32
- package/types/services/influxdb.d.mts +17 -33
- package/types/services/kea.d.mts +0 -37
- package/types/services/mosquitto.d.mts +32 -33
- package/types/services/openldap.d.mts +0 -35
- package/types/services/systemd-journal-remote.d.mts +0 -32
- package/types/services/systemd-journal-upload.d.mts +0 -33
- package/types/services/systemd-journal.d.mts +0 -32
- package/types/services/systemd-resolved.d.mts +0 -32
- package/types/services/systemd-timesyncd.d.mts +0 -32
- package/types/subnet.d.mts +0 -1
package/types/host.d.mts
CHANGED
|
@@ -21,7 +21,6 @@ export class Host extends ServiceOwner {
|
|
|
21
21
|
collection: boolean;
|
|
22
22
|
private?: boolean;
|
|
23
23
|
depends?: string;
|
|
24
|
-
additionalAttributes: string[];
|
|
25
24
|
description?: string;
|
|
26
25
|
default?: any;
|
|
27
26
|
set?: Function;
|
|
@@ -36,7 +35,6 @@ export class Host extends ServiceOwner {
|
|
|
36
35
|
collection: boolean;
|
|
37
36
|
private?: boolean;
|
|
38
37
|
depends?: string;
|
|
39
|
-
additionalAttributes: string[];
|
|
40
38
|
description?: string;
|
|
41
39
|
default?: any;
|
|
42
40
|
set?: Function;
|
|
@@ -56,7 +54,6 @@ export class Host extends ServiceOwner {
|
|
|
56
54
|
collection: boolean;
|
|
57
55
|
private?: boolean;
|
|
58
56
|
depends?: string;
|
|
59
|
-
additionalAttributes: string[];
|
|
60
57
|
description?: string;
|
|
61
58
|
default?: any;
|
|
62
59
|
set?: Function;
|
|
@@ -71,7 +68,6 @@ export class Host extends ServiceOwner {
|
|
|
71
68
|
collection: boolean;
|
|
72
69
|
private?: boolean;
|
|
73
70
|
depends?: string;
|
|
74
|
-
additionalAttributes: string[];
|
|
75
71
|
description?: string;
|
|
76
72
|
default?: any;
|
|
77
73
|
set?: Function;
|
|
@@ -87,7 +83,6 @@ export class Host extends ServiceOwner {
|
|
|
87
83
|
collection: boolean;
|
|
88
84
|
private?: boolean;
|
|
89
85
|
depends?: string;
|
|
90
|
-
additionalAttributes: string[];
|
|
91
86
|
description?: string;
|
|
92
87
|
set?: Function;
|
|
93
88
|
get?: Function;
|
|
@@ -101,7 +96,6 @@ export class Host extends ServiceOwner {
|
|
|
101
96
|
mandatory: boolean;
|
|
102
97
|
private?: boolean;
|
|
103
98
|
depends?: string;
|
|
104
|
-
additionalAttributes: string[];
|
|
105
99
|
description?: string;
|
|
106
100
|
default?: any;
|
|
107
101
|
set?: Function;
|
|
@@ -135,7 +129,6 @@ export class Host extends ServiceOwner {
|
|
|
135
129
|
collection: boolean;
|
|
136
130
|
private?: boolean;
|
|
137
131
|
depends?: string;
|
|
138
|
-
additionalAttributes: string[];
|
|
139
132
|
description?: string;
|
|
140
133
|
default?: any;
|
|
141
134
|
set?: Function;
|
|
@@ -150,7 +143,6 @@ export class Host extends ServiceOwner {
|
|
|
150
143
|
collection: boolean;
|
|
151
144
|
private?: boolean;
|
|
152
145
|
depends?: string;
|
|
153
|
-
additionalAttributes: string[];
|
|
154
146
|
description?: string;
|
|
155
147
|
default?: any;
|
|
156
148
|
set?: Function;
|
|
@@ -165,7 +157,6 @@ export class Host extends ServiceOwner {
|
|
|
165
157
|
collection: boolean;
|
|
166
158
|
private?: boolean;
|
|
167
159
|
depends?: string;
|
|
168
|
-
additionalAttributes: string[];
|
|
169
160
|
description?: string;
|
|
170
161
|
default?: any;
|
|
171
162
|
set?: Function;
|
|
@@ -181,7 +172,6 @@ export class Host extends ServiceOwner {
|
|
|
181
172
|
collection: boolean;
|
|
182
173
|
private?: boolean;
|
|
183
174
|
depends?: string;
|
|
184
|
-
additionalAttributes: string[];
|
|
185
175
|
description?: string;
|
|
186
176
|
default?: any;
|
|
187
177
|
set?: Function;
|
|
@@ -201,7 +191,6 @@ export class Host extends ServiceOwner {
|
|
|
201
191
|
collection: boolean;
|
|
202
192
|
private?: boolean;
|
|
203
193
|
depends?: string;
|
|
204
|
-
additionalAttributes: string[];
|
|
205
194
|
description?: string;
|
|
206
195
|
default?: any;
|
|
207
196
|
set?: Function;
|
|
@@ -216,7 +205,6 @@ export class Host extends ServiceOwner {
|
|
|
216
205
|
collection: boolean;
|
|
217
206
|
private?: boolean;
|
|
218
207
|
depends?: string;
|
|
219
|
-
additionalAttributes: string[];
|
|
220
208
|
description?: string;
|
|
221
209
|
default?: any;
|
|
222
210
|
set?: Function;
|
|
@@ -231,7 +219,6 @@ export class Host extends ServiceOwner {
|
|
|
231
219
|
collection: boolean;
|
|
232
220
|
private?: boolean;
|
|
233
221
|
depends?: string;
|
|
234
|
-
additionalAttributes: string[];
|
|
235
222
|
description?: string;
|
|
236
223
|
default?: any;
|
|
237
224
|
set?: Function;
|
|
@@ -247,7 +234,6 @@ export class Host extends ServiceOwner {
|
|
|
247
234
|
collection: boolean;
|
|
248
235
|
private?: boolean;
|
|
249
236
|
depends?: string;
|
|
250
|
-
additionalAttributes: string[];
|
|
251
237
|
description?: string;
|
|
252
238
|
default?: any;
|
|
253
239
|
set?: Function;
|
|
@@ -263,7 +249,6 @@ export class Host extends ServiceOwner {
|
|
|
263
249
|
collection: boolean;
|
|
264
250
|
private?: boolean;
|
|
265
251
|
depends?: string;
|
|
266
|
-
additionalAttributes: string[];
|
|
267
252
|
description?: string;
|
|
268
253
|
default?: any;
|
|
269
254
|
set?: Function;
|
|
@@ -278,7 +263,6 @@ export class Host extends ServiceOwner {
|
|
|
278
263
|
mandatory: boolean;
|
|
279
264
|
private?: boolean;
|
|
280
265
|
depends?: string;
|
|
281
|
-
additionalAttributes: string[];
|
|
282
266
|
description?: string;
|
|
283
267
|
default?: any;
|
|
284
268
|
set?: Function;
|
|
@@ -293,7 +277,6 @@ export class Host extends ServiceOwner {
|
|
|
293
277
|
mandatory: boolean;
|
|
294
278
|
private?: boolean;
|
|
295
279
|
depends?: string;
|
|
296
|
-
additionalAttributes: string[];
|
|
297
280
|
description?: string;
|
|
298
281
|
default?: any;
|
|
299
282
|
set?: Function;
|
|
@@ -308,7 +291,6 @@ export class Host extends ServiceOwner {
|
|
|
308
291
|
mandatory: boolean;
|
|
309
292
|
private?: boolean;
|
|
310
293
|
depends?: string;
|
|
311
|
-
additionalAttributes: string[];
|
|
312
294
|
description?: string;
|
|
313
295
|
default?: any;
|
|
314
296
|
set?: Function;
|
|
@@ -328,7 +310,6 @@ export class Host extends ServiceOwner {
|
|
|
328
310
|
mandatory: boolean;
|
|
329
311
|
private?: boolean;
|
|
330
312
|
depends?: string;
|
|
331
|
-
additionalAttributes: string[];
|
|
332
313
|
description?: string;
|
|
333
314
|
default?: any;
|
|
334
315
|
set?: Function;
|
|
@@ -348,7 +329,6 @@ export class Host extends ServiceOwner {
|
|
|
348
329
|
collection: boolean;
|
|
349
330
|
private?: boolean;
|
|
350
331
|
depends?: string;
|
|
351
|
-
additionalAttributes: string[];
|
|
352
332
|
description?: string;
|
|
353
333
|
default?: any;
|
|
354
334
|
set?: Function;
|
|
@@ -363,7 +343,6 @@ export class Host extends ServiceOwner {
|
|
|
363
343
|
mandatory: boolean;
|
|
364
344
|
private?: boolean;
|
|
365
345
|
depends?: string;
|
|
366
|
-
additionalAttributes: string[];
|
|
367
346
|
description?: string;
|
|
368
347
|
default?: any;
|
|
369
348
|
set?: Function;
|
|
@@ -378,7 +357,6 @@ export class Host extends ServiceOwner {
|
|
|
378
357
|
collection: boolean;
|
|
379
358
|
private?: boolean;
|
|
380
359
|
depends?: string;
|
|
381
|
-
additionalAttributes: string[];
|
|
382
360
|
description?: string;
|
|
383
361
|
default?: any;
|
|
384
362
|
set?: Function;
|
|
@@ -393,7 +371,6 @@ export class Host extends ServiceOwner {
|
|
|
393
371
|
mandatory: boolean;
|
|
394
372
|
private?: boolean;
|
|
395
373
|
depends?: string;
|
|
396
|
-
additionalAttributes: string[];
|
|
397
374
|
description?: string;
|
|
398
375
|
default?: any;
|
|
399
376
|
set?: Function;
|
|
@@ -408,7 +385,6 @@ export class Host extends ServiceOwner {
|
|
|
408
385
|
collection: boolean;
|
|
409
386
|
private?: boolean;
|
|
410
387
|
depends?: string;
|
|
411
|
-
additionalAttributes: string[];
|
|
412
388
|
description?: string;
|
|
413
389
|
default?: any;
|
|
414
390
|
set?: Function;
|
package/types/location.d.mts
CHANGED
|
@@ -23,7 +23,6 @@ export class Location extends Owner {
|
|
|
23
23
|
collection: boolean;
|
|
24
24
|
private?: boolean;
|
|
25
25
|
depends?: string;
|
|
26
|
-
additionalAttributes: string[];
|
|
27
26
|
description?: string;
|
|
28
27
|
default?: any;
|
|
29
28
|
set?: Function;
|
|
@@ -38,7 +37,6 @@ export class Location extends Owner {
|
|
|
38
37
|
collection: boolean;
|
|
39
38
|
private?: boolean;
|
|
40
39
|
depends?: string;
|
|
41
|
-
additionalAttributes: string[];
|
|
42
40
|
description?: string;
|
|
43
41
|
default?: any;
|
|
44
42
|
set?: Function;
|
|
@@ -58,7 +56,6 @@ export class Location extends Owner {
|
|
|
58
56
|
collection: boolean;
|
|
59
57
|
private?: boolean;
|
|
60
58
|
depends?: string;
|
|
61
|
-
additionalAttributes: string[];
|
|
62
59
|
description?: string;
|
|
63
60
|
default?: any;
|
|
64
61
|
set?: Function;
|
|
@@ -73,7 +70,6 @@ export class Location extends Owner {
|
|
|
73
70
|
collection: boolean;
|
|
74
71
|
private?: boolean;
|
|
75
72
|
depends?: string;
|
|
76
|
-
additionalAttributes: string[];
|
|
77
73
|
description?: string;
|
|
78
74
|
default?: any;
|
|
79
75
|
set?: Function;
|
|
@@ -89,7 +85,6 @@ export class Location extends Owner {
|
|
|
89
85
|
collection: boolean;
|
|
90
86
|
private?: boolean;
|
|
91
87
|
depends?: string;
|
|
92
|
-
additionalAttributes: string[];
|
|
93
88
|
description?: string;
|
|
94
89
|
set?: Function;
|
|
95
90
|
get?: Function;
|
|
@@ -103,7 +98,6 @@ export class Location extends Owner {
|
|
|
103
98
|
mandatory: boolean;
|
|
104
99
|
private?: boolean;
|
|
105
100
|
depends?: string;
|
|
106
|
-
additionalAttributes: string[];
|
|
107
101
|
description?: string;
|
|
108
102
|
default?: any;
|
|
109
103
|
set?: Function;
|
|
@@ -143,7 +137,6 @@ export class Location extends Owner {
|
|
|
143
137
|
collection: boolean;
|
|
144
138
|
private?: boolean;
|
|
145
139
|
depends?: string;
|
|
146
|
-
additionalAttributes: string[];
|
|
147
140
|
description?: string;
|
|
148
141
|
default?: any;
|
|
149
142
|
set?: Function;
|
|
@@ -173,7 +166,6 @@ export class Location extends Owner {
|
|
|
173
166
|
collection: boolean;
|
|
174
167
|
private?: boolean;
|
|
175
168
|
depends?: string;
|
|
176
|
-
additionalAttributes: string[];
|
|
177
169
|
description?: string;
|
|
178
170
|
default?: any;
|
|
179
171
|
set?: Function;
|
|
@@ -188,7 +180,6 @@ export class Location extends Owner {
|
|
|
188
180
|
collection: boolean;
|
|
189
181
|
private?: boolean;
|
|
190
182
|
depends?: string;
|
|
191
|
-
additionalAttributes: string[];
|
|
192
183
|
description?: string;
|
|
193
184
|
default?: any;
|
|
194
185
|
set?: Function;
|
|
@@ -203,7 +194,6 @@ export class Location extends Owner {
|
|
|
203
194
|
mandatory: boolean;
|
|
204
195
|
private?: boolean;
|
|
205
196
|
depends?: string;
|
|
206
|
-
additionalAttributes: string[];
|
|
207
197
|
description?: string;
|
|
208
198
|
default?: any;
|
|
209
199
|
set?: Function;
|
|
@@ -218,7 +208,6 @@ export class Location extends Owner {
|
|
|
218
208
|
collection: boolean;
|
|
219
209
|
private?: boolean;
|
|
220
210
|
depends?: string;
|
|
221
|
-
additionalAttributes: string[];
|
|
222
211
|
description?: string;
|
|
223
212
|
default?: any;
|
|
224
213
|
set?: Function;
|
|
@@ -233,7 +222,6 @@ export class Location extends Owner {
|
|
|
233
222
|
mandatory: boolean;
|
|
234
223
|
private?: boolean;
|
|
235
224
|
depends?: string;
|
|
236
|
-
additionalAttributes: string[];
|
|
237
225
|
description?: string;
|
|
238
226
|
default?: any;
|
|
239
227
|
set?: Function;
|
|
@@ -248,7 +236,6 @@ export class Location extends Owner {
|
|
|
248
236
|
mandatory: boolean;
|
|
249
237
|
private?: boolean;
|
|
250
238
|
depends?: string;
|
|
251
|
-
additionalAttributes: string[];
|
|
252
239
|
description?: string;
|
|
253
240
|
default?: any;
|
|
254
241
|
set?: Function;
|
|
@@ -263,7 +250,6 @@ export class Location extends Owner {
|
|
|
263
250
|
collection: boolean;
|
|
264
251
|
private?: boolean;
|
|
265
252
|
depends?: string;
|
|
266
|
-
additionalAttributes: string[];
|
|
267
253
|
description?: string;
|
|
268
254
|
default?: any;
|
|
269
255
|
set?: Function;
|
|
@@ -295,7 +281,6 @@ export class Location extends Owner {
|
|
|
295
281
|
collection: boolean;
|
|
296
282
|
private?: boolean;
|
|
297
283
|
depends?: string;
|
|
298
|
-
additionalAttributes: string[];
|
|
299
284
|
description?: string;
|
|
300
285
|
default?: any;
|
|
301
286
|
set?: Function;
|
|
@@ -310,7 +295,6 @@ export class Location extends Owner {
|
|
|
310
295
|
collection: boolean;
|
|
311
296
|
private?: boolean;
|
|
312
297
|
depends?: string;
|
|
313
|
-
additionalAttributes: string[];
|
|
314
298
|
description?: string;
|
|
315
299
|
default?: any;
|
|
316
300
|
set?: Function;
|
|
@@ -330,7 +314,6 @@ export class Location extends Owner {
|
|
|
330
314
|
collection: boolean;
|
|
331
315
|
private?: boolean;
|
|
332
316
|
depends?: string;
|
|
333
|
-
additionalAttributes: string[];
|
|
334
317
|
description?: string;
|
|
335
318
|
default?: any;
|
|
336
319
|
set?: Function;
|
|
@@ -345,7 +328,6 @@ export class Location extends Owner {
|
|
|
345
328
|
collection: boolean;
|
|
346
329
|
private?: boolean;
|
|
347
330
|
depends?: string;
|
|
348
|
-
additionalAttributes: string[];
|
|
349
331
|
description?: string;
|
|
350
332
|
default?: any;
|
|
351
333
|
set?: Function;
|
|
@@ -361,7 +343,6 @@ export class Location extends Owner {
|
|
|
361
343
|
collection: boolean;
|
|
362
344
|
private?: boolean;
|
|
363
345
|
depends?: string;
|
|
364
|
-
additionalAttributes: string[];
|
|
365
346
|
description?: string;
|
|
366
347
|
set?: Function;
|
|
367
348
|
get?: Function;
|
|
@@ -375,7 +356,6 @@ export class Location extends Owner {
|
|
|
375
356
|
mandatory: boolean;
|
|
376
357
|
private?: boolean;
|
|
377
358
|
depends?: string;
|
|
378
|
-
additionalAttributes: string[];
|
|
379
359
|
description?: string;
|
|
380
360
|
default?: any;
|
|
381
361
|
set?: Function;
|
|
@@ -415,7 +395,6 @@ export class Location extends Owner {
|
|
|
415
395
|
collection: boolean;
|
|
416
396
|
private?: boolean;
|
|
417
397
|
depends?: string;
|
|
418
|
-
additionalAttributes: string[];
|
|
419
398
|
description?: string;
|
|
420
399
|
default?: any;
|
|
421
400
|
set?: Function;
|
|
@@ -445,7 +424,6 @@ export class Location extends Owner {
|
|
|
445
424
|
collection: boolean;
|
|
446
425
|
private?: boolean;
|
|
447
426
|
depends?: string;
|
|
448
|
-
additionalAttributes: string[];
|
|
449
427
|
description?: string;
|
|
450
428
|
default?: any;
|
|
451
429
|
set?: Function;
|
|
@@ -460,7 +438,6 @@ export class Location extends Owner {
|
|
|
460
438
|
collection: boolean;
|
|
461
439
|
private?: boolean;
|
|
462
440
|
depends?: string;
|
|
463
|
-
additionalAttributes: string[];
|
|
464
441
|
description?: string;
|
|
465
442
|
default?: any;
|
|
466
443
|
set?: Function;
|
|
@@ -475,7 +452,6 @@ export class Location extends Owner {
|
|
|
475
452
|
mandatory: boolean;
|
|
476
453
|
private?: boolean;
|
|
477
454
|
depends?: string;
|
|
478
|
-
additionalAttributes: string[];
|
|
479
455
|
description?: string;
|
|
480
456
|
default?: any;
|
|
481
457
|
set?: Function;
|
|
@@ -490,7 +466,6 @@ export class Location extends Owner {
|
|
|
490
466
|
collection: boolean;
|
|
491
467
|
private?: boolean;
|
|
492
468
|
depends?: string;
|
|
493
|
-
additionalAttributes: string[];
|
|
494
469
|
description?: string;
|
|
495
470
|
default?: any;
|
|
496
471
|
set?: Function;
|
|
@@ -505,7 +480,6 @@ export class Location extends Owner {
|
|
|
505
480
|
mandatory: boolean;
|
|
506
481
|
private?: boolean;
|
|
507
482
|
depends?: string;
|
|
508
|
-
additionalAttributes: string[];
|
|
509
483
|
description?: string;
|
|
510
484
|
default?: any;
|
|
511
485
|
set?: Function;
|
|
@@ -520,7 +494,6 @@ export class Location extends Owner {
|
|
|
520
494
|
mandatory: boolean;
|
|
521
495
|
private?: boolean;
|
|
522
496
|
depends?: string;
|
|
523
|
-
additionalAttributes: string[];
|
|
524
497
|
description?: string;
|
|
525
498
|
default?: any;
|
|
526
499
|
set?: Function;
|
|
@@ -535,7 +508,6 @@ export class Location extends Owner {
|
|
|
535
508
|
collection: boolean;
|
|
536
509
|
private?: boolean;
|
|
537
510
|
depends?: string;
|
|
538
|
-
additionalAttributes: string[];
|
|
539
511
|
description?: string;
|
|
540
512
|
default?: any;
|
|
541
513
|
set?: Function;
|
|
@@ -553,7 +525,6 @@ export class Location extends Owner {
|
|
|
553
525
|
mandatory: boolean;
|
|
554
526
|
private?: boolean;
|
|
555
527
|
depends?: string;
|
|
556
|
-
additionalAttributes: string[];
|
|
557
528
|
description?: string;
|
|
558
529
|
default?: any;
|
|
559
530
|
set?: Function;
|