gst-common 1.5.81 → 1.5.83
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 +5 -2
- package/dist/index.d.ts +5 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1191,7 +1191,11 @@ 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
|
+
search?: string;
|
|
1198
|
+
} & BasePaginationParams;
|
|
1195
1199
|
type TPostAllCommentUpdate = {
|
|
1196
1200
|
commentId: string;
|
|
1197
1201
|
content: string;
|
|
@@ -2043,7 +2047,6 @@ type TPostPublicNewFeedsRes = {
|
|
|
2043
2047
|
hasUpvoted: boolean;
|
|
2044
2048
|
files: TFileEntity[];
|
|
2045
2049
|
createdBy: TAccountEntity;
|
|
2046
|
-
updatedBy: TAccountEntity;
|
|
2047
2050
|
documents: (TDocumentsEntity & {
|
|
2048
2051
|
file: TFileEntity;
|
|
2049
2052
|
groupQuestion: TGroupQuestionEntity;
|
package/dist/index.d.ts
CHANGED
|
@@ -1191,7 +1191,11 @@ 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
|
+
search?: string;
|
|
1198
|
+
} & BasePaginationParams;
|
|
1195
1199
|
type TPostAllCommentUpdate = {
|
|
1196
1200
|
commentId: string;
|
|
1197
1201
|
content: string;
|
|
@@ -2043,7 +2047,6 @@ type TPostPublicNewFeedsRes = {
|
|
|
2043
2047
|
hasUpvoted: boolean;
|
|
2044
2048
|
files: TFileEntity[];
|
|
2045
2049
|
createdBy: TAccountEntity;
|
|
2046
|
-
updatedBy: TAccountEntity;
|
|
2047
2050
|
documents: (TDocumentsEntity & {
|
|
2048
2051
|
file: TFileEntity;
|
|
2049
2052
|
groupQuestion: TGroupQuestionEntity;
|