apacuana-sdk-core 0.5.0 → 0.6.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.
Files changed (55) hide show
  1. package/README.md +128 -55
  2. package/babel.config.cjs +11 -0
  3. package/coverage/clover.xml +179 -170
  4. package/coverage/coverage-final.json +8 -8
  5. package/coverage/lcov-report/api/index.html +131 -0
  6. package/coverage/lcov-report/api/signatures.js.html +1093 -0
  7. package/coverage/lcov-report/api/users.js.html +292 -0
  8. package/coverage/lcov-report/config/index.html +116 -0
  9. package/coverage/lcov-report/config/index.js.html +208 -0
  10. package/coverage/lcov-report/errors/index.html +116 -0
  11. package/coverage/lcov-report/errors/index.js.html +148 -0
  12. package/coverage/lcov-report/index.html +26 -26
  13. package/coverage/lcov-report/src/api/certs.js.html +65 -35
  14. package/coverage/lcov-report/src/api/index.html +27 -27
  15. package/coverage/lcov-report/src/api/revocations.js.html +21 -3
  16. package/coverage/lcov-report/src/api/signatures.js.html +123 -18
  17. package/coverage/lcov-report/src/api/users.js.html +24 -3
  18. package/coverage/lcov-report/src/config/index.html +1 -1
  19. package/coverage/lcov-report/src/config/index.js.html +1 -1
  20. package/coverage/lcov-report/src/errors/index.html +1 -1
  21. package/coverage/lcov-report/src/errors/index.js.html +8 -8
  22. package/coverage/lcov-report/src/index.html +1 -1
  23. package/coverage/lcov-report/src/index.js.html +9 -3
  24. package/coverage/lcov-report/src/utils/constant.js.html +3 -3
  25. package/coverage/lcov-report/src/utils/helpers.js.html +134 -32
  26. package/coverage/lcov-report/src/utils/httpClient.js.html +6 -72
  27. package/coverage/lcov-report/src/utils/index.html +20 -20
  28. package/coverage/lcov-report/utils/constant.js.html +145 -0
  29. package/coverage/lcov-report/utils/httpClient.js.html +646 -0
  30. package/coverage/lcov-report/utils/index.html +131 -0
  31. package/coverage/lcov.info +335 -298
  32. package/dist/api/certs.d.ts +17 -3
  33. package/dist/api/revocations.d.ts +17 -2
  34. package/dist/api/signatures.d.ts +18 -1
  35. package/dist/api/users.d.ts +22 -6
  36. package/dist/index.d.ts +4 -0
  37. package/dist/index.js +616 -242
  38. package/dist/index.js.map +1 -1
  39. package/dist/index.mjs +616 -242
  40. package/dist/index.mjs.map +1 -1
  41. package/dist/utils/helpers.d.ts +3 -1
  42. package/jest.config.cjs +6 -1
  43. package/package.json +12 -7
  44. package/rollup.config.js +1 -1
  45. package/src/api/certs.js +21 -11
  46. package/src/api/revocations.js +7 -1
  47. package/src/api/signatures.js +43 -8
  48. package/src/api/users.js +8 -1
  49. package/src/index.js +3 -1
  50. package/src/utils/constant.js +2 -2
  51. package/src/utils/helpers.js +56 -22
  52. package/src/utils/httpClient.js +0 -22
  53. package/tests/api/certs.test.js +30 -48
  54. package/tsconfig.json +2 -1
  55. package/.babelrc +0 -3
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1756146258729" clover="3.2.0">
3
- <project timestamp="1756146258729" name="All files">
4
- <metrics statements="268" coveredstatements="119" conditionals="207" coveredconditionals="38" methods="36" coveredmethods="13" elements="511" coveredelements="170" complexity="0" loc="268" ncloc="268" packages="5" files="10" classes="10"/>
2
+ <coverage generated="1756239717215" clover="3.2.0">
3
+ <project timestamp="1756239717215" name="All files">
4
+ <metrics statements="277" coveredstatements="115" conditionals="231" coveredconditionals="37" methods="38" coveredmethods="13" elements="546" coveredelements="165" complexity="0" loc="277" ncloc="277" packages="5" files="10" classes="10"/>
5
5
  <package name="src">
6
6
  <metrics statements="15" coveredstatements="14" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
7
7
  <file name="index.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/index.js">
@@ -24,142 +24,150 @@
24
24
  </file>
25
25
  </package>
26
26
  <package name="src.api">
27
- <metrics statements="124" coveredstatements="81" conditionals="66" coveredconditionals="34" methods="18" coveredmethods="11"/>
27
+ <metrics statements="132" coveredstatements="76" conditionals="72" coveredconditionals="33" methods="19" coveredmethods="11"/>
28
28
  <file name="certs.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/api/certs.js">
29
- <metrics statements="25" coveredstatements="25" conditionals="11" coveredconditionals="8" methods="4" coveredmethods="4"/>
30
- <line num="7" count="2" type="cond" truecount="0" falsecount="1"/>
31
- <line num="8" count="4" type="stmt"/>
32
- <line num="9" count="4" type="stmt"/>
33
- <line num="11" count="4" type="stmt"/>
34
- <line num="16" count="2" type="stmt"/>
35
- <line num="17" count="2" type="cond" truecount="2" falsecount="0"/>
36
- <line num="18" count="1" type="stmt"/>
37
- <line num="25" count="1" type="stmt"/>
38
- <line num="28" count="3" type="cond" truecount="2" falsecount="0"/>
39
- <line num="29" count="2" type="stmt"/>
40
- <line num="31" count="1" type="stmt"/>
41
- <line num="35" count="2" type="stmt"/>
42
- <line num="36" count="1" type="stmt"/>
43
- <line num="50" count="2" type="cond" truecount="0" falsecount="1"/>
44
- <line num="51" count="6" type="stmt"/>
45
- <line num="52" count="6" type="stmt"/>
46
- <line num="53" count="6" type="cond" truecount="2" falsecount="0"/>
47
- <line num="54" count="4" type="stmt"/>
48
- <line num="56" count="2" type="cond" truecount="2" falsecount="0"/>
49
- <line num="57" count="1" type="stmt"/>
50
- <line num="60" count="1" type="stmt"/>
51
- <line num="72" count="2" type="cond" truecount="0" falsecount="1"/>
52
- <line num="73" count="1" type="stmt"/>
53
- <line num="74" count="1" type="stmt"/>
54
- <line num="78" count="1" type="stmt"/>
29
+ <metrics statements="24" coveredstatements="20" conditionals="13" coveredconditionals="7" methods="4" coveredmethods="4"/>
30
+ <line num="19" count="2" type="cond" truecount="0" falsecount="1"/>
31
+ <line num="20" count="1" type="stmt"/>
32
+ <line num="21" count="1" type="stmt"/>
33
+ <line num="26" count="1" type="stmt"/>
34
+ <line num="27" count="1" type="cond" truecount="3" falsecount="1"/>
35
+ <line num="28" count="0" type="stmt"/>
36
+ <line num="35" count="1" type="stmt"/>
37
+ <line num="38" count="0" type="cond" truecount="0" falsecount="2"/>
38
+ <line num="39" count="0" type="stmt"/>
39
+ <line num="41" count="0" type="stmt"/>
40
+ <line num="45" count="2" type="stmt"/>
41
+ <line num="46" count="1" type="stmt"/>
42
+ <line num="60" count="2" type="cond" truecount="0" falsecount="1"/>
43
+ <line num="61" count="3" type="stmt"/>
44
+ <line num="62" count="3" type="stmt"/>
45
+ <line num="63" count="3" type="cond" truecount="2" falsecount="0"/>
46
+ <line num="64" count="1" type="stmt"/>
47
+ <line num="66" count="2" type="cond" truecount="2" falsecount="0"/>
48
+ <line num="67" count="1" type="stmt"/>
49
+ <line num="70" count="1" type="stmt"/>
50
+ <line num="82" count="2" type="cond" truecount="0" falsecount="1"/>
51
+ <line num="83" count="1" type="stmt"/>
52
+ <line num="84" count="1" type="stmt"/>
53
+ <line num="88" count="1" type="stmt"/>
55
54
  </file>
56
55
  <file name="revocations.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/api/revocations.js">
57
56
  <metrics statements="12" coveredstatements="1" conditionals="8" coveredconditionals="0" methods="1" coveredmethods="0"/>
58
- <line num="9" count="1" type="stmt"/>
59
- <line num="10" count="0" type="stmt"/>
60
- <line num="11" count="0" type="stmt"/>
61
- <line num="15" count="0" type="cond" truecount="0" falsecount="2"/>
57
+ <line num="15" count="1" type="stmt"/>
62
58
  <line num="16" count="0" type="stmt"/>
63
- <line num="21" count="0" type="stmt"/>
59
+ <line num="17" count="0" type="stmt"/>
60
+ <line num="21" count="0" type="cond" truecount="0" falsecount="2"/>
64
61
  <line num="22" count="0" type="stmt"/>
65
62
  <line num="27" count="0" type="stmt"/>
66
- <line num="28" count="0" type="cond" truecount="0" falsecount="2"/>
67
- <line num="29" count="0" type="stmt"/>
63
+ <line num="28" count="0" type="stmt"/>
68
64
  <line num="33" count="0" type="stmt"/>
69
- <line num="38" count="0" type="stmt"/>
65
+ <line num="34" count="0" type="cond" truecount="0" falsecount="2"/>
66
+ <line num="35" count="0" type="stmt"/>
67
+ <line num="39" count="0" type="stmt"/>
68
+ <line num="44" count="0" type="stmt"/>
70
69
  </file>
71
70
  <file name="signatures.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/api/signatures.js">
72
- <metrics statements="74" coveredstatements="42" conditionals="35" coveredconditionals="15" methods="12" coveredmethods="6"/>
73
- <line num="68" count="2" type="stmt"/>
74
- <line num="69" count="0" type="stmt"/>
75
- <line num="76" count="2" type="stmt"/>
76
- <line num="77" count="0" type="stmt"/>
77
- <line num="84" count="2" type="stmt"/>
78
- <line num="85" count="0" type="stmt"/>
79
- <line num="86" count="0" type="stmt"/>
80
- <line num="93" count="0" type="cond" truecount="0" falsecount="2"/>
81
- <line num="94" count="0" type="cond" truecount="0" falsecount="2"/>
82
- <line num="95" count="0" type="stmt"/>
71
+ <metrics statements="83" coveredstatements="42" conditionals="39" coveredconditionals="15" methods="13" coveredmethods="6"/>
72
+ <line num="77" count="2" type="stmt"/>
73
+ <line num="78" count="0" type="stmt"/>
74
+ <line num="79" count="0" type="stmt"/>
75
+ <line num="80" count="0" type="stmt"/>
76
+ <line num="81" count="0" type="stmt"/>
77
+ <line num="83" count="0" type="stmt"/>
78
+ <line num="94" count="0" type="stmt"/>
79
+ <line num="99" count="0" type="stmt"/>
80
+ <line num="101" count="0" type="cond" truecount="0" falsecount="2"/>
83
81
  <line num="102" count="0" type="stmt"/>
84
- <line num="104" count="0" type="cond" truecount="0" falsecount="2"/>
85
- <line num="105" count="0" type="stmt"/>
86
- <line num="107" count="0" type="stmt"/>
87
- <line num="113" count="2" type="stmt"/>
88
- <line num="114" count="0" type="stmt"/>
89
- <line num="121" count="2" type="stmt"/>
90
- <line num="122" count="1" type="stmt"/>
91
- <line num="123" count="1" type="stmt"/>
92
- <line num="124" count="1" type="stmt"/>
93
- <line num="125" count="1" type="stmt"/>
82
+ <line num="104" count="0" type="stmt"/>
83
+ <line num="110" count="2" type="stmt"/>
84
+ <line num="111" count="0" type="stmt"/>
85
+ <line num="118" count="2" type="stmt"/>
86
+ <line num="119" count="0" type="stmt"/>
87
+ <line num="120" count="0" type="stmt"/>
94
88
  <line num="127" count="0" type="cond" truecount="0" falsecount="2"/>
95
- <line num="128" count="0" type="stmt"/>
96
- <line num="130" count="0" type="stmt"/>
97
- <line num="134" count="2" type="stmt"/>
98
- <line num="135" count="1" type="stmt"/>
99
- <line num="142" count="2" type="stmt"/>
100
- <line num="143" count="1" type="stmt"/>
101
- <line num="150" count="2" type="stmt"/>
102
- <line num="151" count="2" type="stmt"/>
103
- <line num="152" count="2" type="cond" truecount="2" falsecount="0"/>
104
- <line num="153" count="1" type="stmt"/>
105
- <line num="160" count="1" type="stmt"/>
106
- <line num="161" count="1" type="stmt"/>
107
- <line num="167" count="1" type="cond" truecount="1" falsecount="1"/>
108
- <line num="168" count="1" type="stmt"/>
109
- <line num="171" count="1" type="stmt"/>
110
- <line num="172" count="1" type="stmt"/>
111
- <line num="173" count="1" type="stmt"/>
112
- <line num="179" count="0" type="cond" truecount="0" falsecount="2"/>
113
- <line num="180" count="0" type="stmt"/>
114
- <line num="182" count="0" type="stmt"/>
115
- <line num="198" count="2" type="stmt"/>
116
- <line num="199" count="0" type="stmt"/>
117
- <line num="201" count="0" type="cond" truecount="0" falsecount="2"/>
118
- <line num="202" count="0" type="stmt"/>
119
- <line num="205" count="0" type="cond" truecount="0" falsecount="2"/>
120
- <line num="206" count="0" type="stmt"/>
121
- <line num="209" count="0" type="stmt"/>
122
- <line num="222" count="2" type="stmt"/>
123
- <line num="223" count="0" type="stmt"/>
124
- <line num="225" count="0" type="stmt"/>
125
- <line num="227" count="0" type="cond" truecount="0" falsecount="2"/>
126
- <line num="228" count="0" type="stmt"/>
127
- <line num="231" count="0" type="cond" truecount="0" falsecount="2"/>
128
- <line num="232" count="0" type="stmt"/>
129
- <line num="235" count="0" type="stmt"/>
130
- <line num="248" count="2" type="stmt"/>
131
- <line num="249" count="4" type="cond" truecount="2" falsecount="0"/>
132
- <line num="254" count="1" type="stmt"/>
133
- <line num="260" count="3" type="stmt"/>
134
- <line num="262" count="3" type="cond" truecount="2" falsecount="0"/>
135
- <line num="263" count="1" type="stmt"/>
136
- <line num="266" count="2" type="cond" truecount="2" falsecount="0"/>
137
- <line num="267" count="1" type="stmt"/>
138
- <line num="270" count="1" type="stmt"/>
89
+ <line num="128" count="0" type="cond" truecount="0" falsecount="2"/>
90
+ <line num="129" count="0" type="stmt"/>
91
+ <line num="136" count="0" type="stmt"/>
92
+ <line num="138" count="0" type="cond" truecount="0" falsecount="2"/>
93
+ <line num="139" count="0" type="stmt"/>
94
+ <line num="141" count="0" type="stmt"/>
95
+ <line num="147" count="2" type="stmt"/>
96
+ <line num="148" count="0" type="stmt"/>
97
+ <line num="155" count="2" type="stmt"/>
98
+ <line num="156" count="1" type="stmt"/>
99
+ <line num="157" count="1" type="stmt"/>
100
+ <line num="158" count="1" type="stmt"/>
101
+ <line num="159" count="1" type="stmt"/>
102
+ <line num="161" count="0" type="cond" truecount="0" falsecount="2"/>
103
+ <line num="162" count="0" type="stmt"/>
104
+ <line num="164" count="0" type="stmt"/>
105
+ <line num="168" count="2" type="stmt"/>
106
+ <line num="169" count="1" type="stmt"/>
107
+ <line num="176" count="2" type="stmt"/>
108
+ <line num="177" count="1" type="stmt"/>
109
+ <line num="184" count="2" type="stmt"/>
110
+ <line num="185" count="2" type="stmt"/>
111
+ <line num="186" count="2" type="cond" truecount="2" falsecount="0"/>
112
+ <line num="187" count="1" type="stmt"/>
113
+ <line num="194" count="1" type="stmt"/>
114
+ <line num="195" count="1" type="stmt"/>
115
+ <line num="201" count="1" type="cond" truecount="1" falsecount="1"/>
116
+ <line num="202" count="1" type="stmt"/>
117
+ <line num="205" count="1" type="stmt"/>
118
+ <line num="206" count="1" type="stmt"/>
119
+ <line num="207" count="1" type="stmt"/>
120
+ <line num="213" count="0" type="cond" truecount="0" falsecount="2"/>
121
+ <line num="214" count="0" type="stmt"/>
122
+ <line num="216" count="0" type="stmt"/>
123
+ <line num="233" count="2" type="stmt"/>
124
+ <line num="234" count="0" type="stmt"/>
125
+ <line num="236" count="0" type="cond" truecount="0" falsecount="2"/>
126
+ <line num="237" count="0" type="stmt"/>
127
+ <line num="240" count="0" type="cond" truecount="0" falsecount="2"/>
128
+ <line num="241" count="0" type="stmt"/>
129
+ <line num="244" count="0" type="stmt"/>
130
+ <line num="257" count="2" type="stmt"/>
131
+ <line num="258" count="0" type="stmt"/>
132
+ <line num="260" count="0" type="stmt"/>
133
+ <line num="262" count="0" type="cond" truecount="0" falsecount="2"/>
134
+ <line num="263" count="0" type="stmt"/>
135
+ <line num="266" count="0" type="cond" truecount="0" falsecount="2"/>
136
+ <line num="267" count="0" type="stmt"/>
137
+ <line num="270" count="0" type="stmt"/>
139
138
  <line num="283" count="2" type="stmt"/>
140
- <line num="284" count="5" type="stmt"/>
141
- <line num="286" count="3" type="stmt"/>
142
- <line num="288" count="3" type="cond" truecount="2" falsecount="0"/>
143
- <line num="289" count="2" type="stmt"/>
144
- <line num="292" count="1" type="cond" truecount="1" falsecount="1"/>
145
- <line num="293" count="1" type="stmt"/>
146
- <line num="296" count="0" type="stmt"/>
139
+ <line num="284" count="4" type="cond" truecount="2" falsecount="0"/>
140
+ <line num="289" count="1" type="stmt"/>
141
+ <line num="295" count="3" type="stmt"/>
142
+ <line num="297" count="3" type="cond" truecount="2" falsecount="0"/>
143
+ <line num="298" count="1" type="stmt"/>
144
+ <line num="301" count="2" type="cond" truecount="2" falsecount="0"/>
145
+ <line num="302" count="1" type="stmt"/>
146
+ <line num="305" count="1" type="stmt"/>
147
+ <line num="318" count="2" type="stmt"/>
148
+ <line num="319" count="5" type="stmt"/>
149
+ <line num="321" count="3" type="stmt"/>
150
+ <line num="323" count="3" type="cond" truecount="2" falsecount="0"/>
151
+ <line num="324" count="2" type="stmt"/>
152
+ <line num="327" count="1" type="cond" truecount="1" falsecount="1"/>
153
+ <line num="328" count="1" type="stmt"/>
154
+ <line num="331" count="0" type="stmt"/>
147
155
  </file>
148
156
  <file name="users.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/api/users.js">
149
157
  <metrics statements="13" coveredstatements="13" conditionals="12" coveredconditionals="11" methods="1" coveredmethods="1"/>
150
- <line num="14" count="1" type="stmt"/>
151
- <line num="15" count="5" type="stmt"/>
152
- <line num="17" count="5" type="cond" truecount="4" falsecount="0"/>
153
- <line num="18" count="1" type="stmt"/>
154
- <line num="25" count="4" type="stmt"/>
155
- <line num="30" count="4" type="stmt"/>
156
- <line num="31" count="4" type="stmt"/>
157
- <line num="37" count="2" type="cond" truecount="4" falsecount="0"/>
158
- <line num="38" count="1" type="stmt"/>
158
+ <line num="21" count="1" type="stmt"/>
159
+ <line num="22" count="5" type="stmt"/>
160
+ <line num="24" count="5" type="cond" truecount="4" falsecount="0"/>
161
+ <line num="25" count="1" type="stmt"/>
162
+ <line num="32" count="4" type="stmt"/>
163
+ <line num="37" count="4" type="stmt"/>
164
+ <line num="38" count="4" type="stmt"/>
165
+ <line num="44" count="2" type="cond" truecount="4" falsecount="0"/>
159
166
  <line num="45" count="1" type="stmt"/>
160
- <line num="51" count="3" type="cond" truecount="2" falsecount="0"/>
161
- <line num="52" count="2" type="stmt"/>
162
- <line num="54" count="1" type="stmt"/>
167
+ <line num="52" count="1" type="stmt"/>
168
+ <line num="58" count="3" type="cond" truecount="2" falsecount="0"/>
169
+ <line num="59" count="2" type="stmt"/>
170
+ <line num="61" count="1" type="stmt"/>
163
171
  </file>
164
172
  </package>
165
173
  <package name="src.config">
@@ -182,17 +190,17 @@
182
190
  <metrics statements="7" coveredstatements="7" conditionals="4" coveredconditionals="3" methods="1" coveredmethods="1"/>
183
191
  <file name="index.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/errors/index.js">
184
192
  <metrics statements="7" coveredstatements="7" conditionals="4" coveredconditionals="3" methods="1" coveredmethods="1"/>
185
- <line num="8" count="21" type="stmt"/>
186
- <line num="9" count="21" type="stmt"/>
187
- <line num="10" count="21" type="stmt"/>
188
- <line num="11" count="21" type="stmt"/>
189
- <line num="12" count="21" type="stmt"/>
190
- <line num="15" count="21" type="cond" truecount="1" falsecount="1"/>
191
- <line num="16" count="21" type="stmt"/>
193
+ <line num="8" count="19" type="stmt"/>
194
+ <line num="9" count="19" type="stmt"/>
195
+ <line num="10" count="19" type="stmt"/>
196
+ <line num="11" count="19" type="stmt"/>
197
+ <line num="12" count="19" type="stmt"/>
198
+ <line num="15" count="19" type="cond" truecount="1" falsecount="1"/>
199
+ <line num="16" count="19" type="stmt"/>
192
200
  </file>
193
201
  </package>
194
202
  <package name="src.utils">
195
- <metrics statements="112" coveredstatements="14" conditionals="126" coveredconditionals="0" methods="14" coveredmethods="0"/>
203
+ <metrics statements="113" coveredstatements="15" conditionals="144" coveredconditionals="0" methods="15" coveredmethods="0"/>
196
204
  <file name="constant.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/utils/constant.js">
197
205
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
198
206
  <line num="1" count="6" type="stmt"/>
@@ -200,7 +208,7 @@
200
208
  <line num="17" count="6" type="stmt"/>
201
209
  </file>
202
210
  <file name="helpers.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/utils/helpers.js">
203
- <metrics statements="63" coveredstatements="8" conditionals="86" coveredconditionals="0" methods="9" coveredmethods="0"/>
211
+ <metrics statements="70" coveredstatements="9" conditionals="104" coveredconditionals="0" methods="10" coveredmethods="0"/>
204
212
  <line num="6" count="2" type="stmt"/>
205
213
  <line num="8" count="2" type="stmt"/>
206
214
  <line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -249,24 +257,31 @@
249
257
  <line num="134" count="0" type="cond" truecount="0" falsecount="5"/>
250
258
  <line num="135" count="0" type="stmt"/>
251
259
  <line num="146" count="2" type="stmt"/>
252
- <line num="147" count="0" type="stmt"/>
253
- <line num="149" count="0" type="cond" truecount="0" falsecount="2"/>
254
- <line num="150" count="0" type="stmt"/>
255
- <line num="157" count="0" type="cond" truecount="0" falsecount="4"/>
256
- <line num="158" count="0" type="stmt"/>
257
- <line num="165" count="0" type="cond" truecount="0" falsecount="2"/>
258
- <line num="166" count="0" type="stmt"/>
259
- <line num="174" count="2" type="stmt"/>
260
- <line num="175" count="0" type="cond" truecount="0" falsecount="2"/>
260
+ <line num="147" count="0" type="cond" truecount="0" falsecount="2"/>
261
+ <line num="154" count="0" type="stmt"/>
262
+ <line num="163" count="2" type="stmt"/>
263
+ <line num="164" count="0" type="cond" truecount="0" falsecount="2"/>
264
+ <line num="169" count="0" type="stmt"/>
265
+ <line num="176" count="0" type="cond" truecount="0" falsecount="2"/>
261
266
  <line num="180" count="0" type="stmt"/>
262
- <line num="187" count="0" type="cond" truecount="0" falsecount="2"/>
263
- <line num="191" count="0" type="stmt"/>
264
- <line num="199" count="2" type="stmt"/>
265
- <line num="200" count="0" type="cond" truecount="0" falsecount="2"/>
266
- <line num="207" count="0" type="stmt"/>
267
+ <line num="188" count="2" type="stmt"/>
268
+ <line num="189" count="0" type="cond" truecount="0" falsecount="2"/>
269
+ <line num="196" count="0" type="stmt"/>
270
+ <line num="204" count="2" type="stmt"/>
271
+ <line num="205" count="0" type="cond" truecount="0" falsecount="4"/>
272
+ <line num="206" count="0" type="stmt"/>
273
+ <line num="213" count="0" type="stmt"/>
274
+ <line num="215" count="0" type="cond" truecount="0" falsecount="5"/>
275
+ <line num="216" count="0" type="stmt"/>
276
+ <line num="223" count="0" type="cond" truecount="0" falsecount="2"/>
277
+ <line num="224" count="0" type="stmt"/>
278
+ <line num="231" count="0" type="cond" truecount="0" falsecount="4"/>
279
+ <line num="232" count="0" type="stmt"/>
280
+ <line num="239" count="0" type="cond" truecount="0" falsecount="4"/>
281
+ <line num="240" count="0" type="stmt"/>
267
282
  </file>
268
283
  <file name="httpClient.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/utils/httpClient.js">
269
- <metrics statements="46" coveredstatements="3" conditionals="40" coveredconditionals="0" methods="5" coveredmethods="0"/>
284
+ <metrics statements="40" coveredstatements="3" conditionals="40" coveredconditionals="0" methods="5" coveredmethods="0"/>
270
285
  <line num="12" count="2" type="stmt"/>
271
286
  <line num="13" count="0" type="stmt"/>
272
287
  <line num="15" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -283,36 +298,30 @@
283
298
  <line num="69" count="0" type="cond" truecount="0" falsecount="2"/>
284
299
  <line num="71" count="0" type="stmt"/>
285
300
  <line num="78" count="0" type="stmt"/>
286
- <line num="88" count="0" type="stmt"/>
287
- <line num="99" count="2" type="stmt"/>
288
- <line num="100" count="0" type="cond" truecount="0" falsecount="2"/>
289
- <line num="101" count="0" type="stmt"/>
290
- <line num="105" count="0" type="cond" truecount="0" falsecount="4"/>
291
- <line num="106" count="0" type="stmt"/>
292
- <line num="110" count="0" type="stmt"/>
293
- <line num="112" count="0" type="stmt"/>
294
- <line num="126" count="2" type="cond" truecount="0" falsecount="2"/>
295
- <line num="127" count="0" type="cond" truecount="0" falsecount="2"/>
296
- <line num="128" count="0" type="stmt"/>
301
+ <line num="93" count="2" type="stmt"/>
302
+ <line num="94" count="0" type="cond" truecount="0" falsecount="2"/>
303
+ <line num="95" count="0" type="stmt"/>
304
+ <line num="99" count="0" type="cond" truecount="0" falsecount="4"/>
305
+ <line num="100" count="0" type="stmt"/>
306
+ <line num="104" count="0" type="stmt"/>
307
+ <line num="117" count="2" type="cond" truecount="0" falsecount="2"/>
308
+ <line num="118" count="0" type="cond" truecount="0" falsecount="2"/>
309
+ <line num="119" count="0" type="stmt"/>
310
+ <line num="127" count="0" type="stmt"/>
311
+ <line num="131" count="0" type="stmt"/>
312
+ <line num="133" count="0" type="cond" truecount="0" falsecount="5"/>
313
+ <line num="135" count="0" type="stmt"/>
297
314
  <line num="136" count="0" type="stmt"/>
315
+ <line num="138" count="0" type="stmt"/>
316
+ <line num="139" count="0" type="stmt"/>
298
317
  <line num="141" count="0" type="stmt"/>
318
+ <line num="142" count="0" type="stmt"/>
319
+ <line num="144" count="0" type="stmt"/>
299
320
  <line num="145" count="0" type="stmt"/>
300
- <line num="150" count="0" type="stmt"/>
301
- <line num="152" count="0" type="stmt"/>
302
- <line num="154" count="0" type="cond" truecount="0" falsecount="5"/>
303
- <line num="156" count="0" type="stmt"/>
321
+ <line num="147" count="0" type="stmt"/>
304
322
  <line num="157" count="0" type="stmt"/>
305
- <line num="159" count="0" type="stmt"/>
306
- <line num="160" count="0" type="stmt"/>
307
323
  <line num="162" count="0" type="stmt"/>
308
324
  <line num="163" count="0" type="stmt"/>
309
- <line num="165" count="0" type="stmt"/>
310
- <line num="166" count="0" type="stmt"/>
311
- <line num="168" count="0" type="stmt"/>
312
- <line num="178" count="0" type="stmt"/>
313
- <line num="179" count="0" type="stmt"/>
314
- <line num="184" count="0" type="stmt"/>
315
- <line num="185" count="0" type="stmt"/>
316
325
  </file>
317
326
  </package>
318
327
  </project>