glitch-javascript-sdk 2.5.6 → 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
@@ -29920,6 +29920,13 @@ var Education = /** @class */ (function () {
29920
29920
  Education.getRetentionReport = function () {
29921
29921
  return Requests.processRoute(EducationRoute.routes.reportRetention);
29922
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
+ };
29923
29930
  // --- 9. ACHIEVEMENTS (BADGES & CERTIFICATES) ---
29924
29931
  Education.myBadges = function () {
29925
29932
  return Requests.processRoute(EducationRoute.routes.myBadges);