pmcf 3.18.0 → 3.18.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.
@@ -12,6 +12,7 @@ export namespace EthernetNetworkInterfaceTypeDefinition {
12
12
  writable: boolean;
13
13
  mandatory: boolean;
14
14
  private?: boolean;
15
+ credential?: boolean;
15
16
  depends?: string;
16
17
  description?: string;
17
18
  default?: any;
@@ -43,6 +44,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
43
44
  writable: boolean;
44
45
  mandatory: boolean;
45
46
  private?: boolean;
47
+ credential?: boolean;
46
48
  depends?: string;
47
49
  description?: string;
48
50
  default?: any;
@@ -61,6 +63,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
61
63
  mandatory: boolean;
62
64
  collection: boolean;
63
65
  private?: boolean;
66
+ credential?: boolean;
64
67
  depends?: string;
65
68
  description?: string;
66
69
  default?: any;
@@ -91,6 +94,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
91
94
  writable: boolean;
92
95
  mandatory: boolean;
93
96
  private?: boolean;
97
+ credential?: boolean;
94
98
  depends?: string;
95
99
  description?: string;
96
100
  default?: any;
@@ -109,6 +113,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
109
113
  writable: boolean;
110
114
  mandatory: boolean;
111
115
  private?: boolean;
116
+ credential?: boolean;
112
117
  depends?: string;
113
118
  description?: string;
114
119
  default?: any;
@@ -127,6 +132,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
127
132
  writable: boolean;
128
133
  mandatory: boolean;
129
134
  private?: boolean;
135
+ credential?: boolean;
130
136
  depends?: string;
131
137
  description?: string;
132
138
  default?: any;
@@ -153,6 +159,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
153
159
  writable: boolean;
154
160
  mandatory: boolean;
155
161
  private?: boolean;
162
+ credential?: boolean;
156
163
  depends?: string;
157
164
  description?: string;
158
165
  default?: any;
@@ -173,6 +180,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
173
180
  writable: boolean;
174
181
  mandatory: boolean;
175
182
  private?: boolean;
183
+ credential?: boolean;
176
184
  depends?: string;
177
185
  description?: string;
178
186
  default?: any;
@@ -197,6 +205,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
197
205
  mandatory: boolean;
198
206
  collection: boolean;
199
207
  private?: boolean;
208
+ credential?: boolean;
200
209
  depends?: string;
201
210
  description?: string;
202
211
  default?: any;
@@ -219,6 +228,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
219
228
  writable: boolean;
220
229
  mandatory: boolean;
221
230
  private?: boolean;
231
+ credential?: boolean;
222
232
  depends?: string;
223
233
  description?: string;
224
234
  default?: any;
@@ -237,6 +247,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
237
247
  mandatory: boolean;
238
248
  collection: boolean;
239
249
  private?: boolean;
250
+ credential?: boolean;
240
251
  depends?: string;
241
252
  description?: string;
242
253
  default?: any;
@@ -256,6 +267,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
256
267
  mandatory: boolean;
257
268
  collection: boolean;
258
269
  private?: boolean;
270
+ credential?: boolean;
259
271
  depends?: string;
260
272
  description?: string;
261
273
  default?: any;
@@ -274,6 +286,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
274
286
  mandatory: boolean;
275
287
  collection: boolean;
276
288
  private?: boolean;
289
+ credential?: boolean;
277
290
  depends?: string;
278
291
  description?: string;
279
292
  default?: any;
@@ -292,6 +305,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
292
305
  mandatory: boolean;
293
306
  collection: boolean;
294
307
  private?: boolean;
308
+ credential?: boolean;
295
309
  depends?: string;
296
310
  description?: string;
297
311
  default?: any;
@@ -312,6 +326,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
312
326
  mandatory: boolean;
313
327
  collection: boolean;
314
328
  private?: boolean;
329
+ credential?: boolean;
315
330
  depends?: string;
316
331
  description?: string;
317
332
  default?: any;
@@ -331,6 +346,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
331
346
  mandatory: boolean;
332
347
  collection: boolean;
333
348
  private?: boolean;
349
+ credential?: boolean;
334
350
  depends?: string;
335
351
  description?: string;
336
352
  set?: Function;
@@ -349,6 +365,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
349
365
  mandatory: boolean;
350
366
  collection: boolean;
351
367
  private?: boolean;
368
+ credential?: boolean;
352
369
  depends?: string;
353
370
  description?: string;
354
371
  default?: any;
@@ -373,6 +390,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
373
390
  mandatory: boolean;
374
391
  collection: boolean;
375
392
  private?: boolean;
393
+ credential?: boolean;
376
394
  depends?: string;
377
395
  description?: string;
378
396
  default?: any;
@@ -391,6 +409,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
391
409
  mandatory: boolean;
392
410
  collection: boolean;
393
411
  private?: boolean;
412
+ credential?: boolean;
394
413
  depends?: string;
395
414
  description?: string;
396
415
  default?: any;
@@ -409,6 +428,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
409
428
  mandatory: boolean;
410
429
  collection: boolean;
411
430
  private?: boolean;
431
+ credential?: boolean;
412
432
  depends?: string;
413
433
  description?: string;
414
434
  default?: any;
@@ -429,6 +449,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
429
449
  mandatory: boolean;
430
450
  collection: boolean;
431
451
  private?: boolean;
452
+ credential?: boolean;
432
453
  depends?: string;
433
454
  description?: string;
434
455
  default?: any;
@@ -448,6 +469,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
448
469
  mandatory: boolean;
449
470
  collection: boolean;
450
471
  private?: boolean;
472
+ credential?: boolean;
451
473
  depends?: string;
452
474
  description?: string;
453
475
  set?: Function;
@@ -465,6 +487,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
465
487
  mandatory: boolean;
466
488
  collection: boolean;
467
489
  private?: boolean;
490
+ credential?: boolean;
468
491
  depends?: string;
469
492
  description?: string;
470
493
  default?: any;
@@ -494,6 +517,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
494
517
  writable: boolean;
495
518
  mandatory: boolean;
496
519
  private?: boolean;
520
+ credential?: boolean;
497
521
  depends?: string;
498
522
  description?: string;
499
523
  default?: any;
@@ -512,6 +536,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
512
536
  mandatory: boolean;
513
537
  collection: boolean;
514
538
  private?: boolean;
539
+ credential?: boolean;
515
540
  depends?: string;
516
541
  description?: string;
517
542
  default?: any;
@@ -542,6 +567,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
542
567
  writable: boolean;
543
568
  mandatory: boolean;
544
569
  private?: boolean;
570
+ credential?: boolean;
545
571
  depends?: string;
546
572
  description?: string;
547
573
  default?: any;
@@ -560,6 +586,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
560
586
  writable: boolean;
561
587
  mandatory: boolean;
562
588
  private?: boolean;
589
+ credential?: boolean;
563
590
  depends?: string;
564
591
  description?: string;
565
592
  default?: any;
@@ -578,6 +605,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
578
605
  writable: boolean;
579
606
  mandatory: boolean;
580
607
  private?: boolean;
608
+ credential?: boolean;
581
609
  depends?: string;
582
610
  description?: string;
583
611
  default?: any;
@@ -604,6 +632,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
604
632
  writable: boolean;
605
633
  mandatory: boolean;
606
634
  private?: boolean;
635
+ credential?: boolean;
607
636
  depends?: string;
608
637
  description?: string;
609
638
  default?: any;
@@ -624,6 +653,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
624
653
  writable: boolean;
625
654
  mandatory: boolean;
626
655
  private?: boolean;
656
+ credential?: boolean;
627
657
  depends?: string;
628
658
  description?: string;
629
659
  default?: any;
@@ -648,6 +678,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
648
678
  mandatory: boolean;
649
679
  collection: boolean;
650
680
  private?: boolean;
681
+ credential?: boolean;
651
682
  depends?: string;
652
683
  description?: string;
653
684
  default?: any;
@@ -670,6 +701,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
670
701
  writable: boolean;
671
702
  mandatory: boolean;
672
703
  private?: boolean;
704
+ credential?: boolean;
673
705
  depends?: string;
674
706
  description?: string;
675
707
  default?: any;
@@ -688,6 +720,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
688
720
  mandatory: boolean;
689
721
  collection: boolean;
690
722
  private?: boolean;
723
+ credential?: boolean;
691
724
  depends?: string;
692
725
  description?: string;
693
726
  default?: any;
@@ -707,6 +740,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
707
740
  mandatory: boolean;
708
741
  collection: boolean;
709
742
  private?: boolean;
743
+ credential?: boolean;
710
744
  depends?: string;
711
745
  description?: string;
712
746
  default?: any;
@@ -725,6 +759,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
725
759
  mandatory: boolean;
726
760
  collection: boolean;
727
761
  private?: boolean;
762
+ credential?: boolean;
728
763
  depends?: string;
729
764
  description?: string;
730
765
  default?: any;
@@ -743,6 +778,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
743
778
  mandatory: boolean;
744
779
  collection: boolean;
745
780
  private?: boolean;
781
+ credential?: boolean;
746
782
  depends?: string;
747
783
  description?: string;
748
784
  default?: any;
@@ -763,6 +799,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
763
799
  mandatory: boolean;
764
800
  collection: boolean;
765
801
  private?: boolean;
802
+ credential?: boolean;
766
803
  depends?: string;
767
804
  description?: string;
768
805
  default?: any;
@@ -782,6 +819,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
782
819
  mandatory: boolean;
783
820
  collection: boolean;
784
821
  private?: boolean;
822
+ credential?: boolean;
785
823
  depends?: string;
786
824
  description?: string;
787
825
  set?: Function;
@@ -800,6 +838,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
800
838
  mandatory: boolean;
801
839
  collection: boolean;
802
840
  private?: boolean;
841
+ credential?: boolean;
803
842
  depends?: string;
804
843
  description?: string;
805
844
  default?: any;
@@ -824,6 +863,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
824
863
  mandatory: boolean;
825
864
  collection: boolean;
826
865
  private?: boolean;
866
+ credential?: boolean;
827
867
  depends?: string;
828
868
  description?: string;
829
869
  default?: any;
@@ -842,6 +882,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
842
882
  mandatory: boolean;
843
883
  collection: boolean;
844
884
  private?: boolean;
885
+ credential?: boolean;
845
886
  depends?: string;
846
887
  description?: string;
847
888
  default?: any;
@@ -860,6 +901,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
860
901
  mandatory: boolean;
861
902
  collection: boolean;
862
903
  private?: boolean;
904
+ credential?: boolean;
863
905
  depends?: string;
864
906
  description?: string;
865
907
  default?: any;
@@ -880,6 +922,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
880
922
  mandatory: boolean;
881
923
  collection: boolean;
882
924
  private?: boolean;
925
+ credential?: boolean;
883
926
  depends?: string;
884
927
  description?: string;
885
928
  default?: any;
@@ -899,6 +942,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
899
942
  mandatory: boolean;
900
943
  collection: boolean;
901
944
  private?: boolean;
945
+ credential?: boolean;
902
946
  depends?: string;
903
947
  description?: string;
904
948
  set?: Function;
@@ -916,6 +960,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
916
960
  mandatory: boolean;
917
961
  collection: boolean;
918
962
  private?: boolean;
963
+ credential?: boolean;
919
964
  depends?: string;
920
965
  description?: string;
921
966
  default?: any;
@@ -940,6 +985,7 @@ export class EthernetNetworkInterface extends NetworkInterface {
940
985
  writable: boolean;
941
986
  mandatory: boolean;
942
987
  private?: boolean;
988
+ credential?: boolean;
943
989
  depends?: string;
944
990
  description?: string;
945
991
  default?: any;