apacuana-sdk-core 1.16.0 → 1.17.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.
Files changed (30) hide show
  1. package/coverage/clover.xml +59 -60
  2. package/coverage/coverage-final.json +2 -2
  3. package/coverage/lcov-report/index.html +10 -10
  4. package/coverage/lcov-report/src/api/certs.js.html +6 -18
  5. package/coverage/lcov-report/src/api/faceLiveness.js.html +1 -1
  6. package/coverage/lcov-report/src/api/index.html +10 -10
  7. package/coverage/lcov-report/src/api/revocations.js.html +1 -1
  8. package/coverage/lcov-report/src/api/signatures.js.html +1 -1
  9. package/coverage/lcov-report/src/api/users.js.html +1 -1
  10. package/coverage/lcov-report/src/config/index.html +1 -1
  11. package/coverage/lcov-report/src/config/index.js.html +1 -1
  12. package/coverage/lcov-report/src/errors/index.html +1 -1
  13. package/coverage/lcov-report/src/errors/index.js.html +1 -1
  14. package/coverage/lcov-report/src/index.html +1 -1
  15. package/coverage/lcov-report/src/index.js.html +1 -1
  16. package/coverage/lcov-report/src/success/index.html +1 -1
  17. package/coverage/lcov-report/src/success/index.js.html +1 -1
  18. package/coverage/lcov-report/src/utils/constant.js.html +7 -4
  19. package/coverage/lcov-report/src/utils/helpers.js.html +1 -1
  20. package/coverage/lcov-report/src/utils/httpClient.js.html +1 -1
  21. package/coverage/lcov-report/src/utils/index.html +1 -1
  22. package/coverage/lcov.info +92 -93
  23. package/dist/index.js +2 -6
  24. package/dist/index.js.map +1 -1
  25. package/dist/index.mjs +2 -6
  26. package/dist/index.mjs.map +1 -1
  27. package/dist/utils/constant.d.ts +1 -1
  28. package/package.json +1 -1
  29. package/src/api/certs.js +0 -4
  30. package/src/utils/constant.js +3 -2
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1763329088956" clover="3.2.0">
3
- <project timestamp="1763329088956" name="All files">
4
- <metrics statements="581" coveredstatements="327" conditionals="424" coveredconditionals="134" methods="95" coveredmethods="49" elements="1100" coveredelements="510" complexity="0" loc="581" ncloc="581" packages="6" files="12" classes="12"/>
2
+ <coverage generated="1764042994248" clover="3.2.0">
3
+ <project timestamp="1764042994248" name="All files">
4
+ <metrics statements="580" coveredstatements="326" conditionals="424" coveredconditionals="134" methods="95" coveredmethods="49" elements="1099" coveredelements="509" complexity="0" loc="580" ncloc="580" packages="6" files="12" classes="12"/>
5
5
  <package name="src">
6
6
  <metrics statements="57" coveredstatements="15" conditionals="15" coveredconditionals="3" methods="20" coveredmethods="1"/>
7
7
  <file name="index.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/index.js">
@@ -66,9 +66,9 @@
66
66
  </file>
67
67
  </package>
68
68
  <package name="src.api">
69
- <metrics statements="328" coveredstatements="279" conditionals="181" coveredconditionals="127" methods="49" coveredmethods="46"/>
69
+ <metrics statements="327" coveredstatements="278" conditionals="181" coveredconditionals="127" methods="49" coveredmethods="46"/>
70
70
  <file name="certs.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/api/certs.js">
71
- <metrics statements="81" coveredstatements="73" conditionals="38" coveredconditionals="31" methods="13" coveredmethods="13"/>
71
+ <metrics statements="80" coveredstatements="72" conditionals="38" coveredconditionals="31" methods="13" coveredmethods="13"/>
72
72
  <line num="25" count="2" type="stmt"/>
73
73
  <line num="26" count="1" type="stmt"/>
74
74
  <line num="27" count="1" type="stmt"/>
@@ -96,60 +96,59 @@
96
96
  <line num="92" count="1" type="stmt"/>
97
97
  <line num="97" count="1" type="stmt"/>
98
98
  <line num="98" count="1" type="stmt"/>
99
+ <line num="101" count="2" type="stmt"/>
99
100
  <line num="102" count="1" type="stmt"/>
100
- <line num="105" count="2" type="stmt"/>
101
- <line num="106" count="1" type="stmt"/>
102
- <line num="107" count="1" type="stmt"/>
103
- <line num="113" count="1" type="stmt"/>
104
- <line num="115" count="0" type="cond" truecount="0" falsecount="2"/>
105
- <line num="116" count="0" type="stmt"/>
106
- <line num="118" count="0" type="stmt"/>
107
- <line num="122" count="2" type="stmt"/>
108
- <line num="123" count="1" type="stmt"/>
109
- <line num="136" count="2" type="stmt"/>
110
- <line num="137" count="3" type="stmt"/>
111
- <line num="138" count="3" type="cond" truecount="2" falsecount="0"/>
112
- <line num="139" count="1" type="stmt"/>
113
- <line num="141" count="2" type="cond" truecount="2" falsecount="0"/>
114
- <line num="142" count="1" type="stmt"/>
115
- <line num="145" count="1" type="stmt"/>
116
- <line num="152" count="2" type="stmt"/>
117
- <line num="153" count="2" type="stmt"/>
118
- <line num="154" count="2" type="stmt"/>
119
- <line num="160" count="1" type="stmt"/>
120
- <line num="162" count="1" type="cond" truecount="1" falsecount="1"/>
121
- <line num="163" count="0" type="stmt"/>
122
- <line num="165" count="1" type="stmt"/>
123
- <line num="169" count="2" type="stmt"/>
124
- <line num="170" count="1" type="stmt"/>
125
- <line num="185" count="2" type="stmt"/>
126
- <line num="186" count="7" type="cond" truecount="4" falsecount="0"/>
127
- <line num="187" count="3" type="stmt"/>
128
- <line num="191" count="4" type="stmt"/>
129
- <line num="193" count="4" type="stmt"/>
130
- <line num="194" count="4" type="cond" truecount="2" falsecount="0"/>
131
- <line num="195" count="2" type="stmt"/>
132
- <line num="197" count="2" type="cond" truecount="2" falsecount="0"/>
133
- <line num="198" count="1" type="stmt"/>
134
- <line num="201" count="1" type="stmt"/>
135
- <line num="208" count="2" type="stmt"/>
136
- <line num="209" count="3" type="stmt"/>
137
- <line num="210" count="3" type="stmt"/>
138
- <line num="216" count="1" type="stmt"/>
139
- <line num="218" count="2" type="cond" truecount="2" falsecount="0"/>
140
- <line num="219" count="1" type="stmt"/>
141
- <line num="221" count="1" type="stmt"/>
142
- <line num="225" count="2" type="stmt"/>
143
- <line num="226" count="1" type="stmt"/>
144
- <line num="240" count="2" type="stmt"/>
145
- <line num="241" count="8" type="cond" truecount="2" falsecount="0"/>
146
- <line num="246" count="3" type="stmt"/>
147
- <line num="251" count="5" type="stmt"/>
148
- <line num="252" count="5" type="cond" truecount="2" falsecount="0"/>
149
- <line num="253" count="3" type="stmt"/>
150
- <line num="255" count="2" type="cond" truecount="2" falsecount="0"/>
151
- <line num="256" count="1" type="stmt"/>
152
- <line num="259" count="1" type="stmt"/>
101
+ <line num="103" count="1" type="stmt"/>
102
+ <line num="109" count="1" type="stmt"/>
103
+ <line num="111" count="0" type="cond" truecount="0" falsecount="2"/>
104
+ <line num="112" count="0" type="stmt"/>
105
+ <line num="114" count="0" type="stmt"/>
106
+ <line num="118" count="2" type="stmt"/>
107
+ <line num="119" count="1" type="stmt"/>
108
+ <line num="132" count="2" type="stmt"/>
109
+ <line num="133" count="3" type="stmt"/>
110
+ <line num="134" count="3" type="cond" truecount="2" falsecount="0"/>
111
+ <line num="135" count="1" type="stmt"/>
112
+ <line num="137" count="2" type="cond" truecount="2" falsecount="0"/>
113
+ <line num="138" count="1" type="stmt"/>
114
+ <line num="141" count="1" type="stmt"/>
115
+ <line num="148" count="2" type="stmt"/>
116
+ <line num="149" count="2" type="stmt"/>
117
+ <line num="150" count="2" type="stmt"/>
118
+ <line num="156" count="1" type="stmt"/>
119
+ <line num="158" count="1" type="cond" truecount="1" falsecount="1"/>
120
+ <line num="159" count="0" type="stmt"/>
121
+ <line num="161" count="1" type="stmt"/>
122
+ <line num="165" count="2" type="stmt"/>
123
+ <line num="166" count="1" type="stmt"/>
124
+ <line num="181" count="2" type="stmt"/>
125
+ <line num="182" count="7" type="cond" truecount="4" falsecount="0"/>
126
+ <line num="183" count="3" type="stmt"/>
127
+ <line num="187" count="4" type="stmt"/>
128
+ <line num="189" count="4" type="stmt"/>
129
+ <line num="190" count="4" type="cond" truecount="2" falsecount="0"/>
130
+ <line num="191" count="2" type="stmt"/>
131
+ <line num="193" count="2" type="cond" truecount="2" falsecount="0"/>
132
+ <line num="194" count="1" type="stmt"/>
133
+ <line num="197" count="1" type="stmt"/>
134
+ <line num="204" count="2" type="stmt"/>
135
+ <line num="205" count="3" type="stmt"/>
136
+ <line num="206" count="3" type="stmt"/>
137
+ <line num="212" count="1" type="stmt"/>
138
+ <line num="214" count="2" type="cond" truecount="2" falsecount="0"/>
139
+ <line num="215" count="1" type="stmt"/>
140
+ <line num="217" count="1" type="stmt"/>
141
+ <line num="221" count="2" type="stmt"/>
142
+ <line num="222" count="1" type="stmt"/>
143
+ <line num="236" count="2" type="stmt"/>
144
+ <line num="237" count="8" type="cond" truecount="2" falsecount="0"/>
145
+ <line num="242" count="3" type="stmt"/>
146
+ <line num="247" count="5" type="stmt"/>
147
+ <line num="248" count="5" type="cond" truecount="2" falsecount="0"/>
148
+ <line num="249" count="3" type="stmt"/>
149
+ <line num="251" count="2" type="cond" truecount="2" falsecount="0"/>
150
+ <line num="252" count="1" type="stmt"/>
151
+ <line num="255" count="1" type="stmt"/>
153
152
  </file>
154
153
  <file name="faceLiveness.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/api/faceLiveness.js">
155
154
  <metrics statements="46" coveredstatements="44" conditionals="21" coveredconditionals="19" methods="6" coveredmethods="6"/>
@@ -458,8 +457,8 @@
458
457
  <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
459
458
  <line num="1" count="9" type="stmt"/>
460
459
  <line num="13" count="9" type="stmt"/>
461
- <line num="50" count="9" type="stmt"/>
462
- <line num="55" count="9" type="stmt"/>
460
+ <line num="51" count="9" type="stmt"/>
461
+ <line num="56" count="9" type="stmt"/>
463
462
  </file>
464
463
  <file name="helpers.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/utils/helpers.js">
465
464
  <metrics statements="117" coveredstatements="10" conditionals="165" coveredconditionals="0" methods="14" coveredmethods="0"/>