gst-common 1.4.7 → 1.4.9

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
@@ -1539,6 +1539,7 @@ type TPostAllReplyCommentRes = TPostCommentEntity & {
1539
1539
  type TPostPublicListCommentRes = {
1540
1540
  comments: {
1541
1541
  postComment_id: string;
1542
+ hasUpvoted: "0" | "1";
1542
1543
  postComment_createdAt: string;
1543
1544
  postComment_updatedAt: string;
1544
1545
  postComment_deletedAt: string | null;
package/dist/index.d.ts CHANGED
@@ -1539,6 +1539,7 @@ type TPostAllReplyCommentRes = TPostCommentEntity & {
1539
1539
  type TPostPublicListCommentRes = {
1540
1540
  comments: {
1541
1541
  postComment_id: string;
1542
+ hasUpvoted: "0" | "1";
1542
1543
  postComment_createdAt: string;
1543
1544
  postComment_updatedAt: string;
1544
1545
  postComment_deletedAt: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.4.7",
3
+ "version": "1.4.9",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",