glitch-javascript-sdk 2.6.1 → 2.6.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/dist/cjs/index.js CHANGED
@@ -29914,6 +29914,9 @@ var Education = /** @class */ (function () {
29914
29914
  Education.getPreviewSecureVideo = function (uuid) {
29915
29915
  return Requests.processRoute(EducationRoute.routes.getPreviewSecureVideo, undefined, { uuid: uuid });
29916
29916
  };
29917
+ Education.listAllProgress = function (params) {
29918
+ return Requests.processRoute(EducationRoute.routes.listAllProgress, undefined, undefined, params);
29919
+ };
29917
29920
  // --- 4. TRACK CONTENT (PIVOT) ---
29918
29921
  Education.listTrackContent = function (track_id) {
29919
29922
  return Requests.processRoute(EducationRoute.routes.listTrackContent, undefined, { track_id: track_id });