gst-common 1.2.23 → 1.2.24

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
@@ -236,7 +236,7 @@ type TClassEntity = {
236
236
  registeredProgram: TRegisteredProgramEntity | null;
237
237
  student: TAccountEntity | null;
238
238
  tutor: TAccountEntity;
239
- learningTimes: TClassLearningTimeEntity;
239
+ learningTimes: TClassLearningTimeEntity[];
240
240
  } & BaseEntity;
241
241
  type TLessonEntity = {
242
242
  startTime: string;
package/dist/index.d.ts CHANGED
@@ -236,7 +236,7 @@ type TClassEntity = {
236
236
  registeredProgram: TRegisteredProgramEntity | null;
237
237
  student: TAccountEntity | null;
238
238
  tutor: TAccountEntity;
239
- learningTimes: TClassLearningTimeEntity;
239
+ learningTimes: TClassLearningTimeEntity[];
240
240
  } & BaseEntity;
241
241
  type TLessonEntity = {
242
242
  startTime: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.2.23",
3
+ "version": "1.2.24",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",