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/services/kea.d.mts
CHANGED
|
@@ -24,7 +24,6 @@ export class KeaService extends Service {
|
|
|
24
24
|
collection: boolean;
|
|
25
25
|
private?: boolean;
|
|
26
26
|
depends?: string;
|
|
27
|
-
additionalAttributes: string[];
|
|
28
27
|
description?: string;
|
|
29
28
|
default?: any;
|
|
30
29
|
set?: Function;
|
|
@@ -39,7 +38,6 @@ export class KeaService extends Service {
|
|
|
39
38
|
collection: boolean;
|
|
40
39
|
private?: boolean;
|
|
41
40
|
depends?: string;
|
|
42
|
-
additionalAttributes: string[];
|
|
43
41
|
description?: string;
|
|
44
42
|
default?: any;
|
|
45
43
|
set?: Function;
|
|
@@ -59,7 +57,6 @@ export class KeaService extends Service {
|
|
|
59
57
|
collection: boolean;
|
|
60
58
|
private?: boolean;
|
|
61
59
|
depends?: string;
|
|
62
|
-
additionalAttributes: string[];
|
|
63
60
|
description?: string;
|
|
64
61
|
default?: any;
|
|
65
62
|
set?: Function;
|
|
@@ -74,7 +71,6 @@ export class KeaService extends Service {
|
|
|
74
71
|
collection: boolean;
|
|
75
72
|
private?: boolean;
|
|
76
73
|
depends?: string;
|
|
77
|
-
additionalAttributes: string[];
|
|
78
74
|
description?: string;
|
|
79
75
|
default?: any;
|
|
80
76
|
set?: Function;
|
|
@@ -90,7 +86,6 @@ export class KeaService extends Service {
|
|
|
90
86
|
collection: boolean;
|
|
91
87
|
private?: boolean;
|
|
92
88
|
depends?: string;
|
|
93
|
-
additionalAttributes: string[];
|
|
94
89
|
description?: string;
|
|
95
90
|
set?: Function;
|
|
96
91
|
get?: Function;
|
|
@@ -104,7 +99,6 @@ export class KeaService extends Service {
|
|
|
104
99
|
mandatory: boolean;
|
|
105
100
|
private?: boolean;
|
|
106
101
|
depends?: string;
|
|
107
|
-
additionalAttributes: string[];
|
|
108
102
|
description?: string;
|
|
109
103
|
default?: any;
|
|
110
104
|
set?: Function;
|
|
@@ -124,7 +118,6 @@ export class KeaService extends Service {
|
|
|
124
118
|
collection: boolean;
|
|
125
119
|
private?: boolean;
|
|
126
120
|
depends?: string;
|
|
127
|
-
additionalAttributes: string[];
|
|
128
121
|
description?: string;
|
|
129
122
|
default?: any;
|
|
130
123
|
set?: Function;
|
|
@@ -156,7 +149,6 @@ export class KeaService extends Service {
|
|
|
156
149
|
collection: boolean;
|
|
157
150
|
private?: boolean;
|
|
158
151
|
depends?: string;
|
|
159
|
-
additionalAttributes: string[];
|
|
160
152
|
description?: string;
|
|
161
153
|
default?: any;
|
|
162
154
|
set?: Function;
|
|
@@ -171,7 +163,6 @@ export class KeaService extends Service {
|
|
|
171
163
|
collection: boolean;
|
|
172
164
|
private?: boolean;
|
|
173
165
|
depends?: string;
|
|
174
|
-
additionalAttributes: string[];
|
|
175
166
|
description?: string;
|
|
176
167
|
default?: any;
|
|
177
168
|
set?: Function;
|
|
@@ -186,7 +177,6 @@ export class KeaService extends Service {
|
|
|
186
177
|
mandatory: boolean;
|
|
187
178
|
private?: boolean;
|
|
188
179
|
depends?: string;
|
|
189
|
-
additionalAttributes: string[];
|
|
190
180
|
description?: string;
|
|
191
181
|
default?: any;
|
|
192
182
|
set?: Function;
|
|
@@ -201,7 +191,6 @@ export class KeaService extends Service {
|
|
|
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 KeaService extends Service {
|
|
|
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 KeaService extends Service {
|
|
|
231
219
|
mandatory: boolean;
|
|
232
220
|
private?: boolean;
|
|
233
221
|
depends?: string;
|
|
234
|
-
additionalAttributes: string[];
|
|
235
222
|
description?: string;
|
|
236
223
|
default?: any;
|
|
237
224
|
set?: Function;
|
|
@@ -246,7 +233,6 @@ export class KeaService extends Service {
|
|
|
246
233
|
collection: boolean;
|
|
247
234
|
private?: boolean;
|
|
248
235
|
depends?: string;
|
|
249
|
-
additionalAttributes: string[];
|
|
250
236
|
description?: string;
|
|
251
237
|
default?: any;
|
|
252
238
|
set?: Function;
|
|
@@ -261,7 +247,6 @@ export class KeaService extends Service {
|
|
|
261
247
|
mandatory: boolean;
|
|
262
248
|
private?: boolean;
|
|
263
249
|
depends?: string;
|
|
264
|
-
additionalAttributes: string[];
|
|
265
250
|
description?: string;
|
|
266
251
|
default?: any;
|
|
267
252
|
set?: Function;
|
|
@@ -276,7 +261,6 @@ export class KeaService extends Service {
|
|
|
276
261
|
collection: boolean;
|
|
277
262
|
private?: boolean;
|
|
278
263
|
depends?: string;
|
|
279
|
-
additionalAttributes: string[];
|
|
280
264
|
description?: string;
|
|
281
265
|
default?: any;
|
|
282
266
|
set?: Function;
|
|
@@ -308,7 +292,6 @@ export class KeaService extends Service {
|
|
|
308
292
|
collection: boolean;
|
|
309
293
|
private?: boolean;
|
|
310
294
|
depends?: string;
|
|
311
|
-
additionalAttributes: string[];
|
|
312
295
|
description?: string;
|
|
313
296
|
default?: any;
|
|
314
297
|
set?: Function;
|
|
@@ -323,7 +306,6 @@ export class KeaService extends Service {
|
|
|
323
306
|
collection: boolean;
|
|
324
307
|
private?: boolean;
|
|
325
308
|
depends?: string;
|
|
326
|
-
additionalAttributes: string[];
|
|
327
309
|
description?: string;
|
|
328
310
|
default?: any;
|
|
329
311
|
set?: Function;
|
|
@@ -343,7 +325,6 @@ export class KeaService extends Service {
|
|
|
343
325
|
collection: boolean;
|
|
344
326
|
private?: boolean;
|
|
345
327
|
depends?: string;
|
|
346
|
-
additionalAttributes: string[];
|
|
347
328
|
description?: string;
|
|
348
329
|
default?: any;
|
|
349
330
|
set?: Function;
|
|
@@ -358,7 +339,6 @@ export class KeaService extends Service {
|
|
|
358
339
|
collection: boolean;
|
|
359
340
|
private?: boolean;
|
|
360
341
|
depends?: string;
|
|
361
|
-
additionalAttributes: string[];
|
|
362
342
|
description?: string;
|
|
363
343
|
default?: any;
|
|
364
344
|
set?: Function;
|
|
@@ -374,7 +354,6 @@ export class KeaService extends Service {
|
|
|
374
354
|
collection: boolean;
|
|
375
355
|
private?: boolean;
|
|
376
356
|
depends?: string;
|
|
377
|
-
additionalAttributes: string[];
|
|
378
357
|
description?: string;
|
|
379
358
|
set?: Function;
|
|
380
359
|
get?: Function;
|
|
@@ -388,7 +367,6 @@ export class KeaService extends Service {
|
|
|
388
367
|
mandatory: boolean;
|
|
389
368
|
private?: boolean;
|
|
390
369
|
depends?: string;
|
|
391
|
-
additionalAttributes: string[];
|
|
392
370
|
description?: string;
|
|
393
371
|
default?: any;
|
|
394
372
|
set?: Function;
|
|
@@ -408,7 +386,6 @@ export class KeaService extends Service {
|
|
|
408
386
|
collection: boolean;
|
|
409
387
|
private?: boolean;
|
|
410
388
|
depends?: string;
|
|
411
|
-
additionalAttributes: string[];
|
|
412
389
|
description?: string;
|
|
413
390
|
default?: any;
|
|
414
391
|
set?: Function;
|
|
@@ -440,7 +417,6 @@ export class KeaService extends Service {
|
|
|
440
417
|
collection: boolean;
|
|
441
418
|
private?: boolean;
|
|
442
419
|
depends?: string;
|
|
443
|
-
additionalAttributes: string[];
|
|
444
420
|
description?: string;
|
|
445
421
|
default?: any;
|
|
446
422
|
set?: Function;
|
|
@@ -455,7 +431,6 @@ export class KeaService extends Service {
|
|
|
455
431
|
collection: boolean;
|
|
456
432
|
private?: boolean;
|
|
457
433
|
depends?: string;
|
|
458
|
-
additionalAttributes: string[];
|
|
459
434
|
description?: string;
|
|
460
435
|
default?: any;
|
|
461
436
|
set?: Function;
|
|
@@ -470,7 +445,6 @@ export class KeaService extends Service {
|
|
|
470
445
|
mandatory: boolean;
|
|
471
446
|
private?: boolean;
|
|
472
447
|
depends?: string;
|
|
473
|
-
additionalAttributes: string[];
|
|
474
448
|
description?: string;
|
|
475
449
|
default?: any;
|
|
476
450
|
set?: Function;
|
|
@@ -485,7 +459,6 @@ export class KeaService extends Service {
|
|
|
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 KeaService extends Service {
|
|
|
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 KeaService extends Service {
|
|
|
515
487
|
mandatory: boolean;
|
|
516
488
|
private?: boolean;
|
|
517
489
|
depends?: string;
|
|
518
|
-
additionalAttributes: string[];
|
|
519
490
|
description?: string;
|
|
520
491
|
default?: any;
|
|
521
492
|
set?: Function;
|
|
@@ -530,7 +501,6 @@ export class KeaService extends Service {
|
|
|
530
501
|
collection: boolean;
|
|
531
502
|
private?: boolean;
|
|
532
503
|
depends?: string;
|
|
533
|
-
additionalAttributes: string[];
|
|
534
504
|
description?: string;
|
|
535
505
|
default?: any;
|
|
536
506
|
set?: Function;
|
|
@@ -545,7 +515,6 @@ export class KeaService extends Service {
|
|
|
545
515
|
mandatory: boolean;
|
|
546
516
|
private?: boolean;
|
|
547
517
|
depends?: string;
|
|
548
|
-
additionalAttributes: string[];
|
|
549
518
|
description?: string;
|
|
550
519
|
default?: any;
|
|
551
520
|
set?: Function;
|
|
@@ -560,7 +529,6 @@ export class KeaService extends Service {
|
|
|
560
529
|
collection: boolean;
|
|
561
530
|
private?: boolean;
|
|
562
531
|
depends?: string;
|
|
563
|
-
additionalAttributes: string[];
|
|
564
532
|
description?: string;
|
|
565
533
|
default?: any;
|
|
566
534
|
set?: Function;
|
|
@@ -580,7 +548,6 @@ export class KeaService extends Service {
|
|
|
580
548
|
collection: boolean;
|
|
581
549
|
private?: boolean;
|
|
582
550
|
depends?: string;
|
|
583
|
-
additionalAttributes: string[];
|
|
584
551
|
description?: string;
|
|
585
552
|
default?: any;
|
|
586
553
|
set?: Function;
|
|
@@ -597,7 +564,6 @@ export class KeaService extends Service {
|
|
|
597
564
|
collection: boolean;
|
|
598
565
|
private?: boolean;
|
|
599
566
|
depends?: string;
|
|
600
|
-
additionalAttributes: string[];
|
|
601
567
|
description?: string;
|
|
602
568
|
set?: Function;
|
|
603
569
|
get?: Function;
|
|
@@ -613,7 +579,6 @@ export class KeaService extends Service {
|
|
|
613
579
|
collection: boolean;
|
|
614
580
|
private?: boolean;
|
|
615
581
|
depends?: string;
|
|
616
|
-
additionalAttributes: string[];
|
|
617
582
|
description?: string;
|
|
618
583
|
set?: Function;
|
|
619
584
|
get?: Function;
|
|
@@ -629,7 +594,6 @@ export class KeaService extends Service {
|
|
|
629
594
|
collection: boolean;
|
|
630
595
|
private?: boolean;
|
|
631
596
|
depends?: string;
|
|
632
|
-
additionalAttributes: string[];
|
|
633
597
|
description?: string;
|
|
634
598
|
set?: Function;
|
|
635
599
|
get?: Function;
|
|
@@ -644,7 +608,6 @@ export class KeaService extends Service {
|
|
|
644
608
|
collection: boolean;
|
|
645
609
|
private?: boolean;
|
|
646
610
|
depends?: string;
|
|
647
|
-
additionalAttributes: string[];
|
|
648
611
|
description?: string;
|
|
649
612
|
default?: any;
|
|
650
613
|
set?: Function;
|
|
@@ -23,7 +23,6 @@ export class MosquittoService extends Service {
|
|
|
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 MosquittoService extends Service {
|
|
|
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 MosquittoService extends Service {
|
|
|
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 MosquittoService extends Service {
|
|
|
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 MosquittoService extends Service {
|
|
|
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 MosquittoService extends Service {
|
|
|
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;
|
|
@@ -123,7 +117,6 @@ export class MosquittoService extends Service {
|
|
|
123
117
|
collection: boolean;
|
|
124
118
|
private?: boolean;
|
|
125
119
|
depends?: string;
|
|
126
|
-
additionalAttributes: string[];
|
|
127
120
|
description?: string;
|
|
128
121
|
default?: any;
|
|
129
122
|
set?: Function;
|
|
@@ -155,7 +148,6 @@ export class MosquittoService extends Service {
|
|
|
155
148
|
collection: boolean;
|
|
156
149
|
private?: boolean;
|
|
157
150
|
depends?: string;
|
|
158
|
-
additionalAttributes: string[];
|
|
159
151
|
description?: string;
|
|
160
152
|
default?: any;
|
|
161
153
|
set?: Function;
|
|
@@ -170,7 +162,6 @@ export class MosquittoService extends Service {
|
|
|
170
162
|
collection: boolean;
|
|
171
163
|
private?: boolean;
|
|
172
164
|
depends?: string;
|
|
173
|
-
additionalAttributes: string[];
|
|
174
165
|
description?: string;
|
|
175
166
|
default?: any;
|
|
176
167
|
set?: Function;
|
|
@@ -185,7 +176,6 @@ export class MosquittoService extends Service {
|
|
|
185
176
|
mandatory: boolean;
|
|
186
177
|
private?: boolean;
|
|
187
178
|
depends?: string;
|
|
188
|
-
additionalAttributes: string[];
|
|
189
179
|
description?: string;
|
|
190
180
|
default?: any;
|
|
191
181
|
set?: Function;
|
|
@@ -200,7 +190,6 @@ export class MosquittoService extends Service {
|
|
|
200
190
|
collection: boolean;
|
|
201
191
|
private?: boolean;
|
|
202
192
|
depends?: string;
|
|
203
|
-
additionalAttributes: string[];
|
|
204
193
|
description?: string;
|
|
205
194
|
default?: any;
|
|
206
195
|
set?: Function;
|
|
@@ -215,7 +204,6 @@ export class MosquittoService extends Service {
|
|
|
215
204
|
collection: boolean;
|
|
216
205
|
private?: boolean;
|
|
217
206
|
depends?: string;
|
|
218
|
-
additionalAttributes: string[];
|
|
219
207
|
description?: string;
|
|
220
208
|
default?: any;
|
|
221
209
|
set?: Function;
|
|
@@ -230,7 +218,6 @@ export class MosquittoService extends Service {
|
|
|
230
218
|
mandatory: boolean;
|
|
231
219
|
private?: boolean;
|
|
232
220
|
depends?: string;
|
|
233
|
-
additionalAttributes: string[];
|
|
234
221
|
description?: string;
|
|
235
222
|
default?: any;
|
|
236
223
|
set?: Function;
|
|
@@ -245,7 +232,6 @@ export class MosquittoService extends Service {
|
|
|
245
232
|
collection: boolean;
|
|
246
233
|
private?: boolean;
|
|
247
234
|
depends?: string;
|
|
248
|
-
additionalAttributes: string[];
|
|
249
235
|
description?: string;
|
|
250
236
|
default?: any;
|
|
251
237
|
set?: Function;
|
|
@@ -260,7 +246,6 @@ export class MosquittoService extends Service {
|
|
|
260
246
|
mandatory: boolean;
|
|
261
247
|
private?: boolean;
|
|
262
248
|
depends?: string;
|
|
263
|
-
additionalAttributes: string[];
|
|
264
249
|
description?: string;
|
|
265
250
|
default?: any;
|
|
266
251
|
set?: Function;
|
|
@@ -275,7 +260,6 @@ export class MosquittoService extends Service {
|
|
|
275
260
|
collection: boolean;
|
|
276
261
|
private?: boolean;
|
|
277
262
|
depends?: string;
|
|
278
|
-
additionalAttributes: string[];
|
|
279
263
|
description?: string;
|
|
280
264
|
default?: any;
|
|
281
265
|
set?: Function;
|
|
@@ -307,7 +291,6 @@ export class MosquittoService extends Service {
|
|
|
307
291
|
collection: boolean;
|
|
308
292
|
private?: boolean;
|
|
309
293
|
depends?: string;
|
|
310
|
-
additionalAttributes: string[];
|
|
311
294
|
description?: string;
|
|
312
295
|
default?: any;
|
|
313
296
|
set?: Function;
|
|
@@ -322,7 +305,6 @@ export class MosquittoService extends Service {
|
|
|
322
305
|
collection: boolean;
|
|
323
306
|
private?: boolean;
|
|
324
307
|
depends?: string;
|
|
325
|
-
additionalAttributes: string[];
|
|
326
308
|
description?: string;
|
|
327
309
|
default?: any;
|
|
328
310
|
set?: Function;
|
|
@@ -342,7 +324,6 @@ export class MosquittoService extends Service {
|
|
|
342
324
|
collection: boolean;
|
|
343
325
|
private?: boolean;
|
|
344
326
|
depends?: string;
|
|
345
|
-
additionalAttributes: string[];
|
|
346
327
|
description?: string;
|
|
347
328
|
default?: any;
|
|
348
329
|
set?: Function;
|
|
@@ -357,7 +338,6 @@ export class MosquittoService extends Service {
|
|
|
357
338
|
collection: boolean;
|
|
358
339
|
private?: boolean;
|
|
359
340
|
depends?: string;
|
|
360
|
-
additionalAttributes: string[];
|
|
361
341
|
description?: string;
|
|
362
342
|
default?: any;
|
|
363
343
|
set?: Function;
|
|
@@ -373,7 +353,6 @@ export class MosquittoService extends Service {
|
|
|
373
353
|
collection: boolean;
|
|
374
354
|
private?: boolean;
|
|
375
355
|
depends?: string;
|
|
376
|
-
additionalAttributes: string[];
|
|
377
356
|
description?: string;
|
|
378
357
|
set?: Function;
|
|
379
358
|
get?: Function;
|
|
@@ -387,7 +366,6 @@ export class MosquittoService extends Service {
|
|
|
387
366
|
mandatory: boolean;
|
|
388
367
|
private?: boolean;
|
|
389
368
|
depends?: string;
|
|
390
|
-
additionalAttributes: string[];
|
|
391
369
|
description?: string;
|
|
392
370
|
default?: any;
|
|
393
371
|
set?: Function;
|
|
@@ -407,7 +385,6 @@ export class MosquittoService extends Service {
|
|
|
407
385
|
collection: boolean;
|
|
408
386
|
private?: boolean;
|
|
409
387
|
depends?: string;
|
|
410
|
-
additionalAttributes: string[];
|
|
411
388
|
description?: string;
|
|
412
389
|
default?: any;
|
|
413
390
|
set?: Function;
|
|
@@ -439,7 +416,6 @@ export class MosquittoService extends Service {
|
|
|
439
416
|
collection: boolean;
|
|
440
417
|
private?: boolean;
|
|
441
418
|
depends?: string;
|
|
442
|
-
additionalAttributes: string[];
|
|
443
419
|
description?: string;
|
|
444
420
|
default?: any;
|
|
445
421
|
set?: Function;
|
|
@@ -454,7 +430,6 @@ export class MosquittoService extends Service {
|
|
|
454
430
|
collection: boolean;
|
|
455
431
|
private?: boolean;
|
|
456
432
|
depends?: string;
|
|
457
|
-
additionalAttributes: string[];
|
|
458
433
|
description?: string;
|
|
459
434
|
default?: any;
|
|
460
435
|
set?: Function;
|
|
@@ -469,7 +444,6 @@ export class MosquittoService extends Service {
|
|
|
469
444
|
mandatory: boolean;
|
|
470
445
|
private?: boolean;
|
|
471
446
|
depends?: string;
|
|
472
|
-
additionalAttributes: string[];
|
|
473
447
|
description?: string;
|
|
474
448
|
default?: any;
|
|
475
449
|
set?: Function;
|
|
@@ -484,7 +458,6 @@ export class MosquittoService extends Service {
|
|
|
484
458
|
collection: boolean;
|
|
485
459
|
private?: boolean;
|
|
486
460
|
depends?: string;
|
|
487
|
-
additionalAttributes: string[];
|
|
488
461
|
description?: string;
|
|
489
462
|
default?: any;
|
|
490
463
|
set?: Function;
|
|
@@ -499,7 +472,6 @@ export class MosquittoService extends Service {
|
|
|
499
472
|
collection: boolean;
|
|
500
473
|
private?: boolean;
|
|
501
474
|
depends?: string;
|
|
502
|
-
additionalAttributes: string[];
|
|
503
475
|
description?: string;
|
|
504
476
|
default?: any;
|
|
505
477
|
set?: Function;
|
|
@@ -514,7 +486,6 @@ export class MosquittoService extends Service {
|
|
|
514
486
|
mandatory: boolean;
|
|
515
487
|
private?: boolean;
|
|
516
488
|
depends?: string;
|
|
517
|
-
additionalAttributes: string[];
|
|
518
489
|
description?: string;
|
|
519
490
|
default?: any;
|
|
520
491
|
set?: Function;
|
|
@@ -529,7 +500,6 @@ export class MosquittoService extends Service {
|
|
|
529
500
|
collection: boolean;
|
|
530
501
|
private?: boolean;
|
|
531
502
|
depends?: string;
|
|
532
|
-
additionalAttributes: string[];
|
|
533
503
|
description?: string;
|
|
534
504
|
default?: any;
|
|
535
505
|
set?: Function;
|
|
@@ -544,7 +514,6 @@ export class MosquittoService extends Service {
|
|
|
544
514
|
mandatory: boolean;
|
|
545
515
|
private?: boolean;
|
|
546
516
|
depends?: string;
|
|
547
|
-
additionalAttributes: string[];
|
|
548
517
|
description?: string;
|
|
549
518
|
default?: any;
|
|
550
519
|
set?: Function;
|
|
@@ -559,7 +528,6 @@ export class MosquittoService extends Service {
|
|
|
559
528
|
collection: boolean;
|
|
560
529
|
private?: boolean;
|
|
561
530
|
depends?: string;
|
|
562
|
-
additionalAttributes: string[];
|
|
563
531
|
description?: string;
|
|
564
532
|
default?: any;
|
|
565
533
|
set?: Function;
|
|
@@ -569,7 +537,38 @@ export class MosquittoService extends Service {
|
|
|
569
537
|
};
|
|
570
538
|
};
|
|
571
539
|
priority: number;
|
|
572
|
-
properties: {
|
|
540
|
+
properties: {
|
|
541
|
+
log_timestamp: {
|
|
542
|
+
isCommonOption: boolean;
|
|
543
|
+
type: string;
|
|
544
|
+
isKey: boolean;
|
|
545
|
+
writable: boolean;
|
|
546
|
+
mandatory: boolean;
|
|
547
|
+
collection: boolean;
|
|
548
|
+
private?: boolean;
|
|
549
|
+
depends?: string;
|
|
550
|
+
description?: string;
|
|
551
|
+
default?: any;
|
|
552
|
+
set?: Function;
|
|
553
|
+
get?: Function;
|
|
554
|
+
env?: string[] | string;
|
|
555
|
+
};
|
|
556
|
+
allow_anonymous: {
|
|
557
|
+
isCommonOption: boolean;
|
|
558
|
+
type: string;
|
|
559
|
+
isKey: boolean;
|
|
560
|
+
writable: boolean;
|
|
561
|
+
mandatory: boolean;
|
|
562
|
+
collection: boolean;
|
|
563
|
+
private?: boolean;
|
|
564
|
+
depends?: string;
|
|
565
|
+
description?: string;
|
|
566
|
+
default?: any;
|
|
567
|
+
set?: Function;
|
|
568
|
+
get?: Function;
|
|
569
|
+
env?: string[] | string;
|
|
570
|
+
};
|
|
571
|
+
};
|
|
573
572
|
service: {
|
|
574
573
|
extends: string[];
|
|
575
574
|
};
|