pmcf 3.18.3 → 3.18.5

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.
@@ -17,6 +17,7 @@ export class SystemdJournalRemoteService extends Service {
17
17
  mandatory: boolean;
18
18
  private?: boolean;
19
19
  credential?: boolean;
20
+ persistent?: boolean;
20
21
  depends?: string;
21
22
  description?: string;
22
23
  default?: any;
@@ -36,6 +37,7 @@ export class SystemdJournalRemoteService extends Service {
36
37
  mandatory: boolean;
37
38
  private?: boolean;
38
39
  credential?: boolean;
40
+ persistent?: boolean;
39
41
  depends?: string;
40
42
  description?: string;
41
43
  default?: any;
@@ -57,6 +59,7 @@ export class SystemdJournalRemoteService extends Service {
57
59
  collection: boolean;
58
60
  private?: boolean;
59
61
  credential?: boolean;
62
+ persistent?: boolean;
60
63
  depends?: string;
61
64
  description?: string;
62
65
  default?: any;
@@ -78,6 +81,7 @@ export class SystemdJournalRemoteService extends Service {
78
81
  collection: boolean;
79
82
  private?: boolean;
80
83
  credential?: boolean;
84
+ persistent?: boolean;
81
85
  depends?: string;
82
86
  description?: string;
83
87
  default?: any;
@@ -101,6 +105,7 @@ export class SystemdJournalRemoteService extends Service {
101
105
  collection: boolean;
102
106
  private?: boolean;
103
107
  credential?: boolean;
108
+ persistent?: boolean;
104
109
  depends?: string;
105
110
  description?: string;
106
111
  default?: any;
@@ -120,6 +125,7 @@ export class SystemdJournalRemoteService extends Service {
120
125
  collection: boolean;
121
126
  private?: boolean;
122
127
  credential?: boolean;
128
+ persistent?: boolean;
123
129
  depends?: string;
124
130
  description?: string;
125
131
  default?: any;
@@ -141,6 +147,7 @@ export class SystemdJournalRemoteService extends Service {
141
147
  mandatory: boolean;
142
148
  private?: boolean;
143
149
  credential?: boolean;
150
+ persistent?: boolean;
144
151
  depends?: string;
145
152
  description?: string;
146
153
  default?: any;
@@ -162,6 +169,7 @@ export class SystemdJournalRemoteService extends Service {
162
169
  collection: boolean;
163
170
  private?: boolean;
164
171
  credential?: boolean;
172
+ persistent?: boolean;
165
173
  depends?: string;
166
174
  description?: string;
167
175
  default?: any;
@@ -193,6 +201,7 @@ export class SystemdJournalRemoteService extends Service {
193
201
  collection: boolean;
194
202
  private?: boolean;
195
203
  credential?: boolean;
204
+ persistent?: boolean;
196
205
  depends?: string;
197
206
  description?: string;
198
207
  default?: any;
@@ -215,6 +224,7 @@ export class SystemdJournalRemoteService extends Service {
215
224
  collection: boolean;
216
225
  private?: boolean;
217
226
  credential?: boolean;
227
+ persistent?: boolean;
218
228
  depends?: string;
219
229
  description?: string;
220
230
  default?: any;
@@ -236,6 +246,7 @@ export class SystemdJournalRemoteService extends Service {
236
246
  collection: boolean;
237
247
  private?: boolean;
238
248
  credential?: boolean;
249
+ persistent?: boolean;
239
250
  depends?: string;
240
251
  description?: string;
241
252
  default?: any;
@@ -269,6 +280,7 @@ export class SystemdJournalRemoteService extends Service {
269
280
  mandatory: boolean;
270
281
  private?: boolean;
271
282
  credential?: boolean;
283
+ persistent?: boolean;
272
284
  depends?: string;
273
285
  description?: string;
274
286
  default?: any;
@@ -288,6 +300,7 @@ export class SystemdJournalRemoteService extends Service {
288
300
  mandatory: boolean;
289
301
  private?: boolean;
290
302
  credential?: boolean;
303
+ persistent?: boolean;
291
304
  depends?: string;
292
305
  description?: string;
293
306
  default?: any;
@@ -309,6 +322,7 @@ export class SystemdJournalRemoteService extends Service {
309
322
  collection: boolean;
310
323
  private?: boolean;
311
324
  credential?: boolean;
325
+ persistent?: boolean;
312
326
  depends?: string;
313
327
  description?: string;
314
328
  default?: any;
@@ -330,6 +344,7 @@ export class SystemdJournalRemoteService extends Service {
330
344
  collection: boolean;
331
345
  private?: boolean;
332
346
  credential?: boolean;
347
+ persistent?: boolean;
333
348
  depends?: string;
334
349
  description?: string;
335
350
  default?: any;
@@ -353,6 +368,7 @@ export class SystemdJournalRemoteService extends Service {
353
368
  collection: boolean;
354
369
  private?: boolean;
355
370
  credential?: boolean;
371
+ persistent?: boolean;
356
372
  depends?: string;
357
373
  description?: string;
358
374
  default?: any;
@@ -372,6 +388,7 @@ export class SystemdJournalRemoteService extends Service {
372
388
  collection: boolean;
373
389
  private?: boolean;
374
390
  credential?: boolean;
391
+ persistent?: boolean;
375
392
  depends?: string;
376
393
  description?: string;
377
394
  default?: any;
@@ -393,6 +410,7 @@ export class SystemdJournalRemoteService extends Service {
393
410
  mandatory: boolean;
394
411
  private?: boolean;
395
412
  credential?: boolean;
413
+ persistent?: boolean;
396
414
  depends?: string;
397
415
  description?: string;
398
416
  default?: any;
@@ -414,6 +432,7 @@ export class SystemdJournalRemoteService extends Service {
414
432
  collection: boolean;
415
433
  private?: boolean;
416
434
  credential?: boolean;
435
+ persistent?: boolean;
417
436
  depends?: string;
418
437
  description?: string;
419
438
  default?: any;
@@ -445,6 +464,7 @@ export class SystemdJournalRemoteService extends Service {
445
464
  collection: boolean;
446
465
  private?: boolean;
447
466
  credential?: boolean;
467
+ persistent?: boolean;
448
468
  depends?: string;
449
469
  description?: string;
450
470
  default?: any;
@@ -467,6 +487,7 @@ export class SystemdJournalRemoteService extends Service {
467
487
  collection: boolean;
468
488
  private?: boolean;
469
489
  credential?: boolean;
490
+ persistent?: boolean;
470
491
  depends?: string;
471
492
  description?: string;
472
493
  default?: any;
@@ -488,6 +509,7 @@ export class SystemdJournalRemoteService extends Service {
488
509
  collection: boolean;
489
510
  private?: boolean;
490
511
  credential?: boolean;
512
+ persistent?: boolean;
491
513
  depends?: string;
492
514
  description?: string;
493
515
  default?: any;
@@ -519,6 +541,7 @@ export class SystemdJournalRemoteService extends Service {
519
541
  mandatory: boolean;
520
542
  private?: boolean;
521
543
  credential?: boolean;
544
+ persistent?: boolean;
522
545
  depends?: string;
523
546
  description?: string;
524
547
  default?: any;
@@ -538,6 +561,7 @@ export class SystemdJournalRemoteService extends Service {
538
561
  mandatory: boolean;
539
562
  private?: boolean;
540
563
  credential?: boolean;
564
+ persistent?: boolean;
541
565
  depends?: string;
542
566
  description?: string;
543
567
  default?: any;
@@ -559,6 +583,7 @@ export class SystemdJournalRemoteService extends Service {
559
583
  collection: boolean;
560
584
  private?: boolean;
561
585
  credential?: boolean;
586
+ persistent?: boolean;
562
587
  depends?: string;
563
588
  description?: string;
564
589
  default?: any;
@@ -580,6 +605,7 @@ export class SystemdJournalRemoteService extends Service {
580
605
  collection: boolean;
581
606
  private?: boolean;
582
607
  credential?: boolean;
608
+ persistent?: boolean;
583
609
  depends?: string;
584
610
  description?: string;
585
611
  default?: any;
@@ -603,6 +629,7 @@ export class SystemdJournalRemoteService extends Service {
603
629
  collection: boolean;
604
630
  private?: boolean;
605
631
  credential?: boolean;
632
+ persistent?: boolean;
606
633
  depends?: string;
607
634
  description?: string;
608
635
  default?: any;
@@ -622,6 +649,7 @@ export class SystemdJournalRemoteService extends Service {
622
649
  collection: boolean;
623
650
  private?: boolean;
624
651
  credential?: boolean;
652
+ persistent?: boolean;
625
653
  depends?: string;
626
654
  description?: string;
627
655
  default?: any;
@@ -643,6 +671,7 @@ export class SystemdJournalRemoteService extends Service {
643
671
  mandatory: boolean;
644
672
  private?: boolean;
645
673
  credential?: boolean;
674
+ persistent?: boolean;
646
675
  depends?: string;
647
676
  description?: string;
648
677
  default?: any;
@@ -664,6 +693,7 @@ export class SystemdJournalRemoteService extends Service {
664
693
  collection: boolean;
665
694
  private?: boolean;
666
695
  credential?: boolean;
696
+ persistent?: boolean;
667
697
  depends?: string;
668
698
  description?: string;
669
699
  default?: any;
@@ -17,6 +17,7 @@ export class SystemdJournalUploadService extends Service {
17
17
  mandatory: boolean;
18
18
  private?: boolean;
19
19
  credential?: boolean;
20
+ persistent?: boolean;
20
21
  depends?: string;
21
22
  description?: string;
22
23
  default?: any;
@@ -36,6 +37,7 @@ export class SystemdJournalUploadService extends Service {
36
37
  mandatory: boolean;
37
38
  private?: boolean;
38
39
  credential?: boolean;
40
+ persistent?: boolean;
39
41
  depends?: string;
40
42
  description?: string;
41
43
  default?: any;
@@ -57,6 +59,7 @@ export class SystemdJournalUploadService extends Service {
57
59
  collection: boolean;
58
60
  private?: boolean;
59
61
  credential?: boolean;
62
+ persistent?: boolean;
60
63
  depends?: string;
61
64
  description?: string;
62
65
  default?: any;
@@ -78,6 +81,7 @@ export class SystemdJournalUploadService extends Service {
78
81
  collection: boolean;
79
82
  private?: boolean;
80
83
  credential?: boolean;
84
+ persistent?: boolean;
81
85
  depends?: string;
82
86
  description?: string;
83
87
  default?: any;
@@ -101,6 +105,7 @@ export class SystemdJournalUploadService extends Service {
101
105
  collection: boolean;
102
106
  private?: boolean;
103
107
  credential?: boolean;
108
+ persistent?: boolean;
104
109
  depends?: string;
105
110
  description?: string;
106
111
  default?: any;
@@ -120,6 +125,7 @@ export class SystemdJournalUploadService extends Service {
120
125
  collection: boolean;
121
126
  private?: boolean;
122
127
  credential?: boolean;
128
+ persistent?: boolean;
123
129
  depends?: string;
124
130
  description?: string;
125
131
  default?: any;
@@ -141,6 +147,7 @@ export class SystemdJournalUploadService extends Service {
141
147
  mandatory: boolean;
142
148
  private?: boolean;
143
149
  credential?: boolean;
150
+ persistent?: boolean;
144
151
  depends?: string;
145
152
  description?: string;
146
153
  default?: any;
@@ -162,6 +169,7 @@ export class SystemdJournalUploadService extends Service {
162
169
  collection: boolean;
163
170
  private?: boolean;
164
171
  credential?: boolean;
172
+ persistent?: boolean;
165
173
  depends?: string;
166
174
  description?: string;
167
175
  default?: any;
@@ -193,6 +201,7 @@ export class SystemdJournalUploadService extends Service {
193
201
  collection: boolean;
194
202
  private?: boolean;
195
203
  credential?: boolean;
204
+ persistent?: boolean;
196
205
  depends?: string;
197
206
  description?: string;
198
207
  default?: any;
@@ -215,6 +224,7 @@ export class SystemdJournalUploadService extends Service {
215
224
  collection: boolean;
216
225
  private?: boolean;
217
226
  credential?: boolean;
227
+ persistent?: boolean;
218
228
  depends?: string;
219
229
  description?: string;
220
230
  default?: any;
@@ -236,6 +246,7 @@ export class SystemdJournalUploadService extends Service {
236
246
  collection: boolean;
237
247
  private?: boolean;
238
248
  credential?: boolean;
249
+ persistent?: boolean;
239
250
  depends?: string;
240
251
  description?: string;
241
252
  default?: any;
@@ -269,6 +280,7 @@ export class SystemdJournalUploadService extends Service {
269
280
  mandatory: boolean;
270
281
  private?: boolean;
271
282
  credential?: boolean;
283
+ persistent?: boolean;
272
284
  depends?: string;
273
285
  description?: string;
274
286
  default?: any;
@@ -288,6 +300,7 @@ export class SystemdJournalUploadService extends Service {
288
300
  mandatory: boolean;
289
301
  private?: boolean;
290
302
  credential?: boolean;
303
+ persistent?: boolean;
291
304
  depends?: string;
292
305
  description?: string;
293
306
  default?: any;
@@ -309,6 +322,7 @@ export class SystemdJournalUploadService extends Service {
309
322
  collection: boolean;
310
323
  private?: boolean;
311
324
  credential?: boolean;
325
+ persistent?: boolean;
312
326
  depends?: string;
313
327
  description?: string;
314
328
  default?: any;
@@ -330,6 +344,7 @@ export class SystemdJournalUploadService extends Service {
330
344
  collection: boolean;
331
345
  private?: boolean;
332
346
  credential?: boolean;
347
+ persistent?: boolean;
333
348
  depends?: string;
334
349
  description?: string;
335
350
  default?: any;
@@ -353,6 +368,7 @@ export class SystemdJournalUploadService extends Service {
353
368
  collection: boolean;
354
369
  private?: boolean;
355
370
  credential?: boolean;
371
+ persistent?: boolean;
356
372
  depends?: string;
357
373
  description?: string;
358
374
  default?: any;
@@ -372,6 +388,7 @@ export class SystemdJournalUploadService extends Service {
372
388
  collection: boolean;
373
389
  private?: boolean;
374
390
  credential?: boolean;
391
+ persistent?: boolean;
375
392
  depends?: string;
376
393
  description?: string;
377
394
  default?: any;
@@ -393,6 +410,7 @@ export class SystemdJournalUploadService extends Service {
393
410
  mandatory: boolean;
394
411
  private?: boolean;
395
412
  credential?: boolean;
413
+ persistent?: boolean;
396
414
  depends?: string;
397
415
  description?: string;
398
416
  default?: any;
@@ -414,6 +432,7 @@ export class SystemdJournalUploadService extends Service {
414
432
  collection: boolean;
415
433
  private?: boolean;
416
434
  credential?: boolean;
435
+ persistent?: boolean;
417
436
  depends?: string;
418
437
  description?: string;
419
438
  default?: any;
@@ -445,6 +464,7 @@ export class SystemdJournalUploadService extends Service {
445
464
  collection: boolean;
446
465
  private?: boolean;
447
466
  credential?: boolean;
467
+ persistent?: boolean;
448
468
  depends?: string;
449
469
  description?: string;
450
470
  default?: any;
@@ -467,6 +487,7 @@ export class SystemdJournalUploadService extends Service {
467
487
  collection: boolean;
468
488
  private?: boolean;
469
489
  credential?: boolean;
490
+ persistent?: boolean;
470
491
  depends?: string;
471
492
  description?: string;
472
493
  default?: any;
@@ -488,6 +509,7 @@ export class SystemdJournalUploadService extends Service {
488
509
  collection: boolean;
489
510
  private?: boolean;
490
511
  credential?: boolean;
512
+ persistent?: boolean;
491
513
  depends?: string;
492
514
  description?: string;
493
515
  default?: any;
@@ -519,6 +541,7 @@ export class SystemdJournalUploadService extends Service {
519
541
  mandatory: boolean;
520
542
  private?: boolean;
521
543
  credential?: boolean;
544
+ persistent?: boolean;
522
545
  depends?: string;
523
546
  description?: string;
524
547
  default?: any;
@@ -538,6 +561,7 @@ export class SystemdJournalUploadService extends Service {
538
561
  mandatory: boolean;
539
562
  private?: boolean;
540
563
  credential?: boolean;
564
+ persistent?: boolean;
541
565
  depends?: string;
542
566
  description?: string;
543
567
  default?: any;
@@ -559,6 +583,7 @@ export class SystemdJournalUploadService extends Service {
559
583
  collection: boolean;
560
584
  private?: boolean;
561
585
  credential?: boolean;
586
+ persistent?: boolean;
562
587
  depends?: string;
563
588
  description?: string;
564
589
  default?: any;
@@ -580,6 +605,7 @@ export class SystemdJournalUploadService extends Service {
580
605
  collection: boolean;
581
606
  private?: boolean;
582
607
  credential?: boolean;
608
+ persistent?: boolean;
583
609
  depends?: string;
584
610
  description?: string;
585
611
  default?: any;
@@ -603,6 +629,7 @@ export class SystemdJournalUploadService extends Service {
603
629
  collection: boolean;
604
630
  private?: boolean;
605
631
  credential?: boolean;
632
+ persistent?: boolean;
606
633
  depends?: string;
607
634
  description?: string;
608
635
  default?: any;
@@ -622,6 +649,7 @@ export class SystemdJournalUploadService extends Service {
622
649
  collection: boolean;
623
650
  private?: boolean;
624
651
  credential?: boolean;
652
+ persistent?: boolean;
625
653
  depends?: string;
626
654
  description?: string;
627
655
  default?: any;
@@ -643,6 +671,7 @@ export class SystemdJournalUploadService extends Service {
643
671
  mandatory: boolean;
644
672
  private?: boolean;
645
673
  credential?: boolean;
674
+ persistent?: boolean;
646
675
  depends?: string;
647
676
  description?: string;
648
677
  default?: any;
@@ -664,6 +693,7 @@ export class SystemdJournalUploadService extends Service {
664
693
  collection: boolean;
665
694
  private?: boolean;
666
695
  credential?: boolean;
696
+ persistent?: boolean;
667
697
  depends?: string;
668
698
  description?: string;
669
699
  default?: any;
@@ -17,6 +17,7 @@ export class SystemdJournalService extends Service {
17
17
  mandatory: boolean;
18
18
  private?: boolean;
19
19
  credential?: boolean;
20
+ persistent?: boolean;
20
21
  depends?: string;
21
22
  description?: string;
22
23
  default?: any;
@@ -36,6 +37,7 @@ export class SystemdJournalService extends Service {
36
37
  mandatory: boolean;
37
38
  private?: boolean;
38
39
  credential?: boolean;
40
+ persistent?: boolean;
39
41
  depends?: string;
40
42
  description?: string;
41
43
  default?: any;
@@ -57,6 +59,7 @@ export class SystemdJournalService extends Service {
57
59
  collection: boolean;
58
60
  private?: boolean;
59
61
  credential?: boolean;
62
+ persistent?: boolean;
60
63
  depends?: string;
61
64
  description?: string;
62
65
  default?: any;
@@ -78,6 +81,7 @@ export class SystemdJournalService extends Service {
78
81
  collection: boolean;
79
82
  private?: boolean;
80
83
  credential?: boolean;
84
+ persistent?: boolean;
81
85
  depends?: string;
82
86
  description?: string;
83
87
  default?: any;
@@ -101,6 +105,7 @@ export class SystemdJournalService extends Service {
101
105
  collection: boolean;
102
106
  private?: boolean;
103
107
  credential?: boolean;
108
+ persistent?: boolean;
104
109
  depends?: string;
105
110
  description?: string;
106
111
  default?: any;
@@ -120,6 +125,7 @@ export class SystemdJournalService extends Service {
120
125
  collection: boolean;
121
126
  private?: boolean;
122
127
  credential?: boolean;
128
+ persistent?: boolean;
123
129
  depends?: string;
124
130
  description?: string;
125
131
  default?: any;
@@ -141,6 +147,7 @@ export class SystemdJournalService extends Service {
141
147
  mandatory: boolean;
142
148
  private?: boolean;
143
149
  credential?: boolean;
150
+ persistent?: boolean;
144
151
  depends?: string;
145
152
  description?: string;
146
153
  default?: any;
@@ -162,6 +169,7 @@ export class SystemdJournalService extends Service {
162
169
  collection: boolean;
163
170
  private?: boolean;
164
171
  credential?: boolean;
172
+ persistent?: boolean;
165
173
  depends?: string;
166
174
  description?: string;
167
175
  default?: any;
@@ -193,6 +201,7 @@ export class SystemdJournalService extends Service {
193
201
  collection: boolean;
194
202
  private?: boolean;
195
203
  credential?: boolean;
204
+ persistent?: boolean;
196
205
  depends?: string;
197
206
  description?: string;
198
207
  default?: any;
@@ -215,6 +224,7 @@ export class SystemdJournalService extends Service {
215
224
  collection: boolean;
216
225
  private?: boolean;
217
226
  credential?: boolean;
227
+ persistent?: boolean;
218
228
  depends?: string;
219
229
  description?: string;
220
230
  default?: any;
@@ -236,6 +246,7 @@ export class SystemdJournalService extends Service {
236
246
  collection: boolean;
237
247
  private?: boolean;
238
248
  credential?: boolean;
249
+ persistent?: boolean;
239
250
  depends?: string;
240
251
  description?: string;
241
252
  default?: any;
@@ -269,6 +280,7 @@ export class SystemdJournalService extends Service {
269
280
  mandatory: boolean;
270
281
  private?: boolean;
271
282
  credential?: boolean;
283
+ persistent?: boolean;
272
284
  depends?: string;
273
285
  description?: string;
274
286
  default?: any;
@@ -288,6 +300,7 @@ export class SystemdJournalService extends Service {
288
300
  mandatory: boolean;
289
301
  private?: boolean;
290
302
  credential?: boolean;
303
+ persistent?: boolean;
291
304
  depends?: string;
292
305
  description?: string;
293
306
  default?: any;
@@ -309,6 +322,7 @@ export class SystemdJournalService extends Service {
309
322
  collection: boolean;
310
323
  private?: boolean;
311
324
  credential?: boolean;
325
+ persistent?: boolean;
312
326
  depends?: string;
313
327
  description?: string;
314
328
  default?: any;
@@ -330,6 +344,7 @@ export class SystemdJournalService extends Service {
330
344
  collection: boolean;
331
345
  private?: boolean;
332
346
  credential?: boolean;
347
+ persistent?: boolean;
333
348
  depends?: string;
334
349
  description?: string;
335
350
  default?: any;
@@ -353,6 +368,7 @@ export class SystemdJournalService extends Service {
353
368
  collection: boolean;
354
369
  private?: boolean;
355
370
  credential?: boolean;
371
+ persistent?: boolean;
356
372
  depends?: string;
357
373
  description?: string;
358
374
  default?: any;
@@ -372,6 +388,7 @@ export class SystemdJournalService extends Service {
372
388
  collection: boolean;
373
389
  private?: boolean;
374
390
  credential?: boolean;
391
+ persistent?: boolean;
375
392
  depends?: string;
376
393
  description?: string;
377
394
  default?: any;
@@ -393,6 +410,7 @@ export class SystemdJournalService extends Service {
393
410
  mandatory: boolean;
394
411
  private?: boolean;
395
412
  credential?: boolean;
413
+ persistent?: boolean;
396
414
  depends?: string;
397
415
  description?: string;
398
416
  default?: any;
@@ -414,6 +432,7 @@ export class SystemdJournalService extends Service {
414
432
  collection: boolean;
415
433
  private?: boolean;
416
434
  credential?: boolean;
435
+ persistent?: boolean;
417
436
  depends?: string;
418
437
  description?: string;
419
438
  default?: any;
@@ -445,6 +464,7 @@ export class SystemdJournalService extends Service {
445
464
  collection: boolean;
446
465
  private?: boolean;
447
466
  credential?: boolean;
467
+ persistent?: boolean;
448
468
  depends?: string;
449
469
  description?: string;
450
470
  default?: any;
@@ -467,6 +487,7 @@ export class SystemdJournalService extends Service {
467
487
  collection: boolean;
468
488
  private?: boolean;
469
489
  credential?: boolean;
490
+ persistent?: boolean;
470
491
  depends?: string;
471
492
  description?: string;
472
493
  default?: any;
@@ -488,6 +509,7 @@ export class SystemdJournalService extends Service {
488
509
  collection: boolean;
489
510
  private?: boolean;
490
511
  credential?: boolean;
512
+ persistent?: boolean;
491
513
  depends?: string;
492
514
  description?: string;
493
515
  default?: any;
@@ -519,6 +541,7 @@ export class SystemdJournalService extends Service {
519
541
  mandatory: boolean;
520
542
  private?: boolean;
521
543
  credential?: boolean;
544
+ persistent?: boolean;
522
545
  depends?: string;
523
546
  description?: string;
524
547
  default?: any;
@@ -538,6 +561,7 @@ export class SystemdJournalService extends Service {
538
561
  mandatory: boolean;
539
562
  private?: boolean;
540
563
  credential?: boolean;
564
+ persistent?: boolean;
541
565
  depends?: string;
542
566
  description?: string;
543
567
  default?: any;
@@ -559,6 +583,7 @@ export class SystemdJournalService extends Service {
559
583
  collection: boolean;
560
584
  private?: boolean;
561
585
  credential?: boolean;
586
+ persistent?: boolean;
562
587
  depends?: string;
563
588
  description?: string;
564
589
  default?: any;
@@ -580,6 +605,7 @@ export class SystemdJournalService extends Service {
580
605
  collection: boolean;
581
606
  private?: boolean;
582
607
  credential?: boolean;
608
+ persistent?: boolean;
583
609
  depends?: string;
584
610
  description?: string;
585
611
  default?: any;
@@ -603,6 +629,7 @@ export class SystemdJournalService extends Service {
603
629
  collection: boolean;
604
630
  private?: boolean;
605
631
  credential?: boolean;
632
+ persistent?: boolean;
606
633
  depends?: string;
607
634
  description?: string;
608
635
  default?: any;
@@ -622,6 +649,7 @@ export class SystemdJournalService extends Service {
622
649
  collection: boolean;
623
650
  private?: boolean;
624
651
  credential?: boolean;
652
+ persistent?: boolean;
625
653
  depends?: string;
626
654
  description?: string;
627
655
  default?: any;
@@ -643,6 +671,7 @@ export class SystemdJournalService extends Service {
643
671
  mandatory: boolean;
644
672
  private?: boolean;
645
673
  credential?: boolean;
674
+ persistent?: boolean;
646
675
  depends?: string;
647
676
  description?: string;
648
677
  default?: any;
@@ -664,6 +693,7 @@ export class SystemdJournalService extends Service {
664
693
  collection: boolean;
665
694
  private?: boolean;
666
695
  credential?: boolean;
696
+ persistent?: boolean;
667
697
  depends?: string;
668
698
  description?: string;
669
699
  default?: any;