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
|
@@ -37,7 +37,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
37
37
|
collection: boolean;
|
|
38
38
|
private?: boolean;
|
|
39
39
|
depends?: string;
|
|
40
|
-
additionalAttributes: string[];
|
|
41
40
|
description?: string;
|
|
42
41
|
default?: any;
|
|
43
42
|
set?: Function;
|
|
@@ -52,7 +51,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
52
51
|
collection: boolean;
|
|
53
52
|
private?: boolean;
|
|
54
53
|
depends?: string;
|
|
55
|
-
additionalAttributes: string[];
|
|
56
54
|
description?: string;
|
|
57
55
|
default?: any;
|
|
58
56
|
set?: Function;
|
|
@@ -72,7 +70,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
72
70
|
collection: boolean;
|
|
73
71
|
private?: boolean;
|
|
74
72
|
depends?: string;
|
|
75
|
-
additionalAttributes: string[];
|
|
76
73
|
description?: string;
|
|
77
74
|
default?: any;
|
|
78
75
|
set?: Function;
|
|
@@ -87,7 +84,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
87
84
|
collection: boolean;
|
|
88
85
|
private?: boolean;
|
|
89
86
|
depends?: string;
|
|
90
|
-
additionalAttributes: string[];
|
|
91
87
|
description?: string;
|
|
92
88
|
default?: any;
|
|
93
89
|
set?: Function;
|
|
@@ -103,7 +99,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
103
99
|
collection: boolean;
|
|
104
100
|
private?: boolean;
|
|
105
101
|
depends?: string;
|
|
106
|
-
additionalAttributes: string[];
|
|
107
102
|
description?: string;
|
|
108
103
|
set?: Function;
|
|
109
104
|
get?: Function;
|
|
@@ -117,7 +112,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
117
112
|
mandatory: boolean;
|
|
118
113
|
private?: boolean;
|
|
119
114
|
depends?: string;
|
|
120
|
-
additionalAttributes: string[];
|
|
121
115
|
description?: string;
|
|
122
116
|
default?: any;
|
|
123
117
|
set?: Function;
|
|
@@ -142,7 +136,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
142
136
|
collection: boolean;
|
|
143
137
|
private?: boolean;
|
|
144
138
|
depends?: string;
|
|
145
|
-
additionalAttributes: string[];
|
|
146
139
|
description?: string;
|
|
147
140
|
default?: any;
|
|
148
141
|
set?: Function;
|
|
@@ -157,7 +150,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
157
150
|
collection: boolean;
|
|
158
151
|
private?: boolean;
|
|
159
152
|
depends?: string;
|
|
160
|
-
additionalAttributes: string[];
|
|
161
153
|
description?: string;
|
|
162
154
|
default?: any;
|
|
163
155
|
set?: Function;
|
|
@@ -172,7 +164,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
172
164
|
collection: boolean;
|
|
173
165
|
private?: boolean;
|
|
174
166
|
depends?: string;
|
|
175
|
-
additionalAttributes: string[];
|
|
176
167
|
description?: string;
|
|
177
168
|
default?: any;
|
|
178
169
|
set?: Function;
|
|
@@ -192,7 +183,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
192
183
|
collection: boolean;
|
|
193
184
|
private?: boolean;
|
|
194
185
|
depends?: string;
|
|
195
|
-
additionalAttributes: string[];
|
|
196
186
|
description?: string;
|
|
197
187
|
default?: any;
|
|
198
188
|
set?: Function;
|
|
@@ -207,7 +197,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
207
197
|
mandatory: boolean;
|
|
208
198
|
private?: boolean;
|
|
209
199
|
depends?: string;
|
|
210
|
-
additionalAttributes: string[];
|
|
211
200
|
description?: string;
|
|
212
201
|
default?: any;
|
|
213
202
|
set?: Function;
|
|
@@ -222,7 +211,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
222
211
|
collection: boolean;
|
|
223
212
|
private?: boolean;
|
|
224
213
|
depends?: string;
|
|
225
|
-
additionalAttributes: string[];
|
|
226
214
|
description?: string;
|
|
227
215
|
default?: any;
|
|
228
216
|
set?: Function;
|
|
@@ -237,7 +225,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
237
225
|
mandatory: boolean;
|
|
238
226
|
private?: boolean;
|
|
239
227
|
depends?: string;
|
|
240
|
-
additionalAttributes: string[];
|
|
241
228
|
description?: string;
|
|
242
229
|
default?: any;
|
|
243
230
|
set?: Function;
|
|
@@ -252,7 +239,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
252
239
|
collection: boolean;
|
|
253
240
|
private?: boolean;
|
|
254
241
|
depends?: string;
|
|
255
|
-
additionalAttributes: string[];
|
|
256
242
|
description?: string;
|
|
257
243
|
default?: any;
|
|
258
244
|
set?: Function;
|
|
@@ -269,7 +255,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
269
255
|
collection: boolean;
|
|
270
256
|
private?: boolean;
|
|
271
257
|
depends?: string;
|
|
272
|
-
additionalAttributes: string[];
|
|
273
258
|
description?: string;
|
|
274
259
|
set?: Function;
|
|
275
260
|
get?: Function;
|
|
@@ -284,7 +269,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
284
269
|
collection: boolean;
|
|
285
270
|
private?: boolean;
|
|
286
271
|
depends?: string;
|
|
287
|
-
additionalAttributes: string[];
|
|
288
272
|
description?: string;
|
|
289
273
|
default?: any;
|
|
290
274
|
set?: Function;
|
|
@@ -300,7 +284,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
300
284
|
collection: boolean;
|
|
301
285
|
private?: boolean;
|
|
302
286
|
depends?: string;
|
|
303
|
-
additionalAttributes: string[];
|
|
304
287
|
description?: string;
|
|
305
288
|
default?: any;
|
|
306
289
|
set?: Function;
|
|
@@ -315,7 +298,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
315
298
|
collection: boolean;
|
|
316
299
|
private?: boolean;
|
|
317
300
|
depends?: string;
|
|
318
|
-
additionalAttributes: string[];
|
|
319
301
|
description?: string;
|
|
320
302
|
default?: any;
|
|
321
303
|
set?: Function;
|
|
@@ -330,7 +312,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
330
312
|
collection: boolean;
|
|
331
313
|
private?: boolean;
|
|
332
314
|
depends?: string;
|
|
333
|
-
additionalAttributes: string[];
|
|
334
315
|
description?: string;
|
|
335
316
|
default?: any;
|
|
336
317
|
set?: Function;
|
|
@@ -362,7 +343,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
362
343
|
collection: boolean;
|
|
363
344
|
private?: boolean;
|
|
364
345
|
depends?: string;
|
|
365
|
-
additionalAttributes: string[];
|
|
366
346
|
description?: string;
|
|
367
347
|
default?: any;
|
|
368
348
|
set?: Function;
|
|
@@ -394,7 +374,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
394
374
|
collection: boolean;
|
|
395
375
|
private?: boolean;
|
|
396
376
|
depends?: string;
|
|
397
|
-
additionalAttributes: string[];
|
|
398
377
|
description?: string;
|
|
399
378
|
default?: any;
|
|
400
379
|
set?: Function;
|
|
@@ -409,7 +388,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
409
388
|
collection: boolean;
|
|
410
389
|
private?: boolean;
|
|
411
390
|
depends?: string;
|
|
412
|
-
additionalAttributes: string[];
|
|
413
391
|
description?: string;
|
|
414
392
|
default?: any;
|
|
415
393
|
set?: Function;
|
|
@@ -429,7 +407,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
429
407
|
collection: boolean;
|
|
430
408
|
private?: boolean;
|
|
431
409
|
depends?: string;
|
|
432
|
-
additionalAttributes: string[];
|
|
433
410
|
description?: string;
|
|
434
411
|
default?: any;
|
|
435
412
|
set?: Function;
|
|
@@ -444,7 +421,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
444
421
|
collection: boolean;
|
|
445
422
|
private?: boolean;
|
|
446
423
|
depends?: string;
|
|
447
|
-
additionalAttributes: string[];
|
|
448
424
|
description?: string;
|
|
449
425
|
default?: any;
|
|
450
426
|
set?: Function;
|
|
@@ -460,7 +436,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
460
436
|
collection: boolean;
|
|
461
437
|
private?: boolean;
|
|
462
438
|
depends?: string;
|
|
463
|
-
additionalAttributes: string[];
|
|
464
439
|
description?: string;
|
|
465
440
|
set?: Function;
|
|
466
441
|
get?: Function;
|
|
@@ -474,7 +449,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
474
449
|
mandatory: boolean;
|
|
475
450
|
private?: boolean;
|
|
476
451
|
depends?: string;
|
|
477
|
-
additionalAttributes: string[];
|
|
478
452
|
description?: string;
|
|
479
453
|
default?: any;
|
|
480
454
|
set?: Function;
|
|
@@ -499,7 +473,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
499
473
|
collection: boolean;
|
|
500
474
|
private?: boolean;
|
|
501
475
|
depends?: string;
|
|
502
|
-
additionalAttributes: string[];
|
|
503
476
|
description?: string;
|
|
504
477
|
default?: any;
|
|
505
478
|
set?: Function;
|
|
@@ -514,7 +487,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
514
487
|
collection: boolean;
|
|
515
488
|
private?: boolean;
|
|
516
489
|
depends?: string;
|
|
517
|
-
additionalAttributes: string[];
|
|
518
490
|
description?: string;
|
|
519
491
|
default?: any;
|
|
520
492
|
set?: Function;
|
|
@@ -529,7 +501,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
529
501
|
collection: boolean;
|
|
530
502
|
private?: boolean;
|
|
531
503
|
depends?: string;
|
|
532
|
-
additionalAttributes: string[];
|
|
533
504
|
description?: string;
|
|
534
505
|
default?: any;
|
|
535
506
|
set?: Function;
|
|
@@ -549,7 +520,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
549
520
|
collection: boolean;
|
|
550
521
|
private?: boolean;
|
|
551
522
|
depends?: string;
|
|
552
|
-
additionalAttributes: string[];
|
|
553
523
|
description?: string;
|
|
554
524
|
default?: any;
|
|
555
525
|
set?: Function;
|
|
@@ -564,7 +534,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
564
534
|
mandatory: boolean;
|
|
565
535
|
private?: boolean;
|
|
566
536
|
depends?: string;
|
|
567
|
-
additionalAttributes: string[];
|
|
568
537
|
description?: string;
|
|
569
538
|
default?: any;
|
|
570
539
|
set?: Function;
|
|
@@ -579,7 +548,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
579
548
|
collection: boolean;
|
|
580
549
|
private?: boolean;
|
|
581
550
|
depends?: string;
|
|
582
|
-
additionalAttributes: string[];
|
|
583
551
|
description?: string;
|
|
584
552
|
default?: any;
|
|
585
553
|
set?: Function;
|
|
@@ -594,7 +562,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
594
562
|
mandatory: boolean;
|
|
595
563
|
private?: boolean;
|
|
596
564
|
depends?: string;
|
|
597
|
-
additionalAttributes: string[];
|
|
598
565
|
description?: string;
|
|
599
566
|
default?: any;
|
|
600
567
|
set?: Function;
|
|
@@ -609,7 +576,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
609
576
|
collection: boolean;
|
|
610
577
|
private?: boolean;
|
|
611
578
|
depends?: string;
|
|
612
|
-
additionalAttributes: string[];
|
|
613
579
|
description?: string;
|
|
614
580
|
default?: any;
|
|
615
581
|
set?: Function;
|
|
@@ -626,7 +592,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
626
592
|
collection: boolean;
|
|
627
593
|
private?: boolean;
|
|
628
594
|
depends?: string;
|
|
629
|
-
additionalAttributes: string[];
|
|
630
595
|
description?: string;
|
|
631
596
|
set?: Function;
|
|
632
597
|
get?: Function;
|
|
@@ -641,7 +606,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
641
606
|
collection: boolean;
|
|
642
607
|
private?: boolean;
|
|
643
608
|
depends?: string;
|
|
644
|
-
additionalAttributes: string[];
|
|
645
609
|
description?: string;
|
|
646
610
|
default?: any;
|
|
647
611
|
set?: Function;
|
|
@@ -657,7 +621,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
657
621
|
collection: boolean;
|
|
658
622
|
private?: boolean;
|
|
659
623
|
depends?: string;
|
|
660
|
-
additionalAttributes: string[];
|
|
661
624
|
description?: string;
|
|
662
625
|
default?: any;
|
|
663
626
|
set?: Function;
|
|
@@ -672,7 +635,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
672
635
|
collection: boolean;
|
|
673
636
|
private?: boolean;
|
|
674
637
|
depends?: string;
|
|
675
|
-
additionalAttributes: string[];
|
|
676
638
|
description?: string;
|
|
677
639
|
default?: any;
|
|
678
640
|
set?: Function;
|
|
@@ -687,7 +649,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
687
649
|
collection: boolean;
|
|
688
650
|
private?: boolean;
|
|
689
651
|
depends?: string;
|
|
690
|
-
additionalAttributes: string[];
|
|
691
652
|
description?: string;
|
|
692
653
|
default?: any;
|
|
693
654
|
set?: Function;
|
|
@@ -719,7 +680,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
719
680
|
collection: boolean;
|
|
720
681
|
private?: boolean;
|
|
721
682
|
depends?: string;
|
|
722
|
-
additionalAttributes: string[];
|
|
723
683
|
description?: string;
|
|
724
684
|
default?: any;
|
|
725
685
|
set?: Function;
|
|
@@ -23,7 +23,6 @@ export class LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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 LoopbackNetworkInterface 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;
|