musora-content-services 1.0.81 → 1.0.82

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 (46) hide show
  1. package/.github/workflows/node.js.yml +0 -0
  2. package/CHANGELOG.md +2 -0
  3. package/README.md +0 -0
  4. package/babel.config.js +0 -0
  5. package/docs/config.js.html +2 -2
  6. package/docs/fonts/Montserrat/Montserrat-Bold.eot +0 -0
  7. package/docs/fonts/Montserrat/Montserrat-Bold.ttf +0 -0
  8. package/docs/fonts/Montserrat/Montserrat-Bold.woff +0 -0
  9. package/docs/fonts/Montserrat/Montserrat-Bold.woff2 +0 -0
  10. package/docs/fonts/Montserrat/Montserrat-Regular.eot +0 -0
  11. package/docs/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
  12. package/docs/fonts/Montserrat/Montserrat-Regular.woff +0 -0
  13. package/docs/fonts/Montserrat/Montserrat-Regular.woff2 +0 -0
  14. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.eot +0 -0
  15. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.svg +0 -0
  16. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.ttf +0 -0
  17. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff +0 -0
  18. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff2 +0 -0
  19. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.eot +0 -0
  20. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.svg +0 -0
  21. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.ttf +0 -0
  22. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff +0 -0
  23. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff2 +0 -0
  24. package/docs/index.html +2 -2
  25. package/docs/module-Config.html +2 -2
  26. package/docs/module-Railcontent-Services.html +344 -14
  27. package/docs/module-Sanity-Services.html +337 -24
  28. package/docs/railcontent.js.html +73 -9
  29. package/docs/sanity.js.html +52 -21
  30. package/docs/scripts/collapse.js +0 -0
  31. package/docs/scripts/commonNav.js +0 -0
  32. package/docs/scripts/linenumber.js +0 -0
  33. package/docs/scripts/nav.js +0 -0
  34. package/docs/scripts/polyfill.js +0 -0
  35. package/docs/scripts/prettify/Apache-License-2.0.txt +0 -0
  36. package/docs/scripts/prettify/lang-css.js +0 -0
  37. package/docs/scripts/prettify/prettify.js +0 -0
  38. package/docs/scripts/search.js +0 -0
  39. package/docs/styles/jsdoc.css +0 -0
  40. package/docs/styles/prettify.css +0 -0
  41. package/jest.config.js +0 -0
  42. package/jsdoc.json +0 -0
  43. package/package.json +1 -1
  44. package/src/services/config.js +0 -0
  45. package/src/services/sanity.js +15 -5
  46. package/test/sanityQueryService.test.js +12 -0
@@ -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#.fetchContentInProgress">fetchContentInProgress</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCurrentSongComplete">fetchCurrentSongComplete</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#.fetchAllSongs">fetchAllSongs</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#.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#.fetchCourseOverview">fetchCourseOverview</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#.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#.fetchParentByRailContentId">fetchParentByRailContentId</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#.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#.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#.fetchAllCompletedStates">fetchAllCompletedStates</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><li data-type='method'><a href="module-Railcontent-Services.html#.fetchVimeoData">fetchVimeoData</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#.fetchAllSongs">fetchAllSongs</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#.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#.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#.fetchLessonContent">fetchLessonContent</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#.fetchParentByRailContentId">fetchParentByRailContentId</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#.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#.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
 
@@ -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="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line53">line 53</a>
103
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line85">line 85</a>
104
104
  </li></ul></dd>
105
105
 
106
106
 
@@ -249,6 +249,171 @@
249
249
 
250
250
 
251
251
 
252
+ <h4 class="name" id=".fetchCompletedState"><span class="type-signature type-signature-static">(static) </span>fetchCompletedState<span class="signature">(content_id)</span><span class="type-signature"> &rarr; {Promise.&lt;(Object|null)>}</span></h4>
253
+
254
+
255
+
256
+
257
+
258
+
259
+ <dl class="details">
260
+
261
+ <dt class="tag-description">Description:</dt>
262
+ <dd class="tag-description"><ul class="dummy"><li>Fetches the completion status of a specific lesson for the current user.</li></ul></dd>
263
+
264
+
265
+
266
+ <dt class="tag-source">Source:</dt>
267
+ <dd class="tag-source"><ul class="dummy"><li>
268
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line18">line 18</a>
269
+ </li></ul></dd>
270
+
271
+
272
+
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+
294
+
295
+
296
+
297
+
298
+
299
+
300
+
301
+ </dl>
302
+
303
+
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+ <h5 class="h5-examples">Example</h5>
314
+
315
+ <pre class="prettyprint"><code>fetchCurrentSongComplete('user123', 'lesson456', 'csrf-token')
316
+ .then(status => console.log(status))
317
+ .catch(error => console.error(error));</code></pre>
318
+
319
+
320
+
321
+
322
+ <h5 class="h5-parameters">Parameters:</h5>
323
+
324
+
325
+ <table class="params">
326
+ <thead>
327
+ <tr>
328
+
329
+ <th>Name</th>
330
+
331
+
332
+ <th>Type</th>
333
+
334
+
335
+
336
+
337
+
338
+ <th class="last">Description</th>
339
+ </tr>
340
+ </thead>
341
+
342
+ <tbody>
343
+
344
+
345
+ <tr>
346
+
347
+ <td class="name"><code>content_id</code></td>
348
+
349
+
350
+ <td class="type">
351
+
352
+
353
+ <span class="param-type">string</span>
354
+
355
+
356
+
357
+
358
+ </td>
359
+
360
+
361
+
362
+
363
+
364
+ <td class="description last">The ID of the lesson content to check.</td>
365
+ </tr>
366
+
367
+
368
+ </tbody>
369
+ </table>
370
+
371
+
372
+
373
+
374
+
375
+
376
+
377
+
378
+
379
+
380
+
381
+
382
+
383
+
384
+
385
+
386
+ <h5 class="h5-returns">Returns:</h5>
387
+
388
+
389
+ <div class="param-desc">
390
+ - Returns the completion status object if found, otherwise null.
391
+ </div>
392
+
393
+
394
+
395
+ <dl class="param-type">
396
+ <dt>
397
+ Type
398
+ </dt>
399
+ <dd>
400
+
401
+ <span class="param-type">Promise.&lt;(Object|null)></span>
402
+
403
+
404
+
405
+ </dd>
406
+ </dl>
407
+
408
+
409
+
410
+
411
+
412
+
413
+
414
+
415
+
416
+
252
417
  <h4 class="name" id=".fetchContentInProgress"><span class="type-signature type-signature-static">(static) </span>fetchContentInProgress<span class="signature">(type, brand)</span><span class="type-signature"> &rarr; {Promise.&lt;(Object|null)>}</span></h4>
253
418
 
254
419
 
@@ -265,7 +430,7 @@
265
430
 
266
431
  <dt class="tag-source">Source:</dt>
267
432
  <dd class="tag-source"><ul class="dummy"><li>
268
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line119">line 119</a>
433
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line151">line 151</a>
269
434
  </li></ul></dd>
270
435
 
271
436
 
@@ -438,7 +603,7 @@
438
603
 
439
604
 
440
605
 
441
- <h4 class="name" id=".fetchCurrentSongComplete"><span class="type-signature type-signature-static">(static) </span>fetchCurrentSongComplete<span class="signature">(content_id)</span><span class="type-signature"> &rarr; {Promise.&lt;(Object|null)>}</span></h4>
606
+ <h4 class="name" id=".fetchContentPageUserData"><span class="type-signature type-signature-static">(static) </span>fetchContentPageUserData<span class="signature">(contentId)</span><span class="type-signature"> &rarr; {Promise.&lt;(Object|null)>}</span></h4>
442
607
 
443
608
 
444
609
 
@@ -448,13 +613,13 @@
448
613
  <dl class="details">
449
614
 
450
615
  <dt class="tag-description">Description:</dt>
451
- <dd class="tag-description"><ul class="dummy"><li>Fetches the completion status of a specific song for the current user.</li></ul></dd>
616
+ <dd class="tag-description"><ul class="dummy"><li>Fetches user context data for a specific piece of content.</li></ul></dd>
452
617
 
453
618
 
454
619
 
455
620
  <dt class="tag-source">Source:</dt>
456
621
  <dd class="tag-source"><ul class="dummy"><li>
457
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line17">line 17</a>
622
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line188">line 188</a>
458
623
  </li></ul></dd>
459
624
 
460
625
 
@@ -501,8 +666,8 @@
501
666
 
502
667
  <h5 class="h5-examples">Example</h5>
503
668
 
504
- <pre class="prettyprint"><code>fetchCurrentSongComplete('user123', 'song456', 'csrf-token')
505
- .then(status => console.log(status))
669
+ <pre class="prettyprint"><code>fetchContentPageUserData(406548)
670
+ .then(data => console.log(data))
506
671
  .catch(error => console.error(error));</code></pre>
507
672
 
508
673
 
@@ -533,13 +698,13 @@
533
698
 
534
699
  <tr>
535
700
 
536
- <td class="name"><code>content_id</code></td>
701
+ <td class="name"><code>contentId</code></td>
537
702
 
538
703
 
539
704
  <td class="type">
540
705
 
541
706
 
542
- <span class="param-type">string</span>
707
+ <span class="param-type">int</span>
543
708
 
544
709
 
545
710
 
@@ -550,7 +715,7 @@
550
715
 
551
716
 
552
717
 
553
- <td class="description last">The ID of the song content to check.</td>
718
+ <td class="description last">The content id.</td>
554
719
  </tr>
555
720
 
556
721
 
@@ -576,7 +741,7 @@
576
741
 
577
742
 
578
743
  <div class="param-desc">
579
- - Returns the completion status object if found, otherwise null.
744
+ - Returns an object containing user context data if found, otherwise null.
580
745
  </div>
581
746
 
582
747
 
@@ -619,7 +784,7 @@
619
784
 
620
785
  <dt class="tag-source">Source:</dt>
621
786
  <dd class="tag-source"><ul class="dummy"><li>
622
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line85">line 85</a>
787
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line117">line 117</a>
623
788
  </li></ul></dd>
624
789
 
625
790
 
@@ -764,6 +929,171 @@
764
929
 
765
930
 
766
931
 
932
+
933
+
934
+
935
+
936
+ <h4 class="name" id=".fetchVimeoData"><span class="type-signature type-signature-static">(static) </span>fetchVimeoData<span class="signature">(vimeo_id)</span><span class="type-signature"> &rarr; {Promise.&lt;(Object|null)>}</span></h4>
937
+
938
+
939
+
940
+
941
+
942
+
943
+ <dl class="details">
944
+
945
+ <dt class="tag-description">Description:</dt>
946
+ <dd class="tag-description"><ul class="dummy"><li>Fetches the vimeo meta-data</li></ul></dd>
947
+
948
+
949
+
950
+ <dt class="tag-source">Source:</dt>
951
+ <dd class="tag-source"><ul class="dummy"><li>
952
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line50">line 50</a>
953
+ </li></ul></dd>
954
+
955
+
956
+
957
+
958
+
959
+
960
+
961
+
962
+
963
+
964
+
965
+
966
+
967
+
968
+
969
+
970
+
971
+
972
+
973
+
974
+
975
+
976
+
977
+
978
+
979
+
980
+
981
+
982
+
983
+
984
+
985
+ </dl>
986
+
987
+
988
+
989
+
990
+
991
+
992
+
993
+
994
+
995
+
996
+
997
+ <h5 class="h5-examples">Example</h5>
998
+
999
+ <pre class="prettyprint"><code>fetchVimeoData('642900215')
1000
+ .then(vimeoData => console.log(vimeoData))
1001
+ .catch(error => console.error(error));</code></pre>
1002
+
1003
+
1004
+
1005
+
1006
+ <h5 class="h5-parameters">Parameters:</h5>
1007
+
1008
+
1009
+ <table class="params">
1010
+ <thead>
1011
+ <tr>
1012
+
1013
+ <th>Name</th>
1014
+
1015
+
1016
+ <th>Type</th>
1017
+
1018
+
1019
+
1020
+
1021
+
1022
+ <th class="last">Description</th>
1023
+ </tr>
1024
+ </thead>
1025
+
1026
+ <tbody>
1027
+
1028
+
1029
+ <tr>
1030
+
1031
+ <td class="name"><code>vimeo_id</code></td>
1032
+
1033
+
1034
+ <td class="type">
1035
+
1036
+
1037
+ <span class="param-type">string</span>
1038
+
1039
+
1040
+
1041
+
1042
+ </td>
1043
+
1044
+
1045
+
1046
+
1047
+
1048
+ <td class="description last">The vimeo id, found in the <document>.video.external_id field for lessons</td>
1049
+ </tr>
1050
+
1051
+
1052
+ </tbody>
1053
+ </table>
1054
+
1055
+
1056
+
1057
+
1058
+
1059
+
1060
+
1061
+
1062
+
1063
+
1064
+
1065
+
1066
+
1067
+
1068
+
1069
+
1070
+ <h5 class="h5-returns">Returns:</h5>
1071
+
1072
+
1073
+ <div class="param-desc">
1074
+ - Returns the
1075
+ </div>
1076
+
1077
+
1078
+
1079
+ <dl class="param-type">
1080
+ <dt>
1081
+ Type
1082
+ </dt>
1083
+ <dd>
1084
+
1085
+ <span class="param-type">Promise.&lt;(Object|null)></span>
1086
+
1087
+
1088
+
1089
+ </dd>
1090
+ </dl>
1091
+
1092
+
1093
+
1094
+
1095
+
1096
+
767
1097
 
768
1098
 
769
1099
 
@@ -783,7 +1113,7 @@
783
1113
  <br class="clear">
784
1114
 
785
1115
  <footer>
786
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Tue Sep 03 2024 21:48:28 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1116
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Fri Sep 06 2024 17:01:42 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
787
1117
  </footer>
788
1118
 
789
1119
  <script>prettyPrint();</script>