gst-common 1.6.93 → 1.6.94
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
|
@@ -2585,9 +2585,9 @@ type TPostAllCommentDeleteRes = TPostCommentEntity;
|
|
|
2585
2585
|
type TAccountPublicPreviewRes = Omit<TAccountEntity, "student"> & {
|
|
2586
2586
|
student: (TStudentEntity & {
|
|
2587
2587
|
totalProgram: number;
|
|
2588
|
-
averageRating: number;
|
|
2589
2588
|
programs: TProgramEntity[];
|
|
2590
2589
|
}) | null;
|
|
2590
|
+
averageRating: number;
|
|
2591
2591
|
hasFollowed: boolean;
|
|
2592
2592
|
totalFollower: number;
|
|
2593
2593
|
isMe: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -2585,9 +2585,9 @@ type TPostAllCommentDeleteRes = TPostCommentEntity;
|
|
|
2585
2585
|
type TAccountPublicPreviewRes = Omit<TAccountEntity, "student"> & {
|
|
2586
2586
|
student: (TStudentEntity & {
|
|
2587
2587
|
totalProgram: number;
|
|
2588
|
-
averageRating: number;
|
|
2589
2588
|
programs: TProgramEntity[];
|
|
2590
2589
|
}) | null;
|
|
2590
|
+
averageRating: number;
|
|
2591
2591
|
hasFollowed: boolean;
|
|
2592
2592
|
totalFollower: number;
|
|
2593
2593
|
isMe: boolean;
|