gst-common 1.6.11 → 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
@@ -318,6 +318,7 @@ type TTeachingTimeRangeEntity = {
318
318
  };
319
319
  type TRequestTutorFormEntity = {
320
320
  phoneNumber: string;
321
+ code: string;
321
322
  isZaloPhoneNumber: boolean;
322
323
  jobDescription: string;
323
324
  expectedFee: number;
@@ -2396,6 +2397,7 @@ type TRequestTutorFormListRes = (TRequestTutorFormEntity & {
2396
2397
  type TRequestTutorFormInternalListRes = {
2397
2398
  requests: (TRequestTutorFormEntity & {
2398
2399
  studyTimeRange: TTeachingTimeRangeEntity[];
2400
+ assignAccountTutor: TAccountEntity;
2399
2401
  learningDayOfWeeks: TDayOfWeekEntity[];
2400
2402
  province: TProvinceEntity;
2401
2403
  district: TDistrictEntity;
package/dist/index.d.ts CHANGED
@@ -318,6 +318,7 @@ type TTeachingTimeRangeEntity = {
318
318
  };
319
319
  type TRequestTutorFormEntity = {
320
320
  phoneNumber: string;
321
+ code: string;
321
322
  isZaloPhoneNumber: boolean;
322
323
  jobDescription: string;
323
324
  expectedFee: number;
@@ -2396,6 +2397,7 @@ type TRequestTutorFormListRes = (TRequestTutorFormEntity & {
2396
2397
  type TRequestTutorFormInternalListRes = {
2397
2398
  requests: (TRequestTutorFormEntity & {
2398
2399
  studyTimeRange: TTeachingTimeRangeEntity[];
2400
+ assignAccountTutor: TAccountEntity;
2399
2401
  learningDayOfWeeks: TDayOfWeekEntity[];
2400
2402
  province: TProvinceEntity;
2401
2403
  district: TDistrictEntity;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.6.11",
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",