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