gst-common 1.6.28 → 1.6.29

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
@@ -1611,6 +1611,8 @@ type TClassUpdate = {
1611
1611
  } & Partial<Omit<TClassMeCreate, "studentId" | "registeredProgramId">>;
1612
1612
  type TClassStudentChangeStatus = {
1613
1613
  status: CLASS_STATUS_STUDENT_EDIT;
1614
+ cancelStatusReason?: CLASS_STATUS_CANCELED_REASON_STUDENT;
1615
+ note?: string;
1614
1616
  };
1615
1617
  type TLessonConfirm = {
1616
1618
  lessonIds: string[];
package/dist/index.d.ts CHANGED
@@ -1611,6 +1611,8 @@ type TClassUpdate = {
1611
1611
  } & Partial<Omit<TClassMeCreate, "studentId" | "registeredProgramId">>;
1612
1612
  type TClassStudentChangeStatus = {
1613
1613
  status: CLASS_STATUS_STUDENT_EDIT;
1614
+ cancelStatusReason?: CLASS_STATUS_CANCELED_REASON_STUDENT;
1615
+ note?: string;
1614
1616
  };
1615
1617
  type TLessonConfirm = {
1616
1618
  lessonIds: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.6.28",
3
+ "version": "1.6.29",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",