@insignia-education/api-sdk-js 0.9.34 → 0.10.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/.env.test +1 -1
- package/AGENTS.md +15 -0
- package/coverage/clover.xml +229 -135
- package/coverage/coverage-final.json +7 -7
- package/coverage/lcov-report/index.html +27 -27
- package/coverage/lcov-report/src/Client.js.html +163 -67
- package/coverage/lcov-report/src/api/index.html +1 -1
- package/coverage/lcov-report/src/api/index.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/Accounts.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/Auth.js.html +27 -6
- package/coverage/lcov-report/src/api/v1/Categories.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/Changelogs.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/Configs.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/ContactForms.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/ConversationalTopics.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/Countries.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/Coupons.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/Courses.js.html +23 -8
- package/coverage/lcov-report/src/api/v1/Currencies.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/Files.js.html +55 -10
- package/coverage/lcov-report/src/api/v1/Forums.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/Hashes.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/Insignias.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/Languages.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/MailBlacklist.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/Organizations.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/PaymentMethods.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/Quizzes.js.html +31 -31
- package/coverage/lcov-report/src/api/v1/ShortLinks.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/Surveys.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/Taxes.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/Teacher.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/UserTypes.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/Users.js.html +116 -11
- package/coverage/lcov-report/src/api/v1/Zoom.js.html +1 -1
- package/coverage/lcov-report/src/api/v1/index.html +45 -45
- package/coverage/lcov-report/src/api/v1/index.js.html +1 -1
- package/coverage/lcov-report/src/index.html +17 -17
- package/coverage/lcov-report/src/index.js.html +1 -1
- package/coverage/lcov-report/tests/helpers.js.html +1 -1
- package/coverage/lcov-report/tests/index.html +1 -1
- package/coverage/lcov.info +376 -221
- package/coverage/test-report.html +281 -156
- package/package.json +2 -3
- package/src/Client.js +11 -3
- package/src/api/v1/Files.js +2 -2
- package/src/api/v1/Users.js +2 -0
- package/tests/client.test.js +12 -2
package/.env.test
CHANGED
package/AGENTS.md
CHANGED
|
@@ -93,3 +93,18 @@ The SDK is language-neutral — it must never contain human-readable strings.
|
|
|
93
93
|
## Git
|
|
94
94
|
|
|
95
95
|
- **NEVER commit in the agent's or Claude's name.** All commits must be authored solely by the human developer. Do not add `Co-Authored-By` trailers that name Claude or any AI agent — in shared/collaborative repositories this would falsely attribute work and obscure accountability.
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
## Communication style
|
|
99
|
+
- Respond as briefly as possible. Caveman mode: shortest answer that works. No fluff, no summaries, no "here is what I did".
|
|
100
|
+
|
|
101
|
+
---
|
|
102
|
+
|
|
103
|
+
## Git safety (CRITICAL — read every session)
|
|
104
|
+
|
|
105
|
+
**DO NOT MESS WITH GIT.** DO NOT run `git checkout`, `git stash`, `git reset`, `git restore`,
|
|
106
|
+
`git clean`, or any command that discards or overwrites working-tree changes. These repos often
|
|
107
|
+
carry large amounts of **uncommitted** work, and these commands will destroy it irreversibly.
|
|
108
|
+
|
|
109
|
+
If you need to change the current branch: **commit the work first, or ask the user to commit.**
|
|
110
|
+
Never revert, discard, or overwrite changes via git without explicit permission from the user.
|
package/coverage/clover.xml
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1784588444109" clover="3.2.0">
|
|
3
|
+
<project timestamp="1784588444109" name="All files">
|
|
4
|
+
<metrics statements="840" coveredstatements="640" conditionals="185" coveredconditionals="148" methods="224" coveredmethods="114" elements="1249" coveredelements="902" complexity="0" loc="840" ncloc="840" packages="4" files="32" classes="32"/>
|
|
5
5
|
<package name="src">
|
|
6
|
-
<metrics statements="
|
|
6
|
+
<metrics statements="128" coveredstatements="113" conditionals="55" coveredconditionals="45" methods="15" coveredmethods="15"/>
|
|
7
7
|
<file name="Client.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/Client.js">
|
|
8
|
-
<metrics statements="
|
|
8
|
+
<metrics statements="120" coveredstatements="105" conditionals="54" coveredconditionals="44" methods="14" coveredmethods="14"/>
|
|
9
9
|
<line num="1" count="1" type="stmt"/>
|
|
10
10
|
<line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
11
11
|
<line num="3" count="1" type="stmt"/>
|
|
@@ -25,75 +25,107 @@
|
|
|
25
25
|
<line num="17" count="147" type="stmt"/>
|
|
26
26
|
<line num="18" count="1" type="stmt"/>
|
|
27
27
|
<line num="19" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
28
|
-
<line num="20" count="
|
|
29
|
-
<line num="21" count="
|
|
30
|
-
<line num="22" count="
|
|
31
|
-
<line num="23" count="
|
|
32
|
-
<line num="24" count="
|
|
33
|
-
<line num="25" count="
|
|
34
|
-
<line num="26" count="
|
|
35
|
-
<line num="27" count="
|
|
36
|
-
<line num="28" count="
|
|
37
|
-
<line num="29" count="
|
|
28
|
+
<line num="20" count="91" type="stmt"/>
|
|
29
|
+
<line num="21" count="91" type="stmt"/>
|
|
30
|
+
<line num="22" count="91" type="stmt"/>
|
|
31
|
+
<line num="23" count="91" type="stmt"/>
|
|
32
|
+
<line num="24" count="91" type="stmt"/>
|
|
33
|
+
<line num="25" count="91" type="stmt"/>
|
|
34
|
+
<line num="26" count="91" type="cond" truecount="1" falsecount="0"/>
|
|
35
|
+
<line num="27" count="91" type="stmt"/>
|
|
36
|
+
<line num="28" count="91" type="stmt"/>
|
|
37
|
+
<line num="29" count="91" type="stmt"/>
|
|
38
38
|
<line num="30" count="1" type="stmt"/>
|
|
39
39
|
<line num="31" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
40
|
-
<line num="32" count="
|
|
41
|
-
<line num="33" count="
|
|
42
|
-
<line num="34" count="
|
|
43
|
-
<line num="35" count="
|
|
44
|
-
<line num="36" count="
|
|
45
|
-
<line num="37" count="
|
|
40
|
+
<line num="32" count="91" type="cond" truecount="3" falsecount="0"/>
|
|
41
|
+
<line num="33" count="18" type="stmt"/>
|
|
42
|
+
<line num="34" count="18" type="stmt"/>
|
|
43
|
+
<line num="35" count="18" type="cond" truecount="1" falsecount="0"/>
|
|
44
|
+
<line num="36" count="18" type="stmt"/>
|
|
45
|
+
<line num="37" count="18" type="stmt"/>
|
|
46
46
|
<line num="38" count="1" type="stmt"/>
|
|
47
47
|
<line num="39" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
48
|
-
<line num="40" count="
|
|
49
|
-
<line num="41" count="
|
|
50
|
-
<line num="42" count="
|
|
51
|
-
<line num="43" count="
|
|
52
|
-
<line num="44" count="
|
|
53
|
-
<line num="45" count="
|
|
54
|
-
<line num="46" count="
|
|
55
|
-
<line num="47" count="
|
|
56
|
-
<line num="48" count="
|
|
57
|
-
<line num="49" count="
|
|
58
|
-
<line num="50" count="
|
|
59
|
-
<line num="51" count="
|
|
60
|
-
<line num="52" count="
|
|
61
|
-
<line num="53" count="
|
|
62
|
-
<line num="54" count="
|
|
48
|
+
<line num="40" count="73" type="cond" truecount="0" falsecount="1"/>
|
|
49
|
+
<line num="41" count="73" type="stmt"/>
|
|
50
|
+
<line num="42" count="73" type="stmt"/>
|
|
51
|
+
<line num="43" count="73" type="cond" truecount="1" falsecount="0"/>
|
|
52
|
+
<line num="44" count="51" type="cond" truecount="1" falsecount="0"/>
|
|
53
|
+
<line num="45" count="73" type="cond" truecount="1" falsecount="1"/>
|
|
54
|
+
<line num="46" count="73" type="stmt"/>
|
|
55
|
+
<line num="47" count="73" type="cond" truecount="1" falsecount="0"/>
|
|
56
|
+
<line num="48" count="18" type="stmt"/>
|
|
57
|
+
<line num="49" count="18" type="stmt"/>
|
|
58
|
+
<line num="50" count="18" type="cond" truecount="0" falsecount="1"/>
|
|
59
|
+
<line num="51" count="18" type="stmt"/>
|
|
60
|
+
<line num="52" count="18" type="stmt"/>
|
|
61
|
+
<line num="53" count="18" type="stmt"/>
|
|
62
|
+
<line num="54" count="73" type="stmt"/>
|
|
63
63
|
<line num="55" count="1" type="stmt"/>
|
|
64
64
|
<line num="56" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
65
|
-
<line num="57" count="
|
|
66
|
-
<line num="58" count="
|
|
67
|
-
<line num="59" count="
|
|
68
|
-
<line num="60" count="
|
|
69
|
-
<line num="61" count="
|
|
70
|
-
<line num="62" count="
|
|
71
|
-
<line num="63" count="
|
|
65
|
+
<line num="57" count="73" type="cond" truecount="2" falsecount="0"/>
|
|
66
|
+
<line num="58" count="72" type="stmt"/>
|
|
67
|
+
<line num="59" count="72" type="stmt"/>
|
|
68
|
+
<line num="60" count="73" type="cond" truecount="1" falsecount="0"/>
|
|
69
|
+
<line num="61" count="51" type="stmt"/>
|
|
70
|
+
<line num="62" count="51" type="cond" truecount="2" falsecount="0"/>
|
|
71
|
+
<line num="63" count="51" type="cond" truecount="2" falsecount="0"/>
|
|
72
72
|
<line num="64" count="21" type="stmt"/>
|
|
73
73
|
<line num="65" count="21" type="stmt"/>
|
|
74
|
-
<line num="66" count="
|
|
75
|
-
<line num="67" count="
|
|
74
|
+
<line num="66" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
75
|
+
<line num="67" count="1" type="stmt"/>
|
|
76
76
|
<line num="68" count="1" type="stmt"/>
|
|
77
|
-
<line num="69" count="1" type="cond" truecount="
|
|
78
|
-
<line num="70" count="
|
|
79
|
-
<line num="71" count="
|
|
80
|
-
<line num="72" count="
|
|
77
|
+
<line num="69" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
78
|
+
<line num="70" count="0" type="stmt"/>
|
|
79
|
+
<line num="71" count="0" type="stmt"/>
|
|
80
|
+
<line num="72" count="73" type="stmt"/>
|
|
81
81
|
<line num="73" count="1" type="stmt"/>
|
|
82
82
|
<line num="74" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
83
|
-
<line num="75" count="
|
|
84
|
-
<line num="76" count="
|
|
85
|
-
<line num="77" count="
|
|
86
|
-
<line num="78" count="
|
|
87
|
-
<line num="79" count="
|
|
88
|
-
<line num="80" count="
|
|
89
|
-
<line num="81" count="
|
|
90
|
-
<line num="82" count="
|
|
91
|
-
<line num="83" count="
|
|
92
|
-
<line num="84" count="
|
|
93
|
-
<line num="85" count="
|
|
94
|
-
<line num="86" count="
|
|
95
|
-
<line num="87" count="
|
|
83
|
+
<line num="75" count="91" type="stmt"/>
|
|
84
|
+
<line num="76" count="91" type="cond" truecount="1" falsecount="0"/>
|
|
85
|
+
<line num="77" count="91" type="cond" truecount="2" falsecount="0"/>
|
|
86
|
+
<line num="78" count="70" type="stmt"/>
|
|
87
|
+
<line num="79" count="83" type="cond" truecount="1" falsecount="0"/>
|
|
88
|
+
<line num="80" count="10" type="stmt"/>
|
|
89
|
+
<line num="81" count="10" type="stmt"/>
|
|
90
|
+
<line num="82" count="10" type="cond" truecount="0" falsecount="1"/>
|
|
91
|
+
<line num="83" count="10" type="stmt"/>
|
|
92
|
+
<line num="84" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
93
|
+
<line num="85" count="60" type="stmt"/>
|
|
94
|
+
<line num="86" count="91" type="cond" truecount="3" falsecount="0"/>
|
|
95
|
+
<line num="87" count="91" type="stmt"/>
|
|
96
96
|
<line num="88" count="1" type="stmt"/>
|
|
97
|
+
<line num="89" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
98
|
+
<line num="90" count="1" type="stmt"/>
|
|
99
|
+
<line num="91" count="1" type="stmt"/>
|
|
100
|
+
<line num="92" count="1" type="stmt"/>
|
|
101
|
+
<line num="93" count="1" type="stmt"/>
|
|
102
|
+
<line num="94" count="1" type="stmt"/>
|
|
103
|
+
<line num="95" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
104
|
+
<line num="96" count="0" type="stmt"/>
|
|
105
|
+
<line num="97" count="0" type="stmt"/>
|
|
106
|
+
<line num="98" count="0" type="stmt"/>
|
|
107
|
+
<line num="99" count="0" type="stmt"/>
|
|
108
|
+
<line num="100" count="0" type="stmt"/>
|
|
109
|
+
<line num="101" count="0" type="stmt"/>
|
|
110
|
+
<line num="102" count="0" type="stmt"/>
|
|
111
|
+
<line num="103" count="0" type="stmt"/>
|
|
112
|
+
<line num="104" count="1" type="cond" truecount="0" falsecount="2"/>
|
|
113
|
+
<line num="105" count="1" type="stmt"/>
|
|
114
|
+
<line num="106" count="1" type="stmt"/>
|
|
115
|
+
<line num="107" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
116
|
+
<line num="108" count="59" type="cond" truecount="0" falsecount="2"/>
|
|
117
|
+
<line num="109" count="0" type="stmt"/>
|
|
118
|
+
<line num="110" count="0" type="stmt"/>
|
|
119
|
+
<line num="111" count="0" type="stmt"/>
|
|
120
|
+
<line num="112" count="0" type="stmt"/>
|
|
121
|
+
<line num="113" count="0" type="stmt"/>
|
|
122
|
+
<line num="114" count="59" type="stmt"/>
|
|
123
|
+
<line num="115" count="59" type="stmt"/>
|
|
124
|
+
<line num="116" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
125
|
+
<line num="117" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
126
|
+
<line num="118" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
127
|
+
<line num="119" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
128
|
+
<line num="120" count="1" type="stmt"/>
|
|
97
129
|
</file>
|
|
98
130
|
<file name="index.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/index.js">
|
|
99
131
|
<metrics statements="8" coveredstatements="8" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
@@ -128,7 +160,7 @@
|
|
|
128
160
|
</file>
|
|
129
161
|
</package>
|
|
130
162
|
<package name="src.api.v1">
|
|
131
|
-
<metrics statements="
|
|
163
|
+
<metrics statements="682" coveredstatements="497" conditionals="123" coveredconditionals="96" methods="204" coveredmethods="94"/>
|
|
132
164
|
<file name="Accounts.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Accounts.js">
|
|
133
165
|
<metrics statements="22" coveredstatements="14" conditionals="4" coveredconditionals="3" methods="7" coveredmethods="3"/>
|
|
134
166
|
<line num="1" count="1" type="stmt"/>
|
|
@@ -155,7 +187,7 @@
|
|
|
155
187
|
<line num="22" count="1" type="stmt"/>
|
|
156
188
|
</file>
|
|
157
189
|
<file name="Auth.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Auth.js">
|
|
158
|
-
<metrics statements="
|
|
190
|
+
<metrics statements="22" coveredstatements="22" conditionals="4" coveredconditionals="4" methods="16" coveredmethods="4"/>
|
|
159
191
|
<line num="1" count="1" type="stmt"/>
|
|
160
192
|
<line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
161
193
|
<line num="3" count="1" type="stmt"/>
|
|
@@ -171,6 +203,13 @@
|
|
|
171
203
|
<line num="13" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
172
204
|
<line num="14" count="1" type="stmt"/>
|
|
173
205
|
<line num="15" count="1" type="stmt"/>
|
|
206
|
+
<line num="16" count="1" type="stmt"/>
|
|
207
|
+
<line num="17" count="1" type="stmt"/>
|
|
208
|
+
<line num="18" count="1" type="stmt"/>
|
|
209
|
+
<line num="19" count="1" type="stmt"/>
|
|
210
|
+
<line num="20" count="1" type="stmt"/>
|
|
211
|
+
<line num="21" count="1" type="stmt"/>
|
|
212
|
+
<line num="22" count="1" type="stmt"/>
|
|
174
213
|
</file>
|
|
175
214
|
<file name="Categories.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Categories.js">
|
|
176
215
|
<metrics statements="12" coveredstatements="12" conditionals="4" coveredconditionals="3" methods="6" coveredmethods="3"/>
|
|
@@ -274,7 +313,7 @@
|
|
|
274
313
|
<line num="12" count="1" type="stmt"/>
|
|
275
314
|
</file>
|
|
276
315
|
<file name="Courses.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Courses.js">
|
|
277
|
-
<metrics statements="
|
|
316
|
+
<metrics statements="95" coveredstatements="32" conditionals="7" coveredconditionals="6" methods="12" coveredmethods="4"/>
|
|
278
317
|
<line num="1" count="1" type="stmt"/>
|
|
279
318
|
<line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
280
319
|
<line num="3" count="1" type="stmt"/>
|
|
@@ -295,33 +334,33 @@
|
|
|
295
334
|
<line num="18" count="1" type="stmt"/>
|
|
296
335
|
<line num="19" count="1" type="stmt"/>
|
|
297
336
|
<line num="20" count="1" type="stmt"/>
|
|
298
|
-
<line num="21" count="
|
|
299
|
-
<line num="22" count="
|
|
300
|
-
<line num="23" count="
|
|
301
|
-
<line num="24" count="
|
|
302
|
-
<line num="25" count="
|
|
303
|
-
<line num="26" count="
|
|
304
|
-
<line num="27" count="
|
|
337
|
+
<line num="21" count="0" type="stmt"/>
|
|
338
|
+
<line num="22" count="0" type="stmt"/>
|
|
339
|
+
<line num="23" count="1" type="stmt"/>
|
|
340
|
+
<line num="24" count="1" type="stmt"/>
|
|
341
|
+
<line num="25" count="1" type="stmt"/>
|
|
342
|
+
<line num="26" count="1" type="stmt"/>
|
|
343
|
+
<line num="27" count="1" type="stmt"/>
|
|
305
344
|
<line num="28" count="0" type="stmt"/>
|
|
306
345
|
<line num="29" count="0" type="stmt"/>
|
|
307
346
|
<line num="30" count="0" type="stmt"/>
|
|
308
|
-
<line num="31" count="
|
|
309
|
-
<line num="32" count="
|
|
347
|
+
<line num="31" count="0" type="stmt"/>
|
|
348
|
+
<line num="32" count="0" type="stmt"/>
|
|
310
349
|
<line num="33" count="0" type="stmt"/>
|
|
311
350
|
<line num="34" count="0" type="stmt"/>
|
|
312
351
|
<line num="35" count="0" type="stmt"/>
|
|
313
|
-
<line num="36" count="
|
|
314
|
-
<line num="37" count="
|
|
352
|
+
<line num="36" count="1" type="stmt"/>
|
|
353
|
+
<line num="37" count="1" type="stmt"/>
|
|
315
354
|
<line num="38" count="0" type="stmt"/>
|
|
316
355
|
<line num="39" count="0" type="stmt"/>
|
|
317
356
|
<line num="40" count="0" type="stmt"/>
|
|
318
|
-
<line num="41" count="
|
|
319
|
-
<line num="42" count="
|
|
357
|
+
<line num="41" count="0" type="stmt"/>
|
|
358
|
+
<line num="42" count="0" type="stmt"/>
|
|
320
359
|
<line num="43" count="0" type="stmt"/>
|
|
321
360
|
<line num="44" count="0" type="stmt"/>
|
|
322
361
|
<line num="45" count="0" type="stmt"/>
|
|
323
|
-
<line num="46" count="
|
|
324
|
-
<line num="47" count="
|
|
362
|
+
<line num="46" count="1" type="stmt"/>
|
|
363
|
+
<line num="47" count="1" type="stmt"/>
|
|
325
364
|
<line num="48" count="0" type="stmt"/>
|
|
326
365
|
<line num="49" count="0" type="stmt"/>
|
|
327
366
|
<line num="50" count="0" type="stmt"/>
|
|
@@ -335,13 +374,13 @@
|
|
|
335
374
|
<line num="58" count="0" type="stmt"/>
|
|
336
375
|
<line num="59" count="0" type="stmt"/>
|
|
337
376
|
<line num="60" count="0" type="stmt"/>
|
|
338
|
-
<line num="61" count="
|
|
339
|
-
<line num="62" count="
|
|
377
|
+
<line num="61" count="0" type="stmt"/>
|
|
378
|
+
<line num="62" count="0" type="stmt"/>
|
|
340
379
|
<line num="63" count="0" type="stmt"/>
|
|
341
380
|
<line num="64" count="0" type="stmt"/>
|
|
342
381
|
<line num="65" count="0" type="stmt"/>
|
|
343
|
-
<line num="66" count="
|
|
344
|
-
<line num="67" count="
|
|
382
|
+
<line num="66" count="1" type="stmt"/>
|
|
383
|
+
<line num="67" count="1" type="stmt"/>
|
|
345
384
|
<line num="68" count="0" type="stmt"/>
|
|
346
385
|
<line num="69" count="0" type="stmt"/>
|
|
347
386
|
<line num="70" count="0" type="stmt"/>
|
|
@@ -364,7 +403,12 @@
|
|
|
364
403
|
<line num="87" count="0" type="stmt"/>
|
|
365
404
|
<line num="88" count="0" type="stmt"/>
|
|
366
405
|
<line num="89" count="0" type="stmt"/>
|
|
367
|
-
<line num="90" count="
|
|
406
|
+
<line num="90" count="0" type="stmt"/>
|
|
407
|
+
<line num="91" count="0" type="stmt"/>
|
|
408
|
+
<line num="92" count="0" type="stmt"/>
|
|
409
|
+
<line num="93" count="0" type="stmt"/>
|
|
410
|
+
<line num="94" count="0" type="stmt"/>
|
|
411
|
+
<line num="95" count="1" type="stmt"/>
|
|
368
412
|
</file>
|
|
369
413
|
<file name="Currencies.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Currencies.js">
|
|
370
414
|
<metrics statements="10" coveredstatements="10" conditionals="5" coveredconditionals="4" methods="4" coveredmethods="4"/>
|
|
@@ -380,7 +424,7 @@
|
|
|
380
424
|
<line num="10" count="1" type="stmt"/>
|
|
381
425
|
</file>
|
|
382
426
|
<file name="Files.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Files.js">
|
|
383
|
-
<metrics statements="
|
|
427
|
+
<metrics statements="25" coveredstatements="25" conditionals="4" coveredconditionals="4" methods="8" coveredmethods="4"/>
|
|
384
428
|
<line num="1" count="1" type="stmt"/>
|
|
385
429
|
<line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
386
430
|
<line num="3" count="1" type="stmt"/>
|
|
@@ -388,9 +432,24 @@
|
|
|
388
432
|
<line num="5" count="30" type="stmt"/>
|
|
389
433
|
<line num="6" count="30" type="stmt"/>
|
|
390
434
|
<line num="7" count="1" type="stmt"/>
|
|
391
|
-
<line num="8" count="1" type="
|
|
435
|
+
<line num="8" count="1" type="stmt"/>
|
|
392
436
|
<line num="9" count="1" type="stmt"/>
|
|
393
437
|
<line num="10" count="1" type="stmt"/>
|
|
438
|
+
<line num="11" count="1" type="stmt"/>
|
|
439
|
+
<line num="12" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
440
|
+
<line num="13" count="1" type="stmt"/>
|
|
441
|
+
<line num="14" count="1" type="stmt"/>
|
|
442
|
+
<line num="15" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
443
|
+
<line num="16" count="1" type="stmt"/>
|
|
444
|
+
<line num="17" count="1" type="stmt"/>
|
|
445
|
+
<line num="18" count="1" type="stmt"/>
|
|
446
|
+
<line num="19" count="1" type="stmt"/>
|
|
447
|
+
<line num="20" count="1" type="stmt"/>
|
|
448
|
+
<line num="21" count="1" type="stmt"/>
|
|
449
|
+
<line num="22" count="1" type="stmt"/>
|
|
450
|
+
<line num="23" count="1" type="stmt"/>
|
|
451
|
+
<line num="24" count="1" type="stmt"/>
|
|
452
|
+
<line num="25" count="1" type="stmt"/>
|
|
394
453
|
</file>
|
|
395
454
|
<file name="Forums.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Forums.js">
|
|
396
455
|
<metrics statements="24" coveredstatements="15" conditionals="4" coveredconditionals="3" methods="8" coveredmethods="3"/>
|
|
@@ -504,7 +563,7 @@
|
|
|
504
563
|
<line num="9" count="1" type="stmt"/>
|
|
505
564
|
</file>
|
|
506
565
|
<file name="Quizzes.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Quizzes.js">
|
|
507
|
-
<metrics statements="32" coveredstatements="
|
|
566
|
+
<metrics statements="32" coveredstatements="24" conditionals="7" coveredconditionals="5" methods="12" coveredmethods="5"/>
|
|
508
567
|
<line num="1" count="1" type="stmt"/>
|
|
509
568
|
<line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
510
569
|
<line num="3" count="1" type="stmt"/>
|
|
@@ -517,15 +576,15 @@
|
|
|
517
576
|
<line num="10" count="1" type="stmt"/>
|
|
518
577
|
<line num="11" count="1" type="stmt"/>
|
|
519
578
|
<line num="12" count="1" type="stmt"/>
|
|
520
|
-
<line num="13" count="1" type="
|
|
521
|
-
<line num="14" count="
|
|
522
|
-
<line num="15" count="
|
|
523
|
-
<line num="16" count="
|
|
524
|
-
<line num="17" count="
|
|
525
|
-
<line num="18" count="
|
|
526
|
-
<line num="19" count="
|
|
527
|
-
<line num="20" count="
|
|
528
|
-
<line num="21" count="
|
|
579
|
+
<line num="13" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
580
|
+
<line num="14" count="1" type="stmt"/>
|
|
581
|
+
<line num="15" count="1" type="stmt"/>
|
|
582
|
+
<line num="16" count="1" type="stmt"/>
|
|
583
|
+
<line num="17" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
584
|
+
<line num="18" count="1" type="stmt"/>
|
|
585
|
+
<line num="19" count="1" type="stmt"/>
|
|
586
|
+
<line num="20" count="1" type="stmt"/>
|
|
587
|
+
<line num="21" count="1" type="stmt"/>
|
|
529
588
|
<line num="22" count="0" type="stmt"/>
|
|
530
589
|
<line num="23" count="0" type="stmt"/>
|
|
531
590
|
<line num="24" count="0" type="stmt"/>
|
|
@@ -534,8 +593,8 @@
|
|
|
534
593
|
<line num="27" count="0" type="stmt"/>
|
|
535
594
|
<line num="28" count="0" type="stmt"/>
|
|
536
595
|
<line num="29" count="0" type="stmt"/>
|
|
537
|
-
<line num="30" count="
|
|
538
|
-
<line num="31" count="
|
|
596
|
+
<line num="30" count="1" type="stmt"/>
|
|
597
|
+
<line num="31" count="1" type="stmt"/>
|
|
539
598
|
<line num="32" count="1" type="stmt"/>
|
|
540
599
|
</file>
|
|
541
600
|
<file name="ShortLinks.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/ShortLinks.js">
|
|
@@ -659,7 +718,7 @@
|
|
|
659
718
|
<line num="12" count="1" type="stmt"/>
|
|
660
719
|
</file>
|
|
661
720
|
<file name="Users.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Users.js">
|
|
662
|
-
<metrics statements="
|
|
721
|
+
<metrics statements="118" coveredstatements="47" conditionals="5" coveredconditionals="4" methods="25" coveredmethods="4"/>
|
|
663
722
|
<line num="1" count="1" type="stmt"/>
|
|
664
723
|
<line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
665
724
|
<line num="3" count="1" type="stmt"/>
|
|
@@ -668,28 +727,28 @@
|
|
|
668
727
|
<line num="6" count="30" type="stmt"/>
|
|
669
728
|
<line num="7" count="1" type="stmt"/>
|
|
670
729
|
<line num="8" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
671
|
-
<line num="9" count="1" type="
|
|
730
|
+
<line num="9" count="1" type="stmt"/>
|
|
672
731
|
<line num="10" count="1" type="stmt"/>
|
|
673
|
-
<line num="11" count="1" type="
|
|
732
|
+
<line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
674
733
|
<line num="12" count="1" type="stmt"/>
|
|
675
|
-
<line num="13" count="
|
|
676
|
-
<line num="14" count="
|
|
677
|
-
<line num="15" count="
|
|
678
|
-
<line num="16" count="
|
|
734
|
+
<line num="13" count="1" type="stmt"/>
|
|
735
|
+
<line num="14" count="1" type="stmt"/>
|
|
736
|
+
<line num="15" count="1" type="stmt"/>
|
|
737
|
+
<line num="16" count="1" type="stmt"/>
|
|
679
738
|
<line num="17" count="0" type="stmt"/>
|
|
680
739
|
<line num="18" count="0" type="stmt"/>
|
|
681
740
|
<line num="19" count="0" type="stmt"/>
|
|
682
741
|
<line num="20" count="0" type="stmt"/>
|
|
683
742
|
<line num="21" count="0" type="stmt"/>
|
|
684
|
-
<line num="22" count="
|
|
685
|
-
<line num="23" count="
|
|
686
|
-
<line num="24" count="
|
|
687
|
-
<line num="25" count="
|
|
743
|
+
<line num="22" count="0" type="stmt"/>
|
|
744
|
+
<line num="23" count="0" type="stmt"/>
|
|
745
|
+
<line num="24" count="0" type="stmt"/>
|
|
746
|
+
<line num="25" count="0" type="stmt"/>
|
|
688
747
|
<line num="26" count="1" type="stmt"/>
|
|
689
748
|
<line num="27" count="1" type="stmt"/>
|
|
690
|
-
<line num="28" count="
|
|
691
|
-
<line num="29" count="
|
|
692
|
-
<line num="30" count="
|
|
749
|
+
<line num="28" count="0" type="stmt"/>
|
|
750
|
+
<line num="29" count="0" type="stmt"/>
|
|
751
|
+
<line num="30" count="0" type="stmt"/>
|
|
693
752
|
<line num="31" count="0" type="stmt"/>
|
|
694
753
|
<line num="32" count="0" type="stmt"/>
|
|
695
754
|
<line num="33" count="0" type="stmt"/>
|
|
@@ -698,51 +757,86 @@
|
|
|
698
757
|
<line num="36" count="0" type="stmt"/>
|
|
699
758
|
<line num="37" count="0" type="stmt"/>
|
|
700
759
|
<line num="38" count="0" type="stmt"/>
|
|
701
|
-
<line num="39" count="
|
|
702
|
-
<line num="40" count="
|
|
703
|
-
<line num="41" count="
|
|
760
|
+
<line num="39" count="1" type="stmt"/>
|
|
761
|
+
<line num="40" count="1" type="stmt"/>
|
|
762
|
+
<line num="41" count="1" type="stmt"/>
|
|
704
763
|
<line num="42" count="1" type="stmt"/>
|
|
705
764
|
<line num="43" count="1" type="stmt"/>
|
|
706
|
-
<line num="44" count="
|
|
707
|
-
<line num="45" count="
|
|
765
|
+
<line num="44" count="1" type="stmt"/>
|
|
766
|
+
<line num="45" count="1" type="stmt"/>
|
|
708
767
|
<line num="46" count="0" type="stmt"/>
|
|
709
768
|
<line num="47" count="0" type="stmt"/>
|
|
710
769
|
<line num="48" count="0" type="stmt"/>
|
|
711
770
|
<line num="49" count="0" type="stmt"/>
|
|
712
771
|
<line num="50" count="0" type="stmt"/>
|
|
713
772
|
<line num="51" count="0" type="stmt"/>
|
|
714
|
-
<line num="52" count="
|
|
715
|
-
<line num="53" count="
|
|
773
|
+
<line num="52" count="0" type="stmt"/>
|
|
774
|
+
<line num="53" count="0" type="stmt"/>
|
|
716
775
|
<line num="54" count="0" type="stmt"/>
|
|
717
776
|
<line num="55" count="0" type="stmt"/>
|
|
718
777
|
<line num="56" count="0" type="stmt"/>
|
|
719
|
-
<line num="57" count="
|
|
720
|
-
<line num="58" count="
|
|
778
|
+
<line num="57" count="1" type="stmt"/>
|
|
779
|
+
<line num="58" count="1" type="stmt"/>
|
|
721
780
|
<line num="59" count="0" type="stmt"/>
|
|
722
781
|
<line num="60" count="0" type="stmt"/>
|
|
723
|
-
<line num="61" count="
|
|
724
|
-
<line num="62" count="
|
|
725
|
-
<line num="63" count="
|
|
726
|
-
<line num="64" count="
|
|
782
|
+
<line num="61" count="0" type="stmt"/>
|
|
783
|
+
<line num="62" count="0" type="stmt"/>
|
|
784
|
+
<line num="63" count="0" type="stmt"/>
|
|
785
|
+
<line num="64" count="0" type="stmt"/>
|
|
727
786
|
<line num="65" count="0" type="stmt"/>
|
|
728
787
|
<line num="66" count="0" type="stmt"/>
|
|
729
|
-
<line num="67" count="
|
|
730
|
-
<line num="68" count="
|
|
788
|
+
<line num="67" count="1" type="stmt"/>
|
|
789
|
+
<line num="68" count="1" type="stmt"/>
|
|
731
790
|
<line num="69" count="0" type="stmt"/>
|
|
732
791
|
<line num="70" count="0" type="stmt"/>
|
|
733
792
|
<line num="71" count="0" type="stmt"/>
|
|
734
793
|
<line num="72" count="0" type="stmt"/>
|
|
735
|
-
<line num="73" count="
|
|
736
|
-
<line num="74" count="
|
|
794
|
+
<line num="73" count="0" type="stmt"/>
|
|
795
|
+
<line num="74" count="0" type="stmt"/>
|
|
737
796
|
<line num="75" count="0" type="stmt"/>
|
|
738
|
-
<line num="76" count="
|
|
739
|
-
<line num="77" count="
|
|
740
|
-
<line num="78" count="
|
|
741
|
-
<line num="79" count="
|
|
797
|
+
<line num="76" count="1" type="stmt"/>
|
|
798
|
+
<line num="77" count="1" type="stmt"/>
|
|
799
|
+
<line num="78" count="1" type="stmt"/>
|
|
800
|
+
<line num="79" count="1" type="stmt"/>
|
|
742
801
|
<line num="80" count="0" type="stmt"/>
|
|
743
802
|
<line num="81" count="0" type="stmt"/>
|
|
744
803
|
<line num="82" count="0" type="stmt"/>
|
|
745
|
-
<line num="83" count="
|
|
804
|
+
<line num="83" count="0" type="stmt"/>
|
|
805
|
+
<line num="84" count="0" type="stmt"/>
|
|
806
|
+
<line num="85" count="0" type="stmt"/>
|
|
807
|
+
<line num="86" count="0" type="stmt"/>
|
|
808
|
+
<line num="87" count="0" type="stmt"/>
|
|
809
|
+
<line num="88" count="0" type="stmt"/>
|
|
810
|
+
<line num="89" count="1" type="stmt"/>
|
|
811
|
+
<line num="90" count="1" type="stmt"/>
|
|
812
|
+
<line num="91" count="0" type="stmt"/>
|
|
813
|
+
<line num="92" count="0" type="stmt"/>
|
|
814
|
+
<line num="93" count="0" type="stmt"/>
|
|
815
|
+
<line num="94" count="0" type="stmt"/>
|
|
816
|
+
<line num="95" count="0" type="stmt"/>
|
|
817
|
+
<line num="96" count="0" type="stmt"/>
|
|
818
|
+
<line num="97" count="0" type="stmt"/>
|
|
819
|
+
<line num="98" count="0" type="stmt"/>
|
|
820
|
+
<line num="99" count="1" type="stmt"/>
|
|
821
|
+
<line num="100" count="1" type="stmt"/>
|
|
822
|
+
<line num="101" count="0" type="stmt"/>
|
|
823
|
+
<line num="102" count="0" type="stmt"/>
|
|
824
|
+
<line num="103" count="0" type="stmt"/>
|
|
825
|
+
<line num="104" count="0" type="stmt"/>
|
|
826
|
+
<line num="105" count="0" type="stmt"/>
|
|
827
|
+
<line num="106" count="0" type="stmt"/>
|
|
828
|
+
<line num="107" count="0" type="stmt"/>
|
|
829
|
+
<line num="108" count="0" type="stmt"/>
|
|
830
|
+
<line num="109" count="1" type="stmt"/>
|
|
831
|
+
<line num="110" count="1" type="stmt"/>
|
|
832
|
+
<line num="111" count="1" type="stmt"/>
|
|
833
|
+
<line num="112" count="1" type="stmt"/>
|
|
834
|
+
<line num="113" count="1" type="stmt"/>
|
|
835
|
+
<line num="114" count="1" type="stmt"/>
|
|
836
|
+
<line num="115" count="1" type="stmt"/>
|
|
837
|
+
<line num="116" count="1" type="stmt"/>
|
|
838
|
+
<line num="117" count="1" type="stmt"/>
|
|
839
|
+
<line num="118" count="1" type="stmt"/>
|
|
746
840
|
</file>
|
|
747
841
|
<file name="Zoom.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Zoom.js">
|
|
748
842
|
<metrics statements="13" coveredstatements="13" conditionals="5" coveredconditionals="4" methods="4" coveredmethods="4"/>
|