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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
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;
|