@insignia-education/api-sdk-js 0.13.0 → 0.15.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 (48) hide show
  1. package/coverage/clover.xml +187 -153
  2. package/coverage/coverage-final.json +7 -6
  3. package/coverage/lcov-report/Client.js.html +108 -12
  4. package/coverage/lcov-report/index.html +26 -26
  5. package/coverage/lcov-report/src/Client.js.html +76 -76
  6. package/coverage/lcov-report/src/api/index.html +1 -1
  7. package/coverage/lcov-report/src/api/index.js.html +1 -1
  8. package/coverage/lcov-report/src/api/v1/Accounts.js.html +1 -1
  9. package/coverage/lcov-report/src/api/v1/Auth.js.html +1 -1
  10. package/coverage/lcov-report/src/api/v1/Categories.js.html +1 -1
  11. package/coverage/lcov-report/src/api/v1/Changelogs.js.html +1 -1
  12. package/coverage/lcov-report/src/api/v1/Configs.js.html +1 -1
  13. package/coverage/lcov-report/src/api/v1/ContactForms.js.html +1 -1
  14. package/coverage/lcov-report/src/api/v1/ConversationalTopics.js.html +1 -1
  15. package/coverage/lcov-report/src/api/v1/Countries.js.html +1 -1
  16. package/coverage/lcov-report/src/api/v1/Coupons.js.html +1 -1
  17. package/coverage/lcov-report/src/api/v1/Courses.js.html +17 -8
  18. package/coverage/lcov-report/src/api/v1/Currencies.js.html +1 -1
  19. package/coverage/lcov-report/src/api/v1/Files.js.html +1 -1
  20. package/coverage/lcov-report/src/api/v1/Forums.js.html +1 -1
  21. package/coverage/lcov-report/src/api/v1/Hashes.js.html +1 -1
  22. package/coverage/lcov-report/src/api/v1/Insignias.js.html +1 -1
  23. package/coverage/lcov-report/src/api/v1/Languages.js.html +1 -1
  24. package/coverage/lcov-report/src/api/v1/MailBlacklist.js.html +1 -1
  25. package/coverage/lcov-report/src/api/v1/Organizations.js.html +1 -1
  26. package/coverage/lcov-report/src/api/v1/PaymentMethods.js.html +1 -1
  27. package/coverage/lcov-report/src/api/v1/Payments.js.html +121 -0
  28. package/coverage/lcov-report/src/api/v1/Quizzes.js.html +1 -1
  29. package/coverage/lcov-report/src/api/v1/ShortLinks.js.html +1 -1
  30. package/coverage/lcov-report/src/api/v1/Surveys.js.html +1 -1
  31. package/coverage/lcov-report/src/api/v1/Taxes.js.html +1 -1
  32. package/coverage/lcov-report/src/api/v1/Teacher.js.html +34 -10
  33. package/coverage/lcov-report/src/api/v1/UserTypes.js.html +1 -1
  34. package/coverage/lcov-report/src/api/v1/Users.js.html +26 -8
  35. package/coverage/lcov-report/src/api/v1/Zoom.js.html +1 -1
  36. package/coverage/lcov-report/src/api/v1/index.html +50 -35
  37. package/coverage/lcov-report/src/api/v1/index.js.html +10 -4
  38. package/coverage/lcov-report/src/index.html +15 -15
  39. package/coverage/lcov-report/src/index.js.html +1 -1
  40. package/coverage/lcov-report/tests/helpers.js.html +1 -1
  41. package/coverage/lcov-report/tests/index.html +1 -1
  42. package/coverage/lcov.info +280 -226
  43. package/coverage/test-report.html +606 -1
  44. package/package.json +1 -1
  45. package/src/api/v1/Payments.js +12 -0
  46. package/src/api/v1/Teacher.js +5 -1
  47. package/src/api/v1/Users.js +4 -0
  48. package/src/api/v1/index.js +2 -0
@@ -1,11 +1,11 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
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"/>
2
+ <coverage generated="1784744840338" clover="3.2.0">
3
+ <project timestamp="1784744840338" name="All files">
4
+ <metrics statements="871" coveredstatements="666" conditionals="187" coveredconditionals="149" methods="230" coveredmethods="116" elements="1288" coveredelements="931" complexity="0" loc="871" ncloc="871" packages="4" files="33" classes="33"/>
5
5
  <package name="src">
6
- <metrics statements="128" coveredstatements="113" conditionals="55" coveredconditionals="45" methods="15" coveredmethods="15"/>
6
+ <metrics statements="128" coveredstatements="116" conditionals="53" coveredconditionals="44" 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="120" coveredstatements="105" conditionals="54" coveredconditionals="44" methods="14" coveredmethods="14"/>
8
+ <metrics statements="120" coveredstatements="108" conditionals="52" coveredconditionals="43" 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,50 +25,50 @@
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="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"/>
28
+ <line num="20" count="98" type="stmt"/>
29
+ <line num="21" count="98" type="stmt"/>
30
+ <line num="22" count="98" type="stmt"/>
31
+ <line num="23" count="98" type="stmt"/>
32
+ <line num="24" count="98" type="stmt"/>
33
+ <line num="25" count="98" type="stmt"/>
34
+ <line num="26" count="98" type="cond" truecount="1" falsecount="0"/>
35
+ <line num="27" count="98" type="stmt"/>
36
+ <line num="28" count="98" type="stmt"/>
37
+ <line num="29" count="98" 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="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"/>
40
+ <line num="32" count="99" type="cond" truecount="3" falsecount="0"/>
41
+ <line num="33" count="30" type="stmt"/>
42
+ <line num="34" count="30" type="stmt"/>
43
+ <line num="35" count="30" type="cond" truecount="1" falsecount="0"/>
44
+ <line num="36" count="30" type="stmt"/>
45
+ <line num="37" count="30" 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="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"/>
48
+ <line num="40" count="100" type="cond" truecount="0" falsecount="1"/>
49
+ <line num="41" count="100" type="stmt"/>
50
+ <line num="42" count="100" type="stmt"/>
51
+ <line num="43" count="100" type="cond" truecount="1" falsecount="0"/>
52
+ <line num="44" count="78" type="cond" truecount="1" falsecount="0"/>
53
+ <line num="45" count="100" type="cond" truecount="1" falsecount="1"/>
54
+ <line num="46" count="100" type="stmt"/>
55
+ <line num="47" count="100" type="cond" truecount="1" falsecount="0"/>
56
+ <line num="48" count="24" type="stmt"/>
57
+ <line num="49" count="24" type="stmt"/>
58
+ <line num="50" count="24" type="cond" truecount="0" falsecount="1"/>
59
+ <line num="51" count="24" type="stmt"/>
60
+ <line num="52" count="24" type="stmt"/>
61
+ <line num="53" count="24" type="stmt"/>
62
+ <line num="54" count="100" 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="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"/>
65
+ <line num="57" count="100" type="cond" truecount="2" falsecount="0"/>
66
+ <line num="58" count="99" type="stmt"/>
67
+ <line num="59" count="99" type="stmt"/>
68
+ <line num="60" count="100" type="cond" truecount="1" falsecount="0"/>
69
+ <line num="61" count="78" type="stmt"/>
70
+ <line num="62" count="78" type="cond" truecount="2" falsecount="0"/>
71
+ <line num="63" count="78" 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
74
  <line num="66" count="23" type="cond" truecount="1" falsecount="0"/>
@@ -77,22 +77,22 @@
77
77
  <line num="69" count="1" type="cond" truecount="0" falsecount="1"/>
78
78
  <line num="70" count="0" type="stmt"/>
79
79
  <line num="71" count="0" type="stmt"/>
80
- <line num="72" count="73" type="stmt"/>
80
+ <line num="72" count="100" 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="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"/>
83
+ <line num="75" count="98" type="stmt"/>
84
+ <line num="76" count="98" type="cond" truecount="1" falsecount="0"/>
85
+ <line num="77" count="98" type="cond" truecount="1" falsecount="0"/>
86
+ <line num="78" count="92" type="stmt"/>
87
+ <line num="79" count="92" type="cond" truecount="1" falsecount="0"/>
88
+ <line num="80" count="14" type="stmt"/>
89
+ <line num="81" count="14" type="stmt"/>
90
+ <line num="82" count="14" type="cond" truecount="0" falsecount="1"/>
91
+ <line num="83" count="14" type="stmt"/>
92
+ <line num="84" count="14" type="cond" truecount="1" falsecount="0"/>
93
+ <line num="85" count="78" type="stmt"/>
94
+ <line num="86" count="98" type="cond" truecount="3" falsecount="0"/>
95
+ <line num="87" count="98" type="stmt"/>
96
96
  <line num="88" count="1" type="stmt"/>
97
97
  <line num="89" count="1" type="cond" truecount="1" falsecount="0"/>
98
98
  <line num="90" count="1" type="stmt"/>
@@ -100,27 +100,27 @@
100
100
  <line num="92" count="1" type="stmt"/>
101
101
  <line num="93" count="1" type="stmt"/>
102
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"/>
103
+ <line num="95" count="1" type="stmt"/>
104
+ <line num="96" count="1" type="stmt"/>
105
+ <line num="97" count="1" type="cond" truecount="0" falsecount="1"/>
106
106
  <line num="98" count="0" type="stmt"/>
107
107
  <line num="99" count="0" type="stmt"/>
108
108
  <line num="100" count="0" type="stmt"/>
109
109
  <line num="101" count="0" type="stmt"/>
110
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"/>
111
+ <line num="103" count="1" type="stmt"/>
112
+ <line num="104" count="1" type="cond" truecount="0" falsecount="1"/>
113
113
  <line num="105" count="1" type="stmt"/>
114
114
  <line num="106" count="1" type="stmt"/>
115
115
  <line num="107" count="1" type="cond" truecount="1" falsecount="0"/>
116
- <line num="108" count="59" type="cond" truecount="0" falsecount="2"/>
116
+ <line num="108" count="64" type="cond" truecount="0" falsecount="2"/>
117
117
  <line num="109" count="0" type="stmt"/>
118
118
  <line num="110" count="0" type="stmt"/>
119
119
  <line num="111" count="0" type="stmt"/>
120
120
  <line num="112" count="0" type="stmt"/>
121
121
  <line num="113" count="0" type="stmt"/>
122
- <line num="114" count="59" type="stmt"/>
123
- <line num="115" count="59" type="stmt"/>
122
+ <line num="114" count="64" type="stmt"/>
123
+ <line num="115" count="64" type="stmt"/>
124
124
  <line num="116" count="1" type="cond" truecount="1" falsecount="0"/>
125
125
  <line num="117" count="1" type="cond" truecount="1" falsecount="0"/>
126
126
  <line num="118" count="1" type="cond" truecount="1" falsecount="0"/>
@@ -160,7 +160,7 @@
160
160
  </file>
161
161
  </package>
162
162
  <package name="src.api.v1">
163
- <metrics statements="682" coveredstatements="497" conditionals="123" coveredconditionals="96" methods="204" coveredmethods="94"/>
163
+ <metrics statements="713" coveredstatements="520" conditionals="127" coveredconditionals="98" methods="210" coveredmethods="96"/>
164
164
  <file name="Accounts.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Accounts.js">
165
165
  <metrics statements="22" coveredstatements="14" conditionals="4" coveredconditionals="3" methods="7" coveredmethods="3"/>
166
166
  <line num="1" count="1" type="stmt"/>
@@ -313,7 +313,7 @@
313
313
  <line num="12" count="1" type="stmt"/>
314
314
  </file>
315
315
  <file name="Courses.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Courses.js">
316
- <metrics statements="95" coveredstatements="32" conditionals="7" coveredconditionals="6" methods="12" coveredmethods="4"/>
316
+ <metrics statements="98" coveredstatements="35" conditionals="7" coveredconditionals="6" methods="13" coveredmethods="4"/>
317
317
  <line num="1" count="1" type="stmt"/>
318
318
  <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
319
319
  <line num="3" count="1" type="stmt"/>
@@ -341,29 +341,29 @@
341
341
  <line num="25" count="1" type="stmt"/>
342
342
  <line num="26" count="1" type="stmt"/>
343
343
  <line num="27" count="1" type="stmt"/>
344
- <line num="28" count="0" type="stmt"/>
345
- <line num="29" count="0" type="stmt"/>
346
- <line num="30" count="0" type="stmt"/>
344
+ <line num="28" count="1" type="stmt"/>
345
+ <line num="29" count="1" type="stmt"/>
346
+ <line num="30" count="1" type="stmt"/>
347
347
  <line num="31" count="0" type="stmt"/>
348
348
  <line num="32" count="0" type="stmt"/>
349
349
  <line num="33" count="0" type="stmt"/>
350
350
  <line num="34" count="0" type="stmt"/>
351
351
  <line num="35" count="0" type="stmt"/>
352
- <line num="36" count="1" type="stmt"/>
353
- <line num="37" count="1" type="stmt"/>
352
+ <line num="36" count="0" type="stmt"/>
353
+ <line num="37" count="0" type="stmt"/>
354
354
  <line num="38" count="0" type="stmt"/>
355
- <line num="39" count="0" type="stmt"/>
356
- <line num="40" count="0" type="stmt"/>
355
+ <line num="39" count="1" type="stmt"/>
356
+ <line num="40" count="1" type="stmt"/>
357
357
  <line num="41" count="0" type="stmt"/>
358
358
  <line num="42" count="0" type="stmt"/>
359
359
  <line num="43" count="0" type="stmt"/>
360
360
  <line num="44" count="0" type="stmt"/>
361
361
  <line num="45" count="0" type="stmt"/>
362
- <line num="46" count="1" type="stmt"/>
363
- <line num="47" count="1" type="stmt"/>
362
+ <line num="46" count="0" type="stmt"/>
363
+ <line num="47" count="0" type="stmt"/>
364
364
  <line num="48" count="0" type="stmt"/>
365
- <line num="49" count="0" type="stmt"/>
366
- <line num="50" count="0" type="stmt"/>
365
+ <line num="49" count="1" type="stmt"/>
366
+ <line num="50" count="1" type="stmt"/>
367
367
  <line num="51" count="0" type="stmt"/>
368
368
  <line num="52" count="0" type="stmt"/>
369
369
  <line num="53" count="0" type="stmt"/>
@@ -379,11 +379,11 @@
379
379
  <line num="63" count="0" type="stmt"/>
380
380
  <line num="64" count="0" type="stmt"/>
381
381
  <line num="65" count="0" type="stmt"/>
382
- <line num="66" count="1" type="stmt"/>
383
- <line num="67" count="1" type="stmt"/>
382
+ <line num="66" count="0" type="stmt"/>
383
+ <line num="67" count="0" type="stmt"/>
384
384
  <line num="68" count="0" type="stmt"/>
385
- <line num="69" count="0" type="stmt"/>
386
- <line num="70" count="0" type="stmt"/>
385
+ <line num="69" count="1" type="stmt"/>
386
+ <line num="70" count="1" type="stmt"/>
387
387
  <line num="71" count="0" type="stmt"/>
388
388
  <line num="72" count="0" type="stmt"/>
389
389
  <line num="73" count="0" type="stmt"/>
@@ -408,7 +408,10 @@
408
408
  <line num="92" count="0" type="stmt"/>
409
409
  <line num="93" count="0" type="stmt"/>
410
410
  <line num="94" count="0" type="stmt"/>
411
- <line num="95" count="1" type="stmt"/>
411
+ <line num="95" count="0" type="stmt"/>
412
+ <line num="96" count="0" type="stmt"/>
413
+ <line num="97" count="0" type="stmt"/>
414
+ <line num="98" count="1" type="stmt"/>
412
415
  </file>
413
416
  <file name="Currencies.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Currencies.js">
414
417
  <metrics statements="10" coveredstatements="10" conditionals="5" coveredconditionals="4" methods="4" coveredmethods="4"/>
@@ -562,6 +565,21 @@
562
565
  <line num="8" count="1" type="cond" truecount="1" falsecount="0"/>
563
566
  <line num="9" count="1" type="stmt"/>
564
567
  </file>
568
+ <file name="Payments.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Payments.js">
569
+ <metrics statements="12" coveredstatements="10" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="2"/>
570
+ <line num="1" count="1" type="stmt"/>
571
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
572
+ <line num="3" count="1" type="stmt"/>
573
+ <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
574
+ <line num="5" count="30" type="stmt"/>
575
+ <line num="6" count="30" type="stmt"/>
576
+ <line num="7" count="1" type="stmt"/>
577
+ <line num="8" count="1" type="stmt"/>
578
+ <line num="9" count="1" type="stmt"/>
579
+ <line num="10" count="0" type="stmt"/>
580
+ <line num="11" count="0" type="stmt"/>
581
+ <line num="12" count="1" type="stmt"/>
582
+ </file>
565
583
  <file name="Quizzes.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Quizzes.js">
566
584
  <metrics statements="32" coveredstatements="24" conditionals="7" coveredconditionals="5" methods="12" coveredmethods="5"/>
567
585
  <line num="1" count="1" type="stmt"/>
@@ -663,7 +681,7 @@
663
681
  <line num="12" count="1" type="stmt"/>
664
682
  </file>
665
683
  <file name="Teacher.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Teacher.js">
666
- <metrics statements="37" coveredstatements="29" conditionals="8" coveredconditionals="6" methods="13" coveredmethods="6"/>
684
+ <metrics statements="45" coveredstatements="33" conditionals="10" coveredconditionals="6" methods="13" coveredmethods="6"/>
667
685
  <line num="1" count="1" type="stmt"/>
668
686
  <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
669
687
  <line num="3" count="1" type="stmt"/>
@@ -684,23 +702,31 @@
684
702
  <line num="18" count="1" type="cond" truecount="1" falsecount="0"/>
685
703
  <line num="19" count="1" type="stmt"/>
686
704
  <line num="20" count="1" type="stmt"/>
687
- <line num="21" count="1" type="cond" truecount="1" falsecount="1"/>
688
- <line num="22" count="1" type="stmt"/>
689
- <line num="23" count="1" type="stmt"/>
690
- <line num="24" count="1" type="stmt"/>
705
+ <line num="21" count="1" type="stmt"/>
706
+ <line num="22" count="1" type="cond" truecount="1" falsecount="0"/>
707
+ <line num="23" count="1" type="cond" truecount="0" falsecount="2"/>
708
+ <line num="24" count="1" type="cond" truecount="0" falsecount="1"/>
691
709
  <line num="25" count="1" type="stmt"/>
692
710
  <line num="26" count="1" type="stmt"/>
693
711
  <line num="27" count="1" type="stmt"/>
694
712
  <line num="28" count="1" type="stmt"/>
695
- <line num="29" count="0" type="stmt"/>
696
- <line num="30" count="0" type="stmt"/>
697
- <line num="31" count="0" type="stmt"/>
698
- <line num="32" count="0" type="stmt"/>
713
+ <line num="29" count="1" type="stmt"/>
714
+ <line num="30" count="1" type="stmt"/>
715
+ <line num="31" count="1" type="stmt"/>
716
+ <line num="32" count="1" type="stmt"/>
699
717
  <line num="33" count="0" type="stmt"/>
700
718
  <line num="34" count="0" type="stmt"/>
701
719
  <line num="35" count="0" type="stmt"/>
702
720
  <line num="36" count="0" type="stmt"/>
703
- <line num="37" count="1" type="stmt"/>
721
+ <line num="37" count="0" type="stmt"/>
722
+ <line num="38" count="0" type="stmt"/>
723
+ <line num="39" count="0" type="stmt"/>
724
+ <line num="40" count="0" type="stmt"/>
725
+ <line num="41" count="0" type="stmt"/>
726
+ <line num="42" count="0" type="stmt"/>
727
+ <line num="43" count="0" type="stmt"/>
728
+ <line num="44" count="0" type="stmt"/>
729
+ <line num="45" count="1" type="stmt"/>
704
730
  </file>
705
731
  <file name="UserTypes.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/UserTypes.js">
706
732
  <metrics statements="12" coveredstatements="12" conditionals="4" coveredconditionals="3" methods="6" coveredmethods="3"/>
@@ -718,7 +744,7 @@
718
744
  <line num="12" count="1" type="stmt"/>
719
745
  </file>
720
746
  <file name="Users.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Users.js">
721
- <metrics statements="118" coveredstatements="47" conditionals="5" coveredconditionals="4" methods="25" coveredmethods="4"/>
747
+ <metrics statements="124" coveredstatements="51" conditionals="5" coveredconditionals="4" methods="27" coveredmethods="4"/>
722
748
  <line num="1" count="1" type="stmt"/>
723
749
  <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
724
750
  <line num="3" count="1" type="stmt"/>
@@ -735,108 +761,114 @@
735
761
  <line num="14" count="1" type="stmt"/>
736
762
  <line num="15" count="1" type="stmt"/>
737
763
  <line num="16" count="1" type="stmt"/>
738
- <line num="17" count="0" type="stmt"/>
764
+ <line num="17" count="1" type="stmt"/>
739
765
  <line num="18" count="0" type="stmt"/>
740
766
  <line num="19" count="0" type="stmt"/>
741
- <line num="20" count="0" type="stmt"/>
742
- <line num="21" count="0" type="stmt"/>
743
- <line num="22" count="0" type="stmt"/>
767
+ <line num="20" count="1" type="stmt"/>
768
+ <line num="21" count="1" type="stmt"/>
769
+ <line num="22" count="1" type="stmt"/>
744
770
  <line num="23" count="0" type="stmt"/>
745
771
  <line num="24" count="0" type="stmt"/>
746
772
  <line num="25" count="0" type="stmt"/>
747
- <line num="26" count="1" type="stmt"/>
748
- <line num="27" count="1" type="stmt"/>
773
+ <line num="26" count="0" type="stmt"/>
774
+ <line num="27" count="0" type="stmt"/>
749
775
  <line num="28" count="0" type="stmt"/>
750
776
  <line num="29" count="0" type="stmt"/>
751
777
  <line num="30" count="0" type="stmt"/>
752
778
  <line num="31" count="0" type="stmt"/>
753
- <line num="32" count="0" type="stmt"/>
754
- <line num="33" count="0" type="stmt"/>
779
+ <line num="32" count="1" type="stmt"/>
780
+ <line num="33" count="1" type="stmt"/>
755
781
  <line num="34" count="0" type="stmt"/>
756
782
  <line num="35" count="0" type="stmt"/>
757
783
  <line num="36" count="0" type="stmt"/>
758
784
  <line num="37" count="0" type="stmt"/>
759
785
  <line num="38" count="0" type="stmt"/>
760
- <line num="39" count="1" type="stmt"/>
761
- <line num="40" count="1" type="stmt"/>
762
- <line num="41" count="1" type="stmt"/>
763
- <line num="42" count="1" type="stmt"/>
764
- <line num="43" count="1" type="stmt"/>
765
- <line num="44" count="1" type="stmt"/>
786
+ <line num="39" count="0" type="stmt"/>
787
+ <line num="40" count="0" type="stmt"/>
788
+ <line num="41" count="0" type="stmt"/>
789
+ <line num="42" count="0" type="stmt"/>
790
+ <line num="43" count="0" type="stmt"/>
791
+ <line num="44" count="0" type="stmt"/>
766
792
  <line num="45" count="1" type="stmt"/>
767
- <line num="46" count="0" type="stmt"/>
768
- <line num="47" count="0" type="stmt"/>
769
- <line num="48" count="0" type="stmt"/>
770
- <line num="49" count="0" type="stmt"/>
771
- <line num="50" count="0" type="stmt"/>
772
- <line num="51" count="0" type="stmt"/>
793
+ <line num="46" count="1" type="stmt"/>
794
+ <line num="47" count="1" type="stmt"/>
795
+ <line num="48" count="1" type="stmt"/>
796
+ <line num="49" count="1" type="stmt"/>
797
+ <line num="50" count="1" type="stmt"/>
798
+ <line num="51" count="1" type="stmt"/>
773
799
  <line num="52" count="0" type="stmt"/>
774
800
  <line num="53" count="0" type="stmt"/>
775
801
  <line num="54" count="0" type="stmt"/>
776
802
  <line num="55" count="0" type="stmt"/>
777
803
  <line num="56" count="0" type="stmt"/>
778
- <line num="57" count="1" type="stmt"/>
779
- <line num="58" count="1" type="stmt"/>
804
+ <line num="57" count="0" type="stmt"/>
805
+ <line num="58" count="0" type="stmt"/>
780
806
  <line num="59" count="0" type="stmt"/>
781
807
  <line num="60" count="0" type="stmt"/>
782
808
  <line num="61" count="0" type="stmt"/>
783
809
  <line num="62" count="0" type="stmt"/>
784
- <line num="63" count="0" type="stmt"/>
785
- <line num="64" count="0" type="stmt"/>
810
+ <line num="63" count="1" type="stmt"/>
811
+ <line num="64" count="1" type="stmt"/>
786
812
  <line num="65" count="0" type="stmt"/>
787
813
  <line num="66" count="0" type="stmt"/>
788
- <line num="67" count="1" type="stmt"/>
789
- <line num="68" count="1" type="stmt"/>
814
+ <line num="67" count="0" type="stmt"/>
815
+ <line num="68" count="0" type="stmt"/>
790
816
  <line num="69" count="0" type="stmt"/>
791
817
  <line num="70" count="0" type="stmt"/>
792
818
  <line num="71" count="0" type="stmt"/>
793
819
  <line num="72" count="0" type="stmt"/>
794
- <line num="73" count="0" type="stmt"/>
795
- <line num="74" count="0" type="stmt"/>
820
+ <line num="73" count="1" type="stmt"/>
821
+ <line num="74" count="1" type="stmt"/>
796
822
  <line num="75" count="0" type="stmt"/>
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"/>
823
+ <line num="76" count="0" type="stmt"/>
824
+ <line num="77" count="0" type="stmt"/>
825
+ <line num="78" count="0" type="stmt"/>
826
+ <line num="79" count="0" type="stmt"/>
801
827
  <line num="80" count="0" type="stmt"/>
802
828
  <line num="81" count="0" type="stmt"/>
803
- <line num="82" count="0" type="stmt"/>
804
- <line num="83" count="0" type="stmt"/>
805
- <line num="84" count="0" type="stmt"/>
806
- <line num="85" count="0" type="stmt"/>
829
+ <line num="82" count="1" type="stmt"/>
830
+ <line num="83" count="1" type="stmt"/>
831
+ <line num="84" count="1" type="stmt"/>
832
+ <line num="85" count="1" type="stmt"/>
807
833
  <line num="86" count="0" type="stmt"/>
808
834
  <line num="87" count="0" type="stmt"/>
809
835
  <line num="88" count="0" type="stmt"/>
810
- <line num="89" count="1" type="stmt"/>
811
- <line num="90" count="1" type="stmt"/>
836
+ <line num="89" count="0" type="stmt"/>
837
+ <line num="90" count="0" type="stmt"/>
812
838
  <line num="91" count="0" type="stmt"/>
813
839
  <line num="92" count="0" type="stmt"/>
814
840
  <line num="93" count="0" type="stmt"/>
815
841
  <line num="94" count="0" type="stmt"/>
816
- <line num="95" count="0" type="stmt"/>
817
- <line num="96" count="0" type="stmt"/>
842
+ <line num="95" count="1" type="stmt"/>
843
+ <line num="96" count="1" type="stmt"/>
818
844
  <line num="97" count="0" type="stmt"/>
819
845
  <line num="98" count="0" type="stmt"/>
820
- <line num="99" count="1" type="stmt"/>
821
- <line num="100" count="1" type="stmt"/>
846
+ <line num="99" count="0" type="stmt"/>
847
+ <line num="100" count="0" type="stmt"/>
822
848
  <line num="101" count="0" type="stmt"/>
823
849
  <line num="102" count="0" type="stmt"/>
824
850
  <line num="103" count="0" type="stmt"/>
825
851
  <line num="104" count="0" type="stmt"/>
826
- <line num="105" count="0" type="stmt"/>
827
- <line num="106" count="0" type="stmt"/>
852
+ <line num="105" count="1" type="stmt"/>
853
+ <line num="106" count="1" type="stmt"/>
828
854
  <line num="107" count="0" type="stmt"/>
829
855
  <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"/>
856
+ <line num="109" count="0" type="stmt"/>
857
+ <line num="110" count="0" type="stmt"/>
858
+ <line num="111" count="0" type="stmt"/>
859
+ <line num="112" count="0" type="stmt"/>
860
+ <line num="113" count="0" type="stmt"/>
861
+ <line num="114" count="0" type="stmt"/>
836
862
  <line num="115" count="1" type="stmt"/>
837
863
  <line num="116" count="1" type="stmt"/>
838
864
  <line num="117" count="1" type="stmt"/>
839
865
  <line num="118" count="1" type="stmt"/>
866
+ <line num="119" count="1" type="stmt"/>
867
+ <line num="120" count="1" type="stmt"/>
868
+ <line num="121" count="1" type="stmt"/>
869
+ <line num="122" count="1" type="stmt"/>
870
+ <line num="123" count="1" type="stmt"/>
871
+ <line num="124" count="1" type="stmt"/>
840
872
  </file>
841
873
  <file name="Zoom.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Zoom.js">
842
874
  <metrics statements="13" coveredstatements="13" conditionals="5" coveredconditionals="4" methods="4" coveredmethods="4"/>
@@ -855,7 +887,7 @@
855
887
  <line num="13" count="1" type="stmt"/>
856
888
  </file>
857
889
  <file name="index.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/index.js">
858
- <metrics statements="70" coveredstatements="70" conditionals="3" coveredconditionals="2" methods="2" coveredmethods="2"/>
890
+ <metrics statements="72" coveredstatements="72" conditionals="3" coveredconditionals="2" methods="2" coveredmethods="2"/>
859
891
  <line num="1" count="1" type="stmt"/>
860
892
  <line num="2" count="1" type="stmt"/>
861
893
  <line num="3" count="1" type="stmt"/>
@@ -887,14 +919,14 @@
887
919
  <line num="29" count="1" type="stmt"/>
888
920
  <line num="30" count="1" type="stmt"/>
889
921
  <line num="31" count="1" type="stmt"/>
890
- <line num="32" count="1" type="cond" truecount="1" falsecount="0"/>
891
- <line num="33" count="30" type="stmt"/>
892
- <line num="34" count="30" type="cond" truecount="0" falsecount="1"/>
893
- <line num="35" count="30" type="stmt"/>
922
+ <line num="32" count="1" type="stmt"/>
923
+ <line num="33" count="1" type="cond" truecount="1" falsecount="0"/>
924
+ <line num="34" count="30" type="stmt"/>
925
+ <line num="35" count="30" type="cond" truecount="0" falsecount="1"/>
894
926
  <line num="36" count="30" type="stmt"/>
895
- <line num="37" count="1" type="stmt"/>
896
- <line num="38" count="1" type="cond" truecount="1" falsecount="0"/>
897
- <line num="39" count="30" type="stmt"/>
927
+ <line num="37" count="30" type="stmt"/>
928
+ <line num="38" count="1" type="stmt"/>
929
+ <line num="39" count="1" type="cond" truecount="1" falsecount="0"/>
898
930
  <line num="40" count="30" type="stmt"/>
899
931
  <line num="41" count="30" type="stmt"/>
900
932
  <line num="42" count="30" type="stmt"/>
@@ -925,7 +957,9 @@
925
957
  <line num="67" count="30" type="stmt"/>
926
958
  <line num="68" count="30" type="stmt"/>
927
959
  <line num="69" count="30" type="stmt"/>
928
- <line num="70" count="1" type="stmt"/>
960
+ <line num="70" count="30" type="stmt"/>
961
+ <line num="71" count="30" type="stmt"/>
962
+ <line num="72" count="1" type="stmt"/>
929
963
  </file>
930
964
  </package>
931
965
  <package name="tests">