pmcf 3.18.4 → 3.18.6

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.
@@ -19,6 +19,7 @@ export class BindService extends ExtraSourceService {
19
19
  mandatory: boolean;
20
20
  private?: boolean;
21
21
  credential?: boolean;
22
+ persistent?: boolean;
22
23
  depends?: string;
23
24
  description?: string;
24
25
  default?: any;
@@ -38,6 +39,7 @@ export class BindService extends ExtraSourceService {
38
39
  mandatory: boolean;
39
40
  private?: boolean;
40
41
  credential?: boolean;
42
+ persistent?: boolean;
41
43
  depends?: string;
42
44
  description?: string;
43
45
  default?: any;
@@ -59,6 +61,7 @@ export class BindService extends ExtraSourceService {
59
61
  collection: boolean;
60
62
  private?: boolean;
61
63
  credential?: boolean;
64
+ persistent?: boolean;
62
65
  depends?: string;
63
66
  description?: string;
64
67
  default?: any;
@@ -80,6 +83,7 @@ export class BindService extends ExtraSourceService {
80
83
  collection: boolean;
81
84
  private?: boolean;
82
85
  credential?: boolean;
86
+ persistent?: boolean;
83
87
  depends?: string;
84
88
  description?: string;
85
89
  default?: any;
@@ -103,6 +107,7 @@ export class BindService extends ExtraSourceService {
103
107
  collection: boolean;
104
108
  private?: boolean;
105
109
  credential?: boolean;
110
+ persistent?: boolean;
106
111
  depends?: string;
107
112
  description?: string;
108
113
  default?: any;
@@ -122,6 +127,7 @@ export class BindService extends ExtraSourceService {
122
127
  collection: boolean;
123
128
  private?: boolean;
124
129
  credential?: boolean;
130
+ persistent?: boolean;
125
131
  depends?: string;
126
132
  description?: string;
127
133
  default?: any;
@@ -143,6 +149,7 @@ export class BindService extends ExtraSourceService {
143
149
  mandatory: boolean;
144
150
  private?: boolean;
145
151
  credential?: boolean;
152
+ persistent?: boolean;
146
153
  depends?: string;
147
154
  description?: string;
148
155
  default?: any;
@@ -164,6 +171,7 @@ export class BindService extends ExtraSourceService {
164
171
  collection: boolean;
165
172
  private?: boolean;
166
173
  credential?: boolean;
174
+ persistent?: boolean;
167
175
  depends?: string;
168
176
  description?: string;
169
177
  default?: any;
@@ -195,6 +203,7 @@ export class BindService extends ExtraSourceService {
195
203
  collection: boolean;
196
204
  private?: boolean;
197
205
  credential?: boolean;
206
+ persistent?: boolean;
198
207
  depends?: string;
199
208
  description?: string;
200
209
  default?: any;
@@ -217,6 +226,7 @@ export class BindService extends ExtraSourceService {
217
226
  collection: boolean;
218
227
  private?: boolean;
219
228
  credential?: boolean;
229
+ persistent?: boolean;
220
230
  depends?: string;
221
231
  description?: string;
222
232
  default?: any;
@@ -238,6 +248,7 @@ export class BindService extends ExtraSourceService {
238
248
  collection: boolean;
239
249
  private?: boolean;
240
250
  credential?: boolean;
251
+ persistent?: boolean;
241
252
  depends?: string;
242
253
  description?: string;
243
254
  default?: any;
@@ -271,6 +282,7 @@ export class BindService extends ExtraSourceService {
271
282
  mandatory: boolean;
272
283
  private?: boolean;
273
284
  credential?: boolean;
285
+ persistent?: boolean;
274
286
  depends?: string;
275
287
  description?: string;
276
288
  default?: any;
@@ -290,6 +302,7 @@ export class BindService extends ExtraSourceService {
290
302
  mandatory: boolean;
291
303
  private?: boolean;
292
304
  credential?: boolean;
305
+ persistent?: boolean;
293
306
  depends?: string;
294
307
  description?: string;
295
308
  default?: any;
@@ -311,6 +324,7 @@ export class BindService extends ExtraSourceService {
311
324
  collection: boolean;
312
325
  private?: boolean;
313
326
  credential?: boolean;
327
+ persistent?: boolean;
314
328
  depends?: string;
315
329
  description?: string;
316
330
  default?: any;
@@ -332,6 +346,7 @@ export class BindService extends ExtraSourceService {
332
346
  collection: boolean;
333
347
  private?: boolean;
334
348
  credential?: boolean;
349
+ persistent?: boolean;
335
350
  depends?: string;
336
351
  description?: string;
337
352
  default?: any;
@@ -355,6 +370,7 @@ export class BindService extends ExtraSourceService {
355
370
  collection: boolean;
356
371
  private?: boolean;
357
372
  credential?: boolean;
373
+ persistent?: boolean;
358
374
  depends?: string;
359
375
  description?: string;
360
376
  default?: any;
@@ -374,6 +390,7 @@ export class BindService extends ExtraSourceService {
374
390
  collection: boolean;
375
391
  private?: boolean;
376
392
  credential?: boolean;
393
+ persistent?: boolean;
377
394
  depends?: string;
378
395
  description?: string;
379
396
  default?: any;
@@ -395,6 +412,7 @@ export class BindService extends ExtraSourceService {
395
412
  mandatory: boolean;
396
413
  private?: boolean;
397
414
  credential?: boolean;
415
+ persistent?: boolean;
398
416
  depends?: string;
399
417
  description?: string;
400
418
  default?: any;
@@ -416,6 +434,7 @@ export class BindService extends ExtraSourceService {
416
434
  collection: boolean;
417
435
  private?: boolean;
418
436
  credential?: boolean;
437
+ persistent?: boolean;
419
438
  depends?: string;
420
439
  description?: string;
421
440
  default?: any;
@@ -447,6 +466,7 @@ export class BindService extends ExtraSourceService {
447
466
  collection: boolean;
448
467
  private?: boolean;
449
468
  credential?: boolean;
469
+ persistent?: boolean;
450
470
  depends?: string;
451
471
  description?: string;
452
472
  default?: any;
@@ -469,6 +489,7 @@ export class BindService extends ExtraSourceService {
469
489
  collection: boolean;
470
490
  private?: boolean;
471
491
  credential?: boolean;
492
+ persistent?: boolean;
472
493
  depends?: string;
473
494
  description?: string;
474
495
  default?: any;
@@ -490,6 +511,7 @@ export class BindService extends ExtraSourceService {
490
511
  collection: boolean;
491
512
  private?: boolean;
492
513
  credential?: boolean;
514
+ persistent?: boolean;
493
515
  depends?: string;
494
516
  description?: string;
495
517
  default?: any;
@@ -521,6 +543,7 @@ export class BindService extends ExtraSourceService {
521
543
  mandatory: boolean;
522
544
  private?: boolean;
523
545
  credential?: boolean;
546
+ persistent?: boolean;
524
547
  depends?: string;
525
548
  description?: string;
526
549
  default?: any;
@@ -540,6 +563,7 @@ export class BindService extends ExtraSourceService {
540
563
  mandatory: boolean;
541
564
  private?: boolean;
542
565
  credential?: boolean;
566
+ persistent?: boolean;
543
567
  depends?: string;
544
568
  description?: string;
545
569
  default?: any;
@@ -561,6 +585,7 @@ export class BindService extends ExtraSourceService {
561
585
  collection: boolean;
562
586
  private?: boolean;
563
587
  credential?: boolean;
588
+ persistent?: boolean;
564
589
  depends?: string;
565
590
  description?: string;
566
591
  default?: any;
@@ -582,6 +607,7 @@ export class BindService extends ExtraSourceService {
582
607
  collection: boolean;
583
608
  private?: boolean;
584
609
  credential?: boolean;
610
+ persistent?: boolean;
585
611
  depends?: string;
586
612
  description?: string;
587
613
  default?: any;
@@ -605,6 +631,7 @@ export class BindService extends ExtraSourceService {
605
631
  collection: boolean;
606
632
  private?: boolean;
607
633
  credential?: boolean;
634
+ persistent?: boolean;
608
635
  depends?: string;
609
636
  description?: string;
610
637
  default?: any;
@@ -624,6 +651,7 @@ export class BindService extends ExtraSourceService {
624
651
  collection: boolean;
625
652
  private?: boolean;
626
653
  credential?: boolean;
654
+ persistent?: boolean;
627
655
  depends?: string;
628
656
  description?: string;
629
657
  default?: any;
@@ -645,6 +673,7 @@ export class BindService extends ExtraSourceService {
645
673
  mandatory: boolean;
646
674
  private?: boolean;
647
675
  credential?: boolean;
676
+ persistent?: boolean;
648
677
  depends?: string;
649
678
  description?: string;
650
679
  default?: any;
@@ -666,6 +695,7 @@ export class BindService extends ExtraSourceService {
666
695
  collection: boolean;
667
696
  private?: boolean;
668
697
  credential?: boolean;
698
+ persistent?: boolean;
669
699
  depends?: string;
670
700
  description?: string;
671
701
  default?: any;
@@ -692,6 +722,7 @@ export class BindService extends ExtraSourceService {
692
722
  mandatory: boolean;
693
723
  private?: boolean;
694
724
  credential?: boolean;
725
+ persistent?: boolean;
695
726
  depends?: string;
696
727
  description?: string;
697
728
  default?: any;
@@ -721,6 +752,7 @@ export class BindService extends ExtraSourceService {
721
752
  mandatory: boolean;
722
753
  private?: boolean;
723
754
  credential?: boolean;
755
+ persistent?: boolean;
724
756
  depends?: string;
725
757
  description?: string;
726
758
  default?: any;
@@ -740,6 +772,7 @@ export class BindService extends ExtraSourceService {
740
772
  mandatory: boolean;
741
773
  private?: boolean;
742
774
  credential?: boolean;
775
+ persistent?: boolean;
743
776
  depends?: string;
744
777
  description?: string;
745
778
  default?: any;
@@ -761,6 +794,7 @@ export class BindService extends ExtraSourceService {
761
794
  collection: boolean;
762
795
  private?: boolean;
763
796
  credential?: boolean;
797
+ persistent?: boolean;
764
798
  depends?: string;
765
799
  description?: string;
766
800
  default?: any;
@@ -782,6 +816,7 @@ export class BindService extends ExtraSourceService {
782
816
  collection: boolean;
783
817
  private?: boolean;
784
818
  credential?: boolean;
819
+ persistent?: boolean;
785
820
  depends?: string;
786
821
  description?: string;
787
822
  default?: any;
@@ -805,6 +840,7 @@ export class BindService extends ExtraSourceService {
805
840
  collection: boolean;
806
841
  private?: boolean;
807
842
  credential?: boolean;
843
+ persistent?: boolean;
808
844
  depends?: string;
809
845
  description?: string;
810
846
  default?: any;
@@ -824,6 +860,7 @@ export class BindService extends ExtraSourceService {
824
860
  collection: boolean;
825
861
  private?: boolean;
826
862
  credential?: boolean;
863
+ persistent?: boolean;
827
864
  depends?: string;
828
865
  description?: string;
829
866
  default?: any;
@@ -845,6 +882,7 @@ export class BindService extends ExtraSourceService {
845
882
  mandatory: boolean;
846
883
  private?: boolean;
847
884
  credential?: boolean;
885
+ persistent?: boolean;
848
886
  depends?: string;
849
887
  description?: string;
850
888
  default?: any;
@@ -866,6 +904,7 @@ export class BindService extends ExtraSourceService {
866
904
  collection: boolean;
867
905
  private?: boolean;
868
906
  credential?: boolean;
907
+ persistent?: boolean;
869
908
  depends?: string;
870
909
  description?: string;
871
910
  default?: any;
@@ -897,6 +936,7 @@ export class BindService extends ExtraSourceService {
897
936
  collection: boolean;
898
937
  private?: boolean;
899
938
  credential?: boolean;
939
+ persistent?: boolean;
900
940
  depends?: string;
901
941
  description?: string;
902
942
  default?: any;
@@ -919,6 +959,7 @@ export class BindService extends ExtraSourceService {
919
959
  collection: boolean;
920
960
  private?: boolean;
921
961
  credential?: boolean;
962
+ persistent?: boolean;
922
963
  depends?: string;
923
964
  description?: string;
924
965
  default?: any;
@@ -940,6 +981,7 @@ export class BindService extends ExtraSourceService {
940
981
  collection: boolean;
941
982
  private?: boolean;
942
983
  credential?: boolean;
984
+ persistent?: boolean;
943
985
  depends?: string;
944
986
  description?: string;
945
987
  default?: any;
@@ -971,6 +1013,7 @@ export class BindService extends ExtraSourceService {
971
1013
  mandatory: boolean;
972
1014
  private?: boolean;
973
1015
  credential?: boolean;
1016
+ persistent?: boolean;
974
1017
  depends?: string;
975
1018
  description?: string;
976
1019
  default?: any;
@@ -990,6 +1033,7 @@ export class BindService extends ExtraSourceService {
990
1033
  mandatory: boolean;
991
1034
  private?: boolean;
992
1035
  credential?: boolean;
1036
+ persistent?: boolean;
993
1037
  depends?: string;
994
1038
  description?: string;
995
1039
  default?: any;
@@ -1011,6 +1055,7 @@ export class BindService extends ExtraSourceService {
1011
1055
  collection: boolean;
1012
1056
  private?: boolean;
1013
1057
  credential?: boolean;
1058
+ persistent?: boolean;
1014
1059
  depends?: string;
1015
1060
  description?: string;
1016
1061
  default?: any;
@@ -1032,6 +1077,7 @@ export class BindService extends ExtraSourceService {
1032
1077
  collection: boolean;
1033
1078
  private?: boolean;
1034
1079
  credential?: boolean;
1080
+ persistent?: boolean;
1035
1081
  depends?: string;
1036
1082
  description?: string;
1037
1083
  default?: any;
@@ -1055,6 +1101,7 @@ export class BindService extends ExtraSourceService {
1055
1101
  collection: boolean;
1056
1102
  private?: boolean;
1057
1103
  credential?: boolean;
1104
+ persistent?: boolean;
1058
1105
  depends?: string;
1059
1106
  description?: string;
1060
1107
  default?: any;
@@ -1074,6 +1121,7 @@ export class BindService extends ExtraSourceService {
1074
1121
  collection: boolean;
1075
1122
  private?: boolean;
1076
1123
  credential?: boolean;
1124
+ persistent?: boolean;
1077
1125
  depends?: string;
1078
1126
  description?: string;
1079
1127
  default?: any;
@@ -1095,6 +1143,7 @@ export class BindService extends ExtraSourceService {
1095
1143
  mandatory: boolean;
1096
1144
  private?: boolean;
1097
1145
  credential?: boolean;
1146
+ persistent?: boolean;
1098
1147
  depends?: string;
1099
1148
  description?: string;
1100
1149
  default?: any;
@@ -1116,6 +1165,7 @@ export class BindService extends ExtraSourceService {
1116
1165
  collection: boolean;
1117
1166
  private?: boolean;
1118
1167
  credential?: boolean;
1168
+ persistent?: boolean;
1119
1169
  depends?: string;
1120
1170
  description?: string;
1121
1171
  default?: any;
@@ -1153,6 +1203,7 @@ export class BindService extends ExtraSourceService {
1153
1203
  mandatory: boolean;
1154
1204
  private?: boolean;
1155
1205
  credential?: boolean;
1206
+ persistent?: boolean;
1156
1207
  depends?: string;
1157
1208
  description?: string;
1158
1209
  default?: any;
@@ -1172,6 +1223,7 @@ export class BindService extends ExtraSourceService {
1172
1223
  mandatory: boolean;
1173
1224
  private?: boolean;
1174
1225
  credential?: boolean;
1226
+ persistent?: boolean;
1175
1227
  depends?: string;
1176
1228
  description?: string;
1177
1229
  default?: any;
@@ -1196,6 +1248,7 @@ export class BindService extends ExtraSourceService {
1196
1248
  mandatory: boolean;
1197
1249
  private?: boolean;
1198
1250
  credential?: boolean;
1251
+ persistent?: boolean;
1199
1252
  depends?: string;
1200
1253
  description?: string;
1201
1254
  default?: any;
@@ -1219,6 +1272,7 @@ export class BindService extends ExtraSourceService {
1219
1272
  collection: boolean;
1220
1273
  private?: boolean;
1221
1274
  credential?: boolean;
1275
+ persistent?: boolean;
1222
1276
  depends?: string;
1223
1277
  description?: string;
1224
1278
  set?: Function;
@@ -1238,6 +1292,7 @@ export class BindService extends ExtraSourceService {
1238
1292
  collection: boolean;
1239
1293
  private?: boolean;
1240
1294
  credential?: boolean;
1295
+ persistent?: boolean;
1241
1296
  depends?: string;
1242
1297
  description?: string;
1243
1298
  set?: Function;
@@ -1257,6 +1312,7 @@ export class BindService extends ExtraSourceService {
1257
1312
  collection: boolean;
1258
1313
  private?: boolean;
1259
1314
  credential?: boolean;
1315
+ persistent?: boolean;
1260
1316
  depends?: string;
1261
1317
  description?: string;
1262
1318
  set?: Function;
@@ -1276,6 +1332,7 @@ export class BindService extends ExtraSourceService {
1276
1332
  collection: boolean;
1277
1333
  private?: boolean;
1278
1334
  credential?: boolean;
1335
+ persistent?: boolean;
1279
1336
  depends?: string;
1280
1337
  description?: string;
1281
1338
  set?: Function;