gst-common 1.4.52 → 1.4.53

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/index.d.cts CHANGED
@@ -1699,6 +1699,7 @@ type TProgramPublicLearnedProgramRes = {
1699
1699
  account: TAccountEntity;
1700
1700
  totalCompletedHours: number;
1701
1701
  totalCompletedLessons: number;
1702
+ class: TClassEntity;
1702
1703
  })[];
1703
1704
  total: number;
1704
1705
  };
package/dist/index.d.ts CHANGED
@@ -1699,6 +1699,7 @@ type TProgramPublicLearnedProgramRes = {
1699
1699
  account: TAccountEntity;
1700
1700
  totalCompletedHours: number;
1701
1701
  totalCompletedLessons: number;
1702
+ class: TClassEntity;
1702
1703
  })[];
1703
1704
  total: number;
1704
1705
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.4.52",
3
+ "version": "1.4.53",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",