gst-common 1.6.61 → 1.6.62

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
@@ -2797,6 +2797,8 @@ type TProgramInternalListRes = {
2797
2797
  account: TAccountEntity & {
2798
2798
  tutor: TTutorEntity;
2799
2799
  };
2800
+ subject: TCategoryEntity;
2801
+ keywords: TCategoryEntity[];
2800
2802
  })[];
2801
2803
  total: number;
2802
2804
  };
package/dist/index.d.ts CHANGED
@@ -2797,6 +2797,8 @@ type TProgramInternalListRes = {
2797
2797
  account: TAccountEntity & {
2798
2798
  tutor: TTutorEntity;
2799
2799
  };
2800
+ subject: TCategoryEntity;
2801
+ keywords: TCategoryEntity[];
2800
2802
  })[];
2801
2803
  total: number;
2802
2804
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.6.61",
3
+ "version": "1.6.62",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",