pmcf 3.1.1 → 3.1.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.
- package/package.json +2 -2
- 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 +0 -32
- package/types/services/kea.d.mts +0 -37
- package/types/services/mosquitto.d.mts +0 -32
- 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
|
@@ -23,7 +23,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
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 WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
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 WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
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 WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
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 WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
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 WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
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;
|
|
@@ -128,7 +122,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
128
122
|
collection: boolean;
|
|
129
123
|
private?: boolean;
|
|
130
124
|
depends?: string;
|
|
131
|
-
additionalAttributes: string[];
|
|
132
125
|
description?: string;
|
|
133
126
|
default?: any;
|
|
134
127
|
set?: Function;
|
|
@@ -143,7 +136,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
143
136
|
collection: boolean;
|
|
144
137
|
private?: boolean;
|
|
145
138
|
depends?: string;
|
|
146
|
-
additionalAttributes: string[];
|
|
147
139
|
description?: string;
|
|
148
140
|
default?: any;
|
|
149
141
|
set?: Function;
|
|
@@ -158,7 +150,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
158
150
|
collection: boolean;
|
|
159
151
|
private?: boolean;
|
|
160
152
|
depends?: string;
|
|
161
|
-
additionalAttributes: string[];
|
|
162
153
|
description?: string;
|
|
163
154
|
default?: any;
|
|
164
155
|
set?: Function;
|
|
@@ -178,7 +169,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
178
169
|
collection: boolean;
|
|
179
170
|
private?: boolean;
|
|
180
171
|
depends?: string;
|
|
181
|
-
additionalAttributes: string[];
|
|
182
172
|
description?: string;
|
|
183
173
|
default?: any;
|
|
184
174
|
set?: Function;
|
|
@@ -193,7 +183,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
193
183
|
mandatory: boolean;
|
|
194
184
|
private?: boolean;
|
|
195
185
|
depends?: string;
|
|
196
|
-
additionalAttributes: string[];
|
|
197
186
|
description?: string;
|
|
198
187
|
default?: any;
|
|
199
188
|
set?: Function;
|
|
@@ -208,7 +197,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
208
197
|
collection: boolean;
|
|
209
198
|
private?: boolean;
|
|
210
199
|
depends?: string;
|
|
211
|
-
additionalAttributes: string[];
|
|
212
200
|
description?: string;
|
|
213
201
|
default?: any;
|
|
214
202
|
set?: Function;
|
|
@@ -223,7 +211,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
223
211
|
mandatory: boolean;
|
|
224
212
|
private?: boolean;
|
|
225
213
|
depends?: string;
|
|
226
|
-
additionalAttributes: string[];
|
|
227
214
|
description?: string;
|
|
228
215
|
default?: any;
|
|
229
216
|
set?: Function;
|
|
@@ -238,7 +225,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
238
225
|
collection: boolean;
|
|
239
226
|
private?: boolean;
|
|
240
227
|
depends?: string;
|
|
241
|
-
additionalAttributes: string[];
|
|
242
228
|
description?: string;
|
|
243
229
|
default?: any;
|
|
244
230
|
set?: Function;
|
|
@@ -255,7 +241,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
255
241
|
collection: boolean;
|
|
256
242
|
private?: boolean;
|
|
257
243
|
depends?: string;
|
|
258
|
-
additionalAttributes: string[];
|
|
259
244
|
description?: string;
|
|
260
245
|
set?: Function;
|
|
261
246
|
get?: Function;
|
|
@@ -270,7 +255,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
270
255
|
collection: boolean;
|
|
271
256
|
private?: boolean;
|
|
272
257
|
depends?: string;
|
|
273
|
-
additionalAttributes: string[];
|
|
274
258
|
description?: string;
|
|
275
259
|
default?: any;
|
|
276
260
|
set?: Function;
|
|
@@ -286,7 +270,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
286
270
|
collection: boolean;
|
|
287
271
|
private?: boolean;
|
|
288
272
|
depends?: string;
|
|
289
|
-
additionalAttributes: string[];
|
|
290
273
|
description?: string;
|
|
291
274
|
default?: any;
|
|
292
275
|
set?: Function;
|
|
@@ -301,7 +284,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
301
284
|
collection: boolean;
|
|
302
285
|
private?: boolean;
|
|
303
286
|
depends?: string;
|
|
304
|
-
additionalAttributes: string[];
|
|
305
287
|
description?: string;
|
|
306
288
|
default?: any;
|
|
307
289
|
set?: Function;
|
|
@@ -316,7 +298,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
316
298
|
collection: boolean;
|
|
317
299
|
private?: boolean;
|
|
318
300
|
depends?: string;
|
|
319
|
-
additionalAttributes: string[];
|
|
320
301
|
description?: string;
|
|
321
302
|
default?: any;
|
|
322
303
|
set?: Function;
|
|
@@ -348,7 +329,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
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;
|
|
@@ -380,7 +360,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
380
360
|
collection: boolean;
|
|
381
361
|
private?: boolean;
|
|
382
362
|
depends?: string;
|
|
383
|
-
additionalAttributes: string[];
|
|
384
363
|
description?: string;
|
|
385
364
|
default?: any;
|
|
386
365
|
set?: Function;
|
|
@@ -395,7 +374,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
395
374
|
collection: boolean;
|
|
396
375
|
private?: boolean;
|
|
397
376
|
depends?: string;
|
|
398
|
-
additionalAttributes: string[];
|
|
399
377
|
description?: string;
|
|
400
378
|
default?: any;
|
|
401
379
|
set?: Function;
|
|
@@ -415,7 +393,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
415
393
|
collection: boolean;
|
|
416
394
|
private?: boolean;
|
|
417
395
|
depends?: string;
|
|
418
|
-
additionalAttributes: string[];
|
|
419
396
|
description?: string;
|
|
420
397
|
default?: any;
|
|
421
398
|
set?: Function;
|
|
@@ -430,7 +407,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
430
407
|
collection: boolean;
|
|
431
408
|
private?: boolean;
|
|
432
409
|
depends?: string;
|
|
433
|
-
additionalAttributes: string[];
|
|
434
410
|
description?: string;
|
|
435
411
|
default?: any;
|
|
436
412
|
set?: Function;
|
|
@@ -446,7 +422,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
446
422
|
collection: boolean;
|
|
447
423
|
private?: boolean;
|
|
448
424
|
depends?: string;
|
|
449
|
-
additionalAttributes: string[];
|
|
450
425
|
description?: string;
|
|
451
426
|
set?: Function;
|
|
452
427
|
get?: Function;
|
|
@@ -460,7 +435,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
460
435
|
mandatory: boolean;
|
|
461
436
|
private?: boolean;
|
|
462
437
|
depends?: string;
|
|
463
|
-
additionalAttributes: string[];
|
|
464
438
|
description?: string;
|
|
465
439
|
default?: any;
|
|
466
440
|
set?: Function;
|
|
@@ -485,7 +459,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
485
459
|
collection: boolean;
|
|
486
460
|
private?: boolean;
|
|
487
461
|
depends?: string;
|
|
488
|
-
additionalAttributes: string[];
|
|
489
462
|
description?: string;
|
|
490
463
|
default?: any;
|
|
491
464
|
set?: Function;
|
|
@@ -500,7 +473,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
500
473
|
collection: boolean;
|
|
501
474
|
private?: boolean;
|
|
502
475
|
depends?: string;
|
|
503
|
-
additionalAttributes: string[];
|
|
504
476
|
description?: string;
|
|
505
477
|
default?: any;
|
|
506
478
|
set?: Function;
|
|
@@ -515,7 +487,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
515
487
|
collection: boolean;
|
|
516
488
|
private?: boolean;
|
|
517
489
|
depends?: string;
|
|
518
|
-
additionalAttributes: string[];
|
|
519
490
|
description?: string;
|
|
520
491
|
default?: any;
|
|
521
492
|
set?: Function;
|
|
@@ -535,7 +506,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
535
506
|
collection: boolean;
|
|
536
507
|
private?: boolean;
|
|
537
508
|
depends?: string;
|
|
538
|
-
additionalAttributes: string[];
|
|
539
509
|
description?: string;
|
|
540
510
|
default?: any;
|
|
541
511
|
set?: Function;
|
|
@@ -550,7 +520,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
550
520
|
mandatory: boolean;
|
|
551
521
|
private?: boolean;
|
|
552
522
|
depends?: string;
|
|
553
|
-
additionalAttributes: string[];
|
|
554
523
|
description?: string;
|
|
555
524
|
default?: any;
|
|
556
525
|
set?: Function;
|
|
@@ -565,7 +534,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
565
534
|
collection: boolean;
|
|
566
535
|
private?: boolean;
|
|
567
536
|
depends?: string;
|
|
568
|
-
additionalAttributes: string[];
|
|
569
537
|
description?: string;
|
|
570
538
|
default?: any;
|
|
571
539
|
set?: Function;
|
|
@@ -580,7 +548,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
580
548
|
mandatory: boolean;
|
|
581
549
|
private?: boolean;
|
|
582
550
|
depends?: string;
|
|
583
|
-
additionalAttributes: string[];
|
|
584
551
|
description?: string;
|
|
585
552
|
default?: any;
|
|
586
553
|
set?: Function;
|
|
@@ -595,7 +562,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
595
562
|
collection: boolean;
|
|
596
563
|
private?: boolean;
|
|
597
564
|
depends?: string;
|
|
598
|
-
additionalAttributes: string[];
|
|
599
565
|
description?: string;
|
|
600
566
|
default?: any;
|
|
601
567
|
set?: Function;
|
|
@@ -612,7 +578,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
612
578
|
collection: boolean;
|
|
613
579
|
private?: boolean;
|
|
614
580
|
depends?: string;
|
|
615
|
-
additionalAttributes: string[];
|
|
616
581
|
description?: string;
|
|
617
582
|
set?: Function;
|
|
618
583
|
get?: Function;
|
|
@@ -627,7 +592,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
627
592
|
collection: boolean;
|
|
628
593
|
private?: boolean;
|
|
629
594
|
depends?: string;
|
|
630
|
-
additionalAttributes: string[];
|
|
631
595
|
description?: string;
|
|
632
596
|
default?: any;
|
|
633
597
|
set?: Function;
|
|
@@ -643,7 +607,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
643
607
|
collection: boolean;
|
|
644
608
|
private?: boolean;
|
|
645
609
|
depends?: string;
|
|
646
|
-
additionalAttributes: string[];
|
|
647
610
|
description?: string;
|
|
648
611
|
default?: any;
|
|
649
612
|
set?: Function;
|
|
@@ -658,7 +621,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
658
621
|
collection: boolean;
|
|
659
622
|
private?: boolean;
|
|
660
623
|
depends?: string;
|
|
661
|
-
additionalAttributes: string[];
|
|
662
624
|
description?: string;
|
|
663
625
|
default?: any;
|
|
664
626
|
set?: Function;
|
|
@@ -673,7 +635,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
673
635
|
collection: boolean;
|
|
674
636
|
private?: boolean;
|
|
675
637
|
depends?: string;
|
|
676
|
-
additionalAttributes: string[];
|
|
677
638
|
description?: string;
|
|
678
639
|
default?: any;
|
|
679
640
|
set?: Function;
|
|
@@ -705,7 +666,6 @@ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
|
|
|
705
666
|
collection: boolean;
|
|
706
667
|
private?: boolean;
|
|
707
668
|
depends?: string;
|
|
708
|
-
additionalAttributes: string[];
|
|
709
669
|
description?: string;
|
|
710
670
|
default?: any;
|
|
711
671
|
set?: Function;
|