gst-common 1.5.81 → 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 -2
- package/dist/index.d.ts +4 -2
- 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;
|
|
@@ -2043,7 +2046,6 @@ type TPostPublicNewFeedsRes = {
|
|
|
2043
2046
|
hasUpvoted: boolean;
|
|
2044
2047
|
files: TFileEntity[];
|
|
2045
2048
|
createdBy: TAccountEntity;
|
|
2046
|
-
updatedBy: TAccountEntity;
|
|
2047
2049
|
documents: (TDocumentsEntity & {
|
|
2048
2050
|
file: TFileEntity;
|
|
2049
2051
|
groupQuestion: TGroupQuestionEntity;
|
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;
|
|
@@ -2043,7 +2046,6 @@ type TPostPublicNewFeedsRes = {
|
|
|
2043
2046
|
hasUpvoted: boolean;
|
|
2044
2047
|
files: TFileEntity[];
|
|
2045
2048
|
createdBy: TAccountEntity;
|
|
2046
|
-
updatedBy: TAccountEntity;
|
|
2047
2049
|
documents: (TDocumentsEntity & {
|
|
2048
2050
|
file: TFileEntity;
|
|
2049
2051
|
groupQuestion: TGroupQuestionEntity;
|