glitch-javascript-sdk 2.5.5 → 2.5.7

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 CHANGED
@@ -29917,6 +29917,16 @@ 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
+ };
29923
+ /**
29924
+ * List raw engagement logs.
29925
+ * @param params Filter by user_id, content_id, or is_paid
29926
+ */
29927
+ Education.listViews = function (params) {
29928
+ return Requests.processRoute(EducationRoute.routes.listViews, undefined, undefined, params);
29929
+ };
29920
29930
  // --- 9. ACHIEVEMENTS (BADGES & CERTIFICATES) ---
29921
29931
  Education.myBadges = function () {
29922
29932
  return Requests.processRoute(EducationRoute.routes.myBadges);