musora-content-services 2.6.0 → 2.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.coderabbit.yaml +0 -0
- package/.editorconfig +0 -0
- package/.github/pull_request_template.md +0 -0
- package/.github/workflows/node.js.yml +0 -0
- package/.prettierignore +0 -0
- package/.prettierrc +0 -0
- package/CHANGELOG.md +14 -0
- package/README.md +0 -0
- package/babel.config.cjs +0 -0
- package/docs/Content-Organization.html +0 -0
- package/docs/ContentOrganization.html +1 -1
- package/docs/Gamification.html +1 -1
- package/docs/UserManagement.html +0 -0
- package/docs/UserManagementSystem.html +1 -1
- package/docs/api_types.js.html +1 -1
- package/docs/config.js.html +1 -1
- package/docs/content-org_content-org.js.html +1 -1
- package/docs/content-org_playlists-types.js.html +1 -1
- package/docs/content-org_playlists.js.html +1 -1
- package/docs/content.js.html +1 -1
- package/docs/fonts/Montserrat/Montserrat-Bold.eot +0 -0
- package/docs/fonts/Montserrat/Montserrat-Bold.ttf +0 -0
- package/docs/fonts/Montserrat/Montserrat-Bold.woff +0 -0
- package/docs/fonts/Montserrat/Montserrat-Bold.woff2 +0 -0
- package/docs/fonts/Montserrat/Montserrat-Regular.eot +0 -0
- package/docs/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
- package/docs/fonts/Montserrat/Montserrat-Regular.woff +0 -0
- package/docs/fonts/Montserrat/Montserrat-Regular.woff2 +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.eot +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.svg +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.ttf +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff2 +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.eot +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.svg +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.ttf +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff2 +0 -0
- package/docs/gamification_awards.js.html +1 -1
- package/docs/gamification_gamification.js.html +1 -1
- package/docs/gamification_types.js.html +1 -1
- package/docs/global.html +1 -1
- package/docs/global.html#User +0 -0
- package/docs/index.html +1 -1
- package/docs/module-Awards.html +1 -1
- package/docs/module-Config.html +1 -1
- package/docs/module-Content-Services-V2.html +1 -1
- package/docs/module-Interests.html +1 -1
- package/docs/module-Permissions.html +1 -1
- package/docs/module-Playlists.html +1 -1
- package/docs/module-Railcontent-Services.html +1 -1
- package/docs/module-Sanity-Services.html +1 -1
- package/docs/module-Session-Management.html +0 -0
- package/docs/module-Sessions.html +1 -1
- package/docs/module-User-Activity.html +17 -17
- package/docs/module-User-Management.html +0 -0
- package/docs/module-User-Permissions.html +0 -0
- package/docs/module-UserManagement.html +1 -1
- package/docs/module-UserProfile.html +1 -1
- package/docs/railcontent.js.html +1 -1
- package/docs/sanity.js.html +1 -1
- package/docs/scripts/collapse.js +0 -0
- package/docs/scripts/commonNav.js +0 -0
- package/docs/scripts/linenumber.js +0 -0
- package/docs/scripts/nav.js +0 -0
- package/docs/scripts/polyfill.js +0 -0
- package/docs/scripts/prettify/Apache-License-2.0.txt +0 -0
- package/docs/scripts/prettify/lang-css.js +0 -0
- package/docs/scripts/prettify/prettify.js +0 -0
- package/docs/scripts/search.js +0 -0
- package/docs/styles/jsdoc.css +0 -0
- package/docs/styles/prettify.css +0 -0
- package/docs/types.js.html +0 -0
- package/docs/userActivity.js.html +11 -9
- package/docs/user_interests.js.html +1 -1
- package/docs/user_management.js.html +1 -1
- package/docs/user_permissions.js.html +1 -1
- package/docs/user_profile.js.html +2 -2
- package/docs/user_sessions.js.html +1 -1
- package/docs/user_types.js.html +1 -1
- package/docs/user_user-management-system.js.html +1 -1
- package/docs/user_user-management.js.html +0 -0
- package/jest.config.js +0 -0
- package/jsdoc.json +0 -0
- package/package.json +1 -1
- package/src/filterBuilder.js +0 -0
- package/src/infrastructure/http/HttpClient.ts +0 -0
- package/src/infrastructure/http/executors/FetchRequestExecutor.ts +0 -0
- package/src/infrastructure/http/index.ts +0 -0
- package/src/infrastructure/http/interfaces/HeaderProvider.ts +0 -0
- package/src/infrastructure/http/interfaces/HttpError.ts +0 -0
- package/src/infrastructure/http/interfaces/NetworkError.ts +0 -0
- package/src/infrastructure/http/interfaces/RequestExecutor.ts +0 -0
- package/src/infrastructure/http/interfaces/RequestOptions.ts +0 -0
- package/src/infrastructure/http/providers/DefaultHeaderProvider.ts +0 -0
- package/src/lib/httpHelper.js +0 -0
- package/src/lib/lastUpdated.js +0 -0
- package/src/services/api/types.js +0 -0
- package/src/services/config.js +0 -0
- package/src/services/content-org/content-org.js +0 -0
- package/src/services/content-org/playlists-types.js +0 -0
- package/src/services/content-org/playlists.js +0 -0
- package/src/services/contentAggregator.js +0 -0
- package/src/services/contentLikes.js +0 -0
- package/src/services/dataContext.js +0 -0
- package/src/services/dateUtils.js +0 -0
- package/src/services/forum.js +0 -0
- package/src/services/gamification/awards.js +0 -0
- package/src/services/gamification/gamification.js +0 -0
- package/src/services/gamification/types.js +0 -0
- package/src/services/imageSRCBuilder.js +0 -0
- package/src/services/imageSRCVerify.js +0 -0
- package/src/services/recommendations.js +0 -0
- package/src/services/types.js +0 -0
- package/src/services/user/interests.js +0 -0
- package/src/services/user/management.js +0 -0
- package/src/services/user/permissions.js +0 -0
- package/src/services/user/profile.js +2 -2
- package/src/services/user/sessions.js +0 -0
- package/src/services/user/user-management-system.js +0 -0
- package/src/services/userActivity.js +10 -8
- package/test/HttpClient.test.js +0 -0
- package/test/contentLikes.test.js +0 -0
- package/test/contentProgress.test.js +0 -0
- package/test/dataContext.test.js +0 -0
- package/test/forum.test.js +0 -0
- package/test/imageSRCBuilder.test.js +0 -0
- package/test/imageSRCVerify.test.js +0 -0
- package/test/initializeTests.js +0 -0
- package/test/lib/lastUpdated.test.js +0 -0
- package/test/live/contentProgressLive.test.js +0 -0
- package/test/live/railcontentLive.test.js +0 -0
- package/test/localStorageMock.js +0 -0
- package/test/log.js +0 -0
- package/test/mockData/mockData_fetchByRailContentIds_one_content.json +0 -0
- package/test/mockData/mockData_user_practices.json +0 -0
- package/test/streakMessage.test.js +0 -0
- package/test/user/permissions.test.js +0 -0
- package/test/userActivity.test.js +0 -0
- package/tools/generate-index.cjs +0 -0
- package/.yarnrc.yml +0 -1
- 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,20 @@
|
|
|
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.2](https://github.com/railroadmedia/musora-content-services/compare/v2.6.1...v2.6.2) (2025-05-21)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **MU2-390:** other stats ([#264](https://github.com/railroadmedia/musora-content-services/issues/264)) ([35720cf](https://github.com/railroadmedia/musora-content-services/commit/35720cf82978da12edcd05b5c490904770292b40))
|
|
11
|
+
|
|
12
|
+
### [2.6.1](https://github.com/railroadmedia/musora-content-services/compare/v2.6.0...v2.6.1) (2025-05-21)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **MU2-390:** other stats ([#263](https://github.com/railroadmedia/musora-content-services/issues/263)) ([6869f3a](https://github.com/railroadmedia/musora-content-services/commit/6869f3ab1e3b76beeff9301be94b1424b402a644))
|
|
18
|
+
|
|
5
19
|
## [2.6.0](https://github.com/railroadmedia/musora-content-services/compare/v2.5.1...v2.6.0) (2025-05-21)
|
|
6
20
|
|
|
7
21
|
|
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
|
|
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>
|
package/docs/Gamification.html
CHANGED
|
@@ -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
|
|
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>
|
package/docs/UserManagement.html
CHANGED
|
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
|
|
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>
|
package/docs/api_types.js.html
CHANGED
|
@@ -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
|
|
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>
|
package/docs/config.js.html
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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>
|
package/docs/content.js.html
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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>
|
package/docs/global.html#User
CHANGED
|
File without changes
|
package/docs/index.html
CHANGED
|
@@ -155,7 +155,7 @@ with <code>npm test -- -t="userContext"</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
|
|
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>
|
package/docs/module-Awards.html
CHANGED
|
@@ -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
|
|
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>
|
package/docs/module-Config.html
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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
|
|
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
|
|
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
|
|
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>
|
package/docs/railcontent.js.html
CHANGED
|
@@ -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
|
|
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>
|
package/docs/sanity.js.html
CHANGED
|
@@ -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
|
|
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>
|
package/docs/scripts/collapse.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/docs/scripts/nav.js
CHANGED
|
File without changes
|
package/docs/scripts/polyfill.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/docs/scripts/search.js
CHANGED
|
File without changes
|
package/docs/styles/jsdoc.css
CHANGED
|
File without changes
|
package/docs/styles/prettify.css
CHANGED
|
File without changes
|
package/docs/types.js.html
CHANGED
|
File without changes
|