gst-common 1.6.12 → 1.6.13
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2397,6 +2397,7 @@ type TRequestTutorFormListRes = (TRequestTutorFormEntity & {
|
|
|
2397
2397
|
type TRequestTutorFormInternalListRes = {
|
|
2398
2398
|
requests: (TRequestTutorFormEntity & {
|
|
2399
2399
|
studyTimeRange: TTeachingTimeRangeEntity[];
|
|
2400
|
+
assignAccountTutor: TAccountEntity;
|
|
2400
2401
|
learningDayOfWeeks: TDayOfWeekEntity[];
|
|
2401
2402
|
province: TProvinceEntity;
|
|
2402
2403
|
district: TDistrictEntity;
|
package/dist/index.d.ts
CHANGED
|
@@ -2397,6 +2397,7 @@ type TRequestTutorFormListRes = (TRequestTutorFormEntity & {
|
|
|
2397
2397
|
type TRequestTutorFormInternalListRes = {
|
|
2398
2398
|
requests: (TRequestTutorFormEntity & {
|
|
2399
2399
|
studyTimeRange: TTeachingTimeRangeEntity[];
|
|
2400
|
+
assignAccountTutor: TAccountEntity;
|
|
2400
2401
|
learningDayOfWeeks: TDayOfWeekEntity[];
|
|
2401
2402
|
province: TProvinceEntity;
|
|
2402
2403
|
district: TDistrictEntity;
|