@node-c/core 1.0.0-alpha2 → 1.0.0-alpha21

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.
Files changed (32) hide show
  1. package/coverage/clover.xml +173 -112
  2. package/coverage/coverage-final.json +2 -2
  3. package/coverage/index.html +18 -18
  4. package/dist/app.js +1 -1
  5. package/dist/app.js.map +1 -1
  6. package/dist/common/configProvider/configProvider.definitions.d.ts +62 -15
  7. package/dist/common/configProvider/configProvider.definitions.js +21 -6
  8. package/dist/common/configProvider/configProvider.definitions.js.map +1 -1
  9. package/dist/common/configProvider/configProvider.module.js +2 -2
  10. package/dist/common/configProvider/configProvider.module.js.map +1 -1
  11. package/dist/common/configProvider/configProvider.service.js +29 -23
  12. package/dist/common/configProvider/configProvider.service.js.map +1 -1
  13. package/dist/common/definitions/common.constants.d.ts +11 -1
  14. package/dist/common/definitions/common.constants.js +13 -2
  15. package/dist/common/definitions/common.constants.js.map +1 -1
  16. package/dist/common/definitions/common.definitions.d.ts +3 -0
  17. package/dist/common/utils/utils.loadDynamicModules.d.ts +8 -5
  18. package/dist/common/utils/utils.loadDynamicModules.js +6 -2
  19. package/dist/common/utils/utils.loadDynamicModules.js.map +1 -1
  20. package/dist/domain/entityService/domain.entity.service.d.ts +11 -21
  21. package/dist/domain/entityService/domain.entity.service.definitions.d.ts +52 -11
  22. package/dist/domain/entityService/domain.entity.service.definitions.js +19 -2
  23. package/dist/domain/entityService/domain.entity.service.definitions.js.map +1 -1
  24. package/dist/domain/entityService/domain.entity.service.js +170 -41
  25. package/dist/domain/entityService/domain.entity.service.js.map +1 -1
  26. package/dist/persistance/entityService/persistance.entity.service.d.ts +16 -10
  27. package/dist/persistance/entityService/persistance.entity.service.definitions.d.ts +50 -3
  28. package/dist/persistance/entityService/persistance.entity.service.definitions.js +12 -2
  29. package/dist/persistance/entityService/persistance.entity.service.definitions.js.map +1 -1
  30. package/dist/persistance/entityService/persistance.entity.service.js +42 -10
  31. package/dist/persistance/entityService/persistance.entity.service.js.map +1 -1
  32. package/package.json +3 -2
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1742505097740" clover="3.2.0">
3
- <project timestamp="1742505097741" name="All files">
4
- <metrics statements="471" coveredstatements="443" conditionals="123" coveredconditionals="111" methods="25" coveredmethods="24" elements="619" coveredelements="578" complexity="0" loc="471" ncloc="471" packages="6" files="13" classes="13"/>
2
+ <coverage generated="1743280284982" clover="3.2.0">
3
+ <project timestamp="1743280284983" name="All files">
4
+ <metrics statements="532" coveredstatements="480" conditionals="136" coveredconditionals="114" methods="25" coveredmethods="24" elements="693" coveredelements="618" complexity="0" loc="532" ncloc="532" packages="6" files="13" classes="13"/>
5
5
  <package name="src">
6
6
  <metrics statements="68" coveredstatements="68" conditionals="19" coveredconditionals="19" methods="1" coveredmethods="1"/>
7
7
  <file name="app.ts" path="/code/personal/node-c/repo/packages/core/src/app.ts">
@@ -267,13 +267,21 @@
267
267
  </file>
268
268
  </package>
269
269
  <package name="src.common.definitions">
270
- <metrics statements="14" coveredstatements="14" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
270
+ <metrics statements="22" coveredstatements="22" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
271
271
  <file name="common.constants.ts" path="/code/personal/node-c/repo/packages/core/src/common/definitions/common.constants.ts">
272
- <metrics statements="4" coveredstatements="4" conditionals="1" coveredconditionals="1" methods="0" coveredmethods="0"/>
272
+ <metrics statements="12" coveredstatements="12" conditionals="2" coveredconditionals="2" methods="0" coveredmethods="0"/>
273
273
  <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
274
274
  <line num="3" count="1" type="stmt"/>
275
275
  <line num="5" count="1" type="stmt"/>
276
276
  <line num="7" count="1" type="stmt"/>
277
+ <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
278
+ <line num="12" count="1" type="stmt"/>
279
+ <line num="14" count="1" type="stmt"/>
280
+ <line num="16" count="1" type="stmt"/>
281
+ <line num="18" count="1" type="stmt"/>
282
+ <line num="20" count="1" type="stmt"/>
283
+ <line num="22" count="1" type="stmt"/>
284
+ <line num="24" count="1" type="stmt"/>
277
285
  </file>
278
286
  <file name="common.errors.ts" path="/code/personal/node-c/repo/packages/core/src/common/definitions/common.errors.ts">
279
287
  <metrics statements="7" coveredstatements="7" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
@@ -353,135 +361,188 @@
353
361
  </file>
354
362
  </package>
355
363
  <package name="src.domain.entityService">
356
- <metrics statements="128" coveredstatements="102" conditionals="33" coveredconditionals="21" methods="9" coveredmethods="9"/>
364
+ <metrics statements="181" coveredstatements="131" conditionals="45" coveredconditionals="23" methods="9" coveredmethods="9"/>
357
365
  <file name="domain.entity.service.ts" path="/code/personal/node-c/repo/packages/core/src/domain/entityService/domain.entity.service.ts">
358
- <metrics statements="126" coveredstatements="100" conditionals="33" coveredconditionals="21" methods="9" coveredmethods="9"/>
366
+ <metrics statements="179" coveredstatements="129" conditionals="45" coveredconditionals="23" methods="9" coveredmethods="9"/>
359
367
  <line num="1" count="1" type="stmt"/>
360
- <line num="20" count="1" type="stmt"/>
368
+ <line num="19" count="1" type="stmt"/>
361
369
  <line num="24" count="1" type="stmt"/>
362
- <line num="37" count="1" type="stmt"/>
363
- <line num="38" count="1" type="cond" truecount="1" falsecount="0"/>
370
+ <line num="29" count="1" type="stmt"/>
371
+ <line num="30" count="1" type="cond" truecount="1" falsecount="0"/>
372
+ <line num="32" count="12" type="stmt"/>
373
+ <line num="34" count="12" type="stmt"/>
374
+ <line num="35" count="12" type="stmt"/>
375
+ <line num="36" count="12" type="stmt"/>
376
+ <line num="37" count="12" type="stmt"/>
377
+ <line num="38" count="12" type="stmt"/>
378
+ <line num="39" count="12" type="stmt"/>
364
379
  <line num="40" count="12" type="stmt"/>
365
- <line num="42" count="12" type="stmt"/>
380
+ <line num="41" count="12" type="stmt"/>
366
381
  <line num="43" count="12" type="stmt"/>
367
- <line num="51" count="1" type="cond" truecount="1" falsecount="0"/>
368
- <line num="52" count="2" type="stmt"/>
382
+ <line num="44" count="12" type="stmt"/>
383
+ <line num="52" count="1" type="cond" truecount="1" falsecount="0"/>
369
384
  <line num="53" count="2" type="stmt"/>
370
385
  <line num="54" count="2" type="stmt"/>
371
386
  <line num="55" count="2" type="stmt"/>
372
- <line num="56" count="2" type="stmt"/>
373
- <line num="57" count="2" type="cond" truecount="1" falsecount="0"/>
374
- <line num="58" count="1" type="stmt"/>
375
- <line num="59" count="1" type="stmt"/>
376
- <line num="60" count="2" type="cond" truecount="0" falsecount="1"/>
377
- <line num="61" count="2" type="stmt"/>
378
- <line num="62" count="2" type="stmt"/>
379
- <line num="63" count="2" type="cond" truecount="1" falsecount="0"/>
380
- <line num="64" count="1" type="stmt"/>
387
+ <line num="56" count="2" type="cond" truecount="0" falsecount="1"/>
388
+ <line num="57" count="0" type="stmt"/>
389
+ <line num="58" count="0" type="stmt"/>
390
+ <line num="59" count="2" type="stmt"/>
391
+ <line num="60" count="2" type="stmt"/>
392
+ <line num="61" count="2" type="cond" truecount="1" falsecount="0"/>
393
+ <line num="62" count="1" type="stmt"/>
394
+ <line num="63" count="1" type="stmt"/>
395
+ <line num="64" count="2" type="cond" truecount="0" falsecount="1"/>
381
396
  <line num="65" count="2" type="stmt"/>
382
- <line num="69" count="1" type="cond" truecount="1" falsecount="0"/>
383
- <line num="70" count="2" type="stmt"/>
384
- <line num="71" count="2" type="stmt"/>
385
- <line num="72" count="2" type="cond" truecount="1" falsecount="0"/>
386
- <line num="73" count="1" type="stmt"/>
387
- <line num="74" count="1" type="stmt"/>
388
- <line num="75" count="2" type="cond" truecount="0" falsecount="1"/>
389
- <line num="76" count="2" type="stmt"/>
397
+ <line num="66" count="2" type="stmt"/>
398
+ <line num="67" count="2" type="cond" truecount="1" falsecount="0"/>
399
+ <line num="68" count="1" type="stmt"/>
400
+ <line num="69" count="2" type="stmt"/>
401
+ <line num="73" count="1" type="cond" truecount="1" falsecount="0"/>
402
+ <line num="74" count="2" type="cond" truecount="0" falsecount="1"/>
403
+ <line num="75" count="0" type="stmt"/>
404
+ <line num="76" count="0" type="stmt"/>
390
405
  <line num="77" count="2" type="stmt"/>
391
- <line num="78" count="2" type="cond" truecount="1" falsecount="0"/>
392
- <line num="79" count="1" type="stmt"/>
393
- <line num="80" count="2" type="stmt"/>
394
- <line num="84" count="1" type="cond" truecount="1" falsecount="0"/>
395
- <line num="85" count="2" type="cond" truecount="0" falsecount="1"/>
396
- <line num="86" count="2" type="stmt"/>
397
- <line num="87" count="2" type="cond" truecount="1" falsecount="0"/>
398
- <line num="88" count="1" type="stmt"/>
399
- <line num="89" count="1" type="stmt"/>
400
- <line num="90" count="2" type="cond" truecount="0" falsecount="1"/>
401
- <line num="91" count="2" type="stmt"/>
402
- <line num="92" count="2" type="stmt"/>
403
- <line num="93" count="2" type="cond" truecount="1" falsecount="0"/>
404
- <line num="94" count="1" type="stmt"/>
405
- <line num="95" count="2" type="stmt"/>
406
- <line num="99" count="1" type="cond" truecount="1" falsecount="0"/>
406
+ <line num="78" count="2" type="stmt"/>
407
+ <line num="79" count="2" type="cond" truecount="1" falsecount="0"/>
408
+ <line num="80" count="1" type="stmt"/>
409
+ <line num="81" count="1" type="stmt"/>
410
+ <line num="82" count="2" type="cond" truecount="0" falsecount="1"/>
411
+ <line num="83" count="2" type="stmt"/>
412
+ <line num="84" count="2" type="stmt"/>
413
+ <line num="85" count="2" type="cond" truecount="1" falsecount="0"/>
414
+ <line num="86" count="1" type="stmt"/>
415
+ <line num="87" count="2" type="stmt"/>
416
+ <line num="91" count="1" type="cond" truecount="1" falsecount="0"/>
417
+ <line num="92" count="2" type="cond" truecount="0" falsecount="1"/>
418
+ <line num="93" count="0" type="stmt"/>
419
+ <line num="94" count="0" type="stmt"/>
420
+ <line num="95" count="2" type="cond" truecount="0" falsecount="1"/>
421
+ <line num="96" count="2" type="stmt"/>
422
+ <line num="97" count="2" type="cond" truecount="1" falsecount="0"/>
423
+ <line num="98" count="1" type="stmt"/>
424
+ <line num="99" count="1" type="stmt"/>
407
425
  <line num="100" count="2" type="cond" truecount="0" falsecount="1"/>
408
426
  <line num="101" count="2" type="stmt"/>
409
- <line num="102" count="2" type="cond" truecount="1" falsecount="0"/>
410
- <line num="103" count="1" type="stmt"/>
427
+ <line num="102" count="2" type="stmt"/>
428
+ <line num="103" count="2" type="cond" truecount="1" falsecount="0"/>
411
429
  <line num="104" count="1" type="stmt"/>
412
- <line num="105" count="2" type="cond" truecount="0" falsecount="1"/>
413
- <line num="106" count="2" type="stmt"/>
414
- <line num="107" count="2" type="stmt"/>
415
- <line num="108" count="2" type="cond" truecount="1" falsecount="0"/>
416
- <line num="109" count="1" type="stmt"/>
417
- <line num="110" count="2" type="stmt"/>
418
- <line num="114" count="1" type="cond" truecount="1" falsecount="0"/>
419
- <line num="115" count="2" type="cond" truecount="0" falsecount="1"/>
430
+ <line num="105" count="2" type="stmt"/>
431
+ <line num="109" count="1" type="cond" truecount="1" falsecount="0"/>
432
+ <line num="110" count="2" type="cond" truecount="0" falsecount="1"/>
433
+ <line num="111" count="0" type="stmt"/>
434
+ <line num="112" count="0" type="stmt"/>
435
+ <line num="113" count="2" type="stmt"/>
436
+ <line num="114" count="2" type="stmt"/>
437
+ <line num="115" count="2" type="stmt"/>
420
438
  <line num="116" count="2" type="stmt"/>
421
- <line num="117" count="2" type="cond" truecount="1" falsecount="0"/>
422
- <line num="118" count="1" type="stmt"/>
423
- <line num="119" count="1" type="stmt"/>
424
- <line num="120" count="2" type="cond" truecount="0" falsecount="1"/>
425
- <line num="121" count="2" type="stmt"/>
439
+ <line num="117" count="2" type="cond" truecount="0" falsecount="1"/>
440
+ <line num="118" count="2" type="stmt"/>
441
+ <line num="119" count="2" type="cond" truecount="1" falsecount="0"/>
442
+ <line num="120" count="1" type="stmt"/>
443
+ <line num="121" count="2" type="cond" truecount="0" falsecount="1"/>
426
444
  <line num="122" count="2" type="stmt"/>
427
- <line num="123" count="2" type="cond" truecount="1" falsecount="0"/>
428
- <line num="124" count="1" type="stmt"/>
445
+ <line num="123" count="2" type="stmt"/>
446
+ <line num="124" count="2" type="stmt"/>
429
447
  <line num="125" count="2" type="stmt"/>
430
- <line num="127" count="1" type="cond" truecount="1" falsecount="0"/>
431
- <line num="128" count="12" type="stmt"/>
432
- <line num="129" count="12" type="stmt"/>
433
- <line num="130" count="12" type="stmt"/>
434
- <line num="131" count="12" type="stmt"/>
435
- <line num="132" count="12" type="cond" truecount="0" falsecount="1"/>
436
- <line num="133" count="0" type="stmt"/>
437
- <line num="134" count="12" type="cond" truecount="0" falsecount="1"/>
438
- <line num="135" count="0" type="stmt"/>
439
- <line num="136" count="0" type="stmt"/>
440
- <line num="137" count="0" type="stmt"/>
441
- <line num="138" count="0" type="stmt"/>
442
- <line num="139" count="0" type="stmt"/>
443
- <line num="140" count="12" type="stmt"/>
448
+ <line num="126" count="2" type="cond" truecount="1" falsecount="0"/>
449
+ <line num="127" count="2" type="cond" truecount="0" falsecount="2"/>
450
+ <line num="128" count="0" type="stmt"/>
451
+ <line num="129" count="0" type="stmt"/>
452
+ <line num="130" count="0" type="stmt"/>
453
+ <line num="131" count="0" type="stmt"/>
454
+ <line num="132" count="0" type="stmt"/>
455
+ <line num="133" count="0" type="cond" truecount="1" falsecount="0"/>
456
+ <line num="134" count="1" type="stmt"/>
457
+ <line num="135" count="1" type="stmt"/>
458
+ <line num="136" count="1" type="stmt"/>
459
+ <line num="137" count="1" type="stmt"/>
460
+ <line num="138" count="2" type="stmt"/>
444
461
  <line num="142" count="1" type="cond" truecount="1" falsecount="0"/>
445
- <line num="143" count="6" type="stmt"/>
446
- <line num="144" count="6" type="stmt"/>
447
- <line num="145" count="6" type="stmt"/>
448
- <line num="146" count="6" type="stmt"/>
449
- <line num="147" count="6" type="stmt"/>
450
- <line num="148" count="6" type="cond" truecount="0" falsecount="1"/>
451
- <line num="149" count="0" type="stmt"/>
452
- <line num="150" count="0" type="stmt"/>
453
- <line num="151" count="0" type="stmt"/>
454
- <line num="152" count="0" type="stmt"/>
455
- <line num="153" count="0" type="stmt"/>
456
- <line num="154" count="0" type="stmt"/>
457
- <line num="155" count="0" type="stmt"/>
458
- <line num="156" count="0" type="stmt"/>
459
- <line num="157" count="0" type="stmt"/>
462
+ <line num="143" count="2" type="cond" truecount="0" falsecount="1"/>
463
+ <line num="144" count="0" type="stmt"/>
464
+ <line num="145" count="0" type="stmt"/>
465
+ <line num="146" count="2" type="stmt"/>
466
+ <line num="147" count="2" type="stmt"/>
467
+ <line num="148" count="2" type="stmt"/>
468
+ <line num="149" count="2" type="stmt"/>
469
+ <line num="150" count="2" type="cond" truecount="0" falsecount="1"/>
470
+ <line num="151" count="2" type="stmt"/>
471
+ <line num="152" count="2" type="cond" truecount="1" falsecount="0"/>
472
+ <line num="153" count="2" type="cond" truecount="0" falsecount="1"/>
473
+ <line num="154" count="2" type="stmt"/>
474
+ <line num="155" count="2" type="stmt"/>
475
+ <line num="156" count="2" type="cond" truecount="1" falsecount="0"/>
476
+ <line num="157" count="2" type="cond" truecount="0" falsecount="2"/>
460
477
  <line num="158" count="0" type="stmt"/>
461
478
  <line num="159" count="0" type="stmt"/>
462
479
  <line num="160" count="0" type="stmt"/>
463
480
  <line num="161" count="0" type="stmt"/>
464
481
  <line num="162" count="0" type="stmt"/>
465
- <line num="163" count="0" type="stmt"/>
466
- <line num="164" count="0" type="stmt"/>
467
- <line num="165" count="0" type="stmt"/>
468
- <line num="168" count="0" type="stmt"/>
469
- <line num="169" count="0" type="stmt"/>
470
- <line num="170" count="0" type="stmt"/>
471
- <line num="171" count="6" type="stmt"/>
472
- <line num="175" count="1" type="cond" truecount="1" falsecount="0"/>
473
- <line num="176" count="2" type="stmt"/>
474
- <line num="177" count="2" type="stmt"/>
475
- <line num="178" count="2" type="cond" truecount="1" falsecount="0"/>
476
- <line num="179" count="1" type="stmt"/>
477
- <line num="180" count="1" type="stmt"/>
478
- <line num="181" count="2" type="cond" truecount="0" falsecount="1"/>
479
- <line num="182" count="2" type="stmt"/>
480
- <line num="183" count="2" type="stmt"/>
481
- <line num="184" count="2" type="cond" truecount="1" falsecount="0"/>
482
- <line num="185" count="1" type="stmt"/>
483
- <line num="186" count="2" type="stmt"/>
484
- <line num="187" count="1" type="stmt"/>
482
+ <line num="163" count="0" type="cond" truecount="1" falsecount="0"/>
483
+ <line num="164" count="1" type="stmt"/>
484
+ <line num="165" count="1" type="stmt"/>
485
+ <line num="166" count="1" type="stmt"/>
486
+ <line num="167" count="1" type="stmt"/>
487
+ <line num="168" count="2" type="stmt"/>
488
+ <line num="170" count="1" type="cond" truecount="1" falsecount="0"/>
489
+ <line num="171" count="12" type="stmt"/>
490
+ <line num="172" count="12" type="stmt"/>
491
+ <line num="173" count="12" type="stmt"/>
492
+ <line num="174" count="12" type="stmt"/>
493
+ <line num="175" count="12" type="cond" truecount="0" falsecount="1"/>
494
+ <line num="176" count="0" type="stmt"/>
495
+ <line num="177" count="12" type="cond" truecount="0" falsecount="1"/>
496
+ <line num="178" count="0" type="stmt"/>
497
+ <line num="179" count="0" type="stmt"/>
498
+ <line num="180" count="0" type="stmt"/>
499
+ <line num="181" count="0" type="stmt"/>
500
+ <line num="182" count="0" type="stmt"/>
501
+ <line num="183" count="12" type="stmt"/>
502
+ <line num="185" count="1" type="cond" truecount="1" falsecount="0"/>
503
+ <line num="186" count="6" type="stmt"/>
504
+ <line num="187" count="6" type="stmt"/>
505
+ <line num="188" count="6" type="stmt"/>
506
+ <line num="189" count="6" type="stmt"/>
507
+ <line num="190" count="6" type="stmt"/>
508
+ <line num="191" count="6" type="cond" truecount="0" falsecount="1"/>
509
+ <line num="192" count="0" type="stmt"/>
510
+ <line num="193" count="0" type="stmt"/>
511
+ <line num="194" count="0" type="stmt"/>
512
+ <line num="195" count="0" type="stmt"/>
513
+ <line num="196" count="0" type="stmt"/>
514
+ <line num="197" count="0" type="stmt"/>
515
+ <line num="198" count="0" type="stmt"/>
516
+ <line num="199" count="0" type="stmt"/>
517
+ <line num="200" count="0" type="stmt"/>
518
+ <line num="201" count="0" type="stmt"/>
519
+ <line num="202" count="0" type="stmt"/>
520
+ <line num="203" count="0" type="stmt"/>
521
+ <line num="204" count="0" type="stmt"/>
522
+ <line num="205" count="0" type="stmt"/>
523
+ <line num="206" count="0" type="stmt"/>
524
+ <line num="207" count="0" type="stmt"/>
525
+ <line num="208" count="0" type="stmt"/>
526
+ <line num="211" count="0" type="stmt"/>
527
+ <line num="212" count="0" type="stmt"/>
528
+ <line num="213" count="0" type="stmt"/>
529
+ <line num="214" count="6" type="stmt"/>
530
+ <line num="218" count="1" type="cond" truecount="1" falsecount="0"/>
531
+ <line num="219" count="2" type="cond" truecount="0" falsecount="1"/>
532
+ <line num="220" count="0" type="stmt"/>
533
+ <line num="221" count="0" type="stmt"/>
534
+ <line num="222" count="2" type="stmt"/>
535
+ <line num="223" count="2" type="stmt"/>
536
+ <line num="224" count="2" type="cond" truecount="1" falsecount="0"/>
537
+ <line num="225" count="1" type="stmt"/>
538
+ <line num="226" count="1" type="stmt"/>
539
+ <line num="227" count="2" type="cond" truecount="0" falsecount="1"/>
540
+ <line num="228" count="2" type="stmt"/>
541
+ <line num="229" count="2" type="stmt"/>
542
+ <line num="230" count="2" type="cond" truecount="1" falsecount="0"/>
543
+ <line num="231" count="1" type="stmt"/>
544
+ <line num="232" count="2" type="stmt"/>
545
+ <line num="233" count="1" type="stmt"/>
485
546
  </file>
486
547
  <file name="index.ts" path="/code/personal/node-c/repo/packages/core/src/domain/entityService/index.ts">
487
548
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>