musora-content-services 1.0.147 → 1.0.150
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/CHANGELOG.md +6 -0
- package/docs/config.js.html +2 -2
- package/docs/index.html +2 -2
- package/docs/module-Config.html +2 -2
- package/docs/module-Railcontent-Services.html +2593 -221
- package/docs/module-Sanity-Services.html +30 -30
- package/docs/railcontent.js.html +308 -5
- package/docs/sanity.js.html +7 -3
- package/link_mcs.sh +0 -0
- package/package.json +1 -1
- package/src/contentTypeConfig.js +3 -0
- package/src/index.d.ts +61 -4
- package/src/index.js +61 -4
- package/src/services/contentLikes.js +11 -11
- package/src/services/contentProgress.js +153 -0
- package/src/services/dataContext.js +3 -2
- package/src/services/railcontent.js +363 -6
- package/src/services/sanity.js +74 -0
- package/test/contentLikes.test.js +1 -1
- package/test/contentProgress.test.js +56 -0
- package/test/sanityQueryService.test.js +84 -49
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<nav >
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Config.html">Config</a><ul class='methods'><li data-type='method'><a href="module-Config.html#~initializeService">initializeService</a></li></ul></li><li><a href="module-Railcontent-Services.html">Railcontent-Services</a><ul class='methods'><li data-type='method'><a href="module-Railcontent-Services.html#.fetchAllCompletedStates">fetchAllCompletedStates</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedContent">fetchCompletedContent</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedState">fetchCompletedState</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchContentInProgress">fetchContentInProgress</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchContentPageUserData">fetchContentPageUserData</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchSongsInProgress">fetchSongsInProgress</a></li></ul></li><li><a href="module-Sanity-Services.html">Sanity-Services</a><ul class='methods'><li data-type='method'><a href="module-Sanity-Services.html#.fetchAll">fetchAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllFilterOptions">fetchAllFilterOptions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllPacks">fetchAllPacks</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllSongs">fetchAllSongs</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtistLessons">fetchArtistLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtists">fetchArtists</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentId">fetchByRailContentId</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentIds">fetchByRailContentIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByReference">fetchByReference</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCatalogMetadata">fetchCatalogMetadata</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchChallengeOverview">fetchChallengeOverview</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchChildren">fetchChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCoachLessons">fetchCoachLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCourseOverview">fetchCourseOverview</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchFoundation">fetchFoundation</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchGenreLessons">fetchGenreLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLessonContent">fetchLessonContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMetadata">fetchMetadata</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethod">fetchMethod</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildren">fetchMethodChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildrenIds">fetchMethodChildrenIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodNextLesson">fetchMethodNextLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodPreviousNextLesson">fetchMethodPreviousNextLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethods">fetchMethods</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNewReleases">fetchNewReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNextPreviousLesson">fetchNextPreviousLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackAll">fetchPackAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackChildren">fetchPackChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackData">fetchPackData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchParentByRailContentId">fetchParentByRailContentId</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchParentForDownload">fetchParentForDownload</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedLessons">fetchRelatedLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedMethodLessons">fetchRelatedMethodLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedSongs">fetchRelatedSongs</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSanity">fetchSanity</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchScheduledReleases">fetchScheduledReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchShowsData">fetchShowsData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongArtistCount">fetchSongArtistCount</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongById">fetchSongById</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongCount">fetchSongCount</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongFilterOptions">fetchSongFilterOptions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchUpcomingEvents">fetchUpcomingEvents</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchWorkouts">fetchWorkouts</a></li></ul></li></ul>
|
|
32
|
+
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Config.html">Config</a><ul class='methods'><li data-type='method'><a href="module-Config.html#~initializeService">initializeService</a></li></ul></li><li><a href="module-Railcontent-Services.html">Railcontent-Services</a><ul class='methods'><li data-type='method'><a href="module-Railcontent-Services.html#.createPlaylist">createPlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.deletePlaylist">deletePlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.deletePlaylistLike">deletePlaylistLike</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.duplicatePlaylist">duplicatePlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchAllCompletedStates">fetchAllCompletedStates</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedContent">fetchCompletedContent</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedState">fetchCompletedState</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchContentInProgress">fetchContentInProgress</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchContentPageUserData">fetchContentPageUserData</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchPlaylist">fetchPlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchPlaylistItems">fetchPlaylistItems</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchSongsInProgress">fetchSongsInProgress</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchUserPlaylists">fetchUserPlaylists</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.likePlaylist">likePlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.updatePlaylist">updatePlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.updatePlaylistItem">updatePlaylistItem</a></li></ul></li><li><a href="module-Sanity-Services.html">Sanity-Services</a><ul class='methods'><li data-type='method'><a href="module-Sanity-Services.html#.fetchAll">fetchAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllFilterOptions">fetchAllFilterOptions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllPacks">fetchAllPacks</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllSongs">fetchAllSongs</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtistLessons">fetchArtistLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtists">fetchArtists</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentId">fetchByRailContentId</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentIds">fetchByRailContentIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByReference">fetchByReference</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCatalogMetadata">fetchCatalogMetadata</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchChallengeOverview">fetchChallengeOverview</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchChildren">fetchChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCoachLessons">fetchCoachLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCourseOverview">fetchCourseOverview</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchFoundation">fetchFoundation</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchGenreLessons">fetchGenreLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLessonContent">fetchLessonContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMetadata">fetchMetadata</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethod">fetchMethod</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildren">fetchMethodChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildrenIds">fetchMethodChildrenIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodNextLesson">fetchMethodNextLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodPreviousNextLesson">fetchMethodPreviousNextLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethods">fetchMethods</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNewReleases">fetchNewReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNextPreviousLesson">fetchNextPreviousLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackAll">fetchPackAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackChildren">fetchPackChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackData">fetchPackData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchParentByRailContentId">fetchParentByRailContentId</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchParentForDownload">fetchParentForDownload</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedLessons">fetchRelatedLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedMethodLessons">fetchRelatedMethodLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedSongs">fetchRelatedSongs</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSanity">fetchSanity</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchScheduledReleases">fetchScheduledReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchShowsData">fetchShowsData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongArtistCount">fetchSongArtistCount</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongById">fetchSongById</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongCount">fetchSongCount</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongFilterOptions">fetchSongFilterOptions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchUpcomingEvents">fetchUpcomingEvents</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchWorkouts">fetchWorkouts</a></li></ul></li></ul>
|
|
33
33
|
|
|
34
34
|
</nav>
|
|
35
35
|
|
|
@@ -1316,7 +1316,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
1316
1316
|
|
|
1317
1317
|
<dt class="tag-source">Source:</dt>
|
|
1318
1318
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1319
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
1319
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1016">line 1016</a>
|
|
1320
1320
|
</li></ul></dd>
|
|
1321
1321
|
|
|
1322
1322
|
|
|
@@ -2116,7 +2116,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
2116
2116
|
|
|
2117
2117
|
<dt class="tag-source">Source:</dt>
|
|
2118
2118
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2119
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
2119
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1281">line 1281</a>
|
|
2120
2120
|
</li></ul></dd>
|
|
2121
2121
|
|
|
2122
2122
|
|
|
@@ -3184,7 +3184,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
3184
3184
|
|
|
3185
3185
|
<dt class="tag-source">Source:</dt>
|
|
3186
3186
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3187
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
3187
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1235">line 1235</a>
|
|
3188
3188
|
</li></ul></dd>
|
|
3189
3189
|
|
|
3190
3190
|
|
|
@@ -3350,7 +3350,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
3350
3350
|
|
|
3351
3351
|
<dt class="tag-source">Source:</dt>
|
|
3352
3352
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3353
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
3353
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1490">line 1490</a>
|
|
3354
3354
|
</li></ul></dd>
|
|
3355
3355
|
|
|
3356
3356
|
|
|
@@ -3515,7 +3515,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
3515
3515
|
|
|
3516
3516
|
<dt class="tag-source">Source:</dt>
|
|
3517
3517
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3518
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
3518
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1134">line 1134</a>
|
|
3519
3519
|
</li></ul></dd>
|
|
3520
3520
|
|
|
3521
3521
|
|
|
@@ -3680,7 +3680,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
3680
3680
|
|
|
3681
3681
|
<dt class="tag-source">Source:</dt>
|
|
3682
3682
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3683
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
3683
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line674">line 674</a>
|
|
3684
3684
|
</li></ul></dd>
|
|
3685
3685
|
|
|
3686
3686
|
|
|
@@ -3882,7 +3882,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
3882
3882
|
|
|
3883
3883
|
<dt class="tag-source">Source:</dt>
|
|
3884
3884
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3885
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
3885
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1159">line 1159</a>
|
|
3886
3886
|
</li></ul></dd>
|
|
3887
3887
|
|
|
3888
3888
|
|
|
@@ -4325,7 +4325,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
4325
4325
|
|
|
4326
4326
|
<dt class="tag-source">Source:</dt>
|
|
4327
4327
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4328
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
4328
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1198">line 1198</a>
|
|
4329
4329
|
</li></ul></dd>
|
|
4330
4330
|
|
|
4331
4331
|
|
|
@@ -4490,7 +4490,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
4490
4490
|
|
|
4491
4491
|
<dt class="tag-source">Source:</dt>
|
|
4492
4492
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4493
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
4493
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line720">line 720</a>
|
|
4494
4494
|
</li></ul></dd>
|
|
4495
4495
|
|
|
4496
4496
|
|
|
@@ -4648,7 +4648,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
4648
4648
|
|
|
4649
4649
|
<dt class="tag-source">Source:</dt>
|
|
4650
4650
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4651
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
4651
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1333">line 1333</a>
|
|
4652
4652
|
</li></ul></dd>
|
|
4653
4653
|
|
|
4654
4654
|
|
|
@@ -5129,7 +5129,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
5129
5129
|
|
|
5130
5130
|
<dt class="tag-source">Source:</dt>
|
|
5131
5131
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5132
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5132
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line905">line 905</a>
|
|
5133
5133
|
</li></ul></dd>
|
|
5134
5134
|
|
|
5135
5135
|
|
|
@@ -5294,7 +5294,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
5294
5294
|
|
|
5295
5295
|
<dt class="tag-source">Source:</dt>
|
|
5296
5296
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5297
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5297
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1540">line 1540</a>
|
|
5298
5298
|
</li></ul></dd>
|
|
5299
5299
|
|
|
5300
5300
|
|
|
@@ -5479,7 +5479,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
5479
5479
|
|
|
5480
5480
|
<dt class="tag-source">Source:</dt>
|
|
5481
5481
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5482
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5482
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line740">line 740</a>
|
|
5483
5483
|
</li></ul></dd>
|
|
5484
5484
|
|
|
5485
5485
|
|
|
@@ -5661,7 +5661,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
5661
5661
|
|
|
5662
5662
|
<dt class="tag-source">Source:</dt>
|
|
5663
5663
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5664
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5664
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line779">line 779</a>
|
|
5665
5665
|
</li></ul></dd>
|
|
5666
5666
|
|
|
5667
5667
|
|
|
@@ -5819,7 +5819,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
5819
5819
|
|
|
5820
5820
|
<dt class="tag-source">Source:</dt>
|
|
5821
5821
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5822
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5822
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line833">line 833</a>
|
|
5823
5823
|
</li></ul></dd>
|
|
5824
5824
|
|
|
5825
5825
|
|
|
@@ -5977,7 +5977,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
5977
5977
|
|
|
5978
5978
|
<dt class="tag-source">Source:</dt>
|
|
5979
5979
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5980
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5980
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line800">line 800</a>
|
|
5981
5981
|
</li></ul></dd>
|
|
5982
5982
|
|
|
5983
5983
|
|
|
@@ -6159,7 +6159,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
6159
6159
|
|
|
6160
6160
|
<dt class="tag-source">Source:</dt>
|
|
6161
6161
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6162
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6162
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line817">line 817</a>
|
|
6163
6163
|
</li></ul></dd>
|
|
6164
6164
|
|
|
6165
6165
|
|
|
@@ -6348,7 +6348,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
6348
6348
|
|
|
6349
6349
|
<dt class="tag-source">Source:</dt>
|
|
6350
6350
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6351
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6351
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line708">line 708</a>
|
|
6352
6352
|
</li></ul></dd>
|
|
6353
6353
|
|
|
6354
6354
|
|
|
@@ -6664,7 +6664,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
6664
6664
|
|
|
6665
6665
|
<dt class="tag-source">Source:</dt>
|
|
6666
6666
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6667
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6667
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line871">line 871</a>
|
|
6668
6668
|
</li></ul></dd>
|
|
6669
6669
|
|
|
6670
6670
|
|
|
@@ -6822,7 +6822,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
6822
6822
|
|
|
6823
6823
|
<dt class="tag-source">Source:</dt>
|
|
6824
6824
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6825
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6825
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1043">line 1043</a>
|
|
6826
6826
|
</li></ul></dd>
|
|
6827
6827
|
|
|
6828
6828
|
|
|
@@ -6980,7 +6980,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
6980
6980
|
|
|
6981
6981
|
<dt class="tag-source">Source:</dt>
|
|
6982
6982
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6983
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6983
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1103">line 1103</a>
|
|
6984
6984
|
</li></ul></dd>
|
|
6985
6985
|
|
|
6986
6986
|
|
|
@@ -7145,7 +7145,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
7145
7145
|
|
|
7146
7146
|
<dt class="tag-source">Source:</dt>
|
|
7147
7147
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7148
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7148
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1117">line 1117</a>
|
|
7149
7149
|
</li></ul></dd>
|
|
7150
7150
|
|
|
7151
7151
|
|
|
@@ -7307,7 +7307,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
7307
7307
|
|
|
7308
7308
|
<dt class="tag-source">Source:</dt>
|
|
7309
7309
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7310
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7310
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line691">line 691</a>
|
|
7311
7311
|
</li></ul></dd>
|
|
7312
7312
|
|
|
7313
7313
|
|
|
@@ -7459,7 +7459,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
7459
7459
|
|
|
7460
7460
|
<dt class="tag-source">Source:</dt>
|
|
7461
7461
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7462
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7462
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1212">line 1212</a>
|
|
7463
7463
|
</li></ul></dd>
|
|
7464
7464
|
|
|
7465
7465
|
|
|
@@ -7624,7 +7624,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
7624
7624
|
|
|
7625
7625
|
<dt class="tag-source">Source:</dt>
|
|
7626
7626
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7627
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7627
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line970">line 970</a>
|
|
7628
7628
|
</li></ul></dd>
|
|
7629
7629
|
|
|
7630
7630
|
|
|
@@ -7806,7 +7806,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
7806
7806
|
|
|
7807
7807
|
<dt class="tag-source">Source:</dt>
|
|
7808
7808
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7809
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7809
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line989">line 989</a>
|
|
7810
7810
|
</li></ul></dd>
|
|
7811
7811
|
|
|
7812
7812
|
|
|
@@ -8174,7 +8174,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
8174
8174
|
|
|
8175
8175
|
<dt class="tag-source">Source:</dt>
|
|
8176
8176
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
8177
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
8177
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1381">line 1381</a>
|
|
8178
8178
|
</li></ul></dd>
|
|
8179
8179
|
|
|
8180
8180
|
|
|
@@ -8640,7 +8640,7 @@ fetchSanity(query, true)
|
|
|
8640
8640
|
|
|
8641
8641
|
<dt class="tag-source">Source:</dt>
|
|
8642
8642
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
8643
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
8643
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1515">line 1515</a>
|
|
8644
8644
|
</li></ul></dd>
|
|
8645
8645
|
|
|
8646
8646
|
|
|
@@ -9776,7 +9776,7 @@ It also includes completion status and progress percentage for each workout by f
|
|
|
9776
9776
|
<br class="clear">
|
|
9777
9777
|
|
|
9778
9778
|
<footer>
|
|
9779
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct
|
|
9779
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 31 2024 13:45:42 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
9780
9780
|
</footer>
|
|
9781
9781
|
|
|
9782
9782
|
<script>prettyPrint();</script>
|