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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.6.12",
3
+ "version": "1.6.13",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",