@accon/connect 0.1.0 → 0.2.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.
- package/coverage/clover.xml +224 -116
- package/coverage/coverage-final.json +24 -16
- package/coverage/lcov-report/index.html +65 -20
- package/coverage/lcov.info +352 -155
- package/dist/core/connect.service.d.ts +4 -4
- package/dist/core/connect.service.js +28 -7
- package/dist/core/connect.service.js.map +1 -1
- package/dist/core/exceptions/invalid-payload.exception.d.ts +5 -0
- package/dist/core/exceptions/invalid-payload.exception.js +12 -0
- package/dist/core/exceptions/invalid-payload.exception.js.map +1 -0
- package/dist/core/interfaces/order-output-integration.interface.d.ts +4 -2
- package/dist/core/interfaces/webhook-input-integration.interface.d.ts +4 -0
- package/dist/core/interfaces/webhook-input-integration.interface.js +3 -0
- package/dist/core/interfaces/webhook-input-integration.interface.js.map +1 -0
- package/dist/core/types/index.d.ts +2 -0
- package/dist/core/types/index.js +2 -0
- package/dist/core/types/index.js.map +1 -1
- package/dist/core/types/integration-payload.type.d.ts +8 -0
- package/dist/core/types/integration-payload.type.js +10 -0
- package/dist/core/types/integration-payload.type.js.map +1 -0
- package/dist/core/types/merchant.type.d.ts +24 -0
- package/dist/core/types/merchant.type.js +30 -0
- package/dist/core/types/merchant.type.js.map +1 -0
- package/dist/core/types/order-event.type.d.ts +26 -0
- package/dist/core/types/order-event.type.js +32 -0
- package/dist/core/types/order-event.type.js.map +1 -0
- package/dist/core/types/order.type.d.ts +2 -2
- package/dist/logistics/foody/foody.order-output.d.ts +2 -2
- package/dist/logistics/foody/foody.order-output.js +2 -1
- package/dist/logistics/foody/foody.order-output.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +18 -9
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1745444950947" clover="3.2.0">
|
|
3
|
+
<project timestamp="1745444950947" name="All files">
|
|
4
|
+
<metrics statements="216" coveredstatements="208" conditionals="54" coveredconditionals="52" methods="34" coveredmethods="34" elements="304" coveredelements="294" complexity="0" loc="216" ncloc="216" packages="12" files="28" classes="28"/>
|
|
5
5
|
<package name="lib">
|
|
6
6
|
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
7
7
|
<file name="index.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/index.ts">
|
|
@@ -11,109 +11,120 @@
|
|
|
11
11
|
</file>
|
|
12
12
|
</package>
|
|
13
13
|
<package name="lib.core">
|
|
14
|
-
<metrics statements="
|
|
14
|
+
<metrics statements="66" coveredstatements="66" conditionals="6" coveredconditionals="5" methods="12" coveredmethods="12"/>
|
|
15
15
|
<file name="connect.module.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/core/connect.module.ts">
|
|
16
16
|
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
17
|
-
<line num="1" count="1" type="stmt"/>
|
|
18
|
-
<line num="2" count="1" type="stmt"/>
|
|
19
|
-
<line num="3" count="1" type="stmt"/>
|
|
20
|
-
<line num="4" count="1" type="stmt"/>
|
|
21
|
-
<line num="5" count="1" type="stmt"/>
|
|
22
|
-
<line num="12" count="1" type="stmt"/>
|
|
23
|
-
</file>
|
|
24
|
-
<file name="connect.service.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/core/connect.service.ts">
|
|
25
|
-
<metrics statements="28" coveredstatements="28" conditionals="2" coveredconditionals="2" methods="7" coveredmethods="7"/>
|
|
26
17
|
<line num="1" count="2" type="stmt"/>
|
|
27
18
|
<line num="2" count="2" type="stmt"/>
|
|
28
19
|
<line num="3" count="2" type="stmt"/>
|
|
20
|
+
<line num="4" count="2" type="stmt"/>
|
|
29
21
|
<line num="5" count="2" type="stmt"/>
|
|
30
|
-
<line num="
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
<
|
|
22
|
+
<line num="12" count="2" type="stmt"/>
|
|
23
|
+
</file>
|
|
24
|
+
<file name="connect.service.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/core/connect.service.ts">
|
|
25
|
+
<metrics statements="39" coveredstatements="39" conditionals="4" coveredconditionals="4" methods="8" coveredmethods="8"/>
|
|
26
|
+
<line num="1" count="3" type="stmt"/>
|
|
27
|
+
<line num="2" count="3" type="stmt"/>
|
|
28
|
+
<line num="3" count="3" type="stmt"/>
|
|
29
|
+
<line num="5" count="3" type="stmt"/>
|
|
30
|
+
<line num="6" count="3" type="stmt"/>
|
|
31
|
+
<line num="9" count="3" type="stmt"/>
|
|
32
|
+
<line num="10" count="12" type="stmt"/>
|
|
33
|
+
<line num="12" count="12" type="stmt"/>
|
|
34
34
|
<line num="15" count="1" type="stmt"/>
|
|
35
35
|
<line num="19" count="5" type="stmt"/>
|
|
36
|
-
<line num="23" count="
|
|
37
|
-
<line num="24" count="
|
|
36
|
+
<line num="23" count="6" type="stmt"/>
|
|
37
|
+
<line num="24" count="28" type="stmt"/>
|
|
38
38
|
<line num="32" count="5" type="stmt"/>
|
|
39
39
|
<line num="34" count="5" type="stmt"/>
|
|
40
40
|
<line num="35" count="5" type="stmt"/>
|
|
41
41
|
<line num="36" count="15" type="stmt"/>
|
|
42
42
|
<line num="39" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
43
43
|
<line num="40" count="1" type="stmt"/>
|
|
44
|
-
<line num="
|
|
45
|
-
<line num="44" count="4" type="stmt"/>
|
|
44
|
+
<line num="43" count="1" type="stmt"/>
|
|
46
45
|
<line num="46" count="4" type="stmt"/>
|
|
47
|
-
<line num="
|
|
48
|
-
<line num="
|
|
49
|
-
<line num="
|
|
50
|
-
<line num="
|
|
51
|
-
<line num="
|
|
52
|
-
<line num="
|
|
53
|
-
<line num="
|
|
46
|
+
<line num="48" count="4" type="stmt"/>
|
|
47
|
+
<line num="49" count="4" type="stmt"/>
|
|
48
|
+
<line num="52" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
49
|
+
<line num="53" count="1" type="stmt"/>
|
|
50
|
+
<line num="56" count="1" type="stmt"/>
|
|
51
|
+
<line num="59" count="3" type="stmt"/>
|
|
52
|
+
<line num="60" count="1" type="stmt"/>
|
|
53
|
+
<line num="64" count="2" type="stmt"/>
|
|
54
|
+
<line num="73" count="4" type="stmt"/>
|
|
55
|
+
<line num="74" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
56
|
+
<line num="75" count="1" type="stmt"/>
|
|
57
|
+
<line num="78" count="1" type="stmt"/>
|
|
58
|
+
<line num="81" count="3" type="stmt"/>
|
|
59
|
+
<line num="83" count="3" type="stmt"/>
|
|
60
|
+
<line num="84" count="3" type="stmt"/>
|
|
61
|
+
<line num="87" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
62
|
+
<line num="88" count="1" type="stmt"/>
|
|
63
|
+
<line num="92" count="3" type="stmt"/>
|
|
64
|
+
<line num="94" count="2" type="stmt"/>
|
|
54
65
|
</file>
|
|
55
66
|
<file name="index.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/core/index.ts">
|
|
56
67
|
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
57
|
-
<line num="1" count="
|
|
58
|
-
<line num="2" count="
|
|
59
|
-
<line num="3" count="
|
|
60
|
-
<line num="4" count="
|
|
61
|
-
<line num="5" count="
|
|
62
|
-
<line num="6" count="
|
|
63
|
-
<line num="7" count="
|
|
68
|
+
<line num="1" count="2" type="stmt"/>
|
|
69
|
+
<line num="2" count="2" type="stmt"/>
|
|
70
|
+
<line num="3" count="2" type="stmt"/>
|
|
71
|
+
<line num="4" count="2" type="stmt"/>
|
|
72
|
+
<line num="5" count="2" type="stmt"/>
|
|
73
|
+
<line num="6" count="2" type="stmt"/>
|
|
74
|
+
<line num="7" count="2" type="stmt"/>
|
|
64
75
|
</file>
|
|
65
76
|
<file name="integration-loader.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/core/integration-loader.ts">
|
|
66
77
|
<metrics statements="5" coveredstatements="5" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
67
|
-
<line num="1" count="
|
|
68
|
-
<line num="3" count="
|
|
78
|
+
<line num="1" count="3" type="stmt"/>
|
|
79
|
+
<line num="3" count="3" type="stmt"/>
|
|
69
80
|
<line num="7" count="2" type="stmt"/>
|
|
70
81
|
<line num="11" count="2" type="stmt"/>
|
|
71
82
|
<line num="12" count="2" type="stmt"/>
|
|
72
83
|
</file>
|
|
73
84
|
<file name="integration-registry.service.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/core/integration-registry.service.ts">
|
|
74
85
|
<metrics statements="9" coveredstatements="9" conditionals="1" coveredconditionals="1" methods="3" coveredmethods="3"/>
|
|
75
|
-
<line num="1" count="
|
|
76
|
-
<line num="5" count="
|
|
77
|
-
<line num="9" count="
|
|
78
|
-
<line num="12" count="
|
|
79
|
-
<line num="13" count="
|
|
86
|
+
<line num="1" count="4" type="stmt"/>
|
|
87
|
+
<line num="5" count="4" type="stmt"/>
|
|
88
|
+
<line num="9" count="4" type="stmt"/>
|
|
89
|
+
<line num="12" count="30" type="stmt"/>
|
|
90
|
+
<line num="13" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
80
91
|
<line num="14" count="1" type="stmt"/>
|
|
81
92
|
<line num="18" count="1" type="stmt"/>
|
|
82
|
-
<line num="21" count="
|
|
83
|
-
<line num="25" count="
|
|
93
|
+
<line num="21" count="14" type="stmt"/>
|
|
94
|
+
<line num="25" count="14" type="stmt"/>
|
|
84
95
|
</file>
|
|
85
96
|
</package>
|
|
86
97
|
<package name="lib.core.decorators">
|
|
87
98
|
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
88
99
|
<file name="index.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/core/decorators/index.ts">
|
|
89
100
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
90
|
-
<line num="1" count="
|
|
101
|
+
<line num="1" count="2" type="stmt"/>
|
|
91
102
|
</file>
|
|
92
103
|
<file name="registry-integration.decorator.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/core/decorators/registry-integration.decorator.ts">
|
|
93
104
|
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
94
|
-
<line num="1" count="
|
|
95
|
-
<line num="2" count="
|
|
96
|
-
<line num="5" count="
|
|
97
|
-
<line num="6" count="
|
|
98
|
-
<line num="7" count="
|
|
99
|
-
<line num="8" count="
|
|
105
|
+
<line num="1" count="2" type="stmt"/>
|
|
106
|
+
<line num="2" count="2" type="stmt"/>
|
|
107
|
+
<line num="5" count="2" type="stmt"/>
|
|
108
|
+
<line num="6" count="2" type="stmt"/>
|
|
109
|
+
<line num="7" count="2" type="stmt"/>
|
|
110
|
+
<line num="8" count="2" type="stmt"/>
|
|
100
111
|
</file>
|
|
101
112
|
</package>
|
|
102
113
|
<package name="lib.core.events">
|
|
103
114
|
<metrics statements="14" coveredstatements="14" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
104
115
|
<file name="events.module.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/core/events/events.module.ts">
|
|
105
116
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
106
|
-
<line num="1" count="1" type="stmt"/>
|
|
107
|
-
<line num="2" count="1" type="stmt"/>
|
|
108
|
-
<line num="3" count="1" type="stmt"/>
|
|
109
|
-
<line num="10" count="1" type="stmt"/>
|
|
110
|
-
</file>
|
|
111
|
-
<file name="events.service.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/core/events/events.service.ts">
|
|
112
|
-
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
113
117
|
<line num="1" count="2" type="stmt"/>
|
|
114
118
|
<line num="2" count="2" type="stmt"/>
|
|
115
|
-
<line num="
|
|
119
|
+
<line num="3" count="2" type="stmt"/>
|
|
116
120
|
<line num="10" count="2" type="stmt"/>
|
|
121
|
+
</file>
|
|
122
|
+
<file name="events.service.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/core/events/events.service.ts">
|
|
123
|
+
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
124
|
+
<line num="1" count="3" type="stmt"/>
|
|
125
|
+
<line num="2" count="3" type="stmt"/>
|
|
126
|
+
<line num="6" count="3" type="stmt"/>
|
|
127
|
+
<line num="10" count="3" type="stmt"/>
|
|
117
128
|
<line num="11" count="1" type="stmt"/>
|
|
118
129
|
<line num="14" count="1" type="stmt"/>
|
|
119
130
|
<line num="24" count="1" type="stmt"/>
|
|
@@ -121,101 +132,119 @@
|
|
|
121
132
|
</file>
|
|
122
133
|
<file name="index.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/core/events/index.ts">
|
|
123
134
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
124
|
-
<line num="1" count="
|
|
125
|
-
<line num="2" count="
|
|
135
|
+
<line num="1" count="2" type="stmt"/>
|
|
136
|
+
<line num="2" count="2" type="stmt"/>
|
|
126
137
|
</file>
|
|
127
138
|
</package>
|
|
128
139
|
<package name="lib.core.exceptions">
|
|
129
|
-
<metrics statements="
|
|
140
|
+
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
130
141
|
<file name="index.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/core/exceptions/index.ts">
|
|
131
142
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
132
|
-
<line num="1" count="
|
|
143
|
+
<line num="1" count="2" type="stmt"/>
|
|
133
144
|
</file>
|
|
134
145
|
<file name="invalid-order.exception.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/core/exceptions/invalid-order.exception.ts">
|
|
146
|
+
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
147
|
+
<line num="3" count="2" type="stmt"/>
|
|
148
|
+
<line num="6" count="5" type="stmt"/>
|
|
149
|
+
<line num="8" count="5" type="stmt"/>
|
|
150
|
+
</file>
|
|
151
|
+
<file name="invalid-payload.exception.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/core/exceptions/invalid-payload.exception.ts">
|
|
135
152
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
136
153
|
<line num="3" count="1" type="stmt"/>
|
|
137
|
-
<line num="6" count="
|
|
138
|
-
<line num="8" count="
|
|
154
|
+
<line num="6" count="1" type="stmt"/>
|
|
155
|
+
<line num="8" count="1" type="stmt"/>
|
|
139
156
|
</file>
|
|
140
157
|
</package>
|
|
141
158
|
<package name="lib.core.interfaces">
|
|
142
159
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
143
160
|
<file name="index.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/core/interfaces/index.ts">
|
|
144
161
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
145
|
-
<line num="1" count="
|
|
146
|
-
<line num="2" count="
|
|
162
|
+
<line num="1" count="2" type="stmt"/>
|
|
163
|
+
<line num="2" count="2" type="stmt"/>
|
|
147
164
|
</file>
|
|
148
165
|
</package>
|
|
149
166
|
<package name="lib.core.types">
|
|
150
|
-
<metrics statements="
|
|
167
|
+
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
151
168
|
<file name="index.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/core/types/index.ts">
|
|
152
|
-
<metrics statements="
|
|
153
|
-
<line num="1" count="
|
|
154
|
-
<line num="2" count="
|
|
155
|
-
<line num="3" count="
|
|
156
|
-
<line num="4" count="
|
|
169
|
+
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
170
|
+
<line num="1" count="2" type="stmt"/>
|
|
171
|
+
<line num="2" count="2" type="stmt"/>
|
|
172
|
+
<line num="3" count="2" type="stmt"/>
|
|
173
|
+
<line num="4" count="2" type="stmt"/>
|
|
174
|
+
<line num="5" count="2" type="stmt"/>
|
|
175
|
+
<line num="6" count="2" type="stmt"/>
|
|
157
176
|
</file>
|
|
158
177
|
<file name="integration-event.type.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/core/types/integration-event.type.ts">
|
|
159
178
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
160
|
-
<line num="24" count="
|
|
179
|
+
<line num="24" count="3" type="stmt"/>
|
|
180
|
+
</file>
|
|
181
|
+
<file name="integration-payload.type.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/core/types/integration-payload.type.ts">
|
|
182
|
+
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
183
|
+
<line num="4" count="2" type="stmt"/>
|
|
184
|
+
</file>
|
|
185
|
+
<file name="merchant.type.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/core/types/merchant.type.ts">
|
|
186
|
+
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
187
|
+
<line num="1" count="2" type="stmt"/>
|
|
188
|
+
<line num="17" count="2" type="stmt"/>
|
|
161
189
|
</file>
|
|
162
190
|
</package>
|
|
163
191
|
<package name="lib.logistics.foody">
|
|
164
|
-
<metrics statements="
|
|
192
|
+
<metrics statements="50" coveredstatements="50" conditionals="22" coveredconditionals="22" methods="5" coveredmethods="5"/>
|
|
165
193
|
<file name="foody.config.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/logistics/foody/foody.config.ts">
|
|
166
194
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
167
195
|
<line num="3" count="1" type="stmt"/>
|
|
168
196
|
</file>
|
|
169
197
|
<file name="foody.order-output.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/logistics/foody/foody.order-output.ts">
|
|
170
|
-
<metrics statements="
|
|
198
|
+
<metrics statements="49" coveredstatements="49" conditionals="22" coveredconditionals="22" methods="5" coveredmethods="5"/>
|
|
171
199
|
<line num="1" count="1" type="stmt"/>
|
|
172
200
|
<line num="2" count="1" type="stmt"/>
|
|
173
|
-
<line num="
|
|
174
|
-
<line num="12" count="1" type="stmt"/>
|
|
201
|
+
<line num="11" count="1" type="stmt"/>
|
|
175
202
|
<line num="13" count="1" type="stmt"/>
|
|
176
|
-
<line num="
|
|
177
|
-
<line num="
|
|
178
|
-
<line num="31" count="
|
|
203
|
+
<line num="14" count="1" type="stmt"/>
|
|
204
|
+
<line num="16" count="1" type="stmt"/>
|
|
205
|
+
<line num="31" count="1" type="stmt"/>
|
|
179
206
|
<line num="32" count="13" type="stmt"/>
|
|
180
|
-
<line num="
|
|
207
|
+
<line num="33" count="13" type="stmt"/>
|
|
181
208
|
<line num="37" count="13" type="stmt"/>
|
|
182
|
-
<line num="
|
|
183
|
-
<line num="
|
|
184
|
-
<line num="
|
|
185
|
-
<line num="
|
|
186
|
-
<line num="
|
|
187
|
-
<line num="
|
|
188
|
-
<line num="
|
|
209
|
+
<line num="38" count="13" type="stmt"/>
|
|
210
|
+
<line num="40" count="13" type="stmt"/>
|
|
211
|
+
<line num="50" count="5" type="stmt"/>
|
|
212
|
+
<line num="51" count="5" type="stmt"/>
|
|
213
|
+
<line num="52" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
214
|
+
<line num="53" count="1" type="stmt"/>
|
|
215
|
+
<line num="54" count="1" type="stmt"/>
|
|
189
216
|
<line num="57" count="4" type="stmt"/>
|
|
190
|
-
<line num="
|
|
191
|
-
<line num="
|
|
192
|
-
<line num="65" count="
|
|
193
|
-
<line num="
|
|
194
|
-
<line num="
|
|
195
|
-
<line num="
|
|
196
|
-
<line num="
|
|
197
|
-
<line num="
|
|
198
|
-
<line num="
|
|
199
|
-
<line num="92" count="
|
|
200
|
-
<line num="
|
|
217
|
+
<line num="58" count="4" type="stmt"/>
|
|
218
|
+
<line num="62" count="4" type="stmt"/>
|
|
219
|
+
<line num="65" count="4" type="stmt"/>
|
|
220
|
+
<line num="69" count="4" type="stmt"/>
|
|
221
|
+
<line num="70" count="3" type="stmt"/>
|
|
222
|
+
<line num="72" count="3" type="stmt"/>
|
|
223
|
+
<line num="73" count="3" type="stmt"/>
|
|
224
|
+
<line num="85" count="2" type="stmt"/>
|
|
225
|
+
<line num="86" count="2" type="stmt"/>
|
|
226
|
+
<line num="92" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
227
|
+
<line num="93" count="1" type="stmt"/>
|
|
228
|
+
<line num="97" count="1" type="stmt"/>
|
|
201
229
|
<line num="103" count="1" type="stmt"/>
|
|
202
|
-
<line num="
|
|
203
|
-
<line num="
|
|
204
|
-
<line num="
|
|
205
|
-
<line num="
|
|
206
|
-
<line num="
|
|
207
|
-
<line num="
|
|
208
|
-
<line num="
|
|
209
|
-
<line num="
|
|
210
|
-
<line num="
|
|
211
|
-
<line num="
|
|
230
|
+
<line num="108" count="1" type="stmt"/>
|
|
231
|
+
<line num="119" count="19" type="cond" truecount="3" falsecount="0"/>
|
|
232
|
+
<line num="120" count="5" type="stmt"/>
|
|
233
|
+
<line num="123" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
234
|
+
<line num="124" count="13" type="stmt"/>
|
|
235
|
+
<line num="125" count="13" type="cond" truecount="12" falsecount="0"/>
|
|
236
|
+
<line num="127" count="1" type="stmt"/>
|
|
237
|
+
<line num="137" count="9" type="stmt"/>
|
|
238
|
+
<line num="139" count="1" type="stmt"/>
|
|
239
|
+
<line num="141" count="1" type="stmt"/>
|
|
212
240
|
<line num="145" count="2" type="stmt"/>
|
|
213
|
-
<line num="
|
|
214
|
-
<line num="
|
|
215
|
-
<line num="
|
|
216
|
-
<line num="156" count="
|
|
217
|
-
<line num="
|
|
218
|
-
<line num="
|
|
241
|
+
<line num="150" count="2" type="stmt"/>
|
|
242
|
+
<line num="154" count="7" type="stmt"/>
|
|
243
|
+
<line num="155" count="7" type="cond" truecount="3" falsecount="0"/>
|
|
244
|
+
<line num="156" count="3" type="stmt"/>
|
|
245
|
+
<line num="161" count="4" type="stmt"/>
|
|
246
|
+
<line num="162" count="1" type="stmt"/>
|
|
247
|
+
<line num="165" count="4" type="stmt"/>
|
|
219
248
|
</file>
|
|
220
249
|
</package>
|
|
221
250
|
<package name="lib.logistics.foody.dto">
|
|
@@ -230,5 +259,84 @@
|
|
|
230
259
|
<line num="1" count="0" type="stmt"/>
|
|
231
260
|
</file>
|
|
232
261
|
</package>
|
|
262
|
+
<package name="lib.order.accon">
|
|
263
|
+
<metrics statements="52" coveredstatements="52" conditionals="26" coveredconditionals="25" methods="9" coveredmethods="9"/>
|
|
264
|
+
<file name="accon-webhook.config.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/order/accon/accon-webhook.config.ts">
|
|
265
|
+
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
266
|
+
<line num="3" count="1" type="stmt"/>
|
|
267
|
+
</file>
|
|
268
|
+
<file name="accon-webhook.order-output.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/order/accon/accon-webhook.order-output.ts">
|
|
269
|
+
<metrics statements="51" coveredstatements="51" conditionals="26" coveredconditionals="25" methods="9" coveredmethods="9"/>
|
|
270
|
+
<line num="1" count="1" type="stmt"/>
|
|
271
|
+
<line num="11" count="1" type="stmt"/>
|
|
272
|
+
<line num="12" count="1" type="stmt"/>
|
|
273
|
+
<line num="17" count="1" type="stmt"/>
|
|
274
|
+
<line num="18" count="1" type="stmt"/>
|
|
275
|
+
<line num="19" count="1" type="stmt"/>
|
|
276
|
+
<line num="20" count="1" type="stmt"/>
|
|
277
|
+
<line num="36" count="1" type="stmt"/>
|
|
278
|
+
<line num="40" count="21" type="stmt"/>
|
|
279
|
+
<line num="42" count="21" type="stmt"/>
|
|
280
|
+
<line num="43" count="21" type="stmt"/>
|
|
281
|
+
<line num="45" count="21" type="stmt"/>
|
|
282
|
+
<line num="55" count="1" type="stmt"/>
|
|
283
|
+
<line num="62" count="1" type="stmt"/>
|
|
284
|
+
<line num="69" count="1" type="stmt"/>
|
|
285
|
+
<line num="77" count="7" type="stmt"/>
|
|
286
|
+
<line num="78" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
287
|
+
<line num="79" count="1" type="stmt"/>
|
|
288
|
+
<line num="80" count="1" type="stmt"/>
|
|
289
|
+
<line num="83" count="6" type="stmt"/>
|
|
290
|
+
<line num="84" count="6" type="stmt"/>
|
|
291
|
+
<line num="88" count="6" type="stmt"/>
|
|
292
|
+
<line num="89" count="6" type="stmt"/>
|
|
293
|
+
<line num="93" count="6" type="stmt"/>
|
|
294
|
+
<line num="94" count="6" type="stmt"/>
|
|
295
|
+
<line num="96" count="6" type="stmt"/>
|
|
296
|
+
<line num="97" count="6" type="stmt"/>
|
|
297
|
+
<line num="100" count="1" type="stmt"/>
|
|
298
|
+
<line num="106" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
299
|
+
<line num="107" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
300
|
+
<line num="108" count="1" type="stmt"/>
|
|
301
|
+
<line num="109" count="1" type="stmt"/>
|
|
302
|
+
<line num="115" count="4" type="stmt"/>
|
|
303
|
+
<line num="120" count="4" type="stmt"/>
|
|
304
|
+
<line num="126" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
305
|
+
<line num="127" count="1" type="stmt"/>
|
|
306
|
+
<line num="133" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
307
|
+
<line num="134" count="1" type="stmt"/>
|
|
308
|
+
<line num="140" count="12" type="stmt"/>
|
|
309
|
+
<line num="141" count="1" type="stmt"/>
|
|
310
|
+
<line num="143" count="12" type="stmt"/>
|
|
311
|
+
<line num="145" count="12" type="stmt"/>
|
|
312
|
+
<line num="146" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
313
|
+
<line num="149" count="12" type="stmt"/>
|
|
314
|
+
<line num="218" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
315
|
+
<line num="219" count="1" type="stmt"/>
|
|
316
|
+
<line num="224" count="16" type="stmt"/>
|
|
317
|
+
<line num="225" count="16" type="stmt"/>
|
|
318
|
+
<line num="227" count="16" type="stmt"/>
|
|
319
|
+
<line num="242" count="16" type="stmt"/>
|
|
320
|
+
<line num="248" count="16" type="stmt"/>
|
|
321
|
+
</file>
|
|
322
|
+
</package>
|
|
323
|
+
<package name="lib.order.accon.dto.accon-webhook">
|
|
324
|
+
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
325
|
+
<file name="index.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/order/accon/dto/accon-webhook/index.ts">
|
|
326
|
+
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
327
|
+
<line num="1" count="0" type="stmt"/>
|
|
328
|
+
</file>
|
|
329
|
+
<file name="webhook-body.dto.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/order/accon/dto/accon-webhook/webhook-body.dto.ts">
|
|
330
|
+
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
331
|
+
<line num="93" count="0" type="stmt"/>
|
|
332
|
+
</file>
|
|
333
|
+
</package>
|
|
334
|
+
<package name="lib.order.saipos.dto">
|
|
335
|
+
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
336
|
+
<file name="webhook-body.dto.ts" path="/Users/lincon/Documents/development/accon/v2/connect/lib/order/saipos/dto/webhook-body.dto.ts">
|
|
337
|
+
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
338
|
+
<line num="1" count="0" type="stmt"/>
|
|
339
|
+
</file>
|
|
340
|
+
</package>
|
|
233
341
|
</project>
|
|
234
342
|
</coverage>
|