gst-common 1.3.16 → 1.3.18
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 +10 -20
- package/dist/index.d.ts +10 -20
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -292,9 +292,6 @@ type TFileLessonEntity = {
|
|
|
292
292
|
name: string;
|
|
293
293
|
size: number;
|
|
294
294
|
} & BaseEntity;
|
|
295
|
-
type TDocumentTagEntity = {
|
|
296
|
-
name: string;
|
|
297
|
-
} & BaseEntity;
|
|
298
295
|
type TDocumentsEntity = {} & BaseEntity;
|
|
299
296
|
type TFileEntity = {
|
|
300
297
|
url: string;
|
|
@@ -667,16 +664,13 @@ type TClassStudentStatisticGroupByMonth = {
|
|
|
667
664
|
classId: string;
|
|
668
665
|
numberOfYear: number;
|
|
669
666
|
};
|
|
670
|
-
type TDocumentTagCreate = {
|
|
671
|
-
name: string;
|
|
672
|
-
};
|
|
673
667
|
type TDocumentUpload = {
|
|
674
668
|
file: any;
|
|
675
|
-
|
|
669
|
+
programId: string;
|
|
676
670
|
};
|
|
677
671
|
type TDocumentList = {
|
|
678
672
|
search?: string;
|
|
679
|
-
|
|
673
|
+
programId?: string;
|
|
680
674
|
} & BasePaginationParams;
|
|
681
675
|
|
|
682
676
|
type TProgramRegisteredMeTutorEdit = {
|
|
@@ -705,9 +699,6 @@ type TLessonConfirm = {
|
|
|
705
699
|
type TProposedLearningEdit = {
|
|
706
700
|
id: string;
|
|
707
701
|
} & Partial<Omit<TProposedLearningCreate, "classId">>;
|
|
708
|
-
type TDocumentTagEdit = {
|
|
709
|
-
id: string;
|
|
710
|
-
} & Partial<TDocumentTagCreate>;
|
|
711
702
|
|
|
712
703
|
type AccountSignInResponse = {
|
|
713
704
|
accessToken: string;
|
|
@@ -999,23 +990,22 @@ type TFileLessonUploadRes = TFileLessonEntity & {
|
|
|
999
990
|
};
|
|
1000
991
|
type TFileLessonListRes = TFileLessonEntity[];
|
|
1001
992
|
type TFileLessonStudentListRes = TFileLessonEntity[];
|
|
1002
|
-
type TDocumentTagCreateRes = TDocumentTagEntity;
|
|
1003
|
-
type TDocumentTagDeleteRes = TDocumentTagEntity;
|
|
1004
|
-
type TDocumentTagEditRes = TDocumentTagEntity;
|
|
1005
|
-
type TDocumentTagListRes = (TDocumentTagEntity & {
|
|
1006
|
-
fileCount: number;
|
|
1007
|
-
fileSize: number;
|
|
1008
|
-
})[];
|
|
1009
993
|
type TDocumentUploadRes = TDocumentsEntity & {
|
|
1010
994
|
file: TFileEntity;
|
|
1011
995
|
};
|
|
1012
996
|
type TDocumentDeleteFileRes = TDocumentsEntity;
|
|
1013
997
|
type TDocumentListRes = {
|
|
1014
998
|
documents: (TDocumentsEntity & {
|
|
1015
|
-
|
|
999
|
+
program: TProgramEntity;
|
|
1016
1000
|
file: TFileEntity;
|
|
1017
1001
|
})[];
|
|
1018
1002
|
total: number;
|
|
1019
1003
|
};
|
|
1004
|
+
type TDocumentProgramListRes = {
|
|
1005
|
+
id: string;
|
|
1006
|
+
name: string;
|
|
1007
|
+
totalFile: number;
|
|
1008
|
+
totalSize: number;
|
|
1009
|
+
}[];
|
|
1020
1010
|
|
|
1021
|
-
export { type AccountPostMeResponse, type AccountSignInResponse, type BaseEntity, type BasePaginationParams, type BaseResponse, CLASS_STATUS, CLASS_STATUS_STUDENT_EDIT, CLASS_STATUS_TUTOR_EDIT, COMMON_ROUTES, CUSTOMER_TYPE, type ClassLearningTimeDTO, type DATA_THIRD_PARTY_LOGIN, DAY_OF_WEEK, GENDER, LESSON_ACTIVITY_STATUS, NOTIFICATION_STATUS, NOTIFICATION_TYPE, OBJECT_CLASS_STATUS, OBJECT_CUSTOMER_TYPE, OBJECT_DAY_OF_WEEK, OBJECT_GENDER, OBJECT_LESSON_ACTIVITY_STATUS, OBJECT_PROGRAM_METHOD, OBJECT_PROGRAM_SUITABLE_LEARNER, OBJECT_REGISTERED_PROGRAM_STATUS, OBJECT_REGISTER_METHOD, OBJECT_SCHOOL_STATUS, OBJECT_SORT_TYPE, OBJ_SESSION_PER_WEEK, OTP_RESEND_TIME, PROGRAM_METHOD, PROGRAM_SUITABLE_LEARNER, REFRESH_TYPE, REGISTERED_PROGRAM_STATUS, REGISTER_METHOD, REGISTER_PROGRAM_TIME, ResponseStatus, SCHOOL_STATUS, SORT_TYPE, type TAccountEntity, type TAdministrativeRegionEntity, type TAdministrativeUnitEntity, type TCLassStatistic, type TCLassStatisticRes, type TCLassStudentStatistic, type TCLassStudentStatisticRes, type TClassCountStatus, type TClassCountStatusRes, type TClassEntity, type TClassLearningTimeEntity, type TClassMeCreate, type TClassMeCreateRes, type TClassMeDetail, type TClassMeDetailRes, type TClassMeList, type TClassMeListRes, type TClassNotificationCreate, type TClassNotificationCreateRes, type TClassNotificationEntity, type TClassNotificationList, type TClassNotificationListRes, type TClassNotificationStudentList, type TClassNotificationStudentListRes, type TClassNotificationUpdate, type TClassNotificationUpdateRes, type TClassSelectOptionsRes, type TClassStatisticGroupByMonth, type TClassStatisticGroupByMonthRes, type TClassStudentChangeStatus, type TClassStudentChangeStatusRes, type TClassStudentCountStatus, type TClassStudentCountStatusRes, type TClassStudentDetailRes, type TClassStudentList, type TClassStudentListRes, type TClassStudentSelectOptionsRes, type TClassStudentStatisticGroupByMonth, type TClassStudentStatisticGroupByMonthRes, type TClassUpdate, type TClassUpdateRes, type TCompletedAndNotPaidLessonsRes, type TDeletableLessonsRes, type TDeleteDeletableLessonsRes, type TDistrictEntity, type TDocumentDeleteFileRes, type TDocumentList, type TDocumentListRes, type
|
|
1011
|
+
export { type AccountPostMeResponse, type AccountSignInResponse, type BaseEntity, type BasePaginationParams, type BaseResponse, CLASS_STATUS, CLASS_STATUS_STUDENT_EDIT, CLASS_STATUS_TUTOR_EDIT, COMMON_ROUTES, CUSTOMER_TYPE, type ClassLearningTimeDTO, type DATA_THIRD_PARTY_LOGIN, DAY_OF_WEEK, GENDER, LESSON_ACTIVITY_STATUS, NOTIFICATION_STATUS, NOTIFICATION_TYPE, OBJECT_CLASS_STATUS, OBJECT_CUSTOMER_TYPE, OBJECT_DAY_OF_WEEK, OBJECT_GENDER, OBJECT_LESSON_ACTIVITY_STATUS, OBJECT_PROGRAM_METHOD, OBJECT_PROGRAM_SUITABLE_LEARNER, OBJECT_REGISTERED_PROGRAM_STATUS, OBJECT_REGISTER_METHOD, OBJECT_SCHOOL_STATUS, OBJECT_SORT_TYPE, OBJ_SESSION_PER_WEEK, OTP_RESEND_TIME, PROGRAM_METHOD, PROGRAM_SUITABLE_LEARNER, REFRESH_TYPE, REGISTERED_PROGRAM_STATUS, REGISTER_METHOD, REGISTER_PROGRAM_TIME, ResponseStatus, SCHOOL_STATUS, SORT_TYPE, type TAccountEntity, type TAdministrativeRegionEntity, type TAdministrativeUnitEntity, type TCLassStatistic, type TCLassStatisticRes, type TCLassStudentStatistic, type TCLassStudentStatisticRes, type TClassCountStatus, type TClassCountStatusRes, type TClassEntity, type TClassLearningTimeEntity, type TClassMeCreate, type TClassMeCreateRes, type TClassMeDetail, type TClassMeDetailRes, type TClassMeList, type TClassMeListRes, type TClassNotificationCreate, type TClassNotificationCreateRes, type TClassNotificationEntity, type TClassNotificationList, type TClassNotificationListRes, type TClassNotificationStudentList, type TClassNotificationStudentListRes, type TClassNotificationUpdate, type TClassNotificationUpdateRes, type TClassSelectOptionsRes, type TClassStatisticGroupByMonth, type TClassStatisticGroupByMonthRes, type TClassStudentChangeStatus, type TClassStudentChangeStatusRes, type TClassStudentCountStatus, type TClassStudentCountStatusRes, type TClassStudentDetailRes, type TClassStudentList, type TClassStudentListRes, type TClassStudentSelectOptionsRes, type TClassStudentStatisticGroupByMonth, type TClassStudentStatisticGroupByMonthRes, type TClassUpdate, type TClassUpdateRes, type TCompletedAndNotPaidLessonsRes, type TDeletableLessonsRes, type TDeleteDeletableLessonsRes, type TDistrictEntity, type TDocumentDeleteFileRes, type TDocumentList, type TDocumentListRes, type TDocumentProgramListRes, type TDocumentUpload, type TDocumentUploadRes, type TDocumentsEntity, type TExtendLessonTimesDTO, type TFileEntity, type TFileLessonEntity, type TFileLessonListRes, type TFileLessonStudentListRes, type TFileLessonUploadRes, type TLesson, type TLessonCheckOverlap, type TLessonCheckOverlapRes, type TLessonConfirm, type TLessonConfirmRes, type TLessonDetailRes, type TLessonEdit, type TLessonEditRes, type TLessonEntity, type TLessonListMeTutor, type TLessonListMeTutorRes, type TLessonListUnconfirmedRes, type TLessonPrepare, type TLessonPrepareRes, type TLessonRequest, type TLessonRequestDTO, type TLessonRequestFailedOverlappedData, type TLessonRequestRes, type TLessonRequestSingle, type TLessonRequestSingleRes, type TLessonStudentCompletedAndNotPaidLessonsRes, type TLessonStudentDetailRes, type TLessonStudentList, type TLessonStudentListRes, type TNotificationEntity, type TProgramEntity, type TProgramOptionsMe, type TProgramOptionsMeRes, type TProgramRegisteredMeTutorEdit, type TProgramRegisteredMeTutorEditRes, type TProgramStudentCheckAllowRegister, type TProgramSuitableLearnerEntity, type TProposedLearningCreate, type TProposedLearningCreateRes, type TProposedLearningDetail, type TProposedLearningDetailRes, type TProposedLearningEdit, type TProposedLearningEditRes, type TProposedLearningEntity, type TProposedLearningLessonEntity, type TProposedLearningList, type TProposedLearningListRes, type TProposedLearningStudentDetail, type TProposedLearningStudentDetailRes, type TProposedLearningStudentList, type TProposedLearningStudentListRes, type TProvinceEntity, type TRegisteredProgramCountStatus, type TRegisteredProgramCountStatusRes, type TRegisteredProgramCreatePost, type TRegisteredProgramCreateRes, type TRegisteredProgramEntity, type TRegisteredProgramListSentMeDTO, type TRegisteredProgramListSentMeRes, type TStudent, type TStudentEntity, type TTutorEntity, type TTutorListStudents, type TTutorListStudentsRes };
|
package/dist/index.d.ts
CHANGED
|
@@ -292,9 +292,6 @@ type TFileLessonEntity = {
|
|
|
292
292
|
name: string;
|
|
293
293
|
size: number;
|
|
294
294
|
} & BaseEntity;
|
|
295
|
-
type TDocumentTagEntity = {
|
|
296
|
-
name: string;
|
|
297
|
-
} & BaseEntity;
|
|
298
295
|
type TDocumentsEntity = {} & BaseEntity;
|
|
299
296
|
type TFileEntity = {
|
|
300
297
|
url: string;
|
|
@@ -667,16 +664,13 @@ type TClassStudentStatisticGroupByMonth = {
|
|
|
667
664
|
classId: string;
|
|
668
665
|
numberOfYear: number;
|
|
669
666
|
};
|
|
670
|
-
type TDocumentTagCreate = {
|
|
671
|
-
name: string;
|
|
672
|
-
};
|
|
673
667
|
type TDocumentUpload = {
|
|
674
668
|
file: any;
|
|
675
|
-
|
|
669
|
+
programId: string;
|
|
676
670
|
};
|
|
677
671
|
type TDocumentList = {
|
|
678
672
|
search?: string;
|
|
679
|
-
|
|
673
|
+
programId?: string;
|
|
680
674
|
} & BasePaginationParams;
|
|
681
675
|
|
|
682
676
|
type TProgramRegisteredMeTutorEdit = {
|
|
@@ -705,9 +699,6 @@ type TLessonConfirm = {
|
|
|
705
699
|
type TProposedLearningEdit = {
|
|
706
700
|
id: string;
|
|
707
701
|
} & Partial<Omit<TProposedLearningCreate, "classId">>;
|
|
708
|
-
type TDocumentTagEdit = {
|
|
709
|
-
id: string;
|
|
710
|
-
} & Partial<TDocumentTagCreate>;
|
|
711
702
|
|
|
712
703
|
type AccountSignInResponse = {
|
|
713
704
|
accessToken: string;
|
|
@@ -999,23 +990,22 @@ type TFileLessonUploadRes = TFileLessonEntity & {
|
|
|
999
990
|
};
|
|
1000
991
|
type TFileLessonListRes = TFileLessonEntity[];
|
|
1001
992
|
type TFileLessonStudentListRes = TFileLessonEntity[];
|
|
1002
|
-
type TDocumentTagCreateRes = TDocumentTagEntity;
|
|
1003
|
-
type TDocumentTagDeleteRes = TDocumentTagEntity;
|
|
1004
|
-
type TDocumentTagEditRes = TDocumentTagEntity;
|
|
1005
|
-
type TDocumentTagListRes = (TDocumentTagEntity & {
|
|
1006
|
-
fileCount: number;
|
|
1007
|
-
fileSize: number;
|
|
1008
|
-
})[];
|
|
1009
993
|
type TDocumentUploadRes = TDocumentsEntity & {
|
|
1010
994
|
file: TFileEntity;
|
|
1011
995
|
};
|
|
1012
996
|
type TDocumentDeleteFileRes = TDocumentsEntity;
|
|
1013
997
|
type TDocumentListRes = {
|
|
1014
998
|
documents: (TDocumentsEntity & {
|
|
1015
|
-
|
|
999
|
+
program: TProgramEntity;
|
|
1016
1000
|
file: TFileEntity;
|
|
1017
1001
|
})[];
|
|
1018
1002
|
total: number;
|
|
1019
1003
|
};
|
|
1004
|
+
type TDocumentProgramListRes = {
|
|
1005
|
+
id: string;
|
|
1006
|
+
name: string;
|
|
1007
|
+
totalFile: number;
|
|
1008
|
+
totalSize: number;
|
|
1009
|
+
}[];
|
|
1020
1010
|
|
|
1021
|
-
export { type AccountPostMeResponse, type AccountSignInResponse, type BaseEntity, type BasePaginationParams, type BaseResponse, CLASS_STATUS, CLASS_STATUS_STUDENT_EDIT, CLASS_STATUS_TUTOR_EDIT, COMMON_ROUTES, CUSTOMER_TYPE, type ClassLearningTimeDTO, type DATA_THIRD_PARTY_LOGIN, DAY_OF_WEEK, GENDER, LESSON_ACTIVITY_STATUS, NOTIFICATION_STATUS, NOTIFICATION_TYPE, OBJECT_CLASS_STATUS, OBJECT_CUSTOMER_TYPE, OBJECT_DAY_OF_WEEK, OBJECT_GENDER, OBJECT_LESSON_ACTIVITY_STATUS, OBJECT_PROGRAM_METHOD, OBJECT_PROGRAM_SUITABLE_LEARNER, OBJECT_REGISTERED_PROGRAM_STATUS, OBJECT_REGISTER_METHOD, OBJECT_SCHOOL_STATUS, OBJECT_SORT_TYPE, OBJ_SESSION_PER_WEEK, OTP_RESEND_TIME, PROGRAM_METHOD, PROGRAM_SUITABLE_LEARNER, REFRESH_TYPE, REGISTERED_PROGRAM_STATUS, REGISTER_METHOD, REGISTER_PROGRAM_TIME, ResponseStatus, SCHOOL_STATUS, SORT_TYPE, type TAccountEntity, type TAdministrativeRegionEntity, type TAdministrativeUnitEntity, type TCLassStatistic, type TCLassStatisticRes, type TCLassStudentStatistic, type TCLassStudentStatisticRes, type TClassCountStatus, type TClassCountStatusRes, type TClassEntity, type TClassLearningTimeEntity, type TClassMeCreate, type TClassMeCreateRes, type TClassMeDetail, type TClassMeDetailRes, type TClassMeList, type TClassMeListRes, type TClassNotificationCreate, type TClassNotificationCreateRes, type TClassNotificationEntity, type TClassNotificationList, type TClassNotificationListRes, type TClassNotificationStudentList, type TClassNotificationStudentListRes, type TClassNotificationUpdate, type TClassNotificationUpdateRes, type TClassSelectOptionsRes, type TClassStatisticGroupByMonth, type TClassStatisticGroupByMonthRes, type TClassStudentChangeStatus, type TClassStudentChangeStatusRes, type TClassStudentCountStatus, type TClassStudentCountStatusRes, type TClassStudentDetailRes, type TClassStudentList, type TClassStudentListRes, type TClassStudentSelectOptionsRes, type TClassStudentStatisticGroupByMonth, type TClassStudentStatisticGroupByMonthRes, type TClassUpdate, type TClassUpdateRes, type TCompletedAndNotPaidLessonsRes, type TDeletableLessonsRes, type TDeleteDeletableLessonsRes, type TDistrictEntity, type TDocumentDeleteFileRes, type TDocumentList, type TDocumentListRes, type
|
|
1011
|
+
export { type AccountPostMeResponse, type AccountSignInResponse, type BaseEntity, type BasePaginationParams, type BaseResponse, CLASS_STATUS, CLASS_STATUS_STUDENT_EDIT, CLASS_STATUS_TUTOR_EDIT, COMMON_ROUTES, CUSTOMER_TYPE, type ClassLearningTimeDTO, type DATA_THIRD_PARTY_LOGIN, DAY_OF_WEEK, GENDER, LESSON_ACTIVITY_STATUS, NOTIFICATION_STATUS, NOTIFICATION_TYPE, OBJECT_CLASS_STATUS, OBJECT_CUSTOMER_TYPE, OBJECT_DAY_OF_WEEK, OBJECT_GENDER, OBJECT_LESSON_ACTIVITY_STATUS, OBJECT_PROGRAM_METHOD, OBJECT_PROGRAM_SUITABLE_LEARNER, OBJECT_REGISTERED_PROGRAM_STATUS, OBJECT_REGISTER_METHOD, OBJECT_SCHOOL_STATUS, OBJECT_SORT_TYPE, OBJ_SESSION_PER_WEEK, OTP_RESEND_TIME, PROGRAM_METHOD, PROGRAM_SUITABLE_LEARNER, REFRESH_TYPE, REGISTERED_PROGRAM_STATUS, REGISTER_METHOD, REGISTER_PROGRAM_TIME, ResponseStatus, SCHOOL_STATUS, SORT_TYPE, type TAccountEntity, type TAdministrativeRegionEntity, type TAdministrativeUnitEntity, type TCLassStatistic, type TCLassStatisticRes, type TCLassStudentStatistic, type TCLassStudentStatisticRes, type TClassCountStatus, type TClassCountStatusRes, type TClassEntity, type TClassLearningTimeEntity, type TClassMeCreate, type TClassMeCreateRes, type TClassMeDetail, type TClassMeDetailRes, type TClassMeList, type TClassMeListRes, type TClassNotificationCreate, type TClassNotificationCreateRes, type TClassNotificationEntity, type TClassNotificationList, type TClassNotificationListRes, type TClassNotificationStudentList, type TClassNotificationStudentListRes, type TClassNotificationUpdate, type TClassNotificationUpdateRes, type TClassSelectOptionsRes, type TClassStatisticGroupByMonth, type TClassStatisticGroupByMonthRes, type TClassStudentChangeStatus, type TClassStudentChangeStatusRes, type TClassStudentCountStatus, type TClassStudentCountStatusRes, type TClassStudentDetailRes, type TClassStudentList, type TClassStudentListRes, type TClassStudentSelectOptionsRes, type TClassStudentStatisticGroupByMonth, type TClassStudentStatisticGroupByMonthRes, type TClassUpdate, type TClassUpdateRes, type TCompletedAndNotPaidLessonsRes, type TDeletableLessonsRes, type TDeleteDeletableLessonsRes, type TDistrictEntity, type TDocumentDeleteFileRes, type TDocumentList, type TDocumentListRes, type TDocumentProgramListRes, type TDocumentUpload, type TDocumentUploadRes, type TDocumentsEntity, type TExtendLessonTimesDTO, type TFileEntity, type TFileLessonEntity, type TFileLessonListRes, type TFileLessonStudentListRes, type TFileLessonUploadRes, type TLesson, type TLessonCheckOverlap, type TLessonCheckOverlapRes, type TLessonConfirm, type TLessonConfirmRes, type TLessonDetailRes, type TLessonEdit, type TLessonEditRes, type TLessonEntity, type TLessonListMeTutor, type TLessonListMeTutorRes, type TLessonListUnconfirmedRes, type TLessonPrepare, type TLessonPrepareRes, type TLessonRequest, type TLessonRequestDTO, type TLessonRequestFailedOverlappedData, type TLessonRequestRes, type TLessonRequestSingle, type TLessonRequestSingleRes, type TLessonStudentCompletedAndNotPaidLessonsRes, type TLessonStudentDetailRes, type TLessonStudentList, type TLessonStudentListRes, type TNotificationEntity, type TProgramEntity, type TProgramOptionsMe, type TProgramOptionsMeRes, type TProgramRegisteredMeTutorEdit, type TProgramRegisteredMeTutorEditRes, type TProgramStudentCheckAllowRegister, type TProgramSuitableLearnerEntity, type TProposedLearningCreate, type TProposedLearningCreateRes, type TProposedLearningDetail, type TProposedLearningDetailRes, type TProposedLearningEdit, type TProposedLearningEditRes, type TProposedLearningEntity, type TProposedLearningLessonEntity, type TProposedLearningList, type TProposedLearningListRes, type TProposedLearningStudentDetail, type TProposedLearningStudentDetailRes, type TProposedLearningStudentList, type TProposedLearningStudentListRes, type TProvinceEntity, type TRegisteredProgramCountStatus, type TRegisteredProgramCountStatusRes, type TRegisteredProgramCreatePost, type TRegisteredProgramCreateRes, type TRegisteredProgramEntity, type TRegisteredProgramListSentMeDTO, type TRegisteredProgramListSentMeRes, type TStudent, type TStudentEntity, type TTutorEntity, type TTutorListStudents, type TTutorListStudentsRes };
|