gst-common 1.5.82 → 1.5.84
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1194,6 +1194,7 @@ type TPostPublicListComment = {
|
|
|
1194
1194
|
type TPostPublicNewFeeds = {
|
|
1195
1195
|
postType?: POST_TYPE;
|
|
1196
1196
|
isRawScore?: boolean;
|
|
1197
|
+
search?: string;
|
|
1197
1198
|
} & BasePaginationParams;
|
|
1198
1199
|
type TPostAllCommentUpdate = {
|
|
1199
1200
|
commentId: string;
|
|
@@ -2095,7 +2096,7 @@ type TPostAllListPostByAccountRes = {
|
|
|
2095
2096
|
totalImported: number;
|
|
2096
2097
|
hasImported: boolean;
|
|
2097
2098
|
totalUpvote: number;
|
|
2098
|
-
|
|
2099
|
+
totalComments: number;
|
|
2099
2100
|
})[];
|
|
2100
2101
|
total: number;
|
|
2101
2102
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1194,6 +1194,7 @@ type TPostPublicListComment = {
|
|
|
1194
1194
|
type TPostPublicNewFeeds = {
|
|
1195
1195
|
postType?: POST_TYPE;
|
|
1196
1196
|
isRawScore?: boolean;
|
|
1197
|
+
search?: string;
|
|
1197
1198
|
} & BasePaginationParams;
|
|
1198
1199
|
type TPostAllCommentUpdate = {
|
|
1199
1200
|
commentId: string;
|
|
@@ -2095,7 +2096,7 @@ type TPostAllListPostByAccountRes = {
|
|
|
2095
2096
|
totalImported: number;
|
|
2096
2097
|
hasImported: boolean;
|
|
2097
2098
|
totalUpvote: number;
|
|
2098
|
-
|
|
2099
|
+
totalComments: number;
|
|
2099
2100
|
})[];
|
|
2100
2101
|
total: number;
|
|
2101
2102
|
};
|