pmcf 2.74.3 → 3.0.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.
@@ -14,16 +14,22 @@ export class SystemdJournalUploadService extends Service {
14
14
  collection: boolean;
15
15
  writeable: boolean;
16
16
  };
17
- type: {
18
- type: string;
19
- collection: boolean;
20
- writeable: boolean;
21
- };
17
+ type: import("pacc").AttributeDefinition;
22
18
  name: {
19
+ isKey: boolean;
20
+ writeable: boolean;
23
21
  type: string;
22
+ writable: boolean;
23
+ mandatory: boolean;
24
24
  collection: boolean;
25
- identifier: boolean;
26
- writeable: boolean;
25
+ private?: boolean;
26
+ depends?: string;
27
+ additionalAttributes: string[];
28
+ description?: string;
29
+ default?: any;
30
+ set?: Function;
31
+ get?: Function;
32
+ env?: string[] | string;
27
33
  };
28
34
  description: {
29
35
  writeable: boolean;
@@ -79,10 +85,20 @@ export class SystemdJournalUploadService extends Service {
79
85
  env?: string[] | string;
80
86
  };
81
87
  disabled: {
82
- type: string;
83
- collection: boolean;
84
88
  writeable: boolean;
85
89
  default: boolean;
90
+ type: string;
91
+ isKey: boolean;
92
+ writable: boolean;
93
+ mandatory: boolean;
94
+ collection: boolean;
95
+ private?: boolean;
96
+ depends?: string;
97
+ additionalAttributes: string[];
98
+ description?: string;
99
+ set?: Function;
100
+ get?: Function;
101
+ env?: string[] | string;
86
102
  };
87
103
  tags: {
88
104
  collection: boolean;
@@ -297,16 +313,22 @@ export class SystemdJournalUploadService extends Service {
297
313
  collection: boolean;
298
314
  writeable: boolean;
299
315
  };
300
- type: {
301
- type: string;
302
- collection: boolean;
303
- writeable: boolean;
304
- };
316
+ type: import("pacc").AttributeDefinition;
305
317
  name: {
318
+ isKey: boolean;
319
+ writeable: boolean;
306
320
  type: string;
321
+ writable: boolean;
322
+ mandatory: boolean;
307
323
  collection: boolean;
308
- identifier: boolean;
309
- writeable: boolean;
324
+ private?: boolean;
325
+ depends?: string;
326
+ additionalAttributes: string[];
327
+ description?: string;
328
+ default?: any;
329
+ set?: Function;
330
+ get?: Function;
331
+ env?: string[] | string;
310
332
  };
311
333
  description: {
312
334
  writeable: boolean;
@@ -362,10 +384,20 @@ export class SystemdJournalUploadService extends Service {
362
384
  env?: string[] | string;
363
385
  };
364
386
  disabled: {
365
- type: string;
366
- collection: boolean;
367
387
  writeable: boolean;
368
388
  default: boolean;
389
+ type: string;
390
+ isKey: boolean;
391
+ writable: boolean;
392
+ mandatory: boolean;
393
+ collection: boolean;
394
+ private?: boolean;
395
+ depends?: string;
396
+ additionalAttributes: string[];
397
+ description?: string;
398
+ set?: Function;
399
+ get?: Function;
400
+ env?: string[] | string;
369
401
  };
370
402
  tags: {
371
403
  collection: boolean;
@@ -569,9 +601,20 @@ export class SystemdJournalUploadService extends Service {
569
601
  priority: number;
570
602
  properties: {
571
603
  url: {
604
+ writeable: boolean;
572
605
  type: string;
606
+ isKey: boolean;
607
+ writable: boolean;
608
+ mandatory: boolean;
573
609
  collection: boolean;
574
- writeable: boolean;
610
+ private?: boolean;
611
+ depends?: string;
612
+ additionalAttributes: string[];
613
+ description?: string;
614
+ default?: any;
615
+ set?: Function;
616
+ get?: Function;
617
+ env?: string[] | string;
575
618
  };
576
619
  };
577
620
  service: {};
@@ -14,16 +14,22 @@ export class SystemdJournalService extends Service {
14
14
  collection: boolean;
15
15
  writeable: boolean;
16
16
  };
17
- type: {
18
- type: string;
19
- collection: boolean;
20
- writeable: boolean;
21
- };
17
+ type: import("pacc").AttributeDefinition;
22
18
  name: {
19
+ isKey: boolean;
20
+ writeable: boolean;
23
21
  type: string;
22
+ writable: boolean;
23
+ mandatory: boolean;
24
24
  collection: boolean;
25
- identifier: boolean;
26
- writeable: boolean;
25
+ private?: boolean;
26
+ depends?: string;
27
+ additionalAttributes: string[];
28
+ description?: string;
29
+ default?: any;
30
+ set?: Function;
31
+ get?: Function;
32
+ env?: string[] | string;
27
33
  };
28
34
  description: {
29
35
  writeable: boolean;
@@ -79,10 +85,20 @@ export class SystemdJournalService extends Service {
79
85
  env?: string[] | string;
80
86
  };
81
87
  disabled: {
82
- type: string;
83
- collection: boolean;
84
88
  writeable: boolean;
85
89
  default: boolean;
90
+ type: string;
91
+ isKey: boolean;
92
+ writable: boolean;
93
+ mandatory: boolean;
94
+ collection: boolean;
95
+ private?: boolean;
96
+ depends?: string;
97
+ additionalAttributes: string[];
98
+ description?: string;
99
+ set?: Function;
100
+ get?: Function;
101
+ env?: string[] | string;
86
102
  };
87
103
  tags: {
88
104
  collection: boolean;
@@ -297,16 +313,22 @@ export class SystemdJournalService extends Service {
297
313
  collection: boolean;
298
314
  writeable: boolean;
299
315
  };
300
- type: {
301
- type: string;
302
- collection: boolean;
303
- writeable: boolean;
304
- };
316
+ type: import("pacc").AttributeDefinition;
305
317
  name: {
318
+ isKey: boolean;
319
+ writeable: boolean;
306
320
  type: string;
321
+ writable: boolean;
322
+ mandatory: boolean;
307
323
  collection: boolean;
308
- identifier: boolean;
309
- writeable: boolean;
324
+ private?: boolean;
325
+ depends?: string;
326
+ additionalAttributes: string[];
327
+ description?: string;
328
+ default?: any;
329
+ set?: Function;
330
+ get?: Function;
331
+ env?: string[] | string;
310
332
  };
311
333
  description: {
312
334
  writeable: boolean;
@@ -362,10 +384,20 @@ export class SystemdJournalService extends Service {
362
384
  env?: string[] | string;
363
385
  };
364
386
  disabled: {
365
- type: string;
366
- collection: boolean;
367
387
  writeable: boolean;
368
388
  default: boolean;
389
+ type: string;
390
+ isKey: boolean;
391
+ writable: boolean;
392
+ mandatory: boolean;
393
+ collection: boolean;
394
+ private?: boolean;
395
+ depends?: string;
396
+ additionalAttributes: string[];
397
+ description?: string;
398
+ set?: Function;
399
+ get?: Function;
400
+ env?: string[] | string;
369
401
  };
370
402
  tags: {
371
403
  collection: boolean;
@@ -14,16 +14,22 @@ export class SystemdResolvedService extends ExtraSourceService {
14
14
  collection: boolean;
15
15
  writeable: boolean;
16
16
  };
17
- type: {
18
- type: string;
19
- collection: boolean;
20
- writeable: boolean;
21
- };
17
+ type: import("pacc").AttributeDefinition;
22
18
  name: {
19
+ isKey: boolean;
20
+ writeable: boolean;
23
21
  type: string;
22
+ writable: boolean;
23
+ mandatory: boolean;
24
24
  collection: boolean;
25
- identifier: boolean;
26
- writeable: boolean;
25
+ private?: boolean;
26
+ depends?: string;
27
+ additionalAttributes: string[];
28
+ description?: string;
29
+ default?: any;
30
+ set?: Function;
31
+ get?: Function;
32
+ env?: string[] | string;
27
33
  };
28
34
  description: {
29
35
  writeable: boolean;
@@ -79,10 +85,20 @@ export class SystemdResolvedService extends ExtraSourceService {
79
85
  env?: string[] | string;
80
86
  };
81
87
  disabled: {
82
- type: string;
83
- collection: boolean;
84
88
  writeable: boolean;
85
89
  default: boolean;
90
+ type: string;
91
+ isKey: boolean;
92
+ writable: boolean;
93
+ mandatory: boolean;
94
+ collection: boolean;
95
+ private?: boolean;
96
+ depends?: string;
97
+ additionalAttributes: string[];
98
+ description?: string;
99
+ set?: Function;
100
+ get?: Function;
101
+ env?: string[] | string;
86
102
  };
87
103
  tags: {
88
104
  collection: boolean;
@@ -297,16 +313,22 @@ export class SystemdResolvedService extends ExtraSourceService {
297
313
  collection: boolean;
298
314
  writeable: boolean;
299
315
  };
300
- type: {
301
- type: string;
302
- collection: boolean;
303
- writeable: boolean;
304
- };
316
+ type: import("pacc").AttributeDefinition;
305
317
  name: {
318
+ isKey: boolean;
319
+ writeable: boolean;
306
320
  type: string;
321
+ writable: boolean;
322
+ mandatory: boolean;
307
323
  collection: boolean;
308
- identifier: boolean;
309
- writeable: boolean;
324
+ private?: boolean;
325
+ depends?: string;
326
+ additionalAttributes: string[];
327
+ description?: string;
328
+ default?: any;
329
+ set?: Function;
330
+ get?: Function;
331
+ env?: string[] | string;
310
332
  };
311
333
  description: {
312
334
  writeable: boolean;
@@ -362,10 +384,20 @@ export class SystemdResolvedService extends ExtraSourceService {
362
384
  env?: string[] | string;
363
385
  };
364
386
  disabled: {
365
- type: string;
366
- collection: boolean;
367
387
  writeable: boolean;
368
388
  default: boolean;
389
+ type: string;
390
+ isKey: boolean;
391
+ writable: boolean;
392
+ mandatory: boolean;
393
+ collection: boolean;
394
+ private?: boolean;
395
+ depends?: string;
396
+ additionalAttributes: string[];
397
+ description?: string;
398
+ set?: Function;
399
+ get?: Function;
400
+ env?: string[] | string;
369
401
  };
370
402
  tags: {
371
403
  collection: boolean;
@@ -14,16 +14,22 @@ export class SystemdTimesyncdService extends ExtraSourceService {
14
14
  collection: boolean;
15
15
  writeable: boolean;
16
16
  };
17
- type: {
18
- type: string;
19
- collection: boolean;
20
- writeable: boolean;
21
- };
17
+ type: import("pacc").AttributeDefinition;
22
18
  name: {
19
+ isKey: boolean;
20
+ writeable: boolean;
23
21
  type: string;
22
+ writable: boolean;
23
+ mandatory: boolean;
24
24
  collection: boolean;
25
- identifier: boolean;
26
- writeable: boolean;
25
+ private?: boolean;
26
+ depends?: string;
27
+ additionalAttributes: string[];
28
+ description?: string;
29
+ default?: any;
30
+ set?: Function;
31
+ get?: Function;
32
+ env?: string[] | string;
27
33
  };
28
34
  description: {
29
35
  writeable: boolean;
@@ -79,10 +85,20 @@ export class SystemdTimesyncdService extends ExtraSourceService {
79
85
  env?: string[] | string;
80
86
  };
81
87
  disabled: {
82
- type: string;
83
- collection: boolean;
84
88
  writeable: boolean;
85
89
  default: boolean;
90
+ type: string;
91
+ isKey: boolean;
92
+ writable: boolean;
93
+ mandatory: boolean;
94
+ collection: boolean;
95
+ private?: boolean;
96
+ depends?: string;
97
+ additionalAttributes: string[];
98
+ description?: string;
99
+ set?: Function;
100
+ get?: Function;
101
+ env?: string[] | string;
86
102
  };
87
103
  tags: {
88
104
  collection: boolean;
@@ -297,16 +313,22 @@ export class SystemdTimesyncdService extends ExtraSourceService {
297
313
  collection: boolean;
298
314
  writeable: boolean;
299
315
  };
300
- type: {
301
- type: string;
302
- collection: boolean;
303
- writeable: boolean;
304
- };
316
+ type: import("pacc").AttributeDefinition;
305
317
  name: {
318
+ isKey: boolean;
319
+ writeable: boolean;
306
320
  type: string;
321
+ writable: boolean;
322
+ mandatory: boolean;
307
323
  collection: boolean;
308
- identifier: boolean;
309
- writeable: boolean;
324
+ private?: boolean;
325
+ depends?: string;
326
+ additionalAttributes: string[];
327
+ description?: string;
328
+ default?: any;
329
+ set?: Function;
330
+ get?: Function;
331
+ env?: string[] | string;
310
332
  };
311
333
  description: {
312
334
  writeable: boolean;
@@ -362,10 +384,20 @@ export class SystemdTimesyncdService extends ExtraSourceService {
362
384
  env?: string[] | string;
363
385
  };
364
386
  disabled: {
365
- type: string;
366
- collection: boolean;
367
387
  writeable: boolean;
368
388
  default: boolean;
389
+ type: string;
390
+ isKey: boolean;
391
+ writable: boolean;
392
+ mandatory: boolean;
393
+ collection: boolean;
394
+ private?: boolean;
395
+ depends?: string;
396
+ additionalAttributes: string[];
397
+ description?: string;
398
+ set?: Function;
399
+ get?: Function;
400
+ env?: string[] | string;
369
401
  };
370
402
  tags: {
371
403
  collection: boolean;
@@ -7,9 +7,8 @@ export class Subnet extends Base {
7
7
  constructWithIdentifierOnly: boolean;
8
8
  properties: {
9
9
  address: {
10
- identifier: boolean;
11
- type: string;
12
10
  isKey: boolean;
11
+ type: string;
13
12
  writable: boolean;
14
13
  mandatory: boolean;
15
14
  collection: boolean;