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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
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[];
|