glitch-javascript-sdk 2.5.5 → 2.5.6
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/dist/cjs/index.js +3 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/api/Education.d.ts +1 -0
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
- package/src/api/Education.ts +3 -0
package/dist/cjs/index.js
CHANGED
|
@@ -29917,6 +29917,9 @@ var Education = /** @class */ (function () {
|
|
|
29917
29917
|
Education.getQuestionPerformanceReport = function (params) {
|
|
29918
29918
|
return Requests.processRoute(EducationRoute.routes.reportQuestionPerformance, undefined, undefined, params);
|
|
29919
29919
|
};
|
|
29920
|
+
Education.getRetentionReport = function () {
|
|
29921
|
+
return Requests.processRoute(EducationRoute.routes.reportRetention);
|
|
29922
|
+
};
|
|
29920
29923
|
// --- 9. ACHIEVEMENTS (BADGES & CERTIFICATES) ---
|
|
29921
29924
|
Education.myBadges = function () {
|
|
29922
29925
|
return Requests.processRoute(EducationRoute.routes.myBadges);
|