gst-common 1.5.46 → 1.5.48
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1003,7 +1003,7 @@ type TDocumentList = {
|
|
|
1003
1003
|
documentFolderId?: string;
|
|
1004
1004
|
} & BasePaginationParams;
|
|
1005
1005
|
type TDocumentChangeOrder = {
|
|
1006
|
-
|
|
1006
|
+
documentFolderId: string;
|
|
1007
1007
|
documents: {
|
|
1008
1008
|
documentId: string;
|
|
1009
1009
|
order: number;
|
|
@@ -1083,7 +1083,7 @@ type TDocumentCreateEditor = {
|
|
|
1083
1083
|
};
|
|
1084
1084
|
type TLessonCreateEditor = {
|
|
1085
1085
|
lessonId: string;
|
|
1086
|
-
} & Omit<TDocumentCreateEditor, "
|
|
1086
|
+
} & Omit<TDocumentCreateEditor, "documentFolderId">;
|
|
1087
1087
|
type TClassNotificationImport = {
|
|
1088
1088
|
classId: string;
|
|
1089
1089
|
documentIds: string[];
|
|
@@ -1094,7 +1094,7 @@ type TClassNotificationAddGroupQuestion = {
|
|
|
1094
1094
|
};
|
|
1095
1095
|
type TClassNotificationCreateEditor = {
|
|
1096
1096
|
classId: string;
|
|
1097
|
-
} & Omit<TDocumentCreateEditor, "
|
|
1097
|
+
} & Omit<TDocumentCreateEditor, "documentFolderId">;
|
|
1098
1098
|
type TClassNotificationUpload = {
|
|
1099
1099
|
file: any;
|
|
1100
1100
|
fileName: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1003,7 +1003,7 @@ type TDocumentList = {
|
|
|
1003
1003
|
documentFolderId?: string;
|
|
1004
1004
|
} & BasePaginationParams;
|
|
1005
1005
|
type TDocumentChangeOrder = {
|
|
1006
|
-
|
|
1006
|
+
documentFolderId: string;
|
|
1007
1007
|
documents: {
|
|
1008
1008
|
documentId: string;
|
|
1009
1009
|
order: number;
|
|
@@ -1083,7 +1083,7 @@ type TDocumentCreateEditor = {
|
|
|
1083
1083
|
};
|
|
1084
1084
|
type TLessonCreateEditor = {
|
|
1085
1085
|
lessonId: string;
|
|
1086
|
-
} & Omit<TDocumentCreateEditor, "
|
|
1086
|
+
} & Omit<TDocumentCreateEditor, "documentFolderId">;
|
|
1087
1087
|
type TClassNotificationImport = {
|
|
1088
1088
|
classId: string;
|
|
1089
1089
|
documentIds: string[];
|
|
@@ -1094,7 +1094,7 @@ type TClassNotificationAddGroupQuestion = {
|
|
|
1094
1094
|
};
|
|
1095
1095
|
type TClassNotificationCreateEditor = {
|
|
1096
1096
|
classId: string;
|
|
1097
|
-
} & Omit<TDocumentCreateEditor, "
|
|
1097
|
+
} & Omit<TDocumentCreateEditor, "documentFolderId">;
|
|
1098
1098
|
type TClassNotificationUpload = {
|
|
1099
1099
|
file: any;
|
|
1100
1100
|
fileName: string;
|