musora-content-services 2.6.0 → 2.6.1

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 (142) hide show
  1. package/.coderabbit.yaml +0 -0
  2. package/.editorconfig +0 -0
  3. package/.github/pull_request_template.md +0 -0
  4. package/.github/workflows/node.js.yml +0 -0
  5. package/.prettierignore +0 -0
  6. package/.prettierrc +0 -0
  7. package/CHANGELOG.md +7 -0
  8. package/README.md +0 -0
  9. package/babel.config.cjs +0 -0
  10. package/docs/Content-Organization.html +0 -0
  11. package/docs/ContentOrganization.html +1 -1
  12. package/docs/Gamification.html +1 -1
  13. package/docs/UserManagement.html +0 -0
  14. package/docs/UserManagementSystem.html +1 -1
  15. package/docs/api_types.js.html +1 -1
  16. package/docs/config.js.html +1 -1
  17. package/docs/content-org_content-org.js.html +1 -1
  18. package/docs/content-org_playlists-types.js.html +1 -1
  19. package/docs/content-org_playlists.js.html +1 -1
  20. package/docs/content.js.html +1 -1
  21. package/docs/fonts/Montserrat/Montserrat-Bold.eot +0 -0
  22. package/docs/fonts/Montserrat/Montserrat-Bold.ttf +0 -0
  23. package/docs/fonts/Montserrat/Montserrat-Bold.woff +0 -0
  24. package/docs/fonts/Montserrat/Montserrat-Bold.woff2 +0 -0
  25. package/docs/fonts/Montserrat/Montserrat-Regular.eot +0 -0
  26. package/docs/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
  27. package/docs/fonts/Montserrat/Montserrat-Regular.woff +0 -0
  28. package/docs/fonts/Montserrat/Montserrat-Regular.woff2 +0 -0
  29. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.eot +0 -0
  30. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.svg +0 -0
  31. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.ttf +0 -0
  32. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff +0 -0
  33. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff2 +0 -0
  34. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.eot +0 -0
  35. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.svg +0 -0
  36. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.ttf +0 -0
  37. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff +0 -0
  38. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff2 +0 -0
  39. package/docs/gamification_awards.js.html +1 -1
  40. package/docs/gamification_gamification.js.html +1 -1
  41. package/docs/gamification_types.js.html +1 -1
  42. package/docs/global.html +1 -1
  43. package/docs/global.html#User +0 -0
  44. package/docs/index.html +1 -1
  45. package/docs/module-Awards.html +1 -1
  46. package/docs/module-Config.html +1 -1
  47. package/docs/module-Content-Services-V2.html +1 -1
  48. package/docs/module-Interests.html +1 -1
  49. package/docs/module-Permissions.html +1 -1
  50. package/docs/module-Playlists.html +1 -1
  51. package/docs/module-Railcontent-Services.html +1 -1
  52. package/docs/module-Sanity-Services.html +1 -1
  53. package/docs/module-Session-Management.html +0 -0
  54. package/docs/module-Sessions.html +1 -1
  55. package/docs/module-User-Activity.html +17 -17
  56. package/docs/module-User-Management.html +0 -0
  57. package/docs/module-User-Permissions.html +0 -0
  58. package/docs/module-UserManagement.html +1 -1
  59. package/docs/module-UserProfile.html +1 -1
  60. package/docs/railcontent.js.html +1 -1
  61. package/docs/sanity.js.html +1 -1
  62. package/docs/scripts/collapse.js +0 -0
  63. package/docs/scripts/commonNav.js +0 -0
  64. package/docs/scripts/linenumber.js +0 -0
  65. package/docs/scripts/nav.js +0 -0
  66. package/docs/scripts/polyfill.js +0 -0
  67. package/docs/scripts/prettify/Apache-License-2.0.txt +0 -0
  68. package/docs/scripts/prettify/lang-css.js +0 -0
  69. package/docs/scripts/prettify/prettify.js +0 -0
  70. package/docs/scripts/search.js +0 -0
  71. package/docs/styles/jsdoc.css +0 -0
  72. package/docs/styles/prettify.css +0 -0
  73. package/docs/types.js.html +0 -0
  74. package/docs/userActivity.js.html +11 -9
  75. package/docs/user_interests.js.html +1 -1
  76. package/docs/user_management.js.html +1 -1
  77. package/docs/user_permissions.js.html +1 -1
  78. package/docs/user_profile.js.html +2 -2
  79. package/docs/user_sessions.js.html +1 -1
  80. package/docs/user_types.js.html +1 -1
  81. package/docs/user_user-management-system.js.html +1 -1
  82. package/docs/user_user-management.js.html +0 -0
  83. package/jest.config.js +0 -0
  84. package/jsdoc.json +0 -0
  85. package/package.json +1 -1
  86. package/src/filterBuilder.js +0 -0
  87. package/src/infrastructure/http/HttpClient.ts +0 -0
  88. package/src/infrastructure/http/executors/FetchRequestExecutor.ts +0 -0
  89. package/src/infrastructure/http/index.ts +0 -0
  90. package/src/infrastructure/http/interfaces/HeaderProvider.ts +0 -0
  91. package/src/infrastructure/http/interfaces/HttpError.ts +0 -0
  92. package/src/infrastructure/http/interfaces/NetworkError.ts +0 -0
  93. package/src/infrastructure/http/interfaces/RequestExecutor.ts +0 -0
  94. package/src/infrastructure/http/interfaces/RequestOptions.ts +0 -0
  95. package/src/infrastructure/http/providers/DefaultHeaderProvider.ts +0 -0
  96. package/src/lib/httpHelper.js +0 -0
  97. package/src/lib/lastUpdated.js +0 -0
  98. package/src/services/api/types.js +0 -0
  99. package/src/services/config.js +0 -0
  100. package/src/services/content-org/content-org.js +0 -0
  101. package/src/services/content-org/playlists-types.js +0 -0
  102. package/src/services/content-org/playlists.js +0 -0
  103. package/src/services/contentAggregator.js +0 -0
  104. package/src/services/contentLikes.js +0 -0
  105. package/src/services/dataContext.js +0 -0
  106. package/src/services/dateUtils.js +0 -0
  107. package/src/services/forum.js +0 -0
  108. package/src/services/gamification/awards.js +0 -0
  109. package/src/services/gamification/gamification.js +0 -0
  110. package/src/services/gamification/types.js +0 -0
  111. package/src/services/imageSRCBuilder.js +0 -0
  112. package/src/services/imageSRCVerify.js +0 -0
  113. package/src/services/recommendations.js +0 -0
  114. package/src/services/types.js +0 -0
  115. package/src/services/user/interests.js +0 -0
  116. package/src/services/user/management.js +0 -0
  117. package/src/services/user/permissions.js +0 -0
  118. package/src/services/user/profile.js +1 -1
  119. package/src/services/user/sessions.js +0 -0
  120. package/src/services/user/user-management-system.js +0 -0
  121. package/src/services/userActivity.js +10 -8
  122. package/test/HttpClient.test.js +0 -0
  123. package/test/contentLikes.test.js +0 -0
  124. package/test/contentProgress.test.js +0 -0
  125. package/test/dataContext.test.js +0 -0
  126. package/test/forum.test.js +0 -0
  127. package/test/imageSRCBuilder.test.js +0 -0
  128. package/test/imageSRCVerify.test.js +0 -0
  129. package/test/initializeTests.js +0 -0
  130. package/test/lib/lastUpdated.test.js +0 -0
  131. package/test/live/contentProgressLive.test.js +0 -0
  132. package/test/live/railcontentLive.test.js +0 -0
  133. package/test/localStorageMock.js +0 -0
  134. package/test/log.js +0 -0
  135. package/test/mockData/mockData_fetchByRailContentIds_one_content.json +0 -0
  136. package/test/mockData/mockData_user_practices.json +0 -0
  137. package/test/streakMessage.test.js +0 -0
  138. package/test/user/permissions.test.js +0 -0
  139. package/test/userActivity.test.js +0 -0
  140. package/tools/generate-index.cjs +0 -0
  141. package/.yarnrc.yml +0 -1
  142. package/docs/module-Content-Services.html +0 -763
package/.coderabbit.yaml CHANGED
File without changes
package/.editorconfig CHANGED
File without changes
File without changes
File without changes
package/.prettierignore CHANGED
File without changes
package/.prettierrc CHANGED
File without changes
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [2.6.1](https://github.com/railroadmedia/musora-content-services/compare/v2.6.0...v2.6.1) (2025-05-21)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **MU2-390:** other stats ([#263](https://github.com/railroadmedia/musora-content-services/issues/263)) ([6869f3a](https://github.com/railroadmedia/musora-content-services/commit/6869f3ab1e3b76beeff9301be94b1424b402a644))
11
+
5
12
  ## [2.6.0](https://github.com/railroadmedia/musora-content-services/compare/v2.5.1...v2.6.0) (2025-05-21)
6
13
 
7
14
 
package/README.md CHANGED
File without changes
package/babel.config.cjs CHANGED
File without changes
File without changes
@@ -232,7 +232,7 @@
232
232
  <br class="clear">
233
233
 
234
234
  <footer>
235
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
235
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
236
236
  </footer>
237
237
 
238
238
  <script>prettyPrint();</script>
@@ -232,7 +232,7 @@
232
232
  <br class="clear">
233
233
 
234
234
  <footer>
235
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
235
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
236
236
  </footer>
237
237
 
238
238
  <script>prettyPrint();</script>
File without changes
@@ -304,7 +304,7 @@
304
304
  <br class="clear">
305
305
 
306
306
  <footer>
307
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
307
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
308
308
  </footer>
309
309
 
310
310
  <script>prettyPrint();</script>
@@ -84,7 +84,7 @@
84
84
  <br class="clear">
85
85
 
86
86
  <footer>
87
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
87
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
88
88
  </footer>
89
89
 
90
90
  <script>prettyPrint();</script>
@@ -130,7 +130,7 @@ export function initializeService(config) {
130
130
  <br class="clear">
131
131
 
132
132
  <footer>
133
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
133
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
134
134
  </footer>
135
135
 
136
136
  <script>prettyPrint();</script>
@@ -63,7 +63,7 @@
63
63
  <br class="clear">
64
64
 
65
65
  <footer>
66
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
66
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
67
67
  </footer>
68
68
 
69
69
  <script>prettyPrint();</script>
@@ -94,7 +94,7 @@
94
94
  <br class="clear">
95
95
 
96
96
  <footer>
97
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
97
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
98
98
  </footer>
99
99
 
100
100
  <script>prettyPrint();</script>
@@ -380,7 +380,7 @@ export async function fetchPlaylistItems(playlistId) {
380
380
  <br class="clear">
381
381
 
382
382
  <footer>
383
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
383
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
384
384
  </footer>
385
385
 
386
386
  <script>prettyPrint();</script>
@@ -446,7 +446,7 @@ export async function getRecommendedForYou(brand, rowId = null, {
446
446
  <br class="clear">
447
447
 
448
448
  <footer>
449
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
449
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
450
450
  </footer>
451
451
 
452
452
  <script>prettyPrint();</script>
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -651,7 +651,7 @@ export async function fetchAwardsForUser(userId, brand, page = 1, limit = 20) {
651
651
  <br class="clear">
652
652
 
653
653
  <footer>
654
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
654
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
655
655
  </footer>
656
656
 
657
657
  <script>prettyPrint();</script>
@@ -63,7 +63,7 @@
63
63
  <br class="clear">
64
64
 
65
65
  <footer>
66
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
66
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
67
67
  </footer>
68
68
 
69
69
  <script>prettyPrint();</script>
@@ -85,7 +85,7 @@
85
85
  <br class="clear">
86
86
 
87
87
  <footer>
88
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
88
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
89
89
  </footer>
90
90
 
91
91
  <script>prettyPrint();</script>
package/docs/global.html CHANGED
@@ -5590,7 +5590,7 @@
5590
5590
  <br class="clear">
5591
5591
 
5592
5592
  <footer>
5593
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
5593
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
5594
5594
  </footer>
5595
5595
 
5596
5596
  <script>prettyPrint();</script>
File without changes
package/docs/index.html CHANGED
@@ -155,7 +155,7 @@ with <code>npm test -- -t=&quot;userContext&quot;</code> or just the contentLike
155
155
  <br class="clear">
156
156
 
157
157
  <footer>
158
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
158
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
159
159
  </footer>
160
160
 
161
161
  <script>prettyPrint();</script>
@@ -341,7 +341,7 @@
341
341
  <br class="clear">
342
342
 
343
343
  <footer>
344
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
344
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
345
345
  </footer>
346
346
 
347
347
  <script>prettyPrint();</script>
@@ -421,7 +421,7 @@ initializeService({
421
421
  <br class="clear">
422
422
 
423
423
  <footer>
424
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
424
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
425
425
  </footer>
426
426
 
427
427
  <script>prettyPrint();</script>
@@ -2421,7 +2421,7 @@ getScheduleContentRows('drumeo', 'Live-Streams')
2421
2421
  <br class="clear">
2422
2422
 
2423
2423
  <footer>
2424
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2424
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2425
2425
  </footer>
2426
2426
 
2427
2427
  <script>prettyPrint();</script>
@@ -1053,7 +1053,7 @@
1053
1053
  <br class="clear">
1054
1054
 
1055
1055
  <footer>
1056
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1056
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1057
1057
  </footer>
1058
1058
 
1059
1059
  <script>prettyPrint();</script>
@@ -393,7 +393,7 @@
393
393
  <br class="clear">
394
394
 
395
395
  <footer>
396
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
396
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
397
397
  </footer>
398
398
 
399
399
  <script>prettyPrint();</script>
@@ -2537,7 +2537,7 @@ try {
2537
2537
  <br class="clear">
2538
2538
 
2539
2539
  <footer>
2540
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2540
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2541
2541
  </footer>
2542
2542
 
2543
2543
  <script>prettyPrint();</script>
@@ -7941,7 +7941,7 @@ Clears any current progress data for this challenge</li></ul></dd>
7941
7941
  <br class="clear">
7942
7942
 
7943
7943
  <footer>
7944
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
7944
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
7945
7945
  </footer>
7946
7946
 
7947
7947
  <script>prettyPrint();</script>
@@ -9595,7 +9595,7 @@ fetchSanity(query, true)
9595
9595
  <br class="clear">
9596
9596
 
9597
9597
  <footer>
9598
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
9598
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
9599
9599
  </footer>
9600
9600
 
9601
9601
  <script>prettyPrint();</script>
File without changes
@@ -562,7 +562,7 @@
562
562
  <br class="clear">
563
563
 
564
564
  <footer>
565
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
565
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
566
566
  </footer>
567
567
 
568
568
  <script>prettyPrint();</script>
@@ -100,7 +100,7 @@
100
100
 
101
101
  <dt class="tag-source">Source:</dt>
102
102
  <dd class="tag-source"><ul class="dummy"><li>
103
- <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line727">line 727</a>
103
+ <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line729">line 729</a>
104
104
  </li></ul></dd>
105
105
 
106
106
 
@@ -204,7 +204,7 @@
204
204
 
205
205
  <dt class="tag-source">Source:</dt>
206
206
  <dd class="tag-source"><ul class="dummy"><li>
207
- <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line565">line 565</a>
207
+ <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line567">line 567</a>
208
208
  </li></ul></dd>
209
209
 
210
210
 
@@ -446,7 +446,7 @@ to remove them from the server. It also updates the local context to reflect the
446
446
 
447
447
  <dt class="tag-source">Source:</dt>
448
448
  <dd class="tag-source"><ul class="dummy"><li>
449
- <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line412">line 412</a>
449
+ <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line418">line 418</a>
450
450
  </li></ul></dd>
451
451
 
452
452
 
@@ -610,7 +610,7 @@ deletePracticeSession("2025-04-10")
610
610
 
611
611
  <dt class="tag-source">Source:</dt>
612
612
  <dd class="tag-source"><ul class="dummy"><li>
613
- <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line884">line 884</a>
613
+ <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line886">line 886</a>
614
614
  </li></ul></dd>
615
615
 
616
616
 
@@ -778,7 +778,7 @@ deletePracticeSession("2025-04-10")
778
778
 
779
779
  <dt class="tag-source">Source:</dt>
780
780
  <dd class="tag-source"><ul class="dummy"><li>
781
- <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line525">line 525</a>
781
+ <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line531">line 531</a>
782
782
  </li></ul></dd>
783
783
 
784
784
 
@@ -944,7 +944,7 @@ getPracticeNotes("2025-04-10")
944
944
 
945
945
  <dt class="tag-source">Source:</dt>
946
946
  <dd class="tag-source"><ul class="dummy"><li>
947
- <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line495">line 495</a>
947
+ <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line501">line 501</a>
948
948
  </li></ul></dd>
949
949
 
950
950
 
@@ -1225,7 +1225,7 @@ Returns an object containing recent practice activity.</li></ul></dd>
1225
1225
 
1226
1226
  <dt class="tag-source">Source:</dt>
1227
1227
  <dd class="tag-source"><ul class="dummy"><li>
1228
- <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line544">line 544</a>
1228
+ <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line550">line 550</a>
1229
1229
  </li></ul></dd>
1230
1230
 
1231
1231
 
@@ -1342,7 +1342,7 @@ If no parameters are provided, defaults to the current year, current month, and
1342
1342
 
1343
1343
  <dt class="tag-source">Source:</dt>
1344
1344
  <dd class="tag-source"><ul class="dummy"><li>
1345
- <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line126">line 126</a>
1345
+ <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line132">line 132</a>
1346
1346
  </li></ul></dd>
1347
1347
 
1348
1348
 
@@ -1728,7 +1728,7 @@ getUserMonthlyStats({ userId: 123 }).then(console.log);</code></pre>
1728
1728
 
1729
1729
  <dt class="tag-source">Source:</dt>
1730
1730
  <dd class="tag-source"><ul class="dummy"><li>
1731
- <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line70">line 70</a>
1731
+ <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line76">line 76</a>
1732
1732
  </li></ul></dd>
1733
1733
 
1734
1734
 
@@ -1844,7 +1844,7 @@ getUserWeeklyStats()
1844
1844
 
1845
1845
  <dt class="tag-source">Source:</dt>
1846
1846
  <dd class="tag-source"><ul class="dummy"><li>
1847
- <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line868">line 868</a>
1847
+ <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line870">line 870</a>
1848
1848
  </li></ul></dd>
1849
1849
 
1850
1850
 
@@ -2185,7 +2185,7 @@ getUserWeeklyStats()
2185
2185
 
2186
2186
  <dt class="tag-source">Source:</dt>
2187
2187
  <dd class="tag-source"><ul class="dummy"><li>
2188
- <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line262">line 262</a>
2188
+ <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line268">line 268</a>
2189
2189
  </li></ul></dd>
2190
2190
 
2191
2191
 
@@ -2620,7 +2620,7 @@ recordUserPractice({
2620
2620
 
2621
2621
  <dt class="tag-source">Source:</dt>
2622
2622
  <dd class="tag-source"><ul class="dummy"><li>
2623
- <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line337">line 337</a>
2623
+ <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line343">line 343</a>
2624
2624
  </li></ul></dd>
2625
2625
 
2626
2626
 
@@ -2789,7 +2789,7 @@ If restored practices are returned, they are added back into the local context.<
2789
2789
 
2790
2790
  <dt class="tag-source">Source:</dt>
2791
2791
  <dd class="tag-source"><ul class="dummy"><li>
2792
- <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line445">line 445</a>
2792
+ <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line451">line 451</a>
2793
2793
  </li></ul></dd>
2794
2794
 
2795
2795
 
@@ -2955,7 +2955,7 @@ restorePracticeSession("2025-04-10")
2955
2955
 
2956
2956
  <dt class="tag-source">Source:</dt>
2957
2957
  <dd class="tag-source"><ul class="dummy"><li>
2958
- <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line367">line 367</a>
2958
+ <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line373">line 373</a>
2959
2959
  </li></ul></dd>
2960
2960
 
2961
2961
 
@@ -3121,7 +3121,7 @@ restoreUserPractice(123)
3121
3121
 
3122
3122
  <dt class="tag-source">Source:</dt>
3123
3123
  <dd class="tag-source"><ul class="dummy"><li>
3124
- <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line583">line 583</a>
3124
+ <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line585">line 585</a>
3125
3125
  </li></ul></dd>
3126
3126
 
3127
3127
 
@@ -3360,7 +3360,7 @@ restoreUserPractice(123)
3360
3360
 
3361
3361
  <dt class="tag-source">Source:</dt>
3362
3362
  <dd class="tag-source"><ul class="dummy"><li>
3363
- <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line320">line 320</a>
3363
+ <a href="userActivity.js.html">userActivity.js</a>, <a href="userActivity.js.html#line326">line 326</a>
3364
3364
  </li></ul></dd>
3365
3365
 
3366
3366
 
@@ -3718,7 +3718,7 @@ updateUserPractice(456, { auto: false, category_id: 8 })
3718
3718
  <br class="clear">
3719
3719
 
3720
3720
  <footer>
3721
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
3721
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
3722
3722
  </footer>
3723
3723
 
3724
3724
  <script>prettyPrint();</script>
File without changes
File without changes
@@ -477,7 +477,7 @@
477
477
  <br class="clear">
478
478
 
479
479
  <footer>
480
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
480
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
481
481
  </footer>
482
482
 
483
483
  <script>prettyPrint();</script>
@@ -253,7 +253,7 @@
253
253
  <br class="clear">
254
254
 
255
255
  <footer>
256
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
256
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
257
257
  </footer>
258
258
 
259
259
  <script>prettyPrint();</script>
@@ -971,7 +971,7 @@ export async function fetchHandler(url, method = 'get', dataVersion = null, body
971
971
  <br class="clear">
972
972
 
973
973
  <footer>
974
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
974
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
975
975
  </footer>
976
976
 
977
977
  <script>prettyPrint();</script>
@@ -2416,7 +2416,7 @@ export async function fetchScheduledAndNewReleases(
2416
2416
  <br class="clear">
2417
2417
 
2418
2418
  <footer>
2419
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 13:48:43 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2419
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed May 21 2025 14:49:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2420
2420
  </footer>
2421
2421
 
2422
2422
  <script>prettyPrint();</script>
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes