gst-common 1.5.80 → 1.5.82
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 +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1191,7 +1191,10 @@ type TPostPublicListComment = {
|
|
|
1191
1191
|
postId?: string;
|
|
1192
1192
|
commentId?: string;
|
|
1193
1193
|
} & BasePaginationParams;
|
|
1194
|
-
type TPostPublicNewFeeds = {
|
|
1194
|
+
type TPostPublicNewFeeds = {
|
|
1195
|
+
postType?: POST_TYPE;
|
|
1196
|
+
isRawScore?: boolean;
|
|
1197
|
+
} & BasePaginationParams;
|
|
1195
1198
|
type TPostAllCommentUpdate = {
|
|
1196
1199
|
commentId: string;
|
|
1197
1200
|
content: string;
|
|
@@ -1762,7 +1765,6 @@ type TDocumentListRes = {
|
|
|
1762
1765
|
file: TFileEntity | null;
|
|
1763
1766
|
groupQuestion: TGroupQuestionEntity | null;
|
|
1764
1767
|
editor: TEditorEntity | null;
|
|
1765
|
-
totalQuestion: number;
|
|
1766
1768
|
})[];
|
|
1767
1769
|
total: number;
|
|
1768
1770
|
};
|
|
@@ -2044,7 +2046,6 @@ type TPostPublicNewFeedsRes = {
|
|
|
2044
2046
|
hasUpvoted: boolean;
|
|
2045
2047
|
files: TFileEntity[];
|
|
2046
2048
|
createdBy: TAccountEntity;
|
|
2047
|
-
updatedBy: TAccountEntity;
|
|
2048
2049
|
documents: (TDocumentsEntity & {
|
|
2049
2050
|
file: TFileEntity;
|
|
2050
2051
|
groupQuestion: TGroupQuestionEntity;
|
|
@@ -2211,7 +2212,6 @@ type TStudentDocumentListRes = {
|
|
|
2211
2212
|
file: TFileEntity | null;
|
|
2212
2213
|
groupQuestion: TGroupQuestionEntity | null;
|
|
2213
2214
|
editor: TEditorEntity | null;
|
|
2214
|
-
totalQuestion: number;
|
|
2215
2215
|
})[];
|
|
2216
2216
|
total: number;
|
|
2217
2217
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1191,7 +1191,10 @@ type TPostPublicListComment = {
|
|
|
1191
1191
|
postId?: string;
|
|
1192
1192
|
commentId?: string;
|
|
1193
1193
|
} & BasePaginationParams;
|
|
1194
|
-
type TPostPublicNewFeeds = {
|
|
1194
|
+
type TPostPublicNewFeeds = {
|
|
1195
|
+
postType?: POST_TYPE;
|
|
1196
|
+
isRawScore?: boolean;
|
|
1197
|
+
} & BasePaginationParams;
|
|
1195
1198
|
type TPostAllCommentUpdate = {
|
|
1196
1199
|
commentId: string;
|
|
1197
1200
|
content: string;
|
|
@@ -1762,7 +1765,6 @@ type TDocumentListRes = {
|
|
|
1762
1765
|
file: TFileEntity | null;
|
|
1763
1766
|
groupQuestion: TGroupQuestionEntity | null;
|
|
1764
1767
|
editor: TEditorEntity | null;
|
|
1765
|
-
totalQuestion: number;
|
|
1766
1768
|
})[];
|
|
1767
1769
|
total: number;
|
|
1768
1770
|
};
|
|
@@ -2044,7 +2046,6 @@ type TPostPublicNewFeedsRes = {
|
|
|
2044
2046
|
hasUpvoted: boolean;
|
|
2045
2047
|
files: TFileEntity[];
|
|
2046
2048
|
createdBy: TAccountEntity;
|
|
2047
|
-
updatedBy: TAccountEntity;
|
|
2048
2049
|
documents: (TDocumentsEntity & {
|
|
2049
2050
|
file: TFileEntity;
|
|
2050
2051
|
groupQuestion: TGroupQuestionEntity;
|
|
@@ -2211,7 +2212,6 @@ type TStudentDocumentListRes = {
|
|
|
2211
2212
|
file: TFileEntity | null;
|
|
2212
2213
|
groupQuestion: TGroupQuestionEntity | null;
|
|
2213
2214
|
editor: TEditorEntity | null;
|
|
2214
|
-
totalQuestion: number;
|
|
2215
2215
|
})[];
|
|
2216
2216
|
total: number;
|
|
2217
2217
|
};
|