@insignia-education/api-sdk-js 0.15.60 → 0.15.62

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 (86) hide show
  1. package/.github/workflows/npm-publish-github-packages.yml +95 -12
  2. package/coverage/clover.xml +578 -566
  3. package/coverage/coverage-final.json +45 -47
  4. package/coverage/lcov-report/Client.js.html +463 -0
  5. package/coverage/lcov-report/index.html +33 -33
  6. package/coverage/lcov-report/src/Client.js.html +141 -132
  7. package/coverage/lcov-report/src/api/index.html +1 -1
  8. package/coverage/lcov-report/src/api/index.js.html +8 -8
  9. package/coverage/lcov-report/src/api/v1/Accounts.js.html +3 -3
  10. package/coverage/lcov-report/src/api/v1/Admin.js.html +3 -3
  11. package/coverage/lcov-report/src/api/v1/Auth.js.html +7 -7
  12. package/coverage/lcov-report/src/api/v1/Categories.js.html +8 -8
  13. package/coverage/lcov-report/src/api/v1/Changelogs.js.html +8 -8
  14. package/coverage/lcov-report/src/api/v1/Configs.js.html +8 -8
  15. package/coverage/lcov-report/src/api/v1/ContactForms.js.html +8 -8
  16. package/coverage/lcov-report/src/api/v1/ConversationalTopics.js.html +8 -8
  17. package/coverage/lcov-report/src/api/v1/Countries.js.html +8 -8
  18. package/coverage/lcov-report/src/api/v1/Coupons.js.html +16 -16
  19. package/coverage/lcov-report/src/api/v1/Courses.js.html +27 -27
  20. package/coverage/lcov-report/src/api/v1/Currencies.js.html +10 -10
  21. package/coverage/lcov-report/src/api/v1/Dashboard.js.html +3 -3
  22. package/coverage/lcov-report/src/api/v1/EducationCenter.js.html +3 -3
  23. package/coverage/lcov-report/src/api/v1/Employee.js.html +5 -5
  24. package/coverage/lcov-report/src/api/v1/Files.js.html +8 -8
  25. package/coverage/lcov-report/src/api/v1/Forums.js.html +8 -8
  26. package/coverage/lcov-report/src/api/v1/Hashes.js.html +16 -13
  27. package/coverage/lcov-report/src/api/v1/Insignias.js.html +8 -8
  28. package/coverage/lcov-report/src/api/v1/Languages.js.html +8 -8
  29. package/coverage/lcov-report/src/api/v1/MailBlacklist.js.html +8 -8
  30. package/coverage/lcov-report/src/api/v1/MailingLists.js.html +3 -3
  31. package/coverage/lcov-report/src/api/v1/Offers.js.html +16 -16
  32. package/coverage/lcov-report/src/api/v1/Organizations.js.html +52 -52
  33. package/coverage/lcov-report/src/api/v1/PaymentMethods.js.html +7 -7
  34. package/coverage/lcov-report/src/api/v1/Payments.js.html +3 -3
  35. package/coverage/lcov-report/src/api/v1/Premiums.js.html +3 -3
  36. package/coverage/lcov-report/src/api/v1/Quizzes.js.html +42 -42
  37. package/coverage/lcov-report/src/api/v1/Sales.js.html +3 -3
  38. package/coverage/lcov-report/src/api/v1/Search.js.html +3 -3
  39. package/coverage/lcov-report/src/api/v1/ShortLinks.js.html +8 -8
  40. package/coverage/lcov-report/src/api/v1/Surveys.js.html +8 -8
  41. package/coverage/lcov-report/src/api/v1/Taxes.js.html +8 -8
  42. package/coverage/lcov-report/src/api/v1/Teacher.js.html +100 -70
  43. package/coverage/lcov-report/src/api/v1/Telegram.js.html +3 -3
  44. package/coverage/lcov-report/src/api/v1/TwoFactor.js.html +3 -3
  45. package/coverage/lcov-report/src/api/v1/UserSessionTypes.js.html +3 -3
  46. package/coverage/lcov-report/src/api/v1/UserTypes.js.html +8 -8
  47. package/coverage/lcov-report/src/api/v1/Users.js.html +112 -16
  48. package/coverage/lcov-report/src/api/v1/Utm.js.html +3 -3
  49. package/coverage/lcov-report/src/api/v1/Webauthn.js.html +3 -3
  50. package/coverage/lcov-report/src/api/v1/Zoom.js.html +19 -19
  51. package/coverage/lcov-report/src/api/v1/index.html +154 -184
  52. package/coverage/lcov-report/src/api/v1/index.js.html +52 -64
  53. package/coverage/lcov-report/src/index.html +21 -21
  54. package/coverage/lcov-report/src/index.js.html +3 -3
  55. package/coverage/lcov-report/tests/helpers.js.html +11 -11
  56. package/coverage/lcov-report/tests/index.html +7 -7
  57. package/coverage/lcov.info +990 -879
  58. package/coverage/test-report.html +586 -10
  59. package/jest.config.mjs +12 -1
  60. package/package.json +2 -2
  61. package/src/Client.js +4 -1
  62. package/src/api/v1/Coupons.js +11 -0
  63. package/src/api/v1/Hashes.js +3 -2
  64. package/src/api/v1/index.js +0 -4
  65. package/tests/integration/api/v1/accounts.test.js +5 -11
  66. package/tests/integration/api/v1/auth/login.test.js +18 -34
  67. package/tests/integration/api/v1/conversational-topics.test.js +3 -5
  68. package/tests/integration/api/v1/countries.test.js +1 -1
  69. package/tests/integration/api/v1/coupons.test.js +2 -9
  70. package/tests/integration/api/v1/currencies/index.test.js +1 -1
  71. package/tests/integration/api/v1/files.test.js +18 -15
  72. package/tests/integration/api/v1/hashes.test.js +2 -10
  73. package/tests/integration/api/v1/mail-blacklist.test.js +2 -9
  74. package/tests/integration/api/v1/offers.test.js +2 -9
  75. package/tests/integration/api/v1/organizations.test.js +8 -8
  76. package/tests/integration/api/v1/quizzes/index.test.js +0 -2
  77. package/tests/integration/api/v1/short-links.test.js +2 -9
  78. package/tests/integration/api/v1/taxes.test.js +2 -3
  79. package/tests/integration/api/v1/teacher/index.test.js +1 -1
  80. package/tests/integration/api/v1/user-types.test.js +2 -4
  81. package/tests/integration/api/v1/users/index.test.js +10 -13
  82. package/tests/integration/api/v1/zoom.test.js +2 -9
  83. package/src/api/v1/Categories.js +0 -12
  84. package/src/api/v1/Configs.js +0 -12
  85. package/tests/integration/api/v1/categories.test.js +0 -19
  86. package/tests/integration/api/v1/configs.test.js +0 -20
@@ -1,76 +1,76 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1785763365154" clover="3.2.0">
3
- <project timestamp="1785763365154" name="All files">
4
- <metrics statements="1356" coveredstatements="914" conditionals="127" coveredconditionals="106" methods="303" coveredmethods="103" elements="1786" coveredelements="1123" complexity="0" loc="1356" ncloc="1356" packages="4" files="47" classes="47"/>
2
+ <coverage generated="1786304507306" clover="3.2.0">
3
+ <project timestamp="1786304507307" name="All files">
4
+ <metrics statements="1374" coveredstatements="1006" conditionals="218" coveredconditionals="171" methods="313" coveredmethods="148" elements="1905" coveredelements="1325" complexity="0" loc="1374" ncloc="1374" packages="4" files="45" classes="45"/>
5
5
  <package name="src">
6
- <metrics statements="131" coveredstatements="89" conditionals="31" coveredconditionals="12" methods="15" coveredmethods="11"/>
6
+ <metrics statements="134" coveredstatements="121" conditionals="46" coveredconditionals="29" methods="15" coveredmethods="14"/>
7
7
  <file name="Client.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/Client.js">
8
- <metrics statements="123" coveredstatements="81" conditionals="30" coveredconditionals="11" methods="14" coveredmethods="10"/>
9
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
10
- <line num="2" count="1" type="stmt"/>
8
+ <metrics statements="126" coveredstatements="113" conditionals="45" coveredconditionals="28" methods="14" coveredmethods="13"/>
9
+ <line num="1" count="1" type="stmt"/>
10
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
11
11
  <line num="3" count="1" type="stmt"/>
12
12
  <line num="4" count="1" type="stmt"/>
13
13
  <line num="5" count="1" type="cond" truecount="1" falsecount="0"/>
14
- <line num="6" count="1" type="stmt"/>
15
- <line num="7" count="1" type="stmt"/>
14
+ <line num="6" count="30" type="stmt"/>
15
+ <line num="7" count="30" type="stmt"/>
16
16
  <line num="8" count="1" type="stmt"/>
17
17
  <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
18
- <line num="10" count="4" type="stmt"/>
19
- <line num="11" count="4" type="cond" truecount="0" falsecount="1"/>
20
- <line num="12" count="4" type="cond" truecount="0" falsecount="1"/>
21
- <line num="13" count="4" type="stmt"/>
22
- <line num="14" count="4" type="cond" truecount="0" falsecount="2"/>
23
- <line num="15" count="4" type="stmt"/>
24
- <line num="16" count="4" type="stmt"/>
25
- <line num="17" count="4" type="stmt"/>
18
+ <line num="10" count="120" type="stmt"/>
19
+ <line num="11" count="120" type="cond" truecount="0" falsecount="1"/>
20
+ <line num="12" count="120" type="cond" truecount="0" falsecount="1"/>
21
+ <line num="13" count="120" type="stmt"/>
22
+ <line num="14" count="120" type="cond" truecount="0" falsecount="2"/>
23
+ <line num="15" count="120" type="stmt"/>
24
+ <line num="16" count="120" type="stmt"/>
25
+ <line num="17" count="120" 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="3" type="stmt"/>
29
- <line num="21" count="3" type="stmt"/>
30
- <line num="22" count="3" type="stmt"/>
31
- <line num="23" count="3" type="stmt"/>
32
- <line num="24" count="3" type="stmt"/>
33
- <line num="25" count="3" type="cond" truecount="0" falsecount="1"/>
34
- <line num="26" count="3" type="stmt"/>
35
- <line num="27" count="3" type="stmt"/>
36
- <line num="28" count="3" type="cond" truecount="0" falsecount="1"/>
37
- <line num="29" count="3" type="stmt"/>
38
- <line num="30" count="3" type="stmt"/>
39
- <line num="31" count="3" type="stmt"/>
28
+ <line num="20" count="103" type="stmt"/>
29
+ <line num="21" count="103" type="stmt"/>
30
+ <line num="22" count="103" type="stmt"/>
31
+ <line num="23" count="103" type="stmt"/>
32
+ <line num="24" count="103" type="stmt"/>
33
+ <line num="25" count="103" type="cond" truecount="0" falsecount="1"/>
34
+ <line num="26" count="103" type="stmt"/>
35
+ <line num="27" count="103" type="stmt"/>
36
+ <line num="28" count="103" type="cond" truecount="1" falsecount="0"/>
37
+ <line num="29" count="103" type="stmt"/>
38
+ <line num="30" count="103" type="stmt"/>
39
+ <line num="31" count="103" type="stmt"/>
40
40
  <line num="32" count="1" type="stmt"/>
41
41
  <line num="33" count="1" type="cond" truecount="1" falsecount="0"/>
42
- <line num="34" count="3" type="cond" truecount="0" falsecount="1"/>
43
- <line num="35" count="0" type="stmt"/>
44
- <line num="36" count="0" type="stmt"/>
45
- <line num="37" count="0" type="stmt"/>
46
- <line num="38" count="0" type="stmt"/>
47
- <line num="39" count="0" type="stmt"/>
42
+ <line num="34" count="104" type="cond" truecount="3" falsecount="0"/>
43
+ <line num="35" count="57" type="stmt"/>
44
+ <line num="36" count="57" type="stmt"/>
45
+ <line num="37" count="57" type="cond" truecount="1" falsecount="0"/>
46
+ <line num="38" count="57" type="stmt"/>
47
+ <line num="39" count="57" type="stmt"/>
48
48
  <line num="40" count="1" type="stmt"/>
49
49
  <line num="41" count="1" type="cond" truecount="1" falsecount="0"/>
50
- <line num="42" count="3" type="cond" truecount="0" falsecount="1"/>
51
- <line num="43" count="3" type="stmt"/>
52
- <line num="44" count="3" type="stmt"/>
53
- <line num="45" count="3" type="stmt"/>
54
- <line num="46" count="3" type="stmt"/>
55
- <line num="47" count="3" type="cond" truecount="0" falsecount="1"/>
56
- <line num="48" count="3" type="stmt"/>
57
- <line num="49" count="3" type="cond" truecount="0" falsecount="1"/>
58
- <line num="50" count="0" type="stmt"/>
59
- <line num="51" count="0" type="stmt"/>
60
- <line num="52" count="0" type="stmt"/>
61
- <line num="53" count="0" type="stmt"/>
62
- <line num="54" count="0" type="stmt"/>
63
- <line num="55" count="0" type="stmt"/>
64
- <line num="56" count="3" type="stmt"/>
50
+ <line num="42" count="103" type="cond" truecount="0" falsecount="1"/>
51
+ <line num="43" count="103" type="stmt"/>
52
+ <line num="44" count="103" type="stmt"/>
53
+ <line num="45" count="103" type="stmt"/>
54
+ <line num="46" count="103" type="stmt"/>
55
+ <line num="47" count="103" type="cond" truecount="0" falsecount="1"/>
56
+ <line num="48" count="103" type="stmt"/>
57
+ <line num="49" count="103" type="cond" truecount="1" falsecount="0"/>
58
+ <line num="50" count="37" type="stmt"/>
59
+ <line num="51" count="37" type="stmt"/>
60
+ <line num="52" count="37" type="cond" truecount="0" falsecount="1"/>
61
+ <line num="53" count="37" type="stmt"/>
62
+ <line num="54" count="37" type="stmt"/>
63
+ <line num="55" count="37" type="stmt"/>
64
+ <line num="56" count="103" type="stmt"/>
65
65
  <line num="57" count="1" type="stmt"/>
66
66
  <line num="58" count="1" type="cond" truecount="1" falsecount="0"/>
67
- <line num="59" count="3" type="cond" truecount="0" falsecount="1"/>
68
- <line num="60" count="3" type="stmt"/>
69
- <line num="61" count="3" type="stmt"/>
70
- <line num="62" count="3" type="stmt"/>
71
- <line num="63" count="3" type="stmt"/>
72
- <line num="64" count="3" type="cond" truecount="0" falsecount="1"/>
73
- <line num="65" count="3" type="cond" truecount="0" falsecount="1"/>
67
+ <line num="59" count="103" type="cond" truecount="0" falsecount="1"/>
68
+ <line num="60" count="103" type="stmt"/>
69
+ <line num="61" count="103" type="stmt"/>
70
+ <line num="62" count="103" type="stmt"/>
71
+ <line num="63" count="103" type="stmt"/>
72
+ <line num="64" count="103" type="cond" truecount="0" falsecount="1"/>
73
+ <line num="65" count="103" type="cond" truecount="0" falsecount="1"/>
74
74
  <line num="66" count="0" type="stmt"/>
75
75
  <line num="67" count="0" type="stmt"/>
76
76
  <line num="68" count="0" type="stmt"/>
@@ -79,56 +79,59 @@
79
79
  <line num="71" count="0" type="stmt"/>
80
80
  <line num="72" count="0" type="stmt"/>
81
81
  <line num="73" count="0" type="stmt"/>
82
- <line num="74" count="3" type="stmt"/>
82
+ <line num="74" count="103" type="stmt"/>
83
83
  <line num="75" count="1" type="stmt"/>
84
84
  <line num="76" count="1" type="cond" truecount="1" falsecount="0"/>
85
- <line num="77" count="3" type="stmt"/>
86
- <line num="78" count="3" type="cond" truecount="1" falsecount="0"/>
87
- <line num="79" count="3" type="stmt"/>
88
- <line num="80" count="3" type="stmt"/>
89
- <line num="81" count="3" type="stmt"/>
90
- <line num="82" count="3" type="stmt"/>
91
- <line num="83" count="3" type="stmt"/>
92
- <line num="84" count="3" type="cond" truecount="0" falsecount="1"/>
93
- <line num="85" count="3" type="stmt"/>
94
- <line num="86" count="3" type="cond" truecount="0" falsecount="1"/>
95
- <line num="87" count="0" type="stmt"/>
96
- <line num="88" count="3" type="cond" truecount="0" falsecount="2"/>
97
- <line num="89" count="3" type="stmt"/>
85
+ <line num="77" count="103" type="stmt"/>
86
+ <line num="78" count="103" type="cond" truecount="1" falsecount="0"/>
87
+ <line num="79" count="103" type="cond" truecount="1" falsecount="0"/>
88
+ <line num="80" count="102" type="stmt"/>
89
+ <line num="81" count="103" type="cond" truecount="1" falsecount="0"/>
90
+ <line num="82" count="8" type="stmt"/>
91
+ <line num="83" count="8" type="stmt"/>
92
+ <line num="84" count="8" type="cond" truecount="0" falsecount="1"/>
93
+ <line num="85" count="8" type="stmt"/>
94
+ <line num="86" count="8" type="cond" truecount="1" falsecount="0"/>
95
+ <line num="87" count="94" type="stmt"/>
96
+ <line num="88" count="103" type="cond" truecount="1" falsecount="1"/>
97
+ <line num="89" count="103" type="stmt"/>
98
98
  <line num="90" count="1" type="stmt"/>
99
- <line num="91" count="1" type="stmt"/>
100
- <line num="92" count="0" type="stmt"/>
101
- <line num="93" count="0" type="stmt"/>
102
- <line num="94" count="0" type="stmt"/>
103
- <line num="95" count="0" type="stmt"/>
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"/>
99
+ <line num="91" count="1" type="cond" truecount="1" falsecount="0"/>
100
+ <line num="92" count="1" type="stmt"/>
101
+ <line num="93" count="1" type="cond" truecount="0" falsecount="1"/>
102
+ <line num="94" count="1" 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="stmt"/>
106
+ <line num="98" count="1" type="stmt"/>
107
+ <line num="99" count="1" type="stmt"/>
108
+ <line num="100" count="1" type="stmt"/>
109
+ <line num="101" count="1" type="stmt"/>
110
+ <line num="102" count="1" type="stmt"/>
111
+ <line num="103" count="1" type="cond" truecount="0" falsecount="1"/>
112
112
  <line num="104" count="0" type="stmt"/>
113
113
  <line num="105" count="0" type="stmt"/>
114
114
  <line num="106" count="0" type="stmt"/>
115
115
  <line num="107" count="0" type="stmt"/>
116
116
  <line num="108" count="0" type="stmt"/>
117
117
  <line num="109" count="1" type="stmt"/>
118
- <line num="110" count="1" type="cond" truecount="1" falsecount="0"/>
119
- <line num="111" count="1" type="cond" truecount="0" falsecount="2"/>
120
- <line num="112" count="0" type="stmt"/>
121
- <line num="113" count="0" type="stmt"/>
122
- <line num="114" count="0" type="stmt"/>
123
- <line num="115" count="0" type="stmt"/>
124
- <line num="116" count="0" type="stmt"/>
125
- <line num="117" count="1" type="stmt"/>
126
- <line num="118" count="1" type="stmt"/>
127
- <line num="119" count="1" type="cond" truecount="1" falsecount="0"/>
128
- <line num="120" count="1" type="stmt"/>
129
- <line num="121" count="1" type="stmt"/>
130
- <line num="122" count="1" type="stmt"/>
131
- <line num="123" count="1" type="stmt"/>
118
+ <line num="110" count="1" type="cond" truecount="0" falsecount="1"/>
119
+ <line num="111" count="1" type="stmt"/>
120
+ <line num="112" count="1" type="stmt"/>
121
+ <line num="113" count="1" type="cond" truecount="1" falsecount="0"/>
122
+ <line num="114" count="56" type="cond" truecount="2" falsecount="0"/>
123
+ <line num="115" count="4" type="stmt"/>
124
+ <line num="116" count="4" type="cond" truecount="1" falsecount="0"/>
125
+ <line num="117" count="4" type="stmt"/>
126
+ <line num="118" count="4" type="cond" truecount="1" falsecount="1"/>
127
+ <line num="119" count="4" type="stmt"/>
128
+ <line num="120" count="56" type="stmt"/>
129
+ <line num="121" count="56" type="stmt"/>
130
+ <line num="122" count="1" type="cond" truecount="1" falsecount="0"/>
131
+ <line num="123" count="1" type="cond" truecount="1" falsecount="0"/>
132
+ <line num="124" count="1" type="cond" truecount="1" falsecount="0"/>
133
+ <line num="125" count="1" type="stmt"/>
134
+ <line num="126" count="1" type="stmt"/>
132
135
  </file>
133
136
  <file name="index.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/index.js">
134
137
  <metrics statements="8" coveredstatements="8" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
@@ -137,8 +140,8 @@
137
140
  <line num="3" count="1" type="stmt"/>
138
141
  <line num="4" count="1" type="stmt"/>
139
142
  <line num="5" count="1" type="cond" truecount="1" falsecount="0"/>
140
- <line num="6" count="1" type="stmt"/>
141
- <line num="7" count="1" type="stmt"/>
143
+ <line num="6" count="30" type="stmt"/>
144
+ <line num="7" count="30" type="stmt"/>
142
145
  <line num="8" count="1" type="stmt"/>
143
146
  </file>
144
147
  </package>
@@ -150,28 +153,28 @@
150
153
  <line num="2" count="1" type="stmt"/>
151
154
  <line num="3" count="1" type="stmt"/>
152
155
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
153
- <line num="5" count="1" type="stmt"/>
154
- <line num="6" count="1" type="stmt"/>
155
- <line num="7" count="1" type="stmt"/>
156
+ <line num="5" count="30" type="stmt"/>
157
+ <line num="6" count="30" type="stmt"/>
158
+ <line num="7" count="30" type="stmt"/>
156
159
  <line num="8" count="1" type="stmt"/>
157
160
  <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
158
- <line num="10" count="2" type="stmt"/>
159
- <line num="11" count="2" type="cond" truecount="2" falsecount="0"/>
160
- <line num="12" count="2" type="stmt"/>
161
- <line num="13" count="2" type="stmt"/>
161
+ <line num="10" count="60" type="stmt"/>
162
+ <line num="11" count="60" type="cond" truecount="2" falsecount="0"/>
163
+ <line num="12" count="60" type="stmt"/>
164
+ <line num="13" count="60" type="stmt"/>
162
165
  <line num="14" count="1" type="stmt"/>
163
166
  </file>
164
167
  </package>
165
168
  <package name="src.api.v1">
166
- <metrics statements="1190" coveredstatements="790" conditionals="90" coveredconditionals="88" methods="283" coveredmethods="88"/>
169
+ <metrics statements="1205" coveredstatements="850" conditionals="165" coveredconditionals="135" methods="293" coveredmethods="129"/>
167
170
  <file name="Accounts.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Accounts.js">
168
171
  <metrics statements="22" coveredstatements="14" conditionals="4" coveredconditionals="3" methods="7" coveredmethods="3"/>
169
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
170
- <line num="2" count="1" type="stmt"/>
172
+ <line num="1" count="1" type="stmt"/>
173
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
171
174
  <line num="3" count="1" type="stmt"/>
172
175
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
173
- <line num="5" count="1" type="stmt"/>
174
- <line num="6" count="1" type="stmt"/>
176
+ <line num="5" count="30" type="stmt"/>
177
+ <line num="6" count="30" type="stmt"/>
175
178
  <line num="7" count="1" type="stmt"/>
176
179
  <line num="8" count="1" type="cond" truecount="1" falsecount="1"/>
177
180
  <line num="9" count="1" type="stmt"/>
@@ -191,12 +194,12 @@
191
194
  </file>
192
195
  <file name="Admin.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Admin.js">
193
196
  <metrics statements="12" coveredstatements="10" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="2"/>
194
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
195
- <line num="2" count="1" type="stmt"/>
197
+ <line num="1" count="1" type="stmt"/>
198
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
196
199
  <line num="3" count="1" type="stmt"/>
197
200
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
198
- <line num="5" count="1" type="stmt"/>
199
- <line num="6" count="1" type="stmt"/>
201
+ <line num="5" count="30" type="stmt"/>
202
+ <line num="6" count="30" type="stmt"/>
200
203
  <line num="7" count="1" type="stmt"/>
201
204
  <line num="8" count="1" type="stmt"/>
202
205
  <line num="9" count="1" type="stmt"/>
@@ -205,13 +208,13 @@
205
208
  <line num="12" count="1" type="stmt"/>
206
209
  </file>
207
210
  <file name="Auth.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Auth.js">
208
- <metrics statements="24" coveredstatements="24" conditionals="3" coveredconditionals="3" methods="16" coveredmethods="3"/>
209
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
210
- <line num="2" count="1" type="stmt"/>
211
+ <metrics statements="24" coveredstatements="24" conditionals="4" coveredconditionals="4" methods="16" coveredmethods="4"/>
212
+ <line num="1" count="1" type="stmt"/>
213
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
211
214
  <line num="3" count="1" type="stmt"/>
212
215
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
213
- <line num="5" count="1" type="stmt"/>
214
- <line num="6" count="1" type="stmt"/>
216
+ <line num="5" count="30" type="stmt"/>
217
+ <line num="6" count="30" type="stmt"/>
215
218
  <line num="7" count="1" type="stmt"/>
216
219
  <line num="8" count="1" type="stmt"/>
217
220
  <line num="9" count="1" type="stmt"/>
@@ -219,7 +222,7 @@
219
222
  <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
220
223
  <line num="12" count="1" type="stmt"/>
221
224
  <line num="13" count="1" type="stmt"/>
222
- <line num="14" count="1" type="stmt"/>
225
+ <line num="14" count="1" type="cond" truecount="1" falsecount="0"/>
223
226
  <line num="15" count="1" type="stmt"/>
224
227
  <line num="16" count="1" type="stmt"/>
225
228
  <line num="17" count="1" type="stmt"/>
@@ -231,106 +234,76 @@
231
234
  <line num="23" count="1" type="stmt"/>
232
235
  <line num="24" count="1" type="stmt"/>
233
236
  </file>
234
- <file name="Categories.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Categories.js">
235
- <metrics statements="12" coveredstatements="12" conditionals="2" coveredconditionals="2" methods="6" coveredmethods="2"/>
236
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
237
- <line num="2" count="1" type="stmt"/>
238
- <line num="3" count="1" type="stmt"/>
239
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
240
- <line num="5" count="1" type="stmt"/>
241
- <line num="6" count="1" type="stmt"/>
242
- <line num="7" count="1" type="stmt"/>
243
- <line num="8" count="1" type="stmt"/>
244
- <line num="9" count="1" type="stmt"/>
245
- <line num="10" count="1" type="stmt"/>
246
- <line num="11" count="1" type="stmt"/>
247
- <line num="12" count="1" type="stmt"/>
248
- </file>
249
237
  <file name="Changelogs.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Changelogs.js">
250
- <metrics statements="11" coveredstatements="11" conditionals="2" coveredconditionals="2" methods="5" coveredmethods="2"/>
251
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
252
- <line num="2" count="1" type="stmt"/>
253
- <line num="3" count="1" type="stmt"/>
254
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
255
- <line num="5" count="1" type="stmt"/>
256
- <line num="6" count="1" type="stmt"/>
257
- <line num="7" count="1" type="stmt"/>
258
- <line num="8" count="1" type="stmt"/>
259
- <line num="9" count="1" type="stmt"/>
260
- <line num="10" count="1" type="stmt"/>
261
- <line num="11" count="1" type="stmt"/>
262
- </file>
263
- <file name="Configs.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Configs.js">
264
- <metrics statements="12" coveredstatements="12" conditionals="2" coveredconditionals="2" methods="6" coveredmethods="2"/>
265
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
266
- <line num="2" count="1" type="stmt"/>
238
+ <metrics statements="11" coveredstatements="11" conditionals="4" coveredconditionals="3" methods="5" coveredmethods="3"/>
239
+ <line num="1" count="1" type="stmt"/>
240
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
267
241
  <line num="3" count="1" type="stmt"/>
268
242
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
269
- <line num="5" count="1" type="stmt"/>
270
- <line num="6" count="1" type="stmt"/>
243
+ <line num="5" count="30" type="stmt"/>
244
+ <line num="6" count="30" type="stmt"/>
271
245
  <line num="7" count="1" type="stmt"/>
272
- <line num="8" count="1" type="stmt"/>
246
+ <line num="8" count="1" type="cond" truecount="1" falsecount="1"/>
273
247
  <line num="9" count="1" type="stmt"/>
274
248
  <line num="10" count="1" type="stmt"/>
275
249
  <line num="11" count="1" type="stmt"/>
276
- <line num="12" count="1" type="stmt"/>
277
250
  </file>
278
251
  <file name="ContactForms.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/ContactForms.js">
279
- <metrics statements="12" coveredstatements="12" conditionals="2" coveredconditionals="2" methods="6" coveredmethods="2"/>
280
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
281
- <line num="2" count="1" type="stmt"/>
252
+ <metrics statements="12" coveredstatements="12" conditionals="4" coveredconditionals="3" methods="6" coveredmethods="3"/>
253
+ <line num="1" count="1" type="stmt"/>
254
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
282
255
  <line num="3" count="1" type="stmt"/>
283
256
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
284
- <line num="5" count="1" type="stmt"/>
285
- <line num="6" count="1" type="stmt"/>
257
+ <line num="5" count="30" type="stmt"/>
258
+ <line num="6" count="30" type="stmt"/>
286
259
  <line num="7" count="1" type="stmt"/>
287
- <line num="8" count="1" type="stmt"/>
260
+ <line num="8" count="1" type="cond" truecount="1" falsecount="1"/>
288
261
  <line num="9" count="1" type="stmt"/>
289
262
  <line num="10" count="1" type="stmt"/>
290
263
  <line num="11" count="1" type="stmt"/>
291
264
  <line num="12" count="1" type="stmt"/>
292
265
  </file>
293
266
  <file name="ConversationalTopics.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/ConversationalTopics.js">
294
- <metrics statements="12" coveredstatements="12" conditionals="2" coveredconditionals="2" methods="6" coveredmethods="2"/>
295
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
296
- <line num="2" count="1" type="stmt"/>
267
+ <metrics statements="12" coveredstatements="12" conditionals="4" coveredconditionals="3" methods="6" coveredmethods="3"/>
268
+ <line num="1" count="1" type="stmt"/>
269
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
297
270
  <line num="3" count="1" type="stmt"/>
298
271
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
299
- <line num="5" count="1" type="stmt"/>
300
- <line num="6" count="1" type="stmt"/>
272
+ <line num="5" count="30" type="stmt"/>
273
+ <line num="6" count="30" type="stmt"/>
301
274
  <line num="7" count="1" type="stmt"/>
302
- <line num="8" count="1" type="stmt"/>
275
+ <line num="8" count="1" type="cond" truecount="1" falsecount="1"/>
303
276
  <line num="9" count="1" type="stmt"/>
304
277
  <line num="10" count="1" type="stmt"/>
305
278
  <line num="11" count="1" type="stmt"/>
306
279
  <line num="12" count="1" type="stmt"/>
307
280
  </file>
308
281
  <file name="Countries.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Countries.js">
309
- <metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="2"/>
310
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
311
- <line num="2" count="1" type="stmt"/>
282
+ <metrics statements="9" coveredstatements="9" conditionals="4" coveredconditionals="3" methods="3" coveredmethods="3"/>
283
+ <line num="1" count="1" type="stmt"/>
284
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
312
285
  <line num="3" count="1" type="stmt"/>
313
286
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
314
- <line num="5" count="1" type="stmt"/>
315
- <line num="6" count="1" type="stmt"/>
287
+ <line num="5" count="30" type="stmt"/>
288
+ <line num="6" count="30" type="stmt"/>
316
289
  <line num="7" count="1" type="stmt"/>
317
- <line num="8" count="1" type="stmt"/>
290
+ <line num="8" count="1" type="cond" truecount="1" falsecount="1"/>
318
291
  <line num="9" count="1" type="stmt"/>
319
292
  </file>
320
293
  <file name="Coupons.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Coupons.js">
321
- <metrics statements="19" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="7" coveredmethods="2"/>
322
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
323
- <line num="2" count="1" type="stmt"/>
294
+ <metrics statements="19" coveredstatements="19" conditionals="4" coveredconditionals="3" methods="7" coveredmethods="3"/>
295
+ <line num="1" count="1" type="stmt"/>
296
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
324
297
  <line num="3" count="1" type="stmt"/>
325
298
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
326
- <line num="5" count="1" type="stmt"/>
327
- <line num="6" count="1" type="stmt"/>
299
+ <line num="5" count="30" type="stmt"/>
300
+ <line num="6" count="30" type="stmt"/>
328
301
  <line num="7" count="1" type="stmt"/>
329
302
  <line num="8" count="1" type="stmt"/>
330
- <line num="9" count="1" type="stmt"/>
331
- <line num="10" count="0" type="stmt"/>
332
- <line num="11" count="0" type="stmt"/>
333
- <line num="12" count="0" type="stmt"/>
303
+ <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
304
+ <line num="10" count="1" type="cond" truecount="0" falsecount="1"/>
305
+ <line num="11" count="1" type="stmt"/>
306
+ <line num="12" count="1" type="stmt"/>
334
307
  <line num="13" count="1" type="stmt"/>
335
308
  <line num="14" count="1" type="stmt"/>
336
309
  <line num="15" count="1" type="stmt"/>
@@ -340,24 +313,24 @@
340
313
  <line num="19" count="1" type="stmt"/>
341
314
  </file>
342
315
  <file name="Courses.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Courses.js">
343
- <metrics statements="117" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="14" coveredmethods="2"/>
344
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
345
- <line num="2" count="1" type="stmt"/>
316
+ <metrics statements="117" coveredstatements="38" conditionals="7" coveredconditionals="6" methods="14" coveredmethods="4"/>
317
+ <line num="1" count="1" type="stmt"/>
318
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
346
319
  <line num="3" count="1" type="stmt"/>
347
320
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
348
- <line num="5" count="1" type="stmt"/>
349
- <line num="6" count="1" type="stmt"/>
321
+ <line num="5" count="30" type="stmt"/>
322
+ <line num="6" count="30" type="stmt"/>
350
323
  <line num="7" count="1" type="stmt"/>
351
- <line num="8" count="1" type="stmt"/>
324
+ <line num="8" count="1" type="cond" truecount="1" falsecount="0"/>
352
325
  <line num="9" count="1" type="stmt"/>
353
- <line num="10" count="1" type="stmt"/>
354
- <line num="11" count="0" type="stmt"/>
355
- <line num="12" count="0" type="stmt"/>
356
- <line num="13" count="0" type="stmt"/>
357
- <line num="14" count="0" type="stmt"/>
358
- <line num="15" count="0" type="stmt"/>
359
- <line num="16" count="0" type="stmt"/>
360
- <line num="17" count="0" type="stmt"/>
326
+ <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
327
+ <line num="11" count="5" type="cond" truecount="2" falsecount="0"/>
328
+ <line num="12" count="4" type="stmt"/>
329
+ <line num="13" count="4" type="stmt"/>
330
+ <line num="14" count="4" type="stmt"/>
331
+ <line num="15" count="4" type="stmt"/>
332
+ <line num="16" count="5" type="cond" truecount="0" falsecount="1"/>
333
+ <line num="17" count="5" type="stmt"/>
361
334
  <line num="18" count="1" type="stmt"/>
362
335
  <line num="19" count="1" type="stmt"/>
363
336
  <line num="20" count="1" type="stmt"/>
@@ -460,27 +433,27 @@
460
433
  <line num="117" count="1" type="stmt"/>
461
434
  </file>
462
435
  <file name="Currencies.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Currencies.js">
463
- <metrics statements="11" coveredstatements="11" conditionals="2" coveredconditionals="2" methods="5" coveredmethods="2"/>
464
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
465
- <line num="2" count="1" type="stmt"/>
436
+ <metrics statements="11" coveredstatements="11" conditionals="6" coveredconditionals="5" methods="5" coveredmethods="5"/>
437
+ <line num="1" count="1" type="stmt"/>
438
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
466
439
  <line num="3" count="1" type="stmt"/>
467
440
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
468
- <line num="5" count="1" type="stmt"/>
469
- <line num="6" count="1" type="stmt"/>
441
+ <line num="5" count="30" type="stmt"/>
442
+ <line num="6" count="30" type="stmt"/>
470
443
  <line num="7" count="1" type="stmt"/>
471
- <line num="8" count="1" type="stmt"/>
472
- <line num="9" count="1" type="stmt"/>
473
- <line num="10" count="1" type="stmt"/>
444
+ <line num="8" count="1" type="cond" truecount="1" falsecount="1"/>
445
+ <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
446
+ <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
474
447
  <line num="11" count="1" type="stmt"/>
475
448
  </file>
476
449
  <file name="Dashboard.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Dashboard.js">
477
450
  <metrics statements="10" coveredstatements="10" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="2"/>
478
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
479
- <line num="2" count="1" type="stmt"/>
451
+ <line num="1" count="1" type="stmt"/>
452
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
480
453
  <line num="3" count="1" type="stmt"/>
481
454
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
482
- <line num="5" count="1" type="stmt"/>
483
- <line num="6" count="1" type="stmt"/>
455
+ <line num="5" count="30" type="stmt"/>
456
+ <line num="6" count="30" type="stmt"/>
484
457
  <line num="7" count="1" type="stmt"/>
485
458
  <line num="8" count="1" type="stmt"/>
486
459
  <line num="9" count="1" type="stmt"/>
@@ -488,12 +461,12 @@
488
461
  </file>
489
462
  <file name="EducationCenter.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/EducationCenter.js">
490
463
  <metrics statements="10" coveredstatements="10" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="2"/>
491
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
492
- <line num="2" count="1" type="stmt"/>
464
+ <line num="1" count="1" type="stmt"/>
465
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
493
466
  <line num="3" count="1" type="stmt"/>
494
467
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
495
- <line num="5" count="1" type="stmt"/>
496
- <line num="6" count="1" type="stmt"/>
468
+ <line num="5" count="30" type="stmt"/>
469
+ <line num="6" count="30" type="stmt"/>
497
470
  <line num="7" count="1" type="stmt"/>
498
471
  <line num="8" count="1" type="stmt"/>
499
472
  <line num="9" count="1" type="stmt"/>
@@ -501,12 +474,12 @@
501
474
  </file>
502
475
  <file name="Employee.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Employee.js">
503
476
  <metrics statements="28" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="2"/>
504
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
505
- <line num="2" count="1" type="stmt"/>
477
+ <line num="1" count="1" type="stmt"/>
478
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
506
479
  <line num="3" count="1" type="stmt"/>
507
480
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
508
- <line num="5" count="1" type="stmt"/>
509
- <line num="6" count="1" type="stmt"/>
481
+ <line num="5" count="30" type="stmt"/>
482
+ <line num="6" count="30" type="stmt"/>
510
483
  <line num="7" count="1" type="stmt"/>
511
484
  <line num="8" count="1" type="stmt"/>
512
485
  <line num="9" count="0" type="stmt"/>
@@ -531,22 +504,22 @@
531
504
  <line num="28" count="1" type="stmt"/>
532
505
  </file>
533
506
  <file name="Files.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Files.js">
534
- <metrics statements="25" coveredstatements="25" conditionals="2" coveredconditionals="2" methods="8" coveredmethods="2"/>
535
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
536
- <line num="2" count="1" type="stmt"/>
507
+ <metrics statements="25" coveredstatements="25" conditionals="4" coveredconditionals="4" methods="8" coveredmethods="4"/>
508
+ <line num="1" count="1" type="stmt"/>
509
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
537
510
  <line num="3" count="1" type="stmt"/>
538
511
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
539
- <line num="5" count="1" type="stmt"/>
540
- <line num="6" count="1" type="stmt"/>
512
+ <line num="5" count="30" type="stmt"/>
513
+ <line num="6" count="30" type="stmt"/>
541
514
  <line num="7" count="1" type="stmt"/>
542
515
  <line num="8" count="1" type="stmt"/>
543
- <line num="9" count="1" type="stmt"/>
516
+ <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
544
517
  <line num="10" count="1" type="stmt"/>
545
518
  <line num="11" count="1" type="stmt"/>
546
519
  <line num="12" count="1" type="stmt"/>
547
520
  <line num="13" count="1" type="stmt"/>
548
521
  <line num="14" count="1" type="stmt"/>
549
- <line num="15" count="1" type="stmt"/>
522
+ <line num="15" count="1" type="cond" truecount="1" falsecount="0"/>
550
523
  <line num="16" count="1" type="stmt"/>
551
524
  <line num="17" count="1" type="stmt"/>
552
525
  <line num="18" count="1" type="stmt"/>
@@ -559,15 +532,15 @@
559
532
  <line num="25" count="1" type="stmt"/>
560
533
  </file>
561
534
  <file name="Forums.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Forums.js">
562
- <metrics statements="30" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="9" coveredmethods="2"/>
563
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
564
- <line num="2" count="1" type="stmt"/>
535
+ <metrics statements="30" coveredstatements="16" conditionals="4" coveredconditionals="3" methods="9" coveredmethods="3"/>
536
+ <line num="1" count="1" type="stmt"/>
537
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
565
538
  <line num="3" count="1" type="stmt"/>
566
539
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
567
- <line num="5" count="1" type="stmt"/>
568
- <line num="6" count="1" type="stmt"/>
540
+ <line num="5" count="30" type="stmt"/>
541
+ <line num="6" count="30" type="stmt"/>
569
542
  <line num="7" count="1" type="stmt"/>
570
- <line num="8" count="1" type="stmt"/>
543
+ <line num="8" count="1" type="cond" truecount="1" falsecount="1"/>
571
544
  <line num="9" count="1" type="stmt"/>
572
545
  <line num="10" count="0" type="stmt"/>
573
546
  <line num="11" count="0" type="stmt"/>
@@ -592,71 +565,72 @@
592
565
  <line num="30" count="1" type="stmt"/>
593
566
  </file>
594
567
  <file name="Hashes.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Hashes.js">
595
- <metrics statements="11" coveredstatements="11" conditionals="2" coveredconditionals="2" methods="5" coveredmethods="2"/>
596
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
568
+ <metrics statements="12" coveredstatements="12" conditionals="4" coveredconditionals="3" methods="3" coveredmethods="3"/>
569
+ <line num="1" count="1" type="stmt"/>
597
570
  <line num="2" count="1" type="stmt"/>
598
571
  <line num="3" count="1" type="stmt"/>
599
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
600
- <line num="5" count="1" type="stmt"/>
572
+ <line num="4" count="1" type="stmt"/>
573
+ <line num="5" count="1" type="cond" truecount="1" falsecount="0"/>
601
574
  <line num="6" count="1" type="stmt"/>
602
- <line num="7" count="1" type="stmt"/>
603
- <line num="8" count="1" type="stmt"/>
604
- <line num="9" count="1" type="stmt"/>
575
+ <line num="7" count="1" type="cond" truecount="1" falsecount="0"/>
576
+ <line num="8" count="30" type="stmt"/>
577
+ <line num="9" count="30" type="stmt"/>
605
578
  <line num="10" count="1" type="stmt"/>
606
- <line num="11" count="1" type="stmt"/>
579
+ <line num="11" count="1" type="cond" truecount="1" falsecount="1"/>
580
+ <line num="12" count="1" type="stmt"/>
607
581
  </file>
608
582
  <file name="Insignias.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Insignias.js">
609
- <metrics statements="12" coveredstatements="12" conditionals="2" coveredconditionals="2" methods="6" coveredmethods="2"/>
610
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
611
- <line num="2" count="1" type="stmt"/>
583
+ <metrics statements="12" coveredstatements="12" conditionals="4" coveredconditionals="3" methods="6" coveredmethods="3"/>
584
+ <line num="1" count="1" type="stmt"/>
585
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
612
586
  <line num="3" count="1" type="stmt"/>
613
587
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
614
- <line num="5" count="1" type="stmt"/>
615
- <line num="6" count="1" type="stmt"/>
588
+ <line num="5" count="30" type="stmt"/>
589
+ <line num="6" count="30" type="stmt"/>
616
590
  <line num="7" count="1" type="stmt"/>
617
- <line num="8" count="1" type="stmt"/>
591
+ <line num="8" count="1" type="cond" truecount="1" falsecount="1"/>
618
592
  <line num="9" count="1" type="stmt"/>
619
593
  <line num="10" count="1" type="stmt"/>
620
594
  <line num="11" count="1" type="stmt"/>
621
595
  <line num="12" count="1" type="stmt"/>
622
596
  </file>
623
597
  <file name="Languages.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Languages.js">
624
- <metrics statements="12" coveredstatements="12" conditionals="2" coveredconditionals="2" methods="6" coveredmethods="2"/>
625
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
626
- <line num="2" count="1" type="stmt"/>
598
+ <metrics statements="12" coveredstatements="12" conditionals="4" coveredconditionals="3" methods="6" coveredmethods="3"/>
599
+ <line num="1" count="1" type="stmt"/>
600
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
627
601
  <line num="3" count="1" type="stmt"/>
628
602
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
629
- <line num="5" count="1" type="stmt"/>
630
- <line num="6" count="1" type="stmt"/>
603
+ <line num="5" count="30" type="stmt"/>
604
+ <line num="6" count="30" type="stmt"/>
631
605
  <line num="7" count="1" type="stmt"/>
632
- <line num="8" count="1" type="stmt"/>
606
+ <line num="8" count="1" type="cond" truecount="1" falsecount="1"/>
633
607
  <line num="9" count="1" type="stmt"/>
634
608
  <line num="10" count="1" type="stmt"/>
635
609
  <line num="11" count="1" type="stmt"/>
636
610
  <line num="12" count="1" type="stmt"/>
637
611
  </file>
638
612
  <file name="MailBlacklist.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/MailBlacklist.js">
639
- <metrics statements="11" coveredstatements="11" conditionals="2" coveredconditionals="2" methods="5" coveredmethods="2"/>
640
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
641
- <line num="2" count="1" type="stmt"/>
613
+ <metrics statements="11" coveredstatements="11" conditionals="4" coveredconditionals="3" methods="5" coveredmethods="3"/>
614
+ <line num="1" count="1" type="stmt"/>
615
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
642
616
  <line num="3" count="1" type="stmt"/>
643
617
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
644
- <line num="5" count="1" type="stmt"/>
645
- <line num="6" count="1" type="stmt"/>
618
+ <line num="5" count="30" type="stmt"/>
619
+ <line num="6" count="30" type="stmt"/>
646
620
  <line num="7" count="1" type="stmt"/>
647
- <line num="8" count="1" type="stmt"/>
621
+ <line num="8" count="1" type="cond" truecount="1" falsecount="1"/>
648
622
  <line num="9" count="1" type="stmt"/>
649
623
  <line num="10" count="1" type="stmt"/>
650
624
  <line num="11" count="1" type="stmt"/>
651
625
  </file>
652
626
  <file name="MailingLists.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/MailingLists.js">
653
627
  <metrics statements="14" coveredstatements="14" conditionals="2" coveredconditionals="2" methods="8" coveredmethods="2"/>
654
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
655
- <line num="2" count="1" type="stmt"/>
628
+ <line num="1" count="1" type="stmt"/>
629
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
656
630
  <line num="3" count="1" type="stmt"/>
657
631
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
658
- <line num="5" count="1" type="stmt"/>
659
- <line num="6" count="1" type="stmt"/>
632
+ <line num="5" count="30" type="stmt"/>
633
+ <line num="6" count="30" type="stmt"/>
660
634
  <line num="7" count="1" type="stmt"/>
661
635
  <line num="8" count="1" type="stmt"/>
662
636
  <line num="9" count="1" type="stmt"/>
@@ -667,19 +641,19 @@
667
641
  <line num="14" count="1" type="stmt"/>
668
642
  </file>
669
643
  <file name="Offers.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Offers.js">
670
- <metrics statements="19" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="7" coveredmethods="2"/>
671
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
672
- <line num="2" count="1" type="stmt"/>
644
+ <metrics statements="19" coveredstatements="19" conditionals="4" coveredconditionals="3" methods="7" coveredmethods="3"/>
645
+ <line num="1" count="1" type="stmt"/>
646
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
673
647
  <line num="3" count="1" type="stmt"/>
674
648
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
675
- <line num="5" count="1" type="stmt"/>
676
- <line num="6" count="1" type="stmt"/>
649
+ <line num="5" count="30" type="stmt"/>
650
+ <line num="6" count="30" type="stmt"/>
677
651
  <line num="7" count="1" type="stmt"/>
678
652
  <line num="8" count="1" type="stmt"/>
679
- <line num="9" count="1" type="stmt"/>
680
- <line num="10" count="0" type="stmt"/>
681
- <line num="11" count="0" type="stmt"/>
682
- <line num="12" count="0" type="stmt"/>
653
+ <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
654
+ <line num="10" count="1" type="cond" truecount="0" falsecount="1"/>
655
+ <line num="11" count="1" type="stmt"/>
656
+ <line num="12" count="1" type="stmt"/>
683
657
  <line num="13" count="1" type="stmt"/>
684
658
  <line num="14" count="1" type="stmt"/>
685
659
  <line num="15" count="1" type="stmt"/>
@@ -689,56 +663,56 @@
689
663
  <line num="19" count="1" type="stmt"/>
690
664
  </file>
691
665
  <file name="Organizations.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Organizations.js">
692
- <metrics statements="38" coveredstatements="19" conditionals="2" coveredconditionals="2" methods="7" coveredmethods="2"/>
693
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
694
- <line num="2" count="1" type="stmt"/>
666
+ <metrics statements="38" coveredstatements="38" conditionals="11" coveredconditionals="11" methods="13" coveredmethods="9"/>
667
+ <line num="1" count="1" type="stmt"/>
668
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
695
669
  <line num="3" count="1" type="stmt"/>
696
670
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
697
- <line num="5" count="1" type="stmt"/>
698
- <line num="6" count="1" type="stmt"/>
671
+ <line num="5" count="30" type="stmt"/>
672
+ <line num="6" count="30" type="stmt"/>
699
673
  <line num="7" count="1" type="stmt"/>
700
674
  <line num="8" count="1" type="stmt"/>
701
- <line num="9" count="1" type="stmt"/>
702
- <line num="10" count="0" type="stmt"/>
703
- <line num="11" count="0" type="stmt"/>
704
- <line num="12" count="0" type="stmt"/>
705
- <line num="13" count="0" type="stmt"/>
675
+ <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
676
+ <line num="10" count="2" type="stmt"/>
677
+ <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
678
+ <line num="12" count="2" type="cond" truecount="1" falsecount="0"/>
679
+ <line num="13" count="2" type="stmt"/>
706
680
  <line num="14" count="1" type="stmt"/>
707
- <line num="15" count="1" type="stmt"/>
681
+ <line num="15" count="1" type="cond" truecount="1" falsecount="0"/>
708
682
  <line num="16" count="1" type="stmt"/>
709
- <line num="17" count="1" type="stmt"/>
683
+ <line num="17" count="1" type="cond" truecount="1" falsecount="0"/>
710
684
  <line num="18" count="1" type="stmt"/>
711
685
  <line num="19" count="1" type="stmt"/>
712
686
  <line num="20" count="1" type="stmt"/>
713
687
  <line num="21" count="1" type="stmt"/>
714
- <line num="22" count="1" type="stmt"/>
715
- <line num="23" count="0" type="stmt"/>
716
- <line num="24" count="0" type="stmt"/>
717
- <line num="25" count="0" type="stmt"/>
718
- <line num="26" count="0" type="stmt"/>
719
- <line num="27" count="0" type="stmt"/>
720
- <line num="28" count="0" type="stmt"/>
721
- <line num="29" count="0" type="stmt"/>
722
- <line num="30" count="0" type="stmt"/>
723
- <line num="31" count="0" type="stmt"/>
724
- <line num="32" count="0" type="stmt"/>
725
- <line num="33" count="0" type="stmt"/>
726
- <line num="34" count="0" type="stmt"/>
727
- <line num="35" count="0" type="stmt"/>
728
- <line num="36" count="0" type="stmt"/>
729
- <line num="37" count="0" type="stmt"/>
688
+ <line num="22" count="1" type="cond" truecount="1" falsecount="0"/>
689
+ <line num="23" count="3" type="stmt"/>
690
+ <line num="24" count="3" type="stmt"/>
691
+ <line num="25" count="3" type="stmt"/>
692
+ <line num="26" count="3" type="cond" truecount="1" falsecount="0"/>
693
+ <line num="27" count="3" type="cond" truecount="1" falsecount="0"/>
694
+ <line num="28" count="3" type="stmt"/>
695
+ <line num="29" count="3" type="stmt"/>
696
+ <line num="30" count="3" type="stmt"/>
697
+ <line num="31" count="3" type="stmt"/>
698
+ <line num="32" count="3" type="stmt"/>
699
+ <line num="33" count="3" type="stmt"/>
700
+ <line num="34" count="3" type="stmt"/>
701
+ <line num="35" count="3" type="cond" truecount="1" falsecount="0"/>
702
+ <line num="36" count="3" type="stmt"/>
703
+ <line num="37" count="3" type="stmt"/>
730
704
  <line num="38" count="1" type="stmt"/>
731
705
  </file>
732
706
  <file name="PaymentMethods.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/PaymentMethods.js">
733
- <metrics statements="12" coveredstatements="12" conditionals="2" coveredconditionals="2" methods="4" coveredmethods="2"/>
734
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
735
- <line num="2" count="1" type="stmt"/>
707
+ <metrics statements="12" coveredstatements="12" conditionals="3" coveredconditionals="3" methods="4" coveredmethods="3"/>
708
+ <line num="1" count="1" type="stmt"/>
709
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
736
710
  <line num="3" count="1" type="stmt"/>
737
711
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
738
- <line num="5" count="1" type="stmt"/>
739
- <line num="6" count="1" type="stmt"/>
712
+ <line num="5" count="30" type="stmt"/>
713
+ <line num="6" count="30" type="stmt"/>
740
714
  <line num="7" count="1" type="stmt"/>
741
- <line num="8" count="1" type="stmt"/>
715
+ <line num="8" count="1" type="cond" truecount="1" falsecount="0"/>
742
716
  <line num="9" count="1" type="stmt"/>
743
717
  <line num="10" count="1" type="stmt"/>
744
718
  <line num="11" count="1" type="stmt"/>
@@ -746,12 +720,12 @@
746
720
  </file>
747
721
  <file name="Payments.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Payments.js">
748
722
  <metrics statements="75" coveredstatements="36" conditionals="2" coveredconditionals="2" methods="8" coveredmethods="2"/>
749
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
750
- <line num="2" count="1" type="stmt"/>
723
+ <line num="1" count="1" type="stmt"/>
724
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
751
725
  <line num="3" count="1" type="stmt"/>
752
726
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
753
- <line num="5" count="1" type="stmt"/>
754
- <line num="6" count="1" type="stmt"/>
727
+ <line num="5" count="30" type="stmt"/>
728
+ <line num="6" count="30" type="stmt"/>
755
729
  <line num="7" count="1" type="stmt"/>
756
730
  <line num="8" count="1" type="stmt"/>
757
731
  <line num="9" count="1" type="stmt"/>
@@ -824,12 +798,12 @@
824
798
  </file>
825
799
  <file name="Premiums.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Premiums.js">
826
800
  <metrics statements="12" coveredstatements="10" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="2"/>
827
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
828
- <line num="2" count="1" type="stmt"/>
801
+ <line num="1" count="1" type="stmt"/>
802
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
829
803
  <line num="3" count="1" type="stmt"/>
830
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
831
- <line num="5" count="1" type="stmt"/>
832
- <line num="6" count="1" type="stmt"/>
804
+ <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
805
+ <line num="5" count="30" type="stmt"/>
806
+ <line num="6" count="30" type="stmt"/>
833
807
  <line num="7" count="1" type="stmt"/>
834
808
  <line num="8" count="1" type="stmt"/>
835
809
  <line num="9" count="1" type="stmt"/>
@@ -838,39 +812,39 @@
838
812
  <line num="12" count="1" type="stmt"/>
839
813
  </file>
840
814
  <file name="Quizzes.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Quizzes.js">
841
- <metrics statements="43" coveredstatements="19" conditionals="2" coveredconditionals="2" methods="7" coveredmethods="2"/>
842
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
843
- <line num="2" count="1" type="stmt"/>
815
+ <metrics statements="43" coveredstatements="33" conditionals="8" coveredconditionals="5" methods="12" coveredmethods="5"/>
816
+ <line num="1" count="1" type="stmt"/>
817
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
844
818
  <line num="3" count="1" type="stmt"/>
845
819
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
846
- <line num="5" count="1" type="stmt"/>
847
- <line num="6" count="1" type="stmt"/>
820
+ <line num="5" count="30" type="stmt"/>
821
+ <line num="6" count="30" type="stmt"/>
848
822
  <line num="7" count="1" type="stmt"/>
849
823
  <line num="8" count="1" type="stmt"/>
850
824
  <line num="9" count="1" type="stmt"/>
851
825
  <line num="10" count="1" type="stmt"/>
852
826
  <line num="11" count="1" type="stmt"/>
853
827
  <line num="12" count="1" type="stmt"/>
854
- <line num="13" count="1" type="stmt"/>
855
- <line num="14" count="0" type="stmt"/>
856
- <line num="15" count="0" type="stmt"/>
828
+ <line num="13" count="1" type="cond" truecount="1" falsecount="0"/>
829
+ <line num="14" count="2" type="cond" truecount="0" falsecount="1"/>
830
+ <line num="15" count="2" type="cond" truecount="0" falsecount="1"/>
857
831
  <line num="16" count="0" type="stmt"/>
858
832
  <line num="17" count="0" type="stmt"/>
859
- <line num="18" count="0" type="stmt"/>
860
- <line num="19" count="0" type="stmt"/>
833
+ <line num="18" count="2" type="stmt"/>
834
+ <line num="19" count="2" type="stmt"/>
861
835
  <line num="20" count="1" type="stmt"/>
862
836
  <line num="21" count="1" type="stmt"/>
863
837
  <line num="22" count="1" type="stmt"/>
864
838
  <line num="23" count="1" type="stmt"/>
865
- <line num="24" count="1" type="stmt"/>
866
- <line num="25" count="0" type="stmt"/>
867
- <line num="26" count="0" type="stmt"/>
868
- <line num="27" count="0" type="stmt"/>
869
- <line num="28" count="0" type="stmt"/>
870
- <line num="29" count="0" type="stmt"/>
871
- <line num="30" count="0" type="stmt"/>
872
- <line num="31" count="0" type="stmt"/>
873
- <line num="32" count="0" type="stmt"/>
839
+ <line num="24" count="1" type="cond" truecount="1" falsecount="0"/>
840
+ <line num="25" count="1" type="stmt"/>
841
+ <line num="26" count="1" type="stmt"/>
842
+ <line num="27" count="1" type="stmt"/>
843
+ <line num="28" count="1" type="cond" truecount="1" falsecount="1"/>
844
+ <line num="29" count="1" type="stmt"/>
845
+ <line num="30" count="1" type="stmt"/>
846
+ <line num="31" count="1" type="stmt"/>
847
+ <line num="32" count="1" type="stmt"/>
874
848
  <line num="33" count="0" type="stmt"/>
875
849
  <line num="34" count="0" type="stmt"/>
876
850
  <line num="35" count="0" type="stmt"/>
@@ -879,18 +853,18 @@
879
853
  <line num="38" count="0" type="stmt"/>
880
854
  <line num="39" count="0" type="stmt"/>
881
855
  <line num="40" count="0" type="stmt"/>
882
- <line num="41" count="0" type="stmt"/>
883
- <line num="42" count="0" type="stmt"/>
856
+ <line num="41" count="1" type="stmt"/>
857
+ <line num="42" count="1" type="stmt"/>
884
858
  <line num="43" count="1" type="stmt"/>
885
859
  </file>
886
860
  <file name="Sales.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Sales.js">
887
861
  <metrics statements="21" coveredstatements="19" conditionals="2" coveredconditionals="2" methods="6" coveredmethods="2"/>
888
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
889
- <line num="2" count="1" type="stmt"/>
862
+ <line num="1" count="1" type="stmt"/>
863
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
890
864
  <line num="3" count="1" type="stmt"/>
891
865
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
892
- <line num="5" count="1" type="stmt"/>
893
- <line num="6" count="1" type="stmt"/>
866
+ <line num="5" count="30" type="stmt"/>
867
+ <line num="6" count="30" type="stmt"/>
894
868
  <line num="7" count="1" type="stmt"/>
895
869
  <line num="8" count="1" type="stmt"/>
896
870
  <line num="9" count="1" type="stmt"/>
@@ -909,27 +883,27 @@
909
883
  </file>
910
884
  <file name="Search.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Search.js">
911
885
  <metrics statements="10" coveredstatements="10" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="2"/>
912
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
913
- <line num="2" count="1" type="stmt"/>
886
+ <line num="1" count="1" type="stmt"/>
887
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
914
888
  <line num="3" count="1" type="stmt"/>
915
889
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
916
- <line num="5" count="1" type="stmt"/>
917
- <line num="6" count="1" type="stmt"/>
890
+ <line num="5" count="30" type="stmt"/>
891
+ <line num="6" count="30" type="stmt"/>
918
892
  <line num="7" count="1" type="stmt"/>
919
893
  <line num="8" count="1" type="stmt"/>
920
894
  <line num="9" count="1" type="stmt"/>
921
895
  <line num="10" count="1" type="stmt"/>
922
896
  </file>
923
897
  <file name="ShortLinks.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/ShortLinks.js">
924
- <metrics statements="14" coveredstatements="14" conditionals="2" coveredconditionals="2" methods="7" coveredmethods="2"/>
925
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
926
- <line num="2" count="1" type="stmt"/>
898
+ <metrics statements="14" coveredstatements="14" conditionals="4" coveredconditionals="3" methods="7" coveredmethods="3"/>
899
+ <line num="1" count="1" type="stmt"/>
900
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
927
901
  <line num="3" count="1" type="stmt"/>
928
902
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
929
- <line num="5" count="1" type="stmt"/>
930
- <line num="6" count="1" type="stmt"/>
903
+ <line num="5" count="30" type="stmt"/>
904
+ <line num="6" count="30" type="stmt"/>
931
905
  <line num="7" count="1" type="stmt"/>
932
- <line num="8" count="1" type="stmt"/>
906
+ <line num="8" count="1" type="cond" truecount="1" falsecount="1"/>
933
907
  <line num="9" count="1" type="stmt"/>
934
908
  <line num="10" count="1" type="stmt"/>
935
909
  <line num="11" count="1" type="stmt"/>
@@ -938,15 +912,15 @@
938
912
  <line num="14" count="1" type="stmt"/>
939
913
  </file>
940
914
  <file name="Surveys.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Surveys.js">
941
- <metrics statements="32" coveredstatements="14" conditionals="2" coveredconditionals="2" methods="7" coveredmethods="2"/>
942
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
943
- <line num="2" count="1" type="stmt"/>
915
+ <metrics statements="32" coveredstatements="14" conditionals="4" coveredconditionals="3" methods="7" coveredmethods="3"/>
916
+ <line num="1" count="1" type="stmt"/>
917
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
944
918
  <line num="3" count="1" type="stmt"/>
945
919
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
946
- <line num="5" count="1" type="stmt"/>
947
- <line num="6" count="1" type="stmt"/>
920
+ <line num="5" count="30" type="stmt"/>
921
+ <line num="6" count="30" type="stmt"/>
948
922
  <line num="7" count="1" type="stmt"/>
949
- <line num="8" count="1" type="stmt"/>
923
+ <line num="8" count="1" type="cond" truecount="1" falsecount="1"/>
950
924
  <line num="9" count="1" type="stmt"/>
951
925
  <line num="10" count="1" type="stmt"/>
952
926
  <line num="11" count="1" type="stmt"/>
@@ -973,66 +947,66 @@
973
947
  <line num="32" count="1" type="stmt"/>
974
948
  </file>
975
949
  <file name="Taxes.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Taxes.js">
976
- <metrics statements="12" coveredstatements="12" conditionals="2" coveredconditionals="2" methods="6" coveredmethods="2"/>
977
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
978
- <line num="2" count="1" type="stmt"/>
950
+ <metrics statements="12" coveredstatements="12" conditionals="4" coveredconditionals="3" methods="6" coveredmethods="3"/>
951
+ <line num="1" count="1" type="stmt"/>
952
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
979
953
  <line num="3" count="1" type="stmt"/>
980
954
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
981
- <line num="5" count="1" type="stmt"/>
982
- <line num="6" count="1" type="stmt"/>
955
+ <line num="5" count="30" type="stmt"/>
956
+ <line num="6" count="30" type="stmt"/>
983
957
  <line num="7" count="1" type="stmt"/>
984
- <line num="8" count="1" type="stmt"/>
958
+ <line num="8" count="1" type="cond" truecount="1" falsecount="1"/>
985
959
  <line num="9" count="1" type="stmt"/>
986
960
  <line num="10" count="1" type="stmt"/>
987
961
  <line num="11" count="1" type="stmt"/>
988
962
  <line num="12" count="1" type="stmt"/>
989
963
  </file>
990
964
  <file name="Teacher.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Teacher.js">
991
- <metrics statements="69" coveredstatements="15" conditionals="2" coveredconditionals="2" methods="6" coveredmethods="2"/>
992
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
993
- <line num="2" count="1" type="stmt"/>
965
+ <metrics statements="79" coveredstatements="47" conditionals="15" coveredconditionals="8" methods="18" coveredmethods="8"/>
966
+ <line num="1" count="1" type="stmt"/>
967
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
994
968
  <line num="3" count="1" type="stmt"/>
995
969
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
996
- <line num="5" count="1" type="stmt"/>
997
- <line num="6" count="1" type="stmt"/>
970
+ <line num="5" count="30" type="stmt"/>
971
+ <line num="6" count="30" type="stmt"/>
998
972
  <line num="7" count="1" type="stmt"/>
999
- <line num="8" count="1" type="stmt"/>
1000
- <line num="9" count="0" type="stmt"/>
1001
- <line num="10" count="0" type="stmt"/>
1002
- <line num="11" count="0" type="stmt"/>
1003
- <line num="12" count="0" type="stmt"/>
1004
- <line num="13" count="0" type="stmt"/>
1005
- <line num="14" count="0" type="stmt"/>
1006
- <line num="15" count="0" type="stmt"/>
1007
- <line num="16" count="0" type="stmt"/>
973
+ <line num="8" count="1" type="cond" truecount="1" falsecount="0"/>
974
+ <line num="9" count="1" type="stmt"/>
975
+ <line num="10" count="1" type="stmt"/>
976
+ <line num="11" count="1" type="cond" truecount="1" falsecount="1"/>
977
+ <line num="12" count="1" type="stmt"/>
978
+ <line num="13" count="1" type="stmt"/>
979
+ <line num="14" count="1" type="stmt"/>
980
+ <line num="15" count="1" type="stmt"/>
981
+ <line num="16" count="1" type="stmt"/>
1008
982
  <line num="17" count="1" type="stmt"/>
1009
- <line num="18" count="1" type="stmt"/>
1010
- <line num="19" count="0" type="stmt"/>
1011
- <line num="20" count="0" type="stmt"/>
1012
- <line num="21" count="0" type="stmt"/>
1013
- <line num="22" count="0" type="stmt"/>
1014
- <line num="23" count="0" type="stmt"/>
1015
- <line num="24" count="0" type="stmt"/>
1016
- <line num="25" count="0" type="stmt"/>
1017
- <line num="26" count="0" type="stmt"/>
1018
- <line num="27" count="0" type="stmt"/>
1019
- <line num="28" count="0" type="stmt"/>
1020
- <line num="29" count="0" type="stmt"/>
1021
- <line num="30" count="0" type="stmt"/>
983
+ <line num="18" count="1" type="cond" truecount="1" falsecount="0"/>
984
+ <line num="19" count="1" type="stmt"/>
985
+ <line num="20" count="1" type="stmt"/>
986
+ <line num="21" count="1" type="stmt"/>
987
+ <line num="22" count="1" type="cond" truecount="1" falsecount="0"/>
988
+ <line num="23" count="1" type="cond" truecount="0" falsecount="2"/>
989
+ <line num="24" count="1" type="cond" truecount="0" falsecount="1"/>
990
+ <line num="25" count="1" type="stmt"/>
991
+ <line num="26" count="1" type="stmt"/>
992
+ <line num="27" count="1" type="stmt"/>
993
+ <line num="28" count="1" type="stmt"/>
994
+ <line num="29" count="1" type="stmt"/>
995
+ <line num="30" count="1" type="stmt"/>
1022
996
  <line num="31" count="1" type="stmt"/>
1023
- <line num="32" count="1" type="stmt"/>
1024
- <line num="33" count="0" type="stmt"/>
1025
- <line num="34" count="0" type="stmt"/>
1026
- <line num="35" count="0" type="stmt"/>
1027
- <line num="36" count="0" type="stmt"/>
1028
- <line num="37" count="0" type="stmt"/>
1029
- <line num="38" count="0" type="stmt"/>
1030
- <line num="39" count="0" type="stmt"/>
1031
- <line num="40" count="0" type="stmt"/>
1032
- <line num="41" count="0" type="stmt"/>
1033
- <line num="42" count="0" type="stmt"/>
1034
- <line num="43" count="0" type="stmt"/>
1035
- <line num="44" count="0" type="stmt"/>
997
+ <line num="32" count="1" type="cond" truecount="1" falsecount="0"/>
998
+ <line num="33" count="1" type="stmt"/>
999
+ <line num="34" count="1" type="stmt"/>
1000
+ <line num="35" count="1" type="stmt"/>
1001
+ <line num="36" count="1" type="cond" truecount="1" falsecount="0"/>
1002
+ <line num="37" count="1" type="cond" truecount="0" falsecount="2"/>
1003
+ <line num="38" count="1" type="cond" truecount="0" falsecount="1"/>
1004
+ <line num="39" count="1" type="stmt"/>
1005
+ <line num="40" count="1" type="stmt"/>
1006
+ <line num="41" count="1" type="stmt"/>
1007
+ <line num="42" count="1" type="stmt"/>
1008
+ <line num="43" count="1" type="stmt"/>
1009
+ <line num="44" count="1" type="stmt"/>
1036
1010
  <line num="45" count="1" type="stmt"/>
1037
1011
  <line num="46" count="1" type="stmt"/>
1038
1012
  <line num="47" count="0" type="stmt"/>
@@ -1057,16 +1031,26 @@
1057
1031
  <line num="66" count="0" type="stmt"/>
1058
1032
  <line num="67" count="0" type="stmt"/>
1059
1033
  <line num="68" count="0" type="stmt"/>
1060
- <line num="69" count="1" type="stmt"/>
1034
+ <line num="69" count="0" type="stmt"/>
1035
+ <line num="70" count="0" type="stmt"/>
1036
+ <line num="71" count="0" type="stmt"/>
1037
+ <line num="72" count="0" type="stmt"/>
1038
+ <line num="73" count="0" type="stmt"/>
1039
+ <line num="74" count="0" type="stmt"/>
1040
+ <line num="75" count="0" type="stmt"/>
1041
+ <line num="76" count="0" type="stmt"/>
1042
+ <line num="77" count="0" type="stmt"/>
1043
+ <line num="78" count="0" type="stmt"/>
1044
+ <line num="79" count="1" type="stmt"/>
1061
1045
  </file>
1062
1046
  <file name="Telegram.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Telegram.js">
1063
1047
  <metrics statements="13" coveredstatements="13" conditionals="2" coveredconditionals="2" methods="4" coveredmethods="2"/>
1064
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
1065
- <line num="2" count="1" type="stmt"/>
1048
+ <line num="1" count="1" type="stmt"/>
1049
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
1066
1050
  <line num="3" count="1" type="stmt"/>
1067
1051
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
1068
- <line num="5" count="1" type="stmt"/>
1069
- <line num="6" count="1" type="stmt"/>
1052
+ <line num="5" count="30" type="stmt"/>
1053
+ <line num="6" count="30" type="stmt"/>
1070
1054
  <line num="7" count="1" type="stmt"/>
1071
1055
  <line num="8" count="1" type="stmt"/>
1072
1056
  <line num="9" count="1" type="stmt"/>
@@ -1081,12 +1065,12 @@
1081
1065
  <line num="2" count="1" type="stmt"/>
1082
1066
  <line num="3" count="1" type="stmt"/>
1083
1067
  <line num="4" count="1" type="stmt"/>
1084
- <line num="5" count="1" type="cond" truecount="1" falsecount="0"/>
1085
- <line num="6" count="1" type="stmt"/>
1068
+ <line num="5" count="1" type="stmt"/>
1069
+ <line num="6" count="1" type="cond" truecount="1" falsecount="0"/>
1086
1070
  <line num="7" count="1" type="stmt"/>
1087
1071
  <line num="8" count="1" type="cond" truecount="1" falsecount="0"/>
1088
- <line num="9" count="1" type="stmt"/>
1089
- <line num="10" count="1" type="stmt"/>
1072
+ <line num="9" count="30" type="stmt"/>
1073
+ <line num="10" count="30" type="stmt"/>
1090
1074
  <line num="11" count="1" type="stmt"/>
1091
1075
  <line num="12" count="1" type="stmt"/>
1092
1076
  <line num="13" count="1" type="stmt"/>
@@ -1100,44 +1084,44 @@
1100
1084
  </file>
1101
1085
  <file name="UserSessionTypes.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/UserSessionTypes.js">
1102
1086
  <metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="2"/>
1103
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
1104
- <line num="2" count="1" type="stmt"/>
1087
+ <line num="1" count="1" type="stmt"/>
1088
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
1105
1089
  <line num="3" count="1" type="stmt"/>
1106
1090
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
1107
- <line num="5" count="1" type="stmt"/>
1108
- <line num="6" count="1" type="stmt"/>
1091
+ <line num="5" count="30" type="stmt"/>
1092
+ <line num="6" count="30" type="stmt"/>
1109
1093
  <line num="7" count="1" type="stmt"/>
1110
1094
  <line num="8" count="1" type="stmt"/>
1111
1095
  <line num="9" count="1" type="stmt"/>
1112
1096
  </file>
1113
1097
  <file name="UserTypes.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/UserTypes.js">
1114
- <metrics statements="12" coveredstatements="12" conditionals="2" coveredconditionals="2" methods="6" coveredmethods="2"/>
1115
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
1116
- <line num="2" count="1" type="stmt"/>
1098
+ <metrics statements="12" coveredstatements="12" conditionals="4" coveredconditionals="3" methods="6" coveredmethods="3"/>
1099
+ <line num="1" count="1" type="stmt"/>
1100
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
1117
1101
  <line num="3" count="1" type="stmt"/>
1118
1102
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
1119
- <line num="5" count="1" type="stmt"/>
1120
- <line num="6" count="1" type="stmt"/>
1103
+ <line num="5" count="30" type="stmt"/>
1104
+ <line num="6" count="30" type="stmt"/>
1121
1105
  <line num="7" count="1" type="stmt"/>
1122
- <line num="8" count="1" type="stmt"/>
1106
+ <line num="8" count="1" type="cond" truecount="1" falsecount="1"/>
1123
1107
  <line num="9" count="1" type="stmt"/>
1124
1108
  <line num="10" count="1" type="stmt"/>
1125
1109
  <line num="11" count="1" type="stmt"/>
1126
1110
  <line num="12" count="1" type="stmt"/>
1127
1111
  </file>
1128
1112
  <file name="Users.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Users.js">
1129
- <metrics statements="173" coveredstatements="78" conditionals="2" coveredconditionals="2" methods="36" coveredmethods="2"/>
1130
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
1131
- <line num="2" count="1" type="stmt"/>
1113
+ <metrics statements="205" coveredstatements="83" conditionals="7" coveredconditionals="7" methods="36" coveredmethods="5"/>
1114
+ <line num="1" count="1" type="stmt"/>
1115
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
1132
1116
  <line num="3" count="1" type="stmt"/>
1133
1117
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
1134
- <line num="5" count="1" type="stmt"/>
1135
- <line num="6" count="1" type="stmt"/>
1118
+ <line num="5" count="30" type="stmt"/>
1119
+ <line num="6" count="30" type="stmt"/>
1136
1120
  <line num="7" count="1" type="stmt"/>
1137
- <line num="8" count="1" type="stmt"/>
1121
+ <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
1138
1122
  <line num="9" count="1" type="stmt"/>
1139
1123
  <line num="10" count="1" type="stmt"/>
1140
- <line num="11" count="1" type="stmt"/>
1124
+ <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
1141
1125
  <line num="12" count="1" type="stmt"/>
1142
1126
  <line num="13" count="1" type="stmt"/>
1143
1127
  <line num="14" count="1" type="stmt"/>
@@ -1149,7 +1133,7 @@
1149
1133
  <line num="20" count="0" type="stmt"/>
1150
1134
  <line num="21" count="0" type="stmt"/>
1151
1135
  <line num="22" count="1" type="stmt"/>
1152
- <line num="23" count="1" type="stmt"/>
1136
+ <line num="23" count="1" type="cond" truecount="1" falsecount="0"/>
1153
1137
  <line num="24" count="1" type="stmt"/>
1154
1138
  <line num="25" count="1" type="stmt"/>
1155
1139
  <line num="26" count="1" type="stmt"/>
@@ -1179,9 +1163,9 @@
1179
1163
  <line num="50" count="1" type="stmt"/>
1180
1164
  <line num="51" count="1" type="stmt"/>
1181
1165
  <line num="52" count="1" type="stmt"/>
1182
- <line num="53" count="1" type="stmt"/>
1183
- <line num="54" count="1" type="stmt"/>
1184
- <line num="55" count="1" type="stmt"/>
1166
+ <line num="53" count="0" type="stmt"/>
1167
+ <line num="54" count="0" type="stmt"/>
1168
+ <line num="55" count="0" type="stmt"/>
1185
1169
  <line num="56" count="0" type="stmt"/>
1186
1170
  <line num="57" count="0" type="stmt"/>
1187
1171
  <line num="58" count="0" type="stmt"/>
@@ -1206,41 +1190,41 @@
1206
1190
  <line num="77" count="0" type="stmt"/>
1207
1191
  <line num="78" count="0" type="stmt"/>
1208
1192
  <line num="79" count="0" type="stmt"/>
1209
- <line num="80" count="1" type="stmt"/>
1210
- <line num="81" count="1" type="stmt"/>
1211
- <line num="82" count="1" type="stmt"/>
1212
- <line num="83" count="0" type="stmt"/>
1213
- <line num="84" count="0" type="stmt"/>
1214
- <line num="85" count="0" type="stmt"/>
1215
- <line num="86" count="0" type="stmt"/>
1216
- <line num="87" count="0" type="stmt"/>
1193
+ <line num="80" count="0" type="stmt"/>
1194
+ <line num="81" count="0" type="stmt"/>
1195
+ <line num="82" count="0" type="stmt"/>
1196
+ <line num="83" count="1" type="stmt"/>
1197
+ <line num="84" count="1" type="stmt"/>
1198
+ <line num="85" count="1" type="stmt"/>
1199
+ <line num="86" count="1" type="stmt"/>
1200
+ <line num="87" count="1" type="stmt"/>
1217
1201
  <line num="88" count="0" type="stmt"/>
1218
- <line num="89" count="1" type="stmt"/>
1219
- <line num="90" count="1" type="stmt"/>
1220
- <line num="91" count="1" type="stmt"/>
1221
- <line num="92" count="1" type="stmt"/>
1222
- <line num="93" count="1" type="stmt"/>
1202
+ <line num="89" count="0" type="stmt"/>
1203
+ <line num="90" count="0" type="stmt"/>
1204
+ <line num="91" count="0" type="stmt"/>
1205
+ <line num="92" count="0" type="stmt"/>
1206
+ <line num="93" count="0" type="stmt"/>
1223
1207
  <line num="94" count="0" type="stmt"/>
1224
1208
  <line num="95" count="0" type="stmt"/>
1225
1209
  <line num="96" count="0" type="stmt"/>
1226
1210
  <line num="97" count="0" type="stmt"/>
1227
1211
  <line num="98" count="0" type="stmt"/>
1228
1212
  <line num="99" count="0" type="stmt"/>
1229
- <line num="100" count="1" type="stmt"/>
1230
- <line num="101" count="1" type="stmt"/>
1213
+ <line num="100" count="0" type="stmt"/>
1214
+ <line num="101" count="0" type="stmt"/>
1231
1215
  <line num="102" count="0" type="stmt"/>
1232
- <line num="103" count="0" type="stmt"/>
1233
- <line num="104" count="0" type="stmt"/>
1234
- <line num="105" count="0" type="stmt"/>
1216
+ <line num="103" count="1" type="stmt"/>
1217
+ <line num="104" count="1" type="stmt"/>
1218
+ <line num="105" count="1" type="stmt"/>
1235
1219
  <line num="106" count="0" type="stmt"/>
1236
1220
  <line num="107" count="0" type="stmt"/>
1237
1221
  <line num="108" count="0" type="stmt"/>
1238
1222
  <line num="109" count="0" type="stmt"/>
1239
1223
  <line num="110" count="0" type="stmt"/>
1240
- <line num="111" count="1" type="stmt"/>
1224
+ <line num="111" count="0" type="stmt"/>
1241
1225
  <line num="112" count="1" type="stmt"/>
1242
- <line num="113" count="0" type="stmt"/>
1243
- <line num="114" count="0" type="stmt"/>
1226
+ <line num="113" count="1" type="stmt"/>
1227
+ <line num="114" count="1" type="stmt"/>
1244
1228
  <line num="115" count="0" type="stmt"/>
1245
1229
  <line num="116" count="0" type="stmt"/>
1246
1230
  <line num="117" count="0" type="stmt"/>
@@ -1249,36 +1233,36 @@
1249
1233
  <line num="120" count="0" type="stmt"/>
1250
1234
  <line num="121" count="1" type="stmt"/>
1251
1235
  <line num="122" count="1" type="stmt"/>
1252
- <line num="123" count="0" type="stmt"/>
1253
- <line num="124" count="0" type="stmt"/>
1254
- <line num="125" count="0" type="stmt"/>
1236
+ <line num="123" count="1" type="stmt"/>
1237
+ <line num="124" count="1" type="stmt"/>
1238
+ <line num="125" count="1" type="stmt"/>
1255
1239
  <line num="126" count="0" type="stmt"/>
1256
1240
  <line num="127" count="0" type="stmt"/>
1257
1241
  <line num="128" count="0" type="stmt"/>
1258
1242
  <line num="129" count="0" type="stmt"/>
1259
1243
  <line num="130" count="0" type="stmt"/>
1260
- <line num="131" count="1" type="stmt"/>
1244
+ <line num="131" count="0" type="stmt"/>
1261
1245
  <line num="132" count="1" type="stmt"/>
1262
1246
  <line num="133" count="1" type="stmt"/>
1263
- <line num="134" count="1" type="stmt"/>
1264
- <line num="135" count="1" type="stmt"/>
1265
- <line num="136" count="1" type="stmt"/>
1266
- <line num="137" count="1" type="stmt"/>
1267
- <line num="138" count="1" type="stmt"/>
1268
- <line num="139" count="1" type="stmt"/>
1269
- <line num="140" count="1" type="stmt"/>
1270
- <line num="141" count="1" type="stmt"/>
1271
- <line num="142" count="1" type="stmt"/>
1247
+ <line num="134" count="0" type="stmt"/>
1248
+ <line num="135" count="0" type="stmt"/>
1249
+ <line num="136" count="0" type="stmt"/>
1250
+ <line num="137" count="0" type="stmt"/>
1251
+ <line num="138" count="0" type="stmt"/>
1252
+ <line num="139" count="0" type="stmt"/>
1253
+ <line num="140" count="0" type="stmt"/>
1254
+ <line num="141" count="0" type="stmt"/>
1255
+ <line num="142" count="0" type="stmt"/>
1272
1256
  <line num="143" count="1" type="stmt"/>
1273
1257
  <line num="144" count="1" type="stmt"/>
1274
- <line num="145" count="1" type="stmt"/>
1275
- <line num="146" count="1" type="stmt"/>
1276
- <line num="147" count="1" type="stmt"/>
1277
- <line num="148" count="1" type="stmt"/>
1278
- <line num="149" count="1" type="stmt"/>
1279
- <line num="150" count="1" type="stmt"/>
1280
- <line num="151" count="1" type="stmt"/>
1281
- <line num="152" count="1" type="stmt"/>
1258
+ <line num="145" count="0" type="stmt"/>
1259
+ <line num="146" count="0" type="stmt"/>
1260
+ <line num="147" count="0" type="stmt"/>
1261
+ <line num="148" count="0" type="stmt"/>
1262
+ <line num="149" count="0" type="stmt"/>
1263
+ <line num="150" count="0" type="stmt"/>
1264
+ <line num="151" count="0" type="stmt"/>
1265
+ <line num="152" count="0" type="stmt"/>
1282
1266
  <line num="153" count="1" type="stmt"/>
1283
1267
  <line num="154" count="1" type="stmt"/>
1284
1268
  <line num="155" count="0" type="stmt"/>
@@ -1287,28 +1271,60 @@
1287
1271
  <line num="158" count="0" type="stmt"/>
1288
1272
  <line num="159" count="0" type="stmt"/>
1289
1273
  <line num="160" count="0" type="stmt"/>
1290
- <line num="161" count="1" type="stmt"/>
1291
- <line num="162" count="1" type="stmt"/>
1274
+ <line num="161" count="0" type="stmt"/>
1275
+ <line num="162" count="0" type="stmt"/>
1292
1276
  <line num="163" count="1" type="stmt"/>
1293
- <line num="164" count="0" type="stmt"/>
1294
- <line num="165" count="0" type="stmt"/>
1295
- <line num="166" count="0" type="stmt"/>
1296
- <line num="167" count="0" type="stmt"/>
1297
- <line num="168" count="0" type="stmt"/>
1298
- <line num="169" count="0" type="stmt"/>
1299
- <line num="170" count="0" type="stmt"/>
1300
- <line num="171" count="0" type="stmt"/>
1301
- <line num="172" count="0" type="stmt"/>
1277
+ <line num="164" count="1" type="stmt"/>
1278
+ <line num="165" count="1" type="stmt"/>
1279
+ <line num="166" count="1" type="stmt"/>
1280
+ <line num="167" count="1" type="stmt"/>
1281
+ <line num="168" count="1" type="stmt"/>
1282
+ <line num="169" count="1" type="stmt"/>
1283
+ <line num="170" count="1" type="stmt"/>
1284
+ <line num="171" count="1" type="stmt"/>
1285
+ <line num="172" count="1" type="stmt"/>
1302
1286
  <line num="173" count="1" type="stmt"/>
1287
+ <line num="174" count="1" type="stmt"/>
1288
+ <line num="175" count="1" type="stmt"/>
1289
+ <line num="176" count="1" type="stmt"/>
1290
+ <line num="177" count="1" type="stmt"/>
1291
+ <line num="178" count="1" type="stmt"/>
1292
+ <line num="179" count="1" type="stmt"/>
1293
+ <line num="180" count="1" type="stmt"/>
1294
+ <line num="181" count="1" type="stmt"/>
1295
+ <line num="182" count="1" type="stmt"/>
1296
+ <line num="183" count="1" type="stmt"/>
1297
+ <line num="184" count="1" type="stmt"/>
1298
+ <line num="185" count="1" type="stmt"/>
1299
+ <line num="186" count="1" type="stmt"/>
1300
+ <line num="187" count="0" type="stmt"/>
1301
+ <line num="188" count="0" type="stmt"/>
1302
+ <line num="189" count="0" type="stmt"/>
1303
+ <line num="190" count="0" type="stmt"/>
1304
+ <line num="191" count="0" type="stmt"/>
1305
+ <line num="192" count="0" type="stmt"/>
1306
+ <line num="193" count="1" type="stmt"/>
1307
+ <line num="194" count="1" type="stmt"/>
1308
+ <line num="195" count="1" type="stmt"/>
1309
+ <line num="196" count="0" type="stmt"/>
1310
+ <line num="197" count="0" type="stmt"/>
1311
+ <line num="198" count="0" type="stmt"/>
1312
+ <line num="199" count="0" type="stmt"/>
1313
+ <line num="200" count="0" type="stmt"/>
1314
+ <line num="201" count="0" type="stmt"/>
1315
+ <line num="202" count="0" type="stmt"/>
1316
+ <line num="203" count="0" type="stmt"/>
1317
+ <line num="204" count="0" type="stmt"/>
1318
+ <line num="205" count="1" type="stmt"/>
1303
1319
  </file>
1304
1320
  <file name="Utm.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Utm.js">
1305
1321
  <metrics statements="22" coveredstatements="14" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="2"/>
1306
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
1307
- <line num="2" count="1" type="stmt"/>
1322
+ <line num="1" count="1" type="stmt"/>
1323
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
1308
1324
  <line num="3" count="1" type="stmt"/>
1309
1325
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
1310
- <line num="5" count="1" type="stmt"/>
1311
- <line num="6" count="1" type="stmt"/>
1326
+ <line num="5" count="30" type="stmt"/>
1327
+ <line num="6" count="30" type="stmt"/>
1312
1328
  <line num="7" count="1" type="stmt"/>
1313
1329
  <line num="8" count="1" type="stmt"/>
1314
1330
  <line num="9" count="1" type="stmt"/>
@@ -1337,12 +1353,12 @@
1337
1353
  <line num="7" count="1" type="stmt"/>
1338
1354
  <line num="8" count="1" type="stmt"/>
1339
1355
  <line num="9" count="1" type="stmt"/>
1340
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
1341
- <line num="11" count="1" type="stmt"/>
1356
+ <line num="10" count="1" type="stmt"/>
1357
+ <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
1342
1358
  <line num="12" count="1" type="stmt"/>
1343
1359
  <line num="13" count="1" type="cond" truecount="1" falsecount="0"/>
1344
- <line num="14" count="1" type="stmt"/>
1345
- <line num="15" count="1" type="stmt"/>
1360
+ <line num="14" count="30" type="stmt"/>
1361
+ <line num="15" count="30" type="stmt"/>
1346
1362
  <line num="16" count="1" type="stmt"/>
1347
1363
  <line num="17" count="1" type="stmt"/>
1348
1364
  <line num="18" count="1" type="stmt"/>
@@ -1365,23 +1381,23 @@
1365
1381
  <line num="35" count="1" type="stmt"/>
1366
1382
  </file>
1367
1383
  <file name="Zoom.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/Zoom.js">
1368
- <metrics statements="13" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="2"/>
1369
- <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
1370
- <line num="2" count="1" type="stmt"/>
1384
+ <metrics statements="13" coveredstatements="13" conditionals="5" coveredconditionals="4" methods="4" coveredmethods="4"/>
1385
+ <line num="1" count="1" type="stmt"/>
1386
+ <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
1371
1387
  <line num="3" count="1" type="stmt"/>
1372
1388
  <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
1373
- <line num="5" count="1" type="stmt"/>
1374
- <line num="6" count="1" type="stmt"/>
1389
+ <line num="5" count="30" type="stmt"/>
1390
+ <line num="6" count="30" type="stmt"/>
1375
1391
  <line num="7" count="1" type="stmt"/>
1376
- <line num="8" count="1" type="stmt"/>
1377
- <line num="9" count="0" type="stmt"/>
1378
- <line num="10" count="0" type="stmt"/>
1379
- <line num="11" count="0" type="stmt"/>
1380
- <line num="12" count="0" type="stmt"/>
1392
+ <line num="8" count="1" type="cond" truecount="1" falsecount="0"/>
1393
+ <line num="9" count="1" type="stmt"/>
1394
+ <line num="10" count="1" type="cond" truecount="1" falsecount="1"/>
1395
+ <line num="11" count="1" type="stmt"/>
1396
+ <line num="12" count="1" type="stmt"/>
1381
1397
  <line num="13" count="1" type="stmt"/>
1382
1398
  </file>
1383
1399
  <file name="index.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/src/api/v1/index.js">
1384
- <metrics statements="100" coveredstatements="100" conditionals="3" coveredconditionals="2" methods="2" coveredmethods="2"/>
1400
+ <metrics statements="96" coveredstatements="96" conditionals="3" coveredconditionals="2" methods="2" coveredmethods="2"/>
1385
1401
  <line num="1" count="1" type="stmt"/>
1386
1402
  <line num="2" count="1" type="stmt"/>
1387
1403
  <line num="3" count="1" type="stmt"/>
@@ -1426,68 +1442,64 @@
1426
1442
  <line num="42" count="1" type="stmt"/>
1427
1443
  <line num="43" count="1" type="stmt"/>
1428
1444
  <line num="44" count="1" type="stmt"/>
1429
- <line num="45" count="1" type="stmt"/>
1430
- <line num="46" count="1" type="stmt"/>
1431
- <line num="47" count="1" type="cond" truecount="1" falsecount="0"/>
1432
- <line num="48" count="1" type="stmt"/>
1433
- <line num="49" count="1" type="cond" truecount="0" falsecount="1"/>
1445
+ <line num="45" count="1" type="cond" truecount="1" falsecount="0"/>
1446
+ <line num="46" count="30" type="stmt"/>
1447
+ <line num="47" count="30" type="cond" truecount="0" falsecount="1"/>
1448
+ <line num="48" count="30" type="stmt"/>
1449
+ <line num="49" count="30" type="stmt"/>
1434
1450
  <line num="50" count="1" type="stmt"/>
1435
- <line num="51" count="1" type="stmt"/>
1436
- <line num="52" count="1" type="stmt"/>
1437
- <line num="53" count="1" type="cond" truecount="1" falsecount="0"/>
1438
- <line num="54" count="1" type="stmt"/>
1439
- <line num="55" count="1" type="stmt"/>
1440
- <line num="56" count="1" type="stmt"/>
1441
- <line num="57" count="1" type="stmt"/>
1442
- <line num="58" count="1" type="stmt"/>
1443
- <line num="59" count="1" type="stmt"/>
1444
- <line num="60" count="1" type="stmt"/>
1445
- <line num="61" count="1" type="stmt"/>
1446
- <line num="62" count="1" type="stmt"/>
1447
- <line num="63" count="1" type="stmt"/>
1448
- <line num="64" count="1" type="stmt"/>
1449
- <line num="65" count="1" type="stmt"/>
1450
- <line num="66" count="1" type="stmt"/>
1451
- <line num="67" count="1" type="stmt"/>
1452
- <line num="68" count="1" type="stmt"/>
1453
- <line num="69" count="1" type="stmt"/>
1454
- <line num="70" count="1" type="stmt"/>
1455
- <line num="71" count="1" type="stmt"/>
1456
- <line num="72" count="1" type="stmt"/>
1457
- <line num="73" count="1" type="stmt"/>
1458
- <line num="74" count="1" type="stmt"/>
1459
- <line num="75" count="1" type="stmt"/>
1460
- <line num="76" count="1" type="stmt"/>
1461
- <line num="77" count="1" type="stmt"/>
1462
- <line num="78" count="1" type="stmt"/>
1463
- <line num="79" count="1" type="stmt"/>
1464
- <line num="80" count="1" type="stmt"/>
1465
- <line num="81" count="1" type="stmt"/>
1466
- <line num="82" count="1" type="stmt"/>
1467
- <line num="83" count="1" type="stmt"/>
1468
- <line num="84" count="1" type="stmt"/>
1469
- <line num="85" count="1" type="stmt"/>
1470
- <line num="86" count="1" type="stmt"/>
1471
- <line num="87" count="1" type="stmt"/>
1472
- <line num="88" count="1" type="stmt"/>
1473
- <line num="89" count="1" type="stmt"/>
1474
- <line num="90" count="1" type="stmt"/>
1475
- <line num="91" count="1" type="stmt"/>
1476
- <line num="92" count="1" type="stmt"/>
1477
- <line num="93" count="1" type="stmt"/>
1478
- <line num="94" count="1" type="stmt"/>
1479
- <line num="95" count="1" type="stmt"/>
1451
+ <line num="51" count="1" type="cond" truecount="1" falsecount="0"/>
1452
+ <line num="52" count="30" type="stmt"/>
1453
+ <line num="53" count="30" type="stmt"/>
1454
+ <line num="54" count="30" type="stmt"/>
1455
+ <line num="55" count="30" type="stmt"/>
1456
+ <line num="56" count="30" type="stmt"/>
1457
+ <line num="57" count="30" type="stmt"/>
1458
+ <line num="58" count="30" type="stmt"/>
1459
+ <line num="59" count="30" type="stmt"/>
1460
+ <line num="60" count="30" type="stmt"/>
1461
+ <line num="61" count="30" type="stmt"/>
1462
+ <line num="62" count="30" type="stmt"/>
1463
+ <line num="63" count="30" type="stmt"/>
1464
+ <line num="64" count="30" type="stmt"/>
1465
+ <line num="65" count="30" type="stmt"/>
1466
+ <line num="66" count="30" type="stmt"/>
1467
+ <line num="67" count="30" type="stmt"/>
1468
+ <line num="68" count="30" type="stmt"/>
1469
+ <line num="69" count="30" type="stmt"/>
1470
+ <line num="70" count="30" type="stmt"/>
1471
+ <line num="71" count="30" type="stmt"/>
1472
+ <line num="72" count="30" type="stmt"/>
1473
+ <line num="73" count="30" type="stmt"/>
1474
+ <line num="74" count="30" type="stmt"/>
1475
+ <line num="75" count="30" type="stmt"/>
1476
+ <line num="76" count="30" type="stmt"/>
1477
+ <line num="77" count="30" type="stmt"/>
1478
+ <line num="78" count="30" type="stmt"/>
1479
+ <line num="79" count="30" type="stmt"/>
1480
+ <line num="80" count="30" type="stmt"/>
1481
+ <line num="81" count="30" type="stmt"/>
1482
+ <line num="82" count="30" type="stmt"/>
1483
+ <line num="83" count="30" type="stmt"/>
1484
+ <line num="84" count="30" type="stmt"/>
1485
+ <line num="85" count="30" type="stmt"/>
1486
+ <line num="86" count="30" type="stmt"/>
1487
+ <line num="87" count="30" type="stmt"/>
1488
+ <line num="88" count="30" type="stmt"/>
1489
+ <line num="89" count="30" type="stmt"/>
1490
+ <line num="90" count="30" type="stmt"/>
1491
+ <line num="91" count="30" type="stmt"/>
1492
+ <line num="92" count="30" type="stmt"/>
1493
+ <line num="93" count="30" type="stmt"/>
1494
+ <line num="94" count="30" type="stmt"/>
1495
+ <line num="95" count="30" type="stmt"/>
1480
1496
  <line num="96" count="1" type="stmt"/>
1481
- <line num="97" count="1" type="stmt"/>
1482
- <line num="98" count="1" type="stmt"/>
1483
- <line num="99" count="1" type="stmt"/>
1484
- <line num="100" count="1" type="stmt"/>
1485
1497
  </file>
1486
1498
  </package>
1487
1499
  <package name="tests">
1488
- <metrics statements="21" coveredstatements="21" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="2"/>
1500
+ <metrics statements="21" coveredstatements="21" conditionals="3" coveredconditionals="3" methods="3" coveredmethods="3"/>
1489
1501
  <file name="helpers.js" path="/Users/roquendo/code/insignia-education/api-sdk-js/tests/helpers.js">
1490
- <metrics statements="21" coveredstatements="21" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="2"/>
1502
+ <metrics statements="21" coveredstatements="21" conditionals="3" coveredconditionals="3" methods="3" coveredmethods="3"/>
1491
1503
  <line num="1" count="1" type="stmt"/>
1492
1504
  <line num="2" count="1" type="stmt"/>
1493
1505
  <line num="3" count="1" type="stmt"/>
@@ -1496,19 +1508,19 @@
1496
1508
  <line num="6" count="1" type="stmt"/>
1497
1509
  <line num="7" count="1" type="stmt"/>
1498
1510
  <line num="8" count="1" type="cond" truecount="1" falsecount="0"/>
1499
- <line num="9" count="1" type="stmt"/>
1500
- <line num="10" count="1" type="stmt"/>
1501
- <line num="11" count="1" type="stmt"/>
1511
+ <line num="9" count="4" type="stmt"/>
1512
+ <line num="10" count="4" type="stmt"/>
1513
+ <line num="11" count="4" type="stmt"/>
1502
1514
  <line num="12" count="1" type="stmt"/>
1503
1515
  <line num="13" count="1" type="stmt"/>
1504
1516
  <line num="14" count="1" type="cond" truecount="1" falsecount="0"/>
1505
- <line num="15" count="1" type="stmt"/>
1506
- <line num="16" count="1" type="stmt"/>
1507
- <line num="17" count="1" type="stmt"/>
1517
+ <line num="15" count="32" type="stmt"/>
1518
+ <line num="16" count="32" type="stmt"/>
1519
+ <line num="17" count="32" type="stmt"/>
1508
1520
  <line num="18" count="1" type="stmt"/>
1509
1521
  <line num="19" count="1" type="stmt"/>
1510
1522
  <line num="20" count="1" type="stmt"/>
1511
- <line num="21" count="1" type="stmt"/>
1523
+ <line num="21" count="1" type="cond" truecount="1" falsecount="0"/>
1512
1524
  </file>
1513
1525
  </package>
1514
1526
  </project>