musora-content-services 2.174.0 → 2.175.0
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/.agent/decisions/2026-04-28-tma-275-mcs-sanity-add-a-v2-url-segmen.md +0 -0
- package/.agent/decisions/2026-05-19-content-progress-ts-part-2.md +0 -0
- package/.agent/decisions/2026-05-20-live-event-fetch-permissions-id.md +0 -0
- package/.agent/decisions/2026-07-17-onboarding-statuses.md +0 -0
- package/.agent/decisions/2026-07-20-mu2-1724-songs-lessons-counts.md +0 -0
- package/.agent/decisions/2026-07-20-query-builder-tostring.md +0 -0
- package/.claude/settings.local.json +20 -55
- package/.coderabbit.yaml +0 -0
- package/.editorconfig +0 -0
- package/.github/pull_request_template.md +0 -0
- package/.github/workflows/automated-testing.yml +0 -0
- package/.github/workflows/conventional-commits.yaml +0 -0
- package/.github/workflows/docs.js.yml +0 -0
- package/.idea/modules.xml +9 -0
- package/.idea/musora-content-services.iml +11 -0
- package/.idea/php.xml +22 -0
- package/.idea/vcs.xml +8 -0
- package/.prettierignore +0 -0
- package/.prettierrc +0 -0
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +14 -0
- package/CLAUDE.md +0 -0
- package/README.md +0 -0
- package/babel.config.cjs +0 -0
- package/codecov.yml +0 -0
- package/jest.config.js +0 -0
- package/jest.integration.config.js +0 -0
- package/jest.live.config.js +0 -0
- package/jsdoc.json +0 -0
- package/package.json +1 -1
- package/src/constants/award-assets.js +0 -0
- package/src/constants/membership-permissions.ts +0 -0
- package/src/contentMetaData.js +0 -0
- package/src/filterBuilder.js +0 -0
- package/src/index.d.ts +10 -0
- package/src/index.js +10 -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/infrastructure/sanity/README.md +0 -0
- package/src/infrastructure/sanity/SanityClient.ts +0 -0
- package/src/infrastructure/sanity/clients/ContentClient.ts +0 -0
- package/src/infrastructure/sanity/examples/usage.ts +0 -0
- package/src/infrastructure/sanity/executors/FetchQueryExecutor.ts +0 -0
- package/src/infrastructure/sanity/index.ts +0 -0
- package/src/infrastructure/sanity/interfaces/ConfigProvider.ts +0 -0
- package/src/infrastructure/sanity/interfaces/FetchByIdOptions.ts +0 -0
- package/src/infrastructure/sanity/interfaces/QueryExecutor.ts +0 -0
- package/src/infrastructure/sanity/interfaces/SanityConfig.ts +0 -0
- package/src/infrastructure/sanity/interfaces/SanityError.ts +0 -0
- package/src/infrastructure/sanity/interfaces/SanityQuery.ts +0 -0
- package/src/infrastructure/sanity/interfaces/SanityResponse.ts +0 -0
- package/src/infrastructure/sanity/providers/DefaultConfigProvider.ts +0 -0
- package/src/lib/ads/monoid.ts +0 -0
- package/src/lib/ads/semigroup.ts +0 -0
- package/src/lib/brands.ts +0 -0
- package/src/lib/lastUpdated.js +0 -0
- package/src/lib/sanity/decorators/base.ts +0 -0
- package/src/lib/sanity/decorators/examples.ts +0 -0
- package/src/lib/sanity/decorators/navigate-to.ts +0 -0
- package/src/lib/sanity/decorators/need-access.ts +0 -0
- package/src/lib/sanity/decorators/need-lifetime-upgrade.ts +0 -0
- package/src/lib/sanity/decorators/page-type.ts +0 -0
- package/src/lib/sanity/field-access.ts +0 -0
- package/src/lib/sanity/filter.ts +0 -0
- package/src/lib/sanity/query.ts +0 -0
- package/src/services/api/types.js +0 -0
- package/src/services/api/types.ts +0 -0
- package/src/services/awards/award-callbacks.js +0 -0
- package/src/services/awards/award-query.js +0 -0
- package/src/services/awards/internal/.indexignore +0 -0
- package/src/services/awards/internal/award-definitions.js +0 -0
- package/src/services/awards/internal/award-events.js +0 -0
- package/src/services/awards/internal/award-manager.js +0 -0
- package/src/services/awards/internal/certificate-builder.js +0 -0
- package/src/services/awards/internal/completion-data-generator.js +0 -0
- package/src/services/awards/internal/content-progress-observer.js +0 -0
- package/src/services/awards/internal/image-utils.js +0 -0
- package/src/services/awards/internal/message-generator.js +0 -0
- package/src/services/awards/internal/types.js +0 -0
- package/src/services/awards/types.d.ts +0 -0
- package/src/services/awards/types.js +0 -0
- package/src/services/config.js +0 -0
- package/src/services/content/artist.ts +0 -0
- package/src/services/content/content.ts +0 -0
- package/src/services/content/counts.ts +0 -0
- package/src/services/content/genre.ts +0 -0
- package/src/services/content/instructor.ts +0 -0
- package/src/services/content-org/content-org.js +0 -0
- package/src/services/content-org/guided-courses.ts +0 -0
- package/src/services/content-org/learning-paths.ts +0 -0
- package/src/services/content-org/playlists-types.js +0 -0
- package/src/services/content-org/playlists.js +0 -0
- package/src/services/content.js +0 -0
- package/src/services/contentAggregator.js +0 -0
- package/src/services/contentLikes.js +0 -0
- package/src/services/contentProgress.js +0 -0
- package/src/services/dataContext.js +0 -0
- package/src/services/dateUtils.js +0 -0
- package/src/services/endScreen/README.md +0 -0
- package/src/services/endScreen/endScreen.ts +0 -0
- package/src/services/endScreen/types.ts +0 -0
- package/src/services/eventsAPI.js +0 -0
- package/src/services/forums/categories.ts +0 -0
- package/src/services/forums/forums.ts +0 -0
- package/src/services/forums/posts.ts +0 -0
- package/src/services/forums/threads.ts +0 -0
- package/src/services/forums/types.ts +0 -0
- package/src/services/gamification/awards.ts +0 -0
- package/src/services/gamification/gamification.js +0 -0
- package/src/services/imageSRCBuilder.js +0 -0
- package/src/services/imageSRCVerify.js +0 -0
- package/src/services/liveTesting.ts +0 -0
- package/src/services/multi-user-accounts/multi-user-accounts.ts +0 -0
- package/src/services/notifications/notifications.js +0 -0
- package/src/services/notifications/public-announcements.ts +0 -0
- package/src/services/offline/activities.ts +0 -0
- package/src/services/offline/practices.ts +48 -5
- package/src/services/offline/progress.ts +0 -0
- package/src/services/permissions/PermissionsAdapter.ts +0 -0
- package/src/services/permissions/PermissionsAdapterFactory.ts +0 -0
- package/src/services/permissions/PermissionsV1Adapter.ts +0 -0
- package/src/services/permissions/PermissionsV2Adapter.ts +0 -0
- package/src/services/permissions/README.md +0 -0
- package/src/services/permissions/index.ts +0 -0
- package/src/services/permissions/permissions.ts +0 -0
- package/src/services/permissions/types.d.ts +0 -0
- package/src/services/progress/.indexignore +0 -0
- package/src/services/progress/collections.ts +0 -0
- package/src/services/progress/index.ts +0 -0
- package/src/services/progress/internal/bubble.ts +0 -0
- package/src/services/progress/internal/queries.ts +0 -0
- package/src/services/progress/state.ts +0 -0
- package/src/services/progress/types.ts +0 -0
- package/src/services/progress/utils.ts +0 -0
- package/src/services/progress-events.js +0 -0
- package/src/services/progress-row/base.js +0 -0
- package/src/services/progress-row/rows/.indexignore +0 -0
- package/src/services/progress-row/rows/content-card.js +0 -0
- package/src/services/progress-row/rows/method-card.js +0 -0
- package/src/services/progress-row/rows/playlist-card.js +0 -0
- package/src/services/railcontent.js +0 -0
- package/src/services/recommendations.js +0 -0
- package/src/services/reporting/README.md +0 -0
- package/src/services/reporting/reporting.ts +0 -0
- package/src/services/reporting/types.ts +0 -0
- package/src/services/search.ts +0 -0
- package/src/services/sentry/.indexignore +0 -0
- package/src/services/sentry/index.ts +0 -0
- package/src/services/state.ts +0 -0
- package/src/services/sync/.indexignore +0 -0
- package/src/services/sync/adapters/factory.ts +0 -0
- package/src/services/sync/adapters/lokijs.ts +0 -0
- package/src/services/sync/adapters/sqlite.ts +0 -0
- package/src/services/sync/context/index.ts +0 -0
- package/src/services/sync/context/providers/base.ts +0 -0
- package/src/services/sync/context/providers/connectivity.ts +0 -0
- package/src/services/sync/context/providers/durability.ts +0 -0
- package/src/services/sync/context/providers/index.ts +0 -0
- package/src/services/sync/context/providers/session.ts +0 -0
- package/src/services/sync/context/providers/tabs.ts +0 -0
- package/src/services/sync/context/providers/visibility.ts +0 -0
- package/src/services/sync/database/factory.ts +0 -0
- package/src/services/sync/debug.ts +0 -0
- package/src/services/sync/effects/index.ts +0 -0
- package/src/services/sync/effects/logout-warning.ts +0 -0
- package/src/services/sync/effects/push-failure-notification.ts +0 -0
- package/src/services/sync/errors/boundary.ts +0 -0
- package/src/services/sync/errors/index.ts +0 -0
- package/src/services/sync/errors/validators.ts +0 -0
- package/src/services/sync/fetch.ts +0 -0
- package/src/services/sync/index.ts +0 -0
- package/src/services/sync/manager.ts +0 -0
- package/src/services/sync/models/Base.ts +0 -0
- package/src/services/sync/models/ContentLike.ts +0 -0
- package/src/services/sync/models/ContentProgress.ts +0 -0
- package/src/services/sync/models/Practice.ts +0 -0
- package/src/services/sync/models/PracticeDayNote.ts +0 -0
- package/src/services/sync/models/UserAwardProgress.ts +0 -0
- package/src/services/sync/models/index.ts +0 -0
- package/src/services/sync/repositories/base.ts +0 -0
- package/src/services/sync/repositories/content-likes.ts +0 -0
- package/src/services/sync/repositories/content-progress.ts +0 -0
- package/src/services/sync/repositories/index.ts +0 -0
- package/src/services/sync/repositories/practice-day-notes.ts +0 -0
- package/src/services/sync/repositories/practices.ts +0 -0
- package/src/services/sync/repositories/user-award-progress.ts +0 -0
- package/src/services/sync/repository-proxy.ts +0 -0
- package/src/services/sync/resolver.ts +0 -0
- package/src/services/sync/retry.ts +0 -0
- package/src/services/sync/run-scope.ts +0 -0
- package/src/services/sync/schema/index.ts +0 -0
- package/src/services/sync/serializers/index.ts +0 -0
- package/src/services/sync/serializers/model.ts +0 -0
- package/src/services/sync/serializers/raw.ts +0 -0
- package/src/services/sync/stale-record-cleanup.ts +0 -0
- package/src/services/sync/store/index.ts +0 -0
- package/src/services/sync/store/push-coalescer.ts +0 -0
- package/src/services/sync/store-configs.ts +0 -0
- package/src/services/sync/strategies/base.ts +0 -0
- package/src/services/sync/strategies/index.ts +0 -0
- package/src/services/sync/strategies/initial.ts +0 -0
- package/src/services/sync/strategies/polling.ts +0 -0
- package/src/services/sync/telemetry/flood-prevention.ts +0 -0
- package/src/services/sync/telemetry/index.ts +0 -0
- package/src/services/sync/telemetry/sampling.ts +0 -0
- package/src/services/sync/utils/event-emitter.ts +0 -0
- package/src/services/sync/utils/index.ts +0 -0
- package/src/services/sync/utils/throttle.ts +0 -0
- package/src/services/sync/utils/timers.ts +0 -0
- package/src/services/types.js +0 -0
- package/src/services/urlBuilder.ts +0 -0
- package/src/services/user/account.ts +0 -0
- package/src/services/user/chat.js +0 -0
- package/src/services/user/interests.js +0 -0
- package/src/services/user/management.js +0 -0
- package/src/services/user/memberships.ts +0 -0
- package/src/services/user/onboarding.ts +0 -0
- package/src/services/user/payments.ts +0 -0
- package/src/services/user/playerSettings.ts +0 -0
- package/src/services/user/practiceGoals.ts +0 -0
- package/src/services/user/profile.ts +0 -0
- package/src/services/user/session.ts +0 -0
- package/src/services/user/sessions.js +0 -0
- package/src/services/user/streakCalculator.ts +23 -2
- package/src/services/user/types.d.ts +0 -0
- package/src/services/user/types.js +0 -0
- package/src/services/user/user-management-system.js +0 -0
- package/src/services/userActivity.js +146 -40
- package/src/services/whoLiked.ts +0 -0
- package/src/version-info.js +1 -1
- package/tools/generate-index.cjs +0 -0
- package/tsconfig.json +0 -0
- package/usage/sanity/decorators/examples.ts +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,60 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"permissions": {
|
|
3
3
|
"allow": [
|
|
4
|
-
"Bash(
|
|
5
|
-
"Bash(
|
|
6
|
-
"
|
|
7
|
-
"Bash(
|
|
8
|
-
"Bash(
|
|
9
|
-
"Bash(
|
|
10
|
-
"Bash(
|
|
11
|
-
"Bash(
|
|
12
|
-
"Bash(
|
|
13
|
-
"Bash(
|
|
14
|
-
"
|
|
15
|
-
"Bash(
|
|
16
|
-
"Bash(
|
|
17
|
-
"Bash(echo \"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"Bash(git push *)",
|
|
24
|
-
"mcp__github__create_pull_request",
|
|
25
|
-
"mcp__github__search_pull_requests",
|
|
26
|
-
"Bash(git commit *)",
|
|
27
|
-
"Bash(git add *)",
|
|
28
|
-
"mcp__github__list_pull_requests",
|
|
29
|
-
"mcp__sanity__get_schema",
|
|
30
|
-
"mcp__sanity__query_documents",
|
|
31
|
-
"Bash(git rm *)",
|
|
32
|
-
"Bash(git rebase *)"
|
|
4
|
+
"Bash(tree:*)",
|
|
5
|
+
"Bash(find:*)",
|
|
6
|
+
"Bash(docker exec:*)",
|
|
7
|
+
"Bash(node:*)",
|
|
8
|
+
"Bash(npm run build-index:*)",
|
|
9
|
+
"Bash(npm run link_mcs:*)",
|
|
10
|
+
"Bash(./link_mcs.sh:*)",
|
|
11
|
+
"Bash(curl:*)",
|
|
12
|
+
"Bash(php artisan:*)",
|
|
13
|
+
"Bash(git checkout:*)",
|
|
14
|
+
"Bash(source .env)",
|
|
15
|
+
"Bash(echo:*)",
|
|
16
|
+
"Bash(grep:*)",
|
|
17
|
+
"Bash(gh api repos/railroadmedia/musora-platform-backend/commits/1f9878a5e681bf1e2233c0d59a618d477b118c49 --jq '.commit.message' 2>/dev/null || echo \"no access\")",
|
|
18
|
+
"WebFetch(domain:github.com)",
|
|
19
|
+
"Read(//app/**)",
|
|
20
|
+
"Bash(git -C /app/musora-platform-backend log --oneline main..HEAD)",
|
|
21
|
+
"Bash(git -C /app/musora-platform-backend diff main..HEAD --name-only)",
|
|
22
|
+
"Bash(npx vitest *)"
|
|
33
23
|
]
|
|
34
|
-
}
|
|
35
|
-
"model": "sonnet",
|
|
36
|
-
"enabledMcpjsonServers": [
|
|
37
|
-
"atlassian",
|
|
38
|
-
"figma",
|
|
39
|
-
"google-workspace",
|
|
40
|
-
"snowflake",
|
|
41
|
-
"aws",
|
|
42
|
-
"hex",
|
|
43
|
-
"sanity",
|
|
44
|
-
"mysql",
|
|
45
|
-
"slack",
|
|
46
|
-
"langfuse",
|
|
47
|
-
"chrome-devtools",
|
|
48
|
-
"railway",
|
|
49
|
-
"github",
|
|
50
|
-
"asana"
|
|
51
|
-
],
|
|
52
|
-
"disabledMcpjsonServers": [
|
|
53
|
-
"nightwatch",
|
|
54
|
-
"1password",
|
|
55
|
-
"mysql-staging",
|
|
56
|
-
"mysql-local",
|
|
57
|
-
"mobile"
|
|
58
|
-
],
|
|
59
|
-
"effortLevel": "medium"
|
|
24
|
+
}
|
|
60
25
|
}
|
package/.coderabbit.yaml
CHANGED
|
File without changes
|
package/.editorconfig
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ProjectModuleManager">
|
|
4
|
+
<modules>
|
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/musora-content-services.iml" filepath="$PROJECT_DIR$/.idea/musora-content-services.iml" />
|
|
6
|
+
<module fileurl="file://$PROJECT_DIR$/../musora-platform-backend/.idea/musora-platform-backend.iml" filepath="$PROJECT_DIR$/../musora-platform-backend/.idea/musora-platform-backend.iml" />
|
|
7
|
+
</modules>
|
|
8
|
+
</component>
|
|
9
|
+
</project>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="WEB_MODULE" version="4">
|
|
3
|
+
<component name="NewModuleRootManager">
|
|
4
|
+
<content url="file://$MODULE_DIR$">
|
|
5
|
+
<excludePattern pattern="node_modules" />
|
|
6
|
+
</content>
|
|
7
|
+
<orderEntry type="inheritedJdk" />
|
|
8
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
9
|
+
<orderEntry type="module" module-name="musora-platform-backend" />
|
|
10
|
+
</component>
|
|
11
|
+
</module>
|
package/.idea/php.xml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="MessDetectorOptionsConfiguration">
|
|
4
|
+
<option name="transferred" value="true" />
|
|
5
|
+
</component>
|
|
6
|
+
<component name="PHPCSFixerOptionsConfiguration">
|
|
7
|
+
<option name="transferred" value="true" />
|
|
8
|
+
</component>
|
|
9
|
+
<component name="PHPCodeSnifferOptionsConfiguration">
|
|
10
|
+
<option name="highlightLevel" value="WARNING" />
|
|
11
|
+
<option name="transferred" value="true" />
|
|
12
|
+
</component>
|
|
13
|
+
<component name="PhpProjectSharedConfiguration" php_language_level="8.3">
|
|
14
|
+
<option name="suggestChangeDefaultLanguageLevel" value="false" />
|
|
15
|
+
</component>
|
|
16
|
+
<component name="PhpStanOptionsConfiguration">
|
|
17
|
+
<option name="transferred" value="true" />
|
|
18
|
+
</component>
|
|
19
|
+
<component name="PsalmOptionsConfiguration">
|
|
20
|
+
<option name="transferred" value="true" />
|
|
21
|
+
</component>
|
|
22
|
+
</project>
|
package/.idea/vcs.xml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="VcsDirectoryMappings">
|
|
4
|
+
<mapping directory="" vcs="Git" />
|
|
5
|
+
<mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
|
|
6
|
+
<mapping directory="$PROJECT_DIR$/../musora-platform-backend" vcs="Git" />
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
package/.prettierignore
CHANGED
|
File without changes
|
package/.prettierrc
CHANGED
|
File without changes
|
|
Binary file
|
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.175.0](https://github.com/railroadmedia/musora-content-services/compare/v2.174.0...v2.175.0) (2026-08-18)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **BEHSTP-441:** New method: getWeeklyPracticeSessions and expose Weekly Goal Progress in getUserWeeklyStats ([04ba10c](https://github.com/railroadmedia/musora-content-services/commit/04ba10c39ab50e9c35bc01e0289c4d8ead941bff))
|
|
11
|
+
* **BEHSTP-463:** new method getWeeklyPracticeSessionsOffline ([b321cfc](https://github.com/railroadmedia/musora-content-services/commit/b321cfc358e7ac88128957c5dcca2f64e529aa39))
|
|
12
|
+
* **BEHSTP-474:** split streak message into part1/part2 for new FE design ([a3912db](https://github.com/railroadmedia/musora-content-services/commit/a3912db2ad37eed491f8ceda69edd32fa825dc44))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **BEHSTP-441:** return getWeeklyPracticeSessions as a flat practices array ([1fc7ef3](https://github.com/railroadmedia/musora-content-services/commit/1fc7ef3c38a528d1206467867bc43cfb0e2501d0))
|
|
18
|
+
|
|
5
19
|
## [2.174.0](https://github.com/railroadmedia/musora-content-services/compare/v2.173.0...v2.174.0) (2026-08-12)
|
|
6
20
|
|
|
7
21
|
|
package/CLAUDE.md
CHANGED
|
File without changes
|
package/README.md
CHANGED
|
File without changes
|
package/babel.config.cjs
CHANGED
|
File without changes
|
package/codecov.yml
CHANGED
|
File without changes
|
package/jest.config.js
CHANGED
|
File without changes
|
|
File without changes
|
package/jest.live.config.js
CHANGED
|
File without changes
|
package/jsdoc.json
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
package/src/contentMetaData.js
CHANGED
|
File without changes
|
package/src/filterBuilder.js
CHANGED
|
File without changes
|
package/src/index.d.ts
CHANGED
|
@@ -263,6 +263,7 @@ import {
|
|
|
263
263
|
|
|
264
264
|
import {
|
|
265
265
|
getPracticeSessionsOffline,
|
|
266
|
+
getWeeklyPracticeSessionsOffline,
|
|
266
267
|
otherStatsOffline
|
|
267
268
|
} from './services/offline/practices.ts';
|
|
268
269
|
|
|
@@ -492,6 +493,9 @@ import {
|
|
|
492
493
|
} from './services/user/profile.ts';
|
|
493
494
|
|
|
494
495
|
import {
|
|
496
|
+
listOAuthProviders,
|
|
497
|
+
redirectToOAuthProvider,
|
|
498
|
+
unlinkOAuthProvider,
|
|
495
499
|
verifyOAuthToken
|
|
496
500
|
} from './services/user/session.ts';
|
|
497
501
|
|
|
@@ -513,6 +517,7 @@ import {
|
|
|
513
517
|
getStreaksAndMessage,
|
|
514
518
|
getUserMonthlyStats,
|
|
515
519
|
getUserWeeklyStats,
|
|
520
|
+
getWeeklyPracticeSessions,
|
|
516
521
|
recordUserActivity,
|
|
517
522
|
recordUserPractice,
|
|
518
523
|
removeUserPractice,
|
|
@@ -774,6 +779,8 @@ declare module 'musora-content-services' {
|
|
|
774
779
|
getUserSignature,
|
|
775
780
|
getUserWeeklyStats,
|
|
776
781
|
getWeekNumber,
|
|
782
|
+
getWeeklyPracticeSessions,
|
|
783
|
+
getWeeklyPracticeSessionsOffline,
|
|
777
784
|
globalConfig,
|
|
778
785
|
grant30DaysAccessForLifetime,
|
|
779
786
|
guidedCourses,
|
|
@@ -795,6 +802,7 @@ declare module 'musora-content-services' {
|
|
|
795
802
|
likeContent,
|
|
796
803
|
likePlaylist,
|
|
797
804
|
likePost,
|
|
805
|
+
listOAuthProviders,
|
|
798
806
|
lockThread,
|
|
799
807
|
login,
|
|
800
808
|
logout,
|
|
@@ -821,6 +829,7 @@ declare module 'musora-content-services' {
|
|
|
821
829
|
recordUserPractice,
|
|
822
830
|
recordWatchSession,
|
|
823
831
|
recordWatchSessionOffline,
|
|
832
|
+
redirectToOAuthProvider,
|
|
824
833
|
registerAwardCallback,
|
|
825
834
|
registerProgressCallback,
|
|
826
835
|
removeContentAsInterested,
|
|
@@ -871,6 +880,7 @@ declare module 'musora-content-services' {
|
|
|
871
880
|
unlikeContent,
|
|
872
881
|
unlikePlaylist,
|
|
873
882
|
unlikePost,
|
|
883
|
+
unlinkOAuthProvider,
|
|
874
884
|
unlockThread,
|
|
875
885
|
unpinProgressRow,
|
|
876
886
|
unpinThread,
|
package/src/index.js
CHANGED
|
@@ -267,6 +267,7 @@ import {
|
|
|
267
267
|
|
|
268
268
|
import {
|
|
269
269
|
getPracticeSessionsOffline,
|
|
270
|
+
getWeeklyPracticeSessionsOffline,
|
|
270
271
|
otherStatsOffline
|
|
271
272
|
} from './services/offline/practices.ts';
|
|
272
273
|
|
|
@@ -496,6 +497,9 @@ import {
|
|
|
496
497
|
} from './services/user/profile.ts';
|
|
497
498
|
|
|
498
499
|
import {
|
|
500
|
+
listOAuthProviders,
|
|
501
|
+
redirectToOAuthProvider,
|
|
502
|
+
unlinkOAuthProvider,
|
|
499
503
|
verifyOAuthToken
|
|
500
504
|
} from './services/user/session.ts';
|
|
501
505
|
|
|
@@ -517,6 +521,7 @@ import {
|
|
|
517
521
|
getStreaksAndMessage,
|
|
518
522
|
getUserMonthlyStats,
|
|
519
523
|
getUserWeeklyStats,
|
|
524
|
+
getWeeklyPracticeSessions,
|
|
520
525
|
recordUserActivity,
|
|
521
526
|
recordUserPractice,
|
|
522
527
|
removeUserPractice,
|
|
@@ -773,6 +778,8 @@ export {
|
|
|
773
778
|
getUserSignature,
|
|
774
779
|
getUserWeeklyStats,
|
|
775
780
|
getWeekNumber,
|
|
781
|
+
getWeeklyPracticeSessions,
|
|
782
|
+
getWeeklyPracticeSessionsOffline,
|
|
776
783
|
globalConfig,
|
|
777
784
|
grant30DaysAccessForLifetime,
|
|
778
785
|
guidedCourses,
|
|
@@ -794,6 +801,7 @@ export {
|
|
|
794
801
|
likeContent,
|
|
795
802
|
likePlaylist,
|
|
796
803
|
likePost,
|
|
804
|
+
listOAuthProviders,
|
|
797
805
|
lockThread,
|
|
798
806
|
login,
|
|
799
807
|
logout,
|
|
@@ -820,6 +828,7 @@ export {
|
|
|
820
828
|
recordUserPractice,
|
|
821
829
|
recordWatchSession,
|
|
822
830
|
recordWatchSessionOffline,
|
|
831
|
+
redirectToOAuthProvider,
|
|
823
832
|
registerAwardCallback,
|
|
824
833
|
registerProgressCallback,
|
|
825
834
|
removeContentAsInterested,
|
|
@@ -870,6 +879,7 @@ export {
|
|
|
870
879
|
unlikeContent,
|
|
871
880
|
unlikePlaylist,
|
|
872
881
|
unlikePost,
|
|
882
|
+
unlinkOAuthProvider,
|
|
873
883
|
unlockThread,
|
|
874
884
|
unpinProgressRow,
|
|
875
885
|
unpinThread,
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/lib/ads/monoid.ts
CHANGED
|
File without changes
|
package/src/lib/ads/semigroup.ts
CHANGED
|
File without changes
|
package/src/lib/brands.ts
CHANGED
|
File without changes
|
package/src/lib/lastUpdated.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/lib/sanity/filter.ts
CHANGED
|
File without changes
|
package/src/lib/sanity/query.ts
CHANGED
|
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
|
package/src/services/config.js
CHANGED
|
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
|
package/src/services/content.js
CHANGED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|