gst-common 1.5.82 → 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 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;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.5.82",
3
+ "version": "1.5.83",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",