gst-common 1.4.8 → 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 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -954,7 +954,6 @@ type TPostAllRemoveUpvote = {
|
|
|
954
954
|
type TPostPublicListComment = {
|
|
955
955
|
postId?: string;
|
|
956
956
|
commentId?: string;
|
|
957
|
-
hasUpvoted: "0" | "1";
|
|
958
957
|
} & BasePaginationParams;
|
|
959
958
|
|
|
960
959
|
type TProgramRegisteredMeTutorEdit = {
|
|
@@ -1540,6 +1539,7 @@ type TPostAllReplyCommentRes = TPostCommentEntity & {
|
|
|
1540
1539
|
type TPostPublicListCommentRes = {
|
|
1541
1540
|
comments: {
|
|
1542
1541
|
postComment_id: string;
|
|
1542
|
+
hasUpvoted: "0" | "1";
|
|
1543
1543
|
postComment_createdAt: string;
|
|
1544
1544
|
postComment_updatedAt: string;
|
|
1545
1545
|
postComment_deletedAt: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -954,7 +954,6 @@ type TPostAllRemoveUpvote = {
|
|
|
954
954
|
type TPostPublicListComment = {
|
|
955
955
|
postId?: string;
|
|
956
956
|
commentId?: string;
|
|
957
|
-
hasUpvoted: "0" | "1";
|
|
958
957
|
} & BasePaginationParams;
|
|
959
958
|
|
|
960
959
|
type TProgramRegisteredMeTutorEdit = {
|
|
@@ -1540,6 +1539,7 @@ type TPostAllReplyCommentRes = TPostCommentEntity & {
|
|
|
1540
1539
|
type TPostPublicListCommentRes = {
|
|
1541
1540
|
comments: {
|
|
1542
1541
|
postComment_id: string;
|
|
1542
|
+
hasUpvoted: "0" | "1";
|
|
1543
1543
|
postComment_createdAt: string;
|
|
1544
1544
|
postComment_updatedAt: string;
|
|
1545
1545
|
postComment_deletedAt: string | null;
|