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
|
@@ -20,7 +20,6 @@ export namespace NetworkInterfaceTypeDefinition {
|
|
|
20
20
|
collection: boolean;
|
|
21
21
|
private?: boolean;
|
|
22
22
|
depends?: string;
|
|
23
|
-
additionalAttributes: string[];
|
|
24
23
|
description?: string;
|
|
25
24
|
default?: any;
|
|
26
25
|
set?: Function;
|
|
@@ -35,7 +34,6 @@ export namespace NetworkInterfaceTypeDefinition {
|
|
|
35
34
|
collection: boolean;
|
|
36
35
|
private?: boolean;
|
|
37
36
|
depends?: string;
|
|
38
|
-
additionalAttributes: string[];
|
|
39
37
|
description?: string;
|
|
40
38
|
default?: any;
|
|
41
39
|
set?: Function;
|
|
@@ -55,7 +53,6 @@ export namespace NetworkInterfaceTypeDefinition {
|
|
|
55
53
|
collection: boolean;
|
|
56
54
|
private?: boolean;
|
|
57
55
|
depends?: string;
|
|
58
|
-
additionalAttributes: string[];
|
|
59
56
|
description?: string;
|
|
60
57
|
default?: any;
|
|
61
58
|
set?: Function;
|
|
@@ -70,7 +67,6 @@ export namespace NetworkInterfaceTypeDefinition {
|
|
|
70
67
|
collection: boolean;
|
|
71
68
|
private?: boolean;
|
|
72
69
|
depends?: string;
|
|
73
|
-
additionalAttributes: string[];
|
|
74
70
|
description?: string;
|
|
75
71
|
default?: any;
|
|
76
72
|
set?: Function;
|
|
@@ -86,7 +82,6 @@ export namespace NetworkInterfaceTypeDefinition {
|
|
|
86
82
|
collection: boolean;
|
|
87
83
|
private?: boolean;
|
|
88
84
|
depends?: string;
|
|
89
|
-
additionalAttributes: string[];
|
|
90
85
|
description?: string;
|
|
91
86
|
set?: Function;
|
|
92
87
|
get?: Function;
|
|
@@ -100,7 +95,6 @@ export namespace NetworkInterfaceTypeDefinition {
|
|
|
100
95
|
mandatory: boolean;
|
|
101
96
|
private?: boolean;
|
|
102
97
|
depends?: string;
|
|
103
|
-
additionalAttributes: string[];
|
|
104
98
|
description?: string;
|
|
105
99
|
default?: any;
|
|
106
100
|
set?: Function;
|
|
@@ -126,7 +120,6 @@ export namespace NetworkInterfaceTypeDefinition {
|
|
|
126
120
|
collection: boolean;
|
|
127
121
|
private?: boolean;
|
|
128
122
|
depends?: string;
|
|
129
|
-
additionalAttributes: string[];
|
|
130
123
|
description?: string;
|
|
131
124
|
default?: any;
|
|
132
125
|
set?: Function;
|
|
@@ -141,7 +134,6 @@ export namespace NetworkInterfaceTypeDefinition {
|
|
|
141
134
|
collection: boolean;
|
|
142
135
|
private?: boolean;
|
|
143
136
|
depends?: string;
|
|
144
|
-
additionalAttributes: string[];
|
|
145
137
|
description?: string;
|
|
146
138
|
default?: any;
|
|
147
139
|
set?: Function;
|
|
@@ -156,7 +148,6 @@ export namespace NetworkInterfaceTypeDefinition {
|
|
|
156
148
|
collection: boolean;
|
|
157
149
|
private?: boolean;
|
|
158
150
|
depends?: string;
|
|
159
|
-
additionalAttributes: string[];
|
|
160
151
|
description?: string;
|
|
161
152
|
default?: any;
|
|
162
153
|
set?: Function;
|
|
@@ -176,7 +167,6 @@ export namespace NetworkInterfaceTypeDefinition {
|
|
|
176
167
|
collection: boolean;
|
|
177
168
|
private?: boolean;
|
|
178
169
|
depends?: string;
|
|
179
|
-
additionalAttributes: string[];
|
|
180
170
|
description?: string;
|
|
181
171
|
default?: any;
|
|
182
172
|
set?: Function;
|
|
@@ -191,7 +181,6 @@ export namespace NetworkInterfaceTypeDefinition {
|
|
|
191
181
|
mandatory: boolean;
|
|
192
182
|
private?: boolean;
|
|
193
183
|
depends?: string;
|
|
194
|
-
additionalAttributes: string[];
|
|
195
184
|
description?: string;
|
|
196
185
|
default?: any;
|
|
197
186
|
set?: Function;
|
|
@@ -206,7 +195,6 @@ export namespace NetworkInterfaceTypeDefinition {
|
|
|
206
195
|
collection: boolean;
|
|
207
196
|
private?: boolean;
|
|
208
197
|
depends?: string;
|
|
209
|
-
additionalAttributes: string[];
|
|
210
198
|
description?: string;
|
|
211
199
|
default?: any;
|
|
212
200
|
set?: Function;
|
|
@@ -221,7 +209,6 @@ export namespace NetworkInterfaceTypeDefinition {
|
|
|
221
209
|
mandatory: boolean;
|
|
222
210
|
private?: boolean;
|
|
223
211
|
depends?: string;
|
|
224
|
-
additionalAttributes: string[];
|
|
225
212
|
description?: string;
|
|
226
213
|
default?: any;
|
|
227
214
|
set?: Function;
|
|
@@ -236,7 +223,6 @@ export namespace NetworkInterfaceTypeDefinition {
|
|
|
236
223
|
collection: boolean;
|
|
237
224
|
private?: boolean;
|
|
238
225
|
depends?: string;
|
|
239
|
-
additionalAttributes: string[];
|
|
240
226
|
description?: string;
|
|
241
227
|
default?: any;
|
|
242
228
|
set?: Function;
|
|
@@ -253,7 +239,6 @@ export namespace NetworkInterfaceTypeDefinition {
|
|
|
253
239
|
collection: boolean;
|
|
254
240
|
private?: boolean;
|
|
255
241
|
depends?: string;
|
|
256
|
-
additionalAttributes: string[];
|
|
257
242
|
description?: string;
|
|
258
243
|
set?: Function;
|
|
259
244
|
get?: Function;
|
|
@@ -268,7 +253,6 @@ export namespace NetworkInterfaceTypeDefinition {
|
|
|
268
253
|
collection: boolean;
|
|
269
254
|
private?: boolean;
|
|
270
255
|
depends?: string;
|
|
271
|
-
additionalAttributes: string[];
|
|
272
256
|
description?: string;
|
|
273
257
|
default?: any;
|
|
274
258
|
set?: Function;
|
|
@@ -284,7 +268,6 @@ export namespace NetworkInterfaceTypeDefinition {
|
|
|
284
268
|
collection: boolean;
|
|
285
269
|
private?: boolean;
|
|
286
270
|
depends?: string;
|
|
287
|
-
additionalAttributes: string[];
|
|
288
271
|
description?: string;
|
|
289
272
|
default?: any;
|
|
290
273
|
set?: Function;
|
|
@@ -299,7 +282,6 @@ export namespace NetworkInterfaceTypeDefinition {
|
|
|
299
282
|
collection: boolean;
|
|
300
283
|
private?: boolean;
|
|
301
284
|
depends?: string;
|
|
302
|
-
additionalAttributes: string[];
|
|
303
285
|
description?: string;
|
|
304
286
|
default?: any;
|
|
305
287
|
set?: Function;
|
|
@@ -314,7 +296,6 @@ export namespace NetworkInterfaceTypeDefinition {
|
|
|
314
296
|
collection: boolean;
|
|
315
297
|
private?: boolean;
|
|
316
298
|
depends?: string;
|
|
317
|
-
additionalAttributes: string[];
|
|
318
299
|
description?: string;
|
|
319
300
|
default?: any;
|
|
320
301
|
set?: Function;
|
|
@@ -346,7 +327,6 @@ export namespace NetworkInterfaceTypeDefinition {
|
|
|
346
327
|
collection: boolean;
|
|
347
328
|
private?: boolean;
|
|
348
329
|
depends?: string;
|
|
349
|
-
additionalAttributes: string[];
|
|
350
330
|
description?: string;
|
|
351
331
|
default?: any;
|
|
352
332
|
set?: Function;
|
|
@@ -378,7 +358,6 @@ export class NetworkInterface extends SkeletonNetworkInterface {
|
|
|
378
358
|
collection: boolean;
|
|
379
359
|
private?: boolean;
|
|
380
360
|
depends?: string;
|
|
381
|
-
additionalAttributes: string[];
|
|
382
361
|
description?: string;
|
|
383
362
|
default?: any;
|
|
384
363
|
set?: Function;
|
|
@@ -393,7 +372,6 @@ export class NetworkInterface extends SkeletonNetworkInterface {
|
|
|
393
372
|
collection: boolean;
|
|
394
373
|
private?: boolean;
|
|
395
374
|
depends?: string;
|
|
396
|
-
additionalAttributes: string[];
|
|
397
375
|
description?: string;
|
|
398
376
|
default?: any;
|
|
399
377
|
set?: Function;
|
|
@@ -413,7 +391,6 @@ export class NetworkInterface extends SkeletonNetworkInterface {
|
|
|
413
391
|
collection: boolean;
|
|
414
392
|
private?: boolean;
|
|
415
393
|
depends?: string;
|
|
416
|
-
additionalAttributes: string[];
|
|
417
394
|
description?: string;
|
|
418
395
|
default?: any;
|
|
419
396
|
set?: Function;
|
|
@@ -428,7 +405,6 @@ export class NetworkInterface extends SkeletonNetworkInterface {
|
|
|
428
405
|
collection: boolean;
|
|
429
406
|
private?: boolean;
|
|
430
407
|
depends?: string;
|
|
431
|
-
additionalAttributes: string[];
|
|
432
408
|
description?: string;
|
|
433
409
|
default?: any;
|
|
434
410
|
set?: Function;
|
|
@@ -444,7 +420,6 @@ export class NetworkInterface extends SkeletonNetworkInterface {
|
|
|
444
420
|
collection: boolean;
|
|
445
421
|
private?: boolean;
|
|
446
422
|
depends?: string;
|
|
447
|
-
additionalAttributes: string[];
|
|
448
423
|
description?: string;
|
|
449
424
|
set?: Function;
|
|
450
425
|
get?: Function;
|
|
@@ -458,7 +433,6 @@ export class NetworkInterface extends SkeletonNetworkInterface {
|
|
|
458
433
|
mandatory: boolean;
|
|
459
434
|
private?: boolean;
|
|
460
435
|
depends?: string;
|
|
461
|
-
additionalAttributes: string[];
|
|
462
436
|
description?: string;
|
|
463
437
|
default?: any;
|
|
464
438
|
set?: Function;
|
|
@@ -483,7 +457,6 @@ export class NetworkInterface extends SkeletonNetworkInterface {
|
|
|
483
457
|
collection: boolean;
|
|
484
458
|
private?: boolean;
|
|
485
459
|
depends?: string;
|
|
486
|
-
additionalAttributes: string[];
|
|
487
460
|
description?: string;
|
|
488
461
|
default?: any;
|
|
489
462
|
set?: Function;
|
|
@@ -498,7 +471,6 @@ export class NetworkInterface extends SkeletonNetworkInterface {
|
|
|
498
471
|
collection: boolean;
|
|
499
472
|
private?: boolean;
|
|
500
473
|
depends?: string;
|
|
501
|
-
additionalAttributes: string[];
|
|
502
474
|
description?: string;
|
|
503
475
|
default?: any;
|
|
504
476
|
set?: Function;
|
|
@@ -513,7 +485,6 @@ export class NetworkInterface extends SkeletonNetworkInterface {
|
|
|
513
485
|
collection: boolean;
|
|
514
486
|
private?: boolean;
|
|
515
487
|
depends?: string;
|
|
516
|
-
additionalAttributes: string[];
|
|
517
488
|
description?: string;
|
|
518
489
|
default?: any;
|
|
519
490
|
set?: Function;
|
|
@@ -533,7 +504,6 @@ export class NetworkInterface extends SkeletonNetworkInterface {
|
|
|
533
504
|
collection: boolean;
|
|
534
505
|
private?: boolean;
|
|
535
506
|
depends?: string;
|
|
536
|
-
additionalAttributes: string[];
|
|
537
507
|
description?: string;
|
|
538
508
|
default?: any;
|
|
539
509
|
set?: Function;
|
|
@@ -548,7 +518,6 @@ export class NetworkInterface extends SkeletonNetworkInterface {
|
|
|
548
518
|
mandatory: boolean;
|
|
549
519
|
private?: boolean;
|
|
550
520
|
depends?: string;
|
|
551
|
-
additionalAttributes: string[];
|
|
552
521
|
description?: string;
|
|
553
522
|
default?: any;
|
|
554
523
|
set?: Function;
|
|
@@ -563,7 +532,6 @@ export class NetworkInterface extends SkeletonNetworkInterface {
|
|
|
563
532
|
collection: boolean;
|
|
564
533
|
private?: boolean;
|
|
565
534
|
depends?: string;
|
|
566
|
-
additionalAttributes: string[];
|
|
567
535
|
description?: string;
|
|
568
536
|
default?: any;
|
|
569
537
|
set?: Function;
|
|
@@ -578,7 +546,6 @@ export class NetworkInterface extends SkeletonNetworkInterface {
|
|
|
578
546
|
mandatory: boolean;
|
|
579
547
|
private?: boolean;
|
|
580
548
|
depends?: string;
|
|
581
|
-
additionalAttributes: string[];
|
|
582
549
|
description?: string;
|
|
583
550
|
default?: any;
|
|
584
551
|
set?: Function;
|
|
@@ -593,7 +560,6 @@ export class NetworkInterface extends SkeletonNetworkInterface {
|
|
|
593
560
|
collection: boolean;
|
|
594
561
|
private?: boolean;
|
|
595
562
|
depends?: string;
|
|
596
|
-
additionalAttributes: string[];
|
|
597
563
|
description?: string;
|
|
598
564
|
default?: any;
|
|
599
565
|
set?: Function;
|
|
@@ -610,7 +576,6 @@ export class NetworkInterface extends SkeletonNetworkInterface {
|
|
|
610
576
|
collection: boolean;
|
|
611
577
|
private?: boolean;
|
|
612
578
|
depends?: string;
|
|
613
|
-
additionalAttributes: string[];
|
|
614
579
|
description?: string;
|
|
615
580
|
set?: Function;
|
|
616
581
|
get?: Function;
|
|
@@ -625,7 +590,6 @@ export class NetworkInterface extends SkeletonNetworkInterface {
|
|
|
625
590
|
collection: boolean;
|
|
626
591
|
private?: boolean;
|
|
627
592
|
depends?: string;
|
|
628
|
-
additionalAttributes: string[];
|
|
629
593
|
description?: string;
|
|
630
594
|
default?: any;
|
|
631
595
|
set?: Function;
|
|
@@ -641,7 +605,6 @@ export class NetworkInterface extends SkeletonNetworkInterface {
|
|
|
641
605
|
collection: boolean;
|
|
642
606
|
private?: boolean;
|
|
643
607
|
depends?: string;
|
|
644
|
-
additionalAttributes: string[];
|
|
645
608
|
description?: string;
|
|
646
609
|
default?: any;
|
|
647
610
|
set?: Function;
|
|
@@ -656,7 +619,6 @@ export class NetworkInterface extends SkeletonNetworkInterface {
|
|
|
656
619
|
collection: boolean;
|
|
657
620
|
private?: boolean;
|
|
658
621
|
depends?: string;
|
|
659
|
-
additionalAttributes: string[];
|
|
660
622
|
description?: string;
|
|
661
623
|
default?: any;
|
|
662
624
|
set?: Function;
|
|
@@ -671,7 +633,6 @@ export class NetworkInterface extends SkeletonNetworkInterface {
|
|
|
671
633
|
collection: boolean;
|
|
672
634
|
private?: boolean;
|
|
673
635
|
depends?: string;
|
|
674
|
-
additionalAttributes: string[];
|
|
675
636
|
description?: string;
|
|
676
637
|
default?: any;
|
|
677
638
|
set?: Function;
|
|
@@ -703,7 +664,6 @@ export class NetworkInterface extends SkeletonNetworkInterface {
|
|
|
703
664
|
collection: boolean;
|
|
704
665
|
private?: boolean;
|
|
705
666
|
depends?: string;
|
|
706
|
-
additionalAttributes: string[];
|
|
707
667
|
description?: string;
|
|
708
668
|
default?: any;
|
|
709
669
|
set?: Function;
|
|
@@ -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;
|