pmcf 3.1.0 → 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/src/services/kea.mjs +1 -0
- 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 +1 -38
- 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
package/types/network.d.mts
CHANGED
|
@@ -25,7 +25,6 @@ export class Network extends Owner {
|
|
|
25
25
|
collection: boolean;
|
|
26
26
|
private?: boolean;
|
|
27
27
|
depends?: string;
|
|
28
|
-
additionalAttributes: string[];
|
|
29
28
|
description?: string;
|
|
30
29
|
default?: any;
|
|
31
30
|
set?: Function;
|
|
@@ -40,7 +39,6 @@ export class Network extends Owner {
|
|
|
40
39
|
collection: boolean;
|
|
41
40
|
private?: boolean;
|
|
42
41
|
depends?: string;
|
|
43
|
-
additionalAttributes: string[];
|
|
44
42
|
description?: string;
|
|
45
43
|
default?: any;
|
|
46
44
|
set?: Function;
|
|
@@ -60,7 +58,6 @@ export class Network extends Owner {
|
|
|
60
58
|
collection: boolean;
|
|
61
59
|
private?: boolean;
|
|
62
60
|
depends?: string;
|
|
63
|
-
additionalAttributes: string[];
|
|
64
61
|
description?: string;
|
|
65
62
|
default?: any;
|
|
66
63
|
set?: Function;
|
|
@@ -75,7 +72,6 @@ export class Network extends Owner {
|
|
|
75
72
|
collection: boolean;
|
|
76
73
|
private?: boolean;
|
|
77
74
|
depends?: string;
|
|
78
|
-
additionalAttributes: string[];
|
|
79
75
|
description?: string;
|
|
80
76
|
default?: any;
|
|
81
77
|
set?: Function;
|
|
@@ -91,7 +87,6 @@ export class Network extends Owner {
|
|
|
91
87
|
collection: boolean;
|
|
92
88
|
private?: boolean;
|
|
93
89
|
depends?: string;
|
|
94
|
-
additionalAttributes: string[];
|
|
95
90
|
description?: string;
|
|
96
91
|
set?: Function;
|
|
97
92
|
get?: Function;
|
|
@@ -105,7 +100,6 @@ export class Network extends Owner {
|
|
|
105
100
|
mandatory: boolean;
|
|
106
101
|
private?: boolean;
|
|
107
102
|
depends?: string;
|
|
108
|
-
additionalAttributes: string[];
|
|
109
103
|
description?: string;
|
|
110
104
|
default?: any;
|
|
111
105
|
set?: Function;
|
|
@@ -145,7 +139,6 @@ export class Network extends Owner {
|
|
|
145
139
|
collection: boolean;
|
|
146
140
|
private?: boolean;
|
|
147
141
|
depends?: string;
|
|
148
|
-
additionalAttributes: string[];
|
|
149
142
|
description?: string;
|
|
150
143
|
default?: any;
|
|
151
144
|
set?: Function;
|
|
@@ -175,7 +168,6 @@ export class Network extends Owner {
|
|
|
175
168
|
collection: boolean;
|
|
176
169
|
private?: boolean;
|
|
177
170
|
depends?: string;
|
|
178
|
-
additionalAttributes: string[];
|
|
179
171
|
description?: string;
|
|
180
172
|
default?: any;
|
|
181
173
|
set?: Function;
|
|
@@ -190,7 +182,6 @@ export class Network extends Owner {
|
|
|
190
182
|
collection: boolean;
|
|
191
183
|
private?: boolean;
|
|
192
184
|
depends?: string;
|
|
193
|
-
additionalAttributes: string[];
|
|
194
185
|
description?: string;
|
|
195
186
|
default?: any;
|
|
196
187
|
set?: Function;
|
|
@@ -205,7 +196,6 @@ export class Network extends Owner {
|
|
|
205
196
|
mandatory: boolean;
|
|
206
197
|
private?: boolean;
|
|
207
198
|
depends?: string;
|
|
208
|
-
additionalAttributes: string[];
|
|
209
199
|
description?: string;
|
|
210
200
|
default?: any;
|
|
211
201
|
set?: Function;
|
|
@@ -220,7 +210,6 @@ export class Network extends Owner {
|
|
|
220
210
|
collection: boolean;
|
|
221
211
|
private?: boolean;
|
|
222
212
|
depends?: string;
|
|
223
|
-
additionalAttributes: string[];
|
|
224
213
|
description?: string;
|
|
225
214
|
default?: any;
|
|
226
215
|
set?: Function;
|
|
@@ -235,7 +224,6 @@ export class Network extends Owner {
|
|
|
235
224
|
mandatory: boolean;
|
|
236
225
|
private?: boolean;
|
|
237
226
|
depends?: string;
|
|
238
|
-
additionalAttributes: string[];
|
|
239
227
|
description?: string;
|
|
240
228
|
default?: any;
|
|
241
229
|
set?: Function;
|
|
@@ -250,7 +238,6 @@ export class Network extends Owner {
|
|
|
250
238
|
mandatory: boolean;
|
|
251
239
|
private?: boolean;
|
|
252
240
|
depends?: string;
|
|
253
|
-
additionalAttributes: string[];
|
|
254
241
|
description?: string;
|
|
255
242
|
default?: any;
|
|
256
243
|
set?: Function;
|
|
@@ -265,7 +252,6 @@ export class Network extends Owner {
|
|
|
265
252
|
collection: boolean;
|
|
266
253
|
private?: boolean;
|
|
267
254
|
depends?: string;
|
|
268
|
-
additionalAttributes: string[];
|
|
269
255
|
description?: string;
|
|
270
256
|
default?: any;
|
|
271
257
|
set?: Function;
|
|
@@ -295,7 +281,6 @@ export class Network extends Owner {
|
|
|
295
281
|
collection: boolean;
|
|
296
282
|
private?: boolean;
|
|
297
283
|
depends?: string;
|
|
298
|
-
additionalAttributes: string[];
|
|
299
284
|
description?: string;
|
|
300
285
|
set?: Function;
|
|
301
286
|
get?: Function;
|
|
@@ -310,7 +295,6 @@ export class Network extends Owner {
|
|
|
310
295
|
collection: boolean;
|
|
311
296
|
private?: boolean;
|
|
312
297
|
depends?: string;
|
|
313
|
-
additionalAttributes: string[];
|
|
314
298
|
description?: string;
|
|
315
299
|
default?: any;
|
|
316
300
|
set?: Function;
|
|
@@ -326,7 +310,6 @@ export class Network extends Owner {
|
|
|
326
310
|
collection: boolean;
|
|
327
311
|
private?: boolean;
|
|
328
312
|
depends?: string;
|
|
329
|
-
additionalAttributes: string[];
|
|
330
313
|
description?: string;
|
|
331
314
|
default?: any;
|
|
332
315
|
set?: Function;
|
|
@@ -341,7 +324,6 @@ export class Network extends Owner {
|
|
|
341
324
|
collection: boolean;
|
|
342
325
|
private?: boolean;
|
|
343
326
|
depends?: string;
|
|
344
|
-
additionalAttributes: string[];
|
|
345
327
|
description?: string;
|
|
346
328
|
default?: any;
|
|
347
329
|
set?: Function;
|
|
@@ -356,7 +338,6 @@ export class Network extends Owner {
|
|
|
356
338
|
collection: boolean;
|
|
357
339
|
private?: boolean;
|
|
358
340
|
depends?: string;
|
|
359
|
-
additionalAttributes: string[];
|
|
360
341
|
description?: string;
|
|
361
342
|
default?: any;
|
|
362
343
|
set?: Function;
|
|
@@ -383,7 +364,6 @@ export class Network extends Owner {
|
|
|
383
364
|
collection: boolean;
|
|
384
365
|
private?: boolean;
|
|
385
366
|
depends?: string;
|
|
386
|
-
additionalAttributes: string[];
|
|
387
367
|
description?: string;
|
|
388
368
|
default?: any;
|
|
389
369
|
set?: Function;
|
package/types/owner.d.mts
CHANGED
|
@@ -21,7 +21,6 @@ export class Owner extends Base {
|
|
|
21
21
|
collection: boolean;
|
|
22
22
|
private?: boolean;
|
|
23
23
|
depends?: string;
|
|
24
|
-
additionalAttributes: string[];
|
|
25
24
|
description?: string;
|
|
26
25
|
default?: any;
|
|
27
26
|
set?: Function;
|
|
@@ -36,7 +35,6 @@ export class Owner extends Base {
|
|
|
36
35
|
collection: boolean;
|
|
37
36
|
private?: boolean;
|
|
38
37
|
depends?: string;
|
|
39
|
-
additionalAttributes: string[];
|
|
40
38
|
description?: string;
|
|
41
39
|
default?: any;
|
|
42
40
|
set?: Function;
|
|
@@ -56,7 +54,6 @@ export class Owner extends Base {
|
|
|
56
54
|
collection: boolean;
|
|
57
55
|
private?: boolean;
|
|
58
56
|
depends?: string;
|
|
59
|
-
additionalAttributes: string[];
|
|
60
57
|
description?: string;
|
|
61
58
|
default?: any;
|
|
62
59
|
set?: Function;
|
|
@@ -71,7 +68,6 @@ export class Owner extends Base {
|
|
|
71
68
|
collection: boolean;
|
|
72
69
|
private?: boolean;
|
|
73
70
|
depends?: string;
|
|
74
|
-
additionalAttributes: string[];
|
|
75
71
|
description?: string;
|
|
76
72
|
default?: any;
|
|
77
73
|
set?: Function;
|
|
@@ -87,7 +83,6 @@ export class Owner extends Base {
|
|
|
87
83
|
collection: boolean;
|
|
88
84
|
private?: boolean;
|
|
89
85
|
depends?: string;
|
|
90
|
-
additionalAttributes: string[];
|
|
91
86
|
description?: string;
|
|
92
87
|
set?: Function;
|
|
93
88
|
get?: Function;
|
|
@@ -101,7 +96,6 @@ export class Owner extends Base {
|
|
|
101
96
|
mandatory: boolean;
|
|
102
97
|
private?: boolean;
|
|
103
98
|
depends?: string;
|
|
104
|
-
additionalAttributes: string[];
|
|
105
99
|
description?: string;
|
|
106
100
|
default?: any;
|
|
107
101
|
set?: Function;
|
|
@@ -141,7 +135,6 @@ export class Owner extends Base {
|
|
|
141
135
|
collection: boolean;
|
|
142
136
|
private?: boolean;
|
|
143
137
|
depends?: string;
|
|
144
|
-
additionalAttributes: string[];
|
|
145
138
|
description?: string;
|
|
146
139
|
default?: any;
|
|
147
140
|
set?: Function;
|
|
@@ -171,7 +164,6 @@ export class Owner extends Base {
|
|
|
171
164
|
collection: boolean;
|
|
172
165
|
private?: boolean;
|
|
173
166
|
depends?: string;
|
|
174
|
-
additionalAttributes: string[];
|
|
175
167
|
description?: string;
|
|
176
168
|
default?: any;
|
|
177
169
|
set?: Function;
|
|
@@ -186,7 +178,6 @@ export class Owner extends Base {
|
|
|
186
178
|
collection: boolean;
|
|
187
179
|
private?: boolean;
|
|
188
180
|
depends?: string;
|
|
189
|
-
additionalAttributes: string[];
|
|
190
181
|
description?: string;
|
|
191
182
|
default?: any;
|
|
192
183
|
set?: Function;
|
|
@@ -201,7 +192,6 @@ export class Owner extends Base {
|
|
|
201
192
|
mandatory: boolean;
|
|
202
193
|
private?: boolean;
|
|
203
194
|
depends?: string;
|
|
204
|
-
additionalAttributes: string[];
|
|
205
195
|
description?: string;
|
|
206
196
|
default?: any;
|
|
207
197
|
set?: Function;
|
|
@@ -216,7 +206,6 @@ export class Owner extends Base {
|
|
|
216
206
|
collection: boolean;
|
|
217
207
|
private?: boolean;
|
|
218
208
|
depends?: string;
|
|
219
|
-
additionalAttributes: string[];
|
|
220
209
|
description?: string;
|
|
221
210
|
default?: any;
|
|
222
211
|
set?: Function;
|
|
@@ -231,7 +220,6 @@ export class Owner extends Base {
|
|
|
231
220
|
mandatory: boolean;
|
|
232
221
|
private?: boolean;
|
|
233
222
|
depends?: string;
|
|
234
|
-
additionalAttributes: string[];
|
|
235
223
|
description?: string;
|
|
236
224
|
default?: any;
|
|
237
225
|
set?: Function;
|
|
@@ -246,7 +234,6 @@ export class Owner extends Base {
|
|
|
246
234
|
mandatory: boolean;
|
|
247
235
|
private?: boolean;
|
|
248
236
|
depends?: string;
|
|
249
|
-
additionalAttributes: string[];
|
|
250
237
|
description?: string;
|
|
251
238
|
default?: any;
|
|
252
239
|
set?: Function;
|
|
@@ -261,7 +248,6 @@ export class Owner extends Base {
|
|
|
261
248
|
collection: boolean;
|
|
262
249
|
private?: boolean;
|
|
263
250
|
depends?: string;
|
|
264
|
-
additionalAttributes: string[];
|
|
265
251
|
description?: string;
|
|
266
252
|
default?: any;
|
|
267
253
|
set?: Function;
|
package/types/root.d.mts
CHANGED
|
@@ -27,7 +27,6 @@ export class Root extends Location {
|
|
|
27
27
|
collection: boolean;
|
|
28
28
|
private?: boolean;
|
|
29
29
|
depends?: string;
|
|
30
|
-
additionalAttributes: string[];
|
|
31
30
|
description?: string;
|
|
32
31
|
default?: any;
|
|
33
32
|
set?: Function;
|
|
@@ -42,7 +41,6 @@ export class Root extends Location {
|
|
|
42
41
|
collection: boolean;
|
|
43
42
|
private?: boolean;
|
|
44
43
|
depends?: string;
|
|
45
|
-
additionalAttributes: string[];
|
|
46
44
|
description?: string;
|
|
47
45
|
default?: any;
|
|
48
46
|
set?: Function;
|
|
@@ -62,7 +60,6 @@ export class Root extends Location {
|
|
|
62
60
|
collection: boolean;
|
|
63
61
|
private?: boolean;
|
|
64
62
|
depends?: string;
|
|
65
|
-
additionalAttributes: string[];
|
|
66
63
|
description?: string;
|
|
67
64
|
default?: any;
|
|
68
65
|
set?: Function;
|
|
@@ -77,7 +74,6 @@ export class Root extends Location {
|
|
|
77
74
|
collection: boolean;
|
|
78
75
|
private?: boolean;
|
|
79
76
|
depends?: string;
|
|
80
|
-
additionalAttributes: string[];
|
|
81
77
|
description?: string;
|
|
82
78
|
default?: any;
|
|
83
79
|
set?: Function;
|
|
@@ -93,7 +89,6 @@ export class Root extends Location {
|
|
|
93
89
|
collection: boolean;
|
|
94
90
|
private?: boolean;
|
|
95
91
|
depends?: string;
|
|
96
|
-
additionalAttributes: string[];
|
|
97
92
|
description?: string;
|
|
98
93
|
set?: Function;
|
|
99
94
|
get?: Function;
|
|
@@ -107,7 +102,6 @@ export class Root extends Location {
|
|
|
107
102
|
mandatory: boolean;
|
|
108
103
|
private?: boolean;
|
|
109
104
|
depends?: string;
|
|
110
|
-
additionalAttributes: string[];
|
|
111
105
|
description?: string;
|
|
112
106
|
default?: any;
|
|
113
107
|
set?: Function;
|
|
@@ -147,7 +141,6 @@ export class Root extends Location {
|
|
|
147
141
|
collection: boolean;
|
|
148
142
|
private?: boolean;
|
|
149
143
|
depends?: string;
|
|
150
|
-
additionalAttributes: string[];
|
|
151
144
|
description?: string;
|
|
152
145
|
default?: any;
|
|
153
146
|
set?: Function;
|
|
@@ -177,7 +170,6 @@ export class Root extends Location {
|
|
|
177
170
|
collection: boolean;
|
|
178
171
|
private?: boolean;
|
|
179
172
|
depends?: string;
|
|
180
|
-
additionalAttributes: string[];
|
|
181
173
|
description?: string;
|
|
182
174
|
default?: any;
|
|
183
175
|
set?: Function;
|
|
@@ -192,7 +184,6 @@ export class Root extends Location {
|
|
|
192
184
|
collection: boolean;
|
|
193
185
|
private?: boolean;
|
|
194
186
|
depends?: string;
|
|
195
|
-
additionalAttributes: string[];
|
|
196
187
|
description?: string;
|
|
197
188
|
default?: any;
|
|
198
189
|
set?: Function;
|
|
@@ -207,7 +198,6 @@ export class Root extends Location {
|
|
|
207
198
|
mandatory: boolean;
|
|
208
199
|
private?: boolean;
|
|
209
200
|
depends?: string;
|
|
210
|
-
additionalAttributes: string[];
|
|
211
201
|
description?: string;
|
|
212
202
|
default?: any;
|
|
213
203
|
set?: Function;
|
|
@@ -222,7 +212,6 @@ export class Root extends Location {
|
|
|
222
212
|
collection: boolean;
|
|
223
213
|
private?: boolean;
|
|
224
214
|
depends?: string;
|
|
225
|
-
additionalAttributes: string[];
|
|
226
215
|
description?: string;
|
|
227
216
|
default?: any;
|
|
228
217
|
set?: Function;
|
|
@@ -237,7 +226,6 @@ export class Root extends Location {
|
|
|
237
226
|
mandatory: boolean;
|
|
238
227
|
private?: boolean;
|
|
239
228
|
depends?: string;
|
|
240
|
-
additionalAttributes: string[];
|
|
241
229
|
description?: string;
|
|
242
230
|
default?: any;
|
|
243
231
|
set?: Function;
|
|
@@ -252,7 +240,6 @@ export class Root extends Location {
|
|
|
252
240
|
mandatory: boolean;
|
|
253
241
|
private?: boolean;
|
|
254
242
|
depends?: string;
|
|
255
|
-
additionalAttributes: string[];
|
|
256
243
|
description?: string;
|
|
257
244
|
default?: any;
|
|
258
245
|
set?: Function;
|
|
@@ -267,7 +254,6 @@ export class Root extends Location {
|
|
|
267
254
|
collection: boolean;
|
|
268
255
|
private?: boolean;
|
|
269
256
|
depends?: string;
|
|
270
|
-
additionalAttributes: string[];
|
|
271
257
|
description?: string;
|
|
272
258
|
default?: any;
|
|
273
259
|
set?: Function;
|
|
@@ -299,7 +285,6 @@ export class Root extends Location {
|
|
|
299
285
|
collection: boolean;
|
|
300
286
|
private?: boolean;
|
|
301
287
|
depends?: string;
|
|
302
|
-
additionalAttributes: string[];
|
|
303
288
|
description?: string;
|
|
304
289
|
default?: any;
|
|
305
290
|
set?: Function;
|
|
@@ -314,7 +299,6 @@ export class Root extends Location {
|
|
|
314
299
|
collection: boolean;
|
|
315
300
|
private?: boolean;
|
|
316
301
|
depends?: string;
|
|
317
|
-
additionalAttributes: string[];
|
|
318
302
|
description?: string;
|
|
319
303
|
default?: any;
|
|
320
304
|
set?: Function;
|
|
@@ -334,7 +318,6 @@ export class Root extends Location {
|
|
|
334
318
|
collection: boolean;
|
|
335
319
|
private?: boolean;
|
|
336
320
|
depends?: string;
|
|
337
|
-
additionalAttributes: string[];
|
|
338
321
|
description?: string;
|
|
339
322
|
default?: any;
|
|
340
323
|
set?: Function;
|
|
@@ -349,7 +332,6 @@ export class Root extends Location {
|
|
|
349
332
|
collection: boolean;
|
|
350
333
|
private?: boolean;
|
|
351
334
|
depends?: string;
|
|
352
|
-
additionalAttributes: string[];
|
|
353
335
|
description?: string;
|
|
354
336
|
default?: any;
|
|
355
337
|
set?: Function;
|
|
@@ -365,7 +347,6 @@ export class Root extends Location {
|
|
|
365
347
|
collection: boolean;
|
|
366
348
|
private?: boolean;
|
|
367
349
|
depends?: string;
|
|
368
|
-
additionalAttributes: string[];
|
|
369
350
|
description?: string;
|
|
370
351
|
set?: Function;
|
|
371
352
|
get?: Function;
|
|
@@ -379,7 +360,6 @@ export class Root extends Location {
|
|
|
379
360
|
mandatory: boolean;
|
|
380
361
|
private?: boolean;
|
|
381
362
|
depends?: string;
|
|
382
|
-
additionalAttributes: string[];
|
|
383
363
|
description?: string;
|
|
384
364
|
default?: any;
|
|
385
365
|
set?: Function;
|
|
@@ -419,7 +399,6 @@ export class Root extends Location {
|
|
|
419
399
|
collection: boolean;
|
|
420
400
|
private?: boolean;
|
|
421
401
|
depends?: string;
|
|
422
|
-
additionalAttributes: string[];
|
|
423
402
|
description?: string;
|
|
424
403
|
default?: any;
|
|
425
404
|
set?: Function;
|
|
@@ -449,7 +428,6 @@ export class Root extends Location {
|
|
|
449
428
|
collection: boolean;
|
|
450
429
|
private?: boolean;
|
|
451
430
|
depends?: string;
|
|
452
|
-
additionalAttributes: string[];
|
|
453
431
|
description?: string;
|
|
454
432
|
default?: any;
|
|
455
433
|
set?: Function;
|
|
@@ -464,7 +442,6 @@ export class Root extends Location {
|
|
|
464
442
|
collection: boolean;
|
|
465
443
|
private?: boolean;
|
|
466
444
|
depends?: string;
|
|
467
|
-
additionalAttributes: string[];
|
|
468
445
|
description?: string;
|
|
469
446
|
default?: any;
|
|
470
447
|
set?: Function;
|
|
@@ -479,7 +456,6 @@ export class Root extends Location {
|
|
|
479
456
|
mandatory: boolean;
|
|
480
457
|
private?: boolean;
|
|
481
458
|
depends?: string;
|
|
482
|
-
additionalAttributes: string[];
|
|
483
459
|
description?: string;
|
|
484
460
|
default?: any;
|
|
485
461
|
set?: Function;
|
|
@@ -494,7 +470,6 @@ export class Root extends Location {
|
|
|
494
470
|
collection: boolean;
|
|
495
471
|
private?: boolean;
|
|
496
472
|
depends?: string;
|
|
497
|
-
additionalAttributes: string[];
|
|
498
473
|
description?: string;
|
|
499
474
|
default?: any;
|
|
500
475
|
set?: Function;
|
|
@@ -509,7 +484,6 @@ export class Root extends Location {
|
|
|
509
484
|
mandatory: boolean;
|
|
510
485
|
private?: boolean;
|
|
511
486
|
depends?: string;
|
|
512
|
-
additionalAttributes: string[];
|
|
513
487
|
description?: string;
|
|
514
488
|
default?: any;
|
|
515
489
|
set?: Function;
|
|
@@ -524,7 +498,6 @@ export class Root extends Location {
|
|
|
524
498
|
mandatory: boolean;
|
|
525
499
|
private?: boolean;
|
|
526
500
|
depends?: string;
|
|
527
|
-
additionalAttributes: string[];
|
|
528
501
|
description?: string;
|
|
529
502
|
default?: any;
|
|
530
503
|
set?: Function;
|
|
@@ -539,7 +512,6 @@ export class Root extends Location {
|
|
|
539
512
|
collection: boolean;
|
|
540
513
|
private?: boolean;
|
|
541
514
|
depends?: string;
|
|
542
|
-
additionalAttributes: string[];
|
|
543
515
|
description?: string;
|
|
544
516
|
default?: any;
|
|
545
517
|
set?: Function;
|
|
@@ -557,7 +529,6 @@ export class Root extends Location {
|
|
|
557
529
|
mandatory: boolean;
|
|
558
530
|
private?: boolean;
|
|
559
531
|
depends?: string;
|
|
560
|
-
additionalAttributes: string[];
|
|
561
532
|
description?: string;
|
|
562
533
|
default?: any;
|
|
563
534
|
set?: Function;
|