musora-content-services 2.19.1 → 2.19.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/CHANGELOG.md +2 -0
- package/package.json +1 -1
- package/src/index.d.ts +2 -0
- package/src/index.js +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
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.19.2](https://github.com/railroadmedia/musora-content-services/compare/v2.19.1...v2.19.2) (2025-07-09)
|
|
6
|
+
|
|
5
7
|
### [2.19.1](https://github.com/railroadmedia/musora-content-services/compare/v2.19.0...v2.19.1) (2025-07-09)
|
|
6
8
|
|
|
7
9
|
|
package/package.json
CHANGED
package/src/index.d.ts
CHANGED
|
@@ -229,6 +229,7 @@ import {
|
|
|
229
229
|
resetPassword,
|
|
230
230
|
sendAccountSetupEmail,
|
|
231
231
|
sendPasswordResetEmail,
|
|
232
|
+
setupAccount,
|
|
232
233
|
status
|
|
233
234
|
} from './services/user/account.ts';
|
|
234
235
|
|
|
@@ -510,6 +511,7 @@ declare module 'musora-content-services' {
|
|
|
510
511
|
sendAccountSetupEmail,
|
|
511
512
|
sendPasswordResetEmail,
|
|
512
513
|
setStudentViewForUser,
|
|
514
|
+
setupAccount,
|
|
513
515
|
status,
|
|
514
516
|
togglePlaylistPrivate,
|
|
515
517
|
unEnrollUserInGuidedCourse,
|
package/src/index.js
CHANGED
|
@@ -229,6 +229,7 @@ import {
|
|
|
229
229
|
resetPassword,
|
|
230
230
|
sendAccountSetupEmail,
|
|
231
231
|
sendPasswordResetEmail,
|
|
232
|
+
setupAccount,
|
|
232
233
|
status
|
|
233
234
|
} from './services/user/account.ts';
|
|
234
235
|
|
|
@@ -509,6 +510,7 @@ export {
|
|
|
509
510
|
sendAccountSetupEmail,
|
|
510
511
|
sendPasswordResetEmail,
|
|
511
512
|
setStudentViewForUser,
|
|
513
|
+
setupAccount,
|
|
512
514
|
status,
|
|
513
515
|
togglePlaylistPrivate,
|
|
514
516
|
unEnrollUserInGuidedCourse,
|